Team:St Andrews/Template:AugustAdjustments

From 2012.igem.org

(Difference between revisions)
(Links get colour too :))
(Links in tables should be coloured and underlined too now.)
 
Line 6: Line 6:
/* Underline and colour anchors in paragraph tags in the container */
/* Underline and colour anchors in paragraph tags in the container */
.container p a {text-decoration:underline;color:#175a81;}
.container p a {text-decoration:underline;color:#175a81;}
 +
.container table a {text-decoration:underline;color:#175a81;}
A:hover {color: #62879d;}
A:hover {color: #62879d;}

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; }

  1. menubar a:link {

color:transparent; }

  1. menubar a:visited {

color:transparent; }

  • /

.modal.large{

   width: 780px;
   margin-left: -390px; /* - width/2 */

}

.modal-body {

   max-height: 800px;

}