Team:St Andrews/Template:AugustAdjustments
From 2012.igem.org
(Difference between revisions)
(Well, it didn't work. But I made notes.) |
(Underline links, preserving buttons) |
||
Line 3: | Line 3: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
+ | |||
+ | /* Underline anchors in paragraph tags in the container | ||
+ | .container p a {text-decoration:underline;} | ||
A:hover {text-decoration: underline; color: #62879d;} | A:hover {text-decoration: underline; color: #62879d;} |
Revision as of 10:07, 26 September 2012
h1 { margin-bottom: 10px; font-weight: bold; }
/* Underline anchors in paragraph tags in the container .container p a {text-decoration:underline;}
A:hover {text-decoration: underline; 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;
}