Template:Team:UCSD Software/CSS
From 2014.igem.org
(Difference between revisions)
Line 109: | Line 109: | ||
.topWikiNavBackground { | .topWikiNavBackground { | ||
- | height: | + | height:18px; |
- | margin-top: | + | margin-top: -32px; |
background-color:transparent; | background-color:transparent; | ||
} | } | ||
Line 130: | Line 130: | ||
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
border: 0 none; | border: 0 none; | ||
- | height: | + | height: 14px; |
z-index: 100; | z-index: 100; | ||
top: 0; | top: 0; | ||
- | position: | + | position: fixed; |
width: 975px; | width: 975px; | ||
left: 50%; | left: 50%; | ||
- | |||
margin-left: -487px; | margin-left: -487px; | ||
background-color: transparent; | background-color: transparent; | ||
Line 143: | Line 142: | ||
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
background-color:transparent; | background-color:transparent; | ||
- | height: | + | height: 14px; |
- | display: | + | display: block; |
z-index: 10; | z-index: 10; | ||
- | position: | + | position: fixed; |
width:100%; | width:100%; | ||
top: 0; | top: 0; | ||
Line 154: | Line 153: | ||
color:#FFF; | color:#FFF; | ||
text-decoration: none; | text-decoration: none; | ||
- | |||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 161: | Line 159: | ||
{ | { | ||
color:#FFF; | color:#FFF; | ||
- | |||
text-decoration: underline; | text-decoration: underline; | ||
background-color:transparent; | background-color:transparent; |
Revision as of 07:37, 13 October 2014