Team:CIDEB-UANL Mexico/style
From 2013hs.igem.org
(Difference between revisions)
(44 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{:Team:CIDEB-UANL_Mexico/cssreset}} | ||
+ | |||
<html> | <html> | ||
- | <head> | + | <head> |
+ | |||
<style> | <style> | ||
+ | |||
/* Wiki Hacks - START */ | /* Wiki Hacks - START */ | ||
Line 10: | Line 14: | ||
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | #globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;} | ||
- | #content { background-color: transparent; border: none; padding | + | #content { background-color: transparent; align: center; border: none; padding: 0; width: 95%; overflow: hidden; height:100%;} |
+ | #bodyContent { border: none; padding:0; margin:0; width:100%; height:100%;} | ||
+ | |||
+ | #catlinks { | ||
+ | border: none; | ||
+ | background-color: none; | ||
+ | padding: 0; | ||
+ | margin-top: none; | ||
+ | clear: none; | ||
+ | } | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
#top-section { height: 0px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; | #top-section { height: 0px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; | ||
- | padding:0; border: none; font-size: | + | padding:0; border: none; font-size: 13px} |
- | #p-logo { height: 1px overflow:hidden; display: none;} | + | #p-logo { height:1px; overflow:hidden; display: none;} |
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;} | #search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;} | ||
Line 24: | Line 39: | ||
.left-menu ul { border: none; } | .left-menu ul { border: none; } | ||
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | #menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;} | ||
- | .right-menu ul { border: none; width: 300px;} | + | .right-menu ul {border: none; width: 300px;} |
*/ | */ | ||
- | #footer-box { background-image: url(https://static.igem.org/mediawiki/ | + | #footer-box { background-image: url('https://static.igem.org/mediawiki/2013hs/9/91/Pattern.png'); background-color: #000000; width: 100%; margin: -10px; padding: 20px 0; display: none;} |
.visualClear { display: none; } | .visualClear { display: none; } | ||
Line 36: | Line 51: | ||
#contentSub {display: none;} | #contentSub {display: none;} | ||
//p:first-child { display: none;} | //p:first-child { display: none;} | ||
+ | |||
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;} | #footer { border: none; width: 965px; margin: 0 auto; padding: 0;} | ||
Line 44: | Line 60: | ||
#footer ul { margin: 0; padding: 0;} | #footer ul { margin: 0; padding: 0;} | ||
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;} | #footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;} | ||
+ | |||
+ | |||
/* Wiki Hacks - END */ | /* Wiki Hacks - END */ | ||
- | + | body{ | |
+ | background:#555 url(https://static.igem.org/mediawiki/2013hs/9/91/Pattern.png) repeat top left; | ||
+ | color:#000; | ||
+ | font-family: 'PT Sans Narrow', Arial, sans-serif; | ||
+ | font-size:12px; | ||
+ | overflow-y:scroll; | ||
+ | } | ||
+ | a{ | ||
+ | color:#f0f0f0; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | h1{ | ||
+ | margin:0 0 13px 0; | ||
+ | float:left; | ||
+ | clear:both; | ||
+ | font-size:34px; | ||
+ | padding:12px; | ||
+ | text-shadow:0px 0px 1px #000; | ||
+ | color:#f8f8f8; | ||
+ | font-family:'News Cycle', Georgia, serif; | ||
+ | } | ||
+ | h1 span{ | ||
+ | color:#e3cbfe; | ||
+ | text-align:right; | ||
+ | font-size:25px; | ||
+ | padding:0 10px; | ||
+ | } | ||
+ | h2{ | ||
+ | float:right; | ||
+ | color:#bda2dc; | ||
+ | padding:30px 20px 0 0; | ||
+ | } | ||
+ | .content{ | ||
+ | width:100%; | ||
+ | position:relative; | ||
+ | margin:20px 0 0 0; | ||
+ | clear:both; | ||
+ | } | ||
+ | /* Footer Style */ | ||
+ | .topbar{ | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | height:25px; | ||
+ | line-height:24px; | ||
+ | bottom:0; | ||
+ | font-size:13px; | ||
+ | background:#000; | ||
+ | opacity:0.7; | ||
+ | text-transform:uppercase; | ||
+ | font-family: 'PT Sans Narrow', Arial, sans-serif; | ||
+ | z-index:4; | ||
+ | } | ||
+ | .topbar a{ | ||
+ | padding:5px 10px; | ||
+ | letter-spacing:1px; | ||
+ | text-shadow:1px 1px 1px #000; | ||
+ | color:#ddd; | ||
+ | text-align:right; | ||
+ | } | ||
+ | .topbar a:hover{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | .topbar a span{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .topbar span.right_ab{ | ||
+ | position:absolute; | ||
+ | right:4px; | ||
+ | } | ||
</style> | </style> | ||
+ | |||
</head> | </head> | ||
</html> | </html> |
Latest revision as of 05:49, 21 June 2013