Team:St Andrews/Template:AugustAdjustments

From 2012.igem.org

(Difference between revisions)
(Trying to make the menubar transparent)
Line 8: Line 8:
a:visited {
a:visited {
color: #185359;
color: #185359;
 +
}
 +
 +
.left-menu, .left-menu a {
 +
    color: transparent;
 +
    left: 0;
 +
    text-align: left;
 +
    text-transform: lowercase;
}
}

Revision as of 09:30, 9 August 2012

h1 { margin-bottom: 10px; font-weight: bold; }

A:hover {text-decoration: underline; color: #62879d;}

a:visited { color: #185359; }

.left-menu, .left-menu a {

   color: transparent;
   left: 0;
   text-align: left;
   text-transform: lowercase;

}

a:link { color: #3d88ba; }

  1. menubar a:link {

opacity:1; }

.modal.large{

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

}

.modal-body {

   max-height: 800px;

}