Template:Team:UCSD Software/CSS
From 2014.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
+ | #thumbTwo{ | ||
+ | |||
+ | height: 250px; | ||
+ | font-size: 100px; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | background-color: #5C8AE6; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | #thumbTwo:hover{ | ||
+ | border: 1px solid gold; | ||
+ | background-color:#1947A3 ; | ||
+ | color:gold; | ||
+ | } | ||
body{ | body{ | ||
Line 65: | Line 81: | ||
border: 1px solid gold; | border: 1px solid gold; | ||
color:gold; | color:gold; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #nav1{ | ||
+ | background-color: #003D99;//rgba(0,0,0,0.5); | ||
+ | color: white; | ||
+ | //border: 1px solid white; | ||
+ | padding: 1px; | ||
+ | text-align: center; | ||
+ | box-sizing: border-box; | ||
+ | border-radius: 0; | ||
+ | margin-top: -50px; | ||
+ | } | ||
+ | |||
+ | #nav1 .btn:hover{ | ||
+ | color: gold; | ||
+ | //background-color: rgba(204,204,204,0.5); | ||
} | } | ||
Line 193: | Line 227: | ||
+ | #contentSub, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | .topWikiNavBackground { | ||
+ | height:18px; | ||
+ | margin-top: 0px;//-32px; | ||
+ | background-color:transparent; | ||
+ | } | ||
- | + | #globalWrapper, #content { /*-- changes default wiki settings --*/ | |
- | + | width: 100%; | |
- | + | height: 100%; | |
- | width: | + | border: 0px; |
- | + | background-color: transparent; | |
- | + | margin: 0px; | |
- | margin | + | padding: 0px; |
- | + | ||
} | } | ||
- | + | html, body, .wrapper { /*-- changes default wiki settings --*/ | |
- | + | width: 100%; | |
+ | height: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
#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: fixed; | position: fixed; | ||
- | width: | + | width: 975px; |
left: 50%; | left: 50%; | ||
- | margin-left: - | + | margin-left: -487px; |
+ | background-color: transparent; | ||
} | } | ||
#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; | |
- | + | height: 14px; | |
- | display: | + | display: block; |
- | + | ||
z-index: 10; | z-index: 10; | ||
position: fixed; | position: fixed; | ||
- | width: 100%; | + | width:100%; |
top: 0; | top: 0; | ||
} | } | ||
- | #menubar a:link | + | #menubar a:link, #menubar a:visited { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ |
- | + | color:#FFF; | |
text-decoration: none; | text-decoration: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | + | #menubar a:active, #menubar a:hover | |
- | + | { | |
- | # | + | color:#FFF; |
- | + | text-decoration: underline; | |
- | + | background-color:transparent; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | <!-----------------------------------------------------------------------------------------------> | |
- | width: | + | .firstHeading { |
- | + | width: 975px; | |
- | + | margin: 0px auto; | |
+ | padding-top: 100px; | ||
+ | margin-bottom: 20px; | ||
+ | font-family: Georgia, Times, "Times New Roman", serif; | ||
} | } | ||
+ | |||
+ | h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;} | ||
+ | |||
+ | |||
#contentcontainer { /*-- creates container for all content on page --*/ | #contentcontainer { /*-- creates container for all content on page --*/ | ||
Line 265: | Line 308: | ||
margin-top: 0px; | margin-top: 0px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 22:42, 17 October 2014