Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(h4 styles) |
(table borders) |
||
Line 85: | Line 85: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
+ | |||
div#imgBox{ | div#imgBox{ | ||
height: 500px; | height: 500px; | ||
Line 108: | Line 109: | ||
} | } | ||
+ | /*Top Menu*/ | ||
div#menubar li { | div#menubar li { | ||
color: transparent !important; | color: transparent !important; | ||
Line 124: | Line 126: | ||
width: 200px; | width: 200px; | ||
} | } | ||
- | |||
div.navItems{ | div.navItems{ | ||
cursor: pointer; | cursor: pointer; | ||
Line 298: | Line 299: | ||
height: 30px; | height: 30px; | ||
} | } | ||
+ | /* Tables */ | ||
+ | table.blueBorders td { | ||
+ | border: 1px solid #71CCE6; | ||
+ | } | ||
+ | |||
+ | |||
/* Special Styles for Tablet Size & Below */ | /* Special Styles for Tablet Size & Below */ | ||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { |
Revision as of 06:23, 17 October 2014