Team:UC Chile/style
From 2012.igem.org
(Difference between revisions)
(26 intermediate revisions not shown) | |||
Line 27: | Line 27: | ||
#bodyContent{ | #bodyContent{ | ||
- | background: | + | background: white; |
- | color: | + | color: black; |
} | } | ||
Line 54: | Line 54: | ||
body { | body { | ||
- | background: # | + | background: #145224; /* defines the default background color of the document*/ |
+ | |||
+ | /* background-image:url('https://static.igem.org/mediawiki/2012/1/1d/B_image.png'); */ | ||
+ | |||
color: white; /* defines the default font-color of the document*/ | color: white; /* defines the default font-color of the document*/ | ||
Line 89: | Line 92: | ||
position:relative; | position:relative; | ||
width: 110px; | width: 110px; | ||
+ | |||
} | } | ||
#nav a{ | #nav a{ | ||
Line 111: | Line 115: | ||
position:absolute; | position:absolute; | ||
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ | left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ | ||
+ | border-bottom: 1px solid black; | ||
+ | |||
} | } | ||
Line 119: | Line 125: | ||
} | } | ||
#nav li:hover ul{ | #nav li:hover ul{ | ||
- | left: | + | left:0px; |
top: 0px; | top: 0px; | ||
margin-top: 29px; | margin-top: 29px; | ||
Line 134: | Line 140: | ||
background:white; | background:white; | ||
color: black; | color: black; | ||
+ | } | ||
+ | |||
+ | .selflink{ | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .center{ | ||
+ | text-align: center; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 15:53, 31 March 2012