Team:St Andrews/Template:AugustAdjustments

From 2012.igem.org

(Difference between revisions)
(Oops, comments should be closed >_>)
(Links get colour too :))
Line 4: Line 4:
}
}
-
/* Underline anchors in paragraph tags in the container */
+
/* Underline and colour anchors in paragraph tags in the container */
-
.container p a {text-decoration:underline;}
+
.container p a {text-decoration:underline;color:#175a81;}
-
A:hover {text-decoration: underline; color: #62879d;}
+
A:hover {color: #62879d;}
/*
/*

Revision as of 10:15, 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;}

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;

}