Team:CU-Boulder/Wiki
From 2014.igem.org
(Difference between revisions)
Jimmynovik (Talk | contribs) |
Jimmynovik (Talk | contribs) |
||
(23 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | + | ||
- | + | ||
- | + | ||
<style type="text/css"> | <style type="text/css"> | ||
/* Wiki styles */ | /* Wiki styles */ | ||
+ | |||
+ | |||
div.thumb div a img { | div.thumb div a img { | ||
background-color:white; | background-color:white; | ||
Line 16: | Line 16: | ||
margin:0 auto; | margin:0 auto; | ||
padding:0; | padding:0; | ||
+ | |||
} | } | ||
- | #top-section{/* | + | |
- | + | ||
- | + | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | |
- | + | background-color: #383838; | |
- | + | border: 0 none; | |
- | + | height: 14px; | |
- | + | z-index: 100; | |
- | + | top: 0; | |
- | + | position: fixed; | |
+ | width: 975px; | ||
+ | left: 487px; | ||
+ | margin-left: -487px; | ||
} | } | ||
- | # | + | |
+ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: #383838; | ||
+ | height: 14px; | ||
+ | display: block; | ||
+ | z-index: 10; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | #menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | color: #727272; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #p-logo{ | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
+ | |||
#menubar {/* la barre de menu du haut */ | #menubar {/* la barre de menu du haut */ | ||
- | |||
margin:0; | margin:0; | ||
width:550px; | width:550px; | ||
Line 60: | Line 82: | ||
.right-menu a{/* les lien du login */ | .right-menu a{/* les lien du login */ | ||
} | } | ||
+ | |||
+ | |||
#search-controls{/* la barre de recherche*/ | #search-controls{/* la barre de recherche*/ | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
#content{/* le body de la page*/ | #content{/* le body de la page*/ | ||
border:none; | border:none; | ||
Line 71: | Line 96: | ||
height:auto; | height:auto; | ||
background:#ffffff; | background:#ffffff; | ||
+ | top: 0px; | ||
} | } | ||
.firstHeading { /*titre de page */ | .firstHeading { /*titre de page */ | ||
Line 80: | Line 106: | ||
border:none; | border:none; | ||
border-color:none; | border-color:none; | ||
- | padding:0; | + | padding: 0; |
height:auto; | height:auto; | ||
- | width: | + | width:100%; |
margin:0 auto; | margin:0 auto; | ||
} | } | ||
Line 88: | Line 114: | ||
#footer-box{/* la boite en bas de page*/ | #footer-box{/* la boite en bas de page*/ | ||
+ | display:none; | ||
width:80%; | width:80%; | ||
border:none; | border:none; | ||
Line 106: | Line 133: | ||
} | } | ||
body,input { | body,input { | ||
- | font-family: | + | font-family: 'Source Sans Pro', 'Julius Sans One', sans-serif; |
- | + | font-weight: 300; | |
+ | font-size: 12pt; | ||
+ | line-height: 1.75em; | ||
+ | color: #39454b; | ||
+ | letter-spacing: 0.5px; | ||
} | } | ||
+ | |||
/* Headers */ | /* Headers */ | ||
h1,h2,h3,h4 { | h1,h2,h3,h4 { |
Latest revision as of 17:38, 5 October 2014