Current oav website
This commit is contained in:
162
css/base.css
Normal file
162
css/base.css
Normal file
@ -0,0 +1,162 @@
|
||||
body { margin:0px; background-color:#fff; height:100% }
|
||||
html { height:100% }
|
||||
img { margin:0px; border-style:none }
|
||||
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
|
||||
p:first-child { margin-top:0px }
|
||||
table { empty-cells:hide }
|
||||
em { font-style:italic }
|
||||
h1 { font-size:18px }
|
||||
h1:first-child { margin-top:0px }
|
||||
strong { font-weight:bold }
|
||||
.lapage {
|
||||
color:#585769;
|
||||
font-family:arial, helvetica;
|
||||
text-align:center;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.menuhaut {
|
||||
color:#000000;
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.menubas {
|
||||
color:#000000;
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.menuon {
|
||||
color:#585769;
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.menuoff {
|
||||
color:#828098;
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.textetitre {
|
||||
color:#eb6e08;
|
||||
font-family:arial, helvetica;
|
||||
font-weight:bold;
|
||||
text-align:left;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.texte {
|
||||
color:#585769;
|
||||
font-family:arial, helvetica;
|
||||
text-align:center;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.letrait {
|
||||
position:absolute;
|
||||
left:300px;
|
||||
top:0px;
|
||||
width:39px;
|
||||
height:768px;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
.logo {
|
||||
position:absolute;
|
||||
left:38px;
|
||||
top:338px;
|
||||
width:262px;
|
||||
height:92px;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.illustration {
|
||||
position:absolute;
|
||||
left:699px;
|
||||
top:0px;
|
||||
width:325px;
|
||||
height:768px;
|
||||
z-index:3;
|
||||
}
|
||||
.divmenuhaut {
|
||||
position:absolute;
|
||||
left:38px;
|
||||
top:0px;
|
||||
width:262px;
|
||||
height:338px;
|
||||
z-index:4;i
|
||||
padding-top: 38px;
|
||||
overflow:visible;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
.divmenubas {
|
||||
position:absolute;
|
||||
left:38px;
|
||||
top:430px;
|
||||
width:262px;
|
||||
height:338px;
|
||||
z-index:5;
|
||||
padding-top: 10px;
|
||||
overflow:visible;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
.textebox {
|
||||
position:absolute;
|
||||
left:339px;
|
||||
top:0px;
|
||||
zzzwidth:360px;
|
||||
width:685px;
|
||||
zzheight:768px;
|
||||
z-index:6;
|
||||
padding-top: 38px;
|
||||
overflow:visible;
|
||||
}
|
||||
|
||||
.textebox li {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.textebox a {
|
||||
color:#eb6e08;
|
||||
font-family:arial, helvetica;
|
||||
font-size: 13px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.textebox a:hover {
|
||||
color:#eb6e08;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.menu {
|
||||
list-style-type: none;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu a {
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu a:hover {
|
||||
color:#585769;
|
||||
font-family:arial, helvetica;
|
||||
text-align:right;
|
||||
font-size: 20px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user