Team:UI-Indonesia
From 2014.igem.org
(Difference between revisions)
Line 50: | Line 50: | ||
/* Highlight with background colour on hover */ | /* Highlight with background colour on hover */ | ||
#top-section:hover #menubar li a { | #top-section:hover #menubar li a { | ||
- | color: # | + | color: #e80607; |
} | } | ||
#menubar li a:link, | #menubar li a:link, | ||
#menubar li a:visited { | #menubar li a:visited { | ||
- | color: # | + | color: #ffffff; |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 88: | Line 88: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
} | } | ||
- | + | html, body, .wrapper { /*-- changes default wiki settings --*/ | |
- | + | width: 100%; | |
+ | height: 100%; | ||
+ | background-color: transparent; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> |
Revision as of 14:45, 20 July 2014