Team:St Andrews/Template:AugustAdjustments
From 2012.igem.org
(Difference between revisions)
(What happens when a:link is out?) |
(This might work) |
||
Line 9: | Line 9: | ||
color: #185359; | color: #185359; | ||
} | } | ||
+ | |||
+ | |||
+ | a:link { | ||
+ | color: #3d88ba; | ||
+ | } | ||
+ | |||
#menubar a:link { | #menubar a:link { | ||
- | + | color:transparent; | |
+ | } | ||
+ | |||
+ | |||
+ | #menubar a:visited { | ||
+ | color:transparent; | ||
} | } | ||
Revision as of 09:42, 9 August 2012
h1 { margin-bottom: 10px; font-weight: bold; }
A:hover {text-decoration: underline; color: #62879d;}
a:visited { color: #185359; }
a:link {
color: #3d88ba;
}
- menubar a:link {
color:transparent; }
- menubar a:visited {
color:transparent; }
.modal.large{
width: 780px; margin-left: -390px; /* - width/2 */
}
.modal-body {
max-height: 800px;
}