Team:Evry-Genopole/css v1
From 2012.igem.org
(30 intermediate revisions not shown) | |||
Line 14: | Line 14: | ||
margin-right: auto; | margin-right: auto; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
- | |||
padding:0; | padding:0; | ||
border: none; | border: none; | ||
Line 31: | Line 30: | ||
color:#000000; | color:#000000; | ||
} | } | ||
+ | |||
.left-menu{/* le menu de haut gauche */ | .left-menu{/* le menu de haut gauche */ | ||
background-color:transparent; | background-color:transparent; | ||
Line 49: | Line 49: | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
#content{/* le body de la page*/ | #content{/* le body de la page*/ | ||
background-color: transparent; | background-color: transparent; | ||
Line 92: | Line 93: | ||
#evry_logo{ | #evry_logo{ | ||
position:relative; | position:relative; | ||
- | + | top:2px; | |
left:0%; | left:0%; | ||
- | width: | + | width:150px; |
z-index:15; | z-index:15; | ||
} | } | ||
- | #tube_or{ | + | /*#tube_or{ |
position:relative; | position:relative; | ||
bottom:190px; | bottom:190px; | ||
Line 103: | Line 104: | ||
left:255px; | left:255px; | ||
z-index:9; | z-index:9; | ||
- | } | + | }*/ |
- | #white_thingy{ | + | #white_thingy {/*white font over the grey one on the top*/ |
position:absolute; | position:absolute; | ||
top:-20px; | top:-20px; | ||
left:-154px; | left:-154px; | ||
- | height: | + | height:180px; |
width:1280px; | width:1280px; | ||
background-color:#ffffff; | background-color:#ffffff; | ||
Line 121: | Line 122: | ||
width:1280px; | width:1280px; | ||
background-color:transparent; | background-color:transparent; | ||
- | background-image:url(http:// | + | background-image:url(http://www.twitterevolutions.com/bgs/frog-silhouette-twitter-background.jpg); |
background-position:center; | background-position:center; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | } | ||
- | # | + | #main_evry2012{/* notre page !*/ |
position:absolute; | position:absolute; | ||
top:0px; | top:0px; | ||
Line 134: | Line 135: | ||
width: 972px; | width: 972px; | ||
height: 100%; | height: 100%; | ||
- | background: #ffffff;/* un fond vert tout moche */ | + | background: #ffffff; /* un fond vert tout moche */ |
text-align: center; | text-align: center; | ||
} | } | ||
- | # | + | |
+ | #banner_evry2012{ | ||
position:absolute; | position:absolute; | ||
top:0px; | top:0px; | ||
Line 146: | Line 148: | ||
background: #ffffff;/* couleur de fond du titre*/ | background: #ffffff;/* couleur de fond du titre*/ | ||
} | } | ||
- | # | + | |
+ | #imgbanner_evry2012{ | ||
position:relative; | position:relative; | ||
width:972; | width:972; | ||
Line 152: | Line 155: | ||
text-align:center; | text-align:center; | ||
} | } | ||
- | # | + | #maincontainer_evry2012{/* conteneur du texte */ |
padding:15px 15px 0px 15px; | padding:15px 15px 0px 15px; | ||
background:#ffffff; | background:#ffffff; | ||
Line 167: | Line 170: | ||
} | } | ||
- | # | + | #menu_evry2012{ |
text-align:center; | text-align:center; | ||
position:absolute; | position:absolute; | ||
z-index:10; | z-index:10; | ||
- | width: | + | width:800px; |
- | height: | + | height:20px; |
left:180px; | left:180px; | ||
top:108px; | top:108px; | ||
Line 181: | Line 184: | ||
- | # | + | #menu_list_evry2012{ |
list-style:none; | list-style:none; | ||
text-align:center; | text-align:center; | ||
Line 190: | Line 193: | ||
position:relative; | position:relative; | ||
background-color:transparent; | background-color:transparent; | ||
- | } | + | } |
- | . | + | .menu_list_item_evry2012{ |
- | + | float: left; | |
- | + | width: 80px; | |
- | + | margin-right:5px; | |
- | + | padding: 0; | |
- | + | border:0; | |
- | } | + | } |
- | /*Second level menu*/ | + | /*Second level menu*/ |
- | . | + | .menu_list_item_evry2012 ul{ |
display:none; /* initially hide the entire list hierarchy */ | display:none; /* initially hide the entire list hierarchy */ | ||
padding:2px; /* this is our box border width */ | padding:2px; /* this is our box border width */ | ||
list-style: none; | list-style: none; | ||
width:110px; | width:110px; | ||
- | } | + | } |
- | . | + | .menu_list_item_evry2012:hover ul, |
- | . | + | .menu_list_item_evry2012 a:hover ul{ /* 2nd level drop-down box */ |
display:block; | display:block; | ||
position:relative; | position:relative; | ||
Line 223: | Line 226: | ||
font-size:12px; /* this (and also below) sets the menu's font size */ | font-size:12px; /* this (and also below) sets the menu's font size */ | ||
list-style: none; | list-style: none; | ||
- | } | + | } |
- | /*Third level menu*/ | + | /*Third level menu*/ |
- | . | + | .menu_list_item_evry2012:hover ul li ul, |
- | . | + | .menu_list_item_evry2012 a:hover ul li a ul { /* hide inactive 3rd-level menus */ |
display:none; | display:none; | ||
- | } | + | } |
- | . | + | .menu_list_item_evry2012:hover ul li:hover ul, |
- | . | + | .menu_list_item_evry2012 a:hover ul li a:hover ul { /* 3rd level drop-down box */ |
display:block; | display:block; | ||
position:absolute; | position:absolute; | ||
Line 240: | Line 243: | ||
left:162px; | left:162px; | ||
- | } | + | } |
- | # | + | #menu_evry2012 a{ |
color:#505050; | color:#505050; | ||
text-decoration:none; | text-decoration:none; | ||
Line 252: | Line 255: | ||
background-color:#ffffff; | background-color:#ffffff; | ||
font-size:12px; | font-size:12px; | ||
- | } | + | } |
- | # | + | #menu_evry2012 .menu_list_item_evry2012 ul a{ |
color:#696969; | color:#696969; | ||
font-size:11px; | font-size:11px; | ||
width:143px; | width:143px; | ||
border: 1px solid #ebebeb; | border: 1px solid #ebebeb; | ||
- | } | + | } |
- | # | + | #menu_evry2012 a:hover{ |
background-color:#EFE6D9; | background-color:#EFE6D9; | ||
display:block; | display:block; | ||
Line 269: | Line 272: | ||
/*top:0px;*/ | /*top:0px;*/ | ||
position:relative; | position:relative; | ||
- | } | + | } |
- | # | + | #menu_evry2012 a:active{ |
background-color:#eedfc9; | background-color:#eedfc9; | ||
display:block; | display:block; | ||
- | } | + | } |
- | # | + | #menu_evry2012 a:link{ |
/* background-color:#677E52;*/ | /* background-color:#677E52;*/ | ||
- | } | + | } |
- | + | ||
+ | */ | ||
#scroll_left{ | #scroll_left{ | ||
display:block; | display:block; | ||
Line 336: | Line 339: | ||
text-decoration:none; | text-decoration:none; | ||
border:none; | border:none; | ||
- | background-color:# | + | background-color:#191970 |
+ | /*#003300#3CB371*/; | ||
padding:15px; | padding:15px; | ||
color:#ffffff; | color:#ffffff; | ||
Line 349: | Line 353: | ||
text-decoration:none; | text-decoration:none; | ||
border:none; | border:none; | ||
- | background-color:# | + | background-color:#FF7519; |
padding:10px 10px 10px 30px; | padding:10px 10px 10px 30px; | ||
+ | color:#ffffff; | ||
margin-top:25px; | margin-top:25px; | ||
-webkit-border-radius:25px; | -webkit-border-radius:25px; |
Latest revision as of 12:37, 4 July 2012
body{
width: auto; color: #333333; background:#e9e4de; margin:0px 0px 0px 0px;
}
- globalWrapper {/* le wiki */
background-color: transparent;
}
- top-section{/* la barre titre (baniere igem+ menu haut)*/
height: auto; margin-top: 0 px; margin-left: 0 px; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; display: display;
}
- p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
display:none; border:none; margin:none;
}
- menubar{/* la barre de menu du haut */
background-color:#FFFFFF; }
- menubar a{/*les lien de la barre de menu du haut */
text-decoration:none; color:#000000;
}
.left-menu{/* le menu de haut gauche */
background-color:transparent; /*display:none;*/
}
.right-menu{/* le menu de login haut droite*/
color:#ffffff; text-decoration:none;
background-color:none; } .right-menu a{/* les lien du login */
color:#ffffff; text-decoration:transparent;
background-color:none; }
- search-controls{/* la barre de recherche*/
display:none;
}
- content{/* le body de la page*/
background-color: transparent; border:none; padding:none; margin:none;
} .firstHeading {/*titre de page */
display:none; border: none;
}
- bodyContent{/* contenu de page*/
background-color: #ffffff; border:2px; boder-color:#000000; padding:none; margin:none; margin-bottom: 10px;
}
- footer-wrapper{
position: absolute; width: 941px; left: -1px; margin-top:20px; margin-bottom:30px; padding: 7px 15px 7px 15px; background-color:#ffffff; /*border: 1px solid black;*/
}
- footer-box{/* la boite en bas de page*/
display: none;
margin-bottom: 10px;
}
- catlinks{/* le cadre sous le body useless */
display: none;
} /* fin du wiki hack */
- evry_logo{
position:relative; top:2px; left:0%; width:150px; z-index:15;
} /*#tube_or{
position:relative;
bottom:190px;
width:900px; left:255px; z-index:9;
}*/
- white_thingy {/*white font over the grey one on the top*/
position:absolute; top:-20px; left:-154px; height:180px; width:1280px; background-color:#ffffff;
}
- back_image{
position:absolute; top:147px; left:-154px; height:900px; width:1280px; background-color:transparent; background-image:url(http://www.twitterevolutions.com/bgs/frog-silhouette-twitter-background.jpg); background-position:center; background-repeat:no-repeat;
}
- main_evry2012{/* notre page !*/
position:absolute; top:0px; left:50%; margin-left:-486px; margin-bottom: 10px; width: 972px; height: 100%; background: #ffffff; /* un fond vert tout moche */ text-align: center;
}
- banner_evry2012{
position:absolute; top:0px; width:972px; /*border: 1px solid black;*/ text-align:center; height:147px; background: #ffffff;/* couleur de fond du titre*/
}
- imgbanner_evry2012{
position:relative; width:972; height:120; text-align:center;
}
- maincontainer_evry2012{/* conteneur du texte */
padding:15px 15px 0px 15px; background:#ffffff; margin-bottom: 10px; /*border:1px solid black;*/ position:absolute; text-align:justify; top:190px;/*178px*/ width:940px; heigth:auto; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius: 15px;
}
- menu_evry2012{
text-align:center; position:absolute; z-index:10; width:800px; height:20px; left:180px; top:108px; float:right; background-color:#ffffff; font-weight:bold;
}
- menu_list_evry2012{
list-style:none; text-align:center; margin-left:5px; margin-top:0px; padding:0px; border:none; position:relative; background-color:transparent; }
.menu_list_item_evry2012{ float: left; width: 80px; margin-right:5px; padding: 0; border:0; }
/*Second level menu*/
.menu_list_item_evry2012 ul{
display:none; /* initially hide the entire list hierarchy */ padding:2px; /* this is our box border width */ list-style: none;
width:110px; }
.menu_list_item_evry2012:hover ul, .menu_list_item_evry2012 a:hover ul{ /* 2nd level drop-down box */
display:block; position:relative; margin:0; top:0px; /* place us just up underneath the top-level images */ left:-3px; /* left-align our drop-down to the previous button border */ height:auto; /* the drop-down height will be determiend by line count */ width:110px; background-color:transparent; /* this sets our menu's effective "border" color */ font-size:12px; /* this (and also below) sets the menu's font size */ list-style: none;
}
/*Third level menu*/
.menu_list_item_evry2012:hover ul li ul, .menu_list_item_evry2012 a:hover ul li a ul { /* hide inactive 3rd-level menus */
display:none;
} .menu_list_item_evry2012:hover ul li:hover ul, .menu_list_item_evry2012 a:hover ul li a:hover ul { /* 3rd level drop-down box */ display:block;
position:absolute;
top:0px;
left:162px;
}
#menu_evry2012 a{ color:#505050; text-decoration:none; display:block; padding:6px; margin: 0px 7px 1px 7px; /*height:18px;*/ width:80px; background-color:#ffffff; font-size:12px; }
#menu_evry2012 .menu_list_item_evry2012 ul a{ color:#696969; font-size:11px; width:143px; border: 1px solid #ebebeb; }
#menu_evry2012 a:hover{ background-color:#EFE6D9; display:block; /* height:18px;*/ width:80px; /*margin:-7px;*/ /*top:0px;*/ position:relative; } #menu_evry2012 a:active{ background-color:#eedfc9; display:block; }
#menu_evry2012 a:link{ /* background-color:#677E52;*/ }
- /
- scroll_left{
display:block; height:350px; width:100px; background-color:transparent; z-index:400; position:fixed; top:400px; left:5px;
}
- scroll_left a{
font-size:11px; color:#273572; font-weight:bold;
}
- scroll_right{
display:block; height:350px; width:100px; background-color:transparent; z-index:400; position:fixed; top:400px; right:5px;
}
- scroll_right a{
font-size:11px; color:#273572; font-weight:bold;
}
/*TEXT formating*/
.legende_schema{
font-style:italic;
}
a {
text-decoration:none;
}
- title{
display:block; top:-400px; left:60px;
}
h1{
font-style:bold; font-size: 30px; text-decoration:none; border:none; background-color:#191970
/*#003300#3CB371*/;
padding:15px; color:#ffffff; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius: 25px;
}
h2{
font-style:italic; font-size: 22px; text-decoration:none; border:none; background-color:#FF7519; padding:10px 10px 10px 30px; color:#ffffff; margin-top:25px; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius: 25px;
}
h3{
padding-left:25px;
}
h4{
font-style:italic;
}
em {
font-style: normal; /* Suppression de l'italique */ font-weight:bold;
}
- assisted_diff{
width:850px; height:400px; background-image:url();
}
.assisted_diff_link {
width:100px; height:100px;
}
.assisted_diff_link a{ display:none; } .assisted_diff_link:hover a{ display:block; }
/*block for paper citations*/
- citation_box{
margin-top:30px; padding:10px; border-style:none; border-width:2px; border-color:#BDFEBC; background-color:#ECECEC; text-align:left;
}
- citation_box ol,li{
text-style:italic;
}
- references{
text-style:bold; text-size:14px;
}
table.parameter {
width:100%;
display: block;
margin-left: auto;
margin-right: auto;
cellpadding:0px;
cellspacing:0px;
align:middle;
}
table.parameter td { padding:5px; }