Team:St Andrews/Template:AugustAdjustments
From 2012.igem.org
(Difference between revisions)
(Links in tables should be coloured and underlined too now.) |
|||
(35 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | h1 { | |
- | margin-bottom: | + | margin-bottom: 10px; |
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | /* Underline and colour anchors in paragraph tags in the container */ | ||
+ | .container p a {text-decoration:underline;color:#175a81;} | ||
+ | .container table a {text-decoration:underline;color:#175a81;} | ||
+ | |||
+ | A:hover {color: #62879d;} | ||
+ | |||
+ | /* | ||
+ | |||
+ | This didn't work but we'll try again eventually if the time comes. | ||
+ | It seems MediaWiki's JS doesn't bother to hide any text with the a:visited or a:link properties set. | ||
+ | |||
+ | 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; | ||
} | } |
Latest revision as of 10:19, 26 September 2012
h1 { margin-bottom: 10px; font-weight: bold; }
/* Underline and colour anchors in paragraph tags in the container */ .container p a {text-decoration:underline;color:#175a81;} .container table a {text-decoration:underline;color:#175a81;}
A:hover {color: #62879d;}
/*
This didn't work but we'll try again eventually if the time comes. It seems MediaWiki's JS doesn't bother to hide any text with the a:visited or a:link properties set.
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;
}