Team:Paris Saclay/style.css
From 2013.igem.org
(157 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | body { | ||
+ | background-color:#000000; | ||
+ | } | ||
.firstHeading { | .firstHeading { | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
#menubar { | #menubar { | ||
background:transparent; | background:transparent; | ||
color:#000000; | color:#000000; | ||
- | margin-top: | + | margin-top:190px; |
- | margin-left: | + | margin-left:10px; |
- | margin-right: | + | margin-right:10px; |
+ | |||
} | } | ||
#menubar li { | #menubar li { | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | #menubar a, #menubar a:visited { | ||
+ | color:#888888; | ||
+ | font-weight:bold; | ||
+ | text-decoration:none; | ||
+ | visibility:visible; | ||
background:transparent; | background:transparent; | ||
+ | } | ||
+ | #menubar a:hover { | ||
+ | color:#0060A0; | ||
+ | text-decoration:none; | ||
+ | visibility:visible; | ||
} | } | ||
#searchInput { | #searchInput { | ||
- | border:1px solid # | + | border:1px solid #000060; |
} | } | ||
#searchform { | #searchform { | ||
+ | overflow:visible; | ||
} | } | ||
- | + | #searchGoButton, #mw-searchButton { | |
- | color: | + | color:#FFFFFF; |
+ | margin:0px; | ||
+ | cursor:pointer; | ||
+ | background-color:#222222; | ||
+ | } | ||
+ | #searchGoButton:hover, #mw-searchButton:hover { | ||
+ | color:#0060A0; | ||
} | } | ||
+ | .toc, #toc{ | ||
+ | display: none; | ||
+ | } | ||
+ | #top { | ||
+ | display:none; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | margin-top:0px; | ||
+ | margin-bottom:0px; | ||
+ | padding-top:0px; | ||
+ | padding-bottom:0px; | ||
+ | } | ||
#content { | #content { | ||
- | border: | + | margin-top:0px; |
+ | padding-top:0px; | ||
+ | border:0px none; | ||
border-bottom-right-radius:3mm; | border-bottom-right-radius:3mm; | ||
border-bottom-left-radius:3mm; | border-bottom-left-radius:3mm; | ||
Line 29: | Line 67: | ||
#top-section { | #top-section { | ||
height:250px; | height:250px; | ||
- | border | + | border:0px none; |
- | + | ||
- | + | ||
- | + | ||
border-top-right-radius:3mm; | border-top-right-radius:3mm; | ||
border-top-left-radius:3mm; | border-top-left-radius:3mm; | ||
Line 41: | Line 76: | ||
#p-logo { | #p-logo { | ||
height:inherit; | height:inherit; | ||
- | background: URL('https://static.igem.org/mediawiki/2013/9/9c/Psbanner.jpg'); | + | background: URL('https://static.igem.org/mediawiki/2013/9/9c/Psbanner.jpg') no-repeat; |
border-top-right-radius:3mm; | border-top-right-radius:3mm; | ||
border-top-left-radius:3mm; | border-top-left-radius:3mm; | ||
Line 53: | Line 88: | ||
.navig { | .navig { | ||
background-color:#DEDEDE; | background-color:#DEDEDE; | ||
- | border:2px solid # | + | /*border:2px solid #00AAFF;*/ |
- | border-radius: | + | box-shadow: 0px 0px 3px 3px #55AADD; |
+ | border-radius:3mm; | ||
padding-top:5px; | padding-top:5px; | ||
padding-bottom:5px; | padding-bottom:5px; | ||
width:150px; | width:150px; | ||
+ | color:#909090; | ||
+ | text-align:center; | ||
+ | font-weight:bold; | ||
+ | padding:0px; | ||
} | } | ||
.navig a { | .navig a { | ||
+ | border-radius:3mm; | ||
+ | text-align:left; | ||
+ | font-weight:normal; | ||
color:#000000; | color:#000000; | ||
display:block; | display:block; | ||
Line 65: | Line 108: | ||
overflow-x:hidden; | overflow-x:hidden; | ||
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:14px; |
height:auto; | height:auto; | ||
overflow:visible; | overflow:visible; | ||
Line 78: | Line 121: | ||
} | } | ||
.navig a:hover{ | .navig a:hover{ | ||
- | color:# | + | color:#0060A0; |
text-decoration:none; | text-decoration:none; | ||
background-color:#CDCDCD; | background-color:#CDCDCD; | ||
} | } | ||
.navig .selflink { | .navig .selflink { | ||
- | color:# | + | text-align:left; |
+ | color:#0060A0; | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
overflow-x:hidden; | overflow-x:hidden; | ||
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:14px; |
height:auto; | height:auto; | ||
overflow:visible; | overflow:visible; | ||
- | padding-left: | + | padding-left:12px; |
padding-top:8px; | padding-top:8px; | ||
padding-bottom:8px; | padding-bottom:8px; | ||
Line 99: | Line 143: | ||
float:left; | float:left; | ||
width:800px; | width:800px; | ||
+ | height:auto; | ||
overflow-x:hidden; | overflow-x:hidden; | ||
padding-left:10px; | padding-left:10px; | ||
+ | } | ||
+ | .contenu p{ | ||
+ | text-align:justify; | ||
+ | text-justify:inter-word; | ||
+ | } | ||
+ | |||
+ | .simbox { | ||
+ | border : 1px solid #0099CC; | ||
+ | padding:5px; | ||
+ | margin:0.1em 0em; | ||
} | } | ||
Line 107: | Line 162: | ||
} | } | ||
- | .printfooter | + | .printfooter, #catlinks, .visualClear { |
display:none; | display:none; | ||
+ | } | ||
+ | #footer-box { | ||
+ | background:transparent; | ||
+ | border:none; | ||
+ | } | ||
+ | #footer-box a { | ||
+ | color:#CDCDCD; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #footer-box a:hover { | ||
+ | color:#00AAFF; | ||
+ | text-decoration:none; | ||
} | } |
Latest revision as of 19:19, 3 October 2013
body { background-color:#000000; } .firstHeading { display:none; }
- menubar {
background:transparent; color:#000000; margin-top:190px; margin-left:10px; margin-right:10px;
}
- menubar li {
visibility:hidden; }
- menubar a, #menubar a:visited {
color:#888888; font-weight:bold; text-decoration:none; visibility:visible; background:transparent; }
- menubar a:hover {
color:#0060A0; text-decoration:none; visibility:visible; }
- searchInput {
border:1px solid #000060; }
- searchform {
overflow:visible; }
- searchGoButton, #mw-searchButton {
color:#FFFFFF; margin:0px; cursor:pointer; background-color:#222222; }
- searchGoButton:hover, #mw-searchButton:hover {
color:#0060A0; }
.toc, #toc{ display: none; }
- top {
display:none; }
- bodyContent {
margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; }
- content {
margin-top:0px; padding-top:0px; border:0px none; border-bottom-right-radius:3mm; border-bottom-left-radius:3mm; }
- top-section {
height:250px; border:0px none; border-top-right-radius:3mm; border-top-left-radius:3mm; }
- p-logo a {
display:none; }
- p-logo {
height:inherit; background: URL('https://static.igem.org/mediawiki/2013/9/9c/Psbanner.jpg') no-repeat; border-top-right-radius:3mm; border-top-left-radius:3mm; }
.menug { float:left; width:150px; }
.navig { background-color:#DEDEDE; /*border:2px solid #00AAFF;*/ box-shadow: 0px 0px 3px 3px #55AADD; border-radius:3mm; padding-top:5px; padding-bottom:5px; width:150px; color:#909090; text-align:center; font-weight:bold; padding:0px; } .navig a { border-radius:3mm; text-align:left; font-weight:normal; color:#000000; display:block; text-decoration:none; overflow-x:hidden; font-weight:bold; font-size:14px; height:auto; overflow:visible; padding-left:5px; padding-top:8px; padding-bottom:8px; transition: all 0.4s; } .navig a:visited{ color:#000000; text-decoration:none; } .navig a:hover{ color:#0060A0; text-decoration:none; background-color:#CDCDCD; } .navig .selflink { text-align:left; color:#0060A0; display:block; text-decoration:none; overflow-x:hidden; font-weight:bold; font-size:14px; height:auto; overflow:visible; padding-left:12px; padding-top:8px; padding-bottom:8px; }
.contenu { float:left; width:800px; height:auto; overflow-x:hidden; padding-left:10px; } .contenu p{ text-align:justify; text-justify:inter-word; }
.simbox { border : 1px solid #0099CC; padding:5px; margin:0.1em 0em; }
.bas { clear:both; }
.printfooter, #catlinks, .visualClear { display:none; }
- footer-box {
background:transparent; border:none; }
- footer-box a {
color:#CDCDCD; text-decoration:none; }
- footer-box a:hover {
color:#00AAFF; text-decoration:none; }