Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m
m
 
(26 intermediate revisions not shown)
Line 10: Line 10:
}
}
#content {
#content {
-
 
+
    z-index: auto;
     border: none;
     border: none;
-
     width:100%;
+
     width:98%;
}
}
Line 83: Line 83:
a:visited {
a:visited {
-
     color: #000;
+
     color: #000080;
}
}
-
a:active {
+
a {
-
     color: #000;
+
    color: #000080;
 +
}
 +
p > a, b > a {
 +
     color: #000080;
 +
}
 +
p > a:visited, b > a:visited {
 +
    color: #000080;
 +
}
 +
p {
 +
  text-align:justify;
}
}
table {
table {
-
     font-size:10px;
+
     font-size:1em;
}
}
b {
b {
  font-size:14px;
  font-size:14px;
}
}
-
 
+
figcaption {
-
/* Removes "teams" from the menubar */
+
text-align: justify;
-
#menubar > ul > li:last-child {
+
}
-
    display: none;}
+
/* Resizes the menubar to fik the links (default is 400px) */
/* Resizes the menubar to fik the links (default is 400px) */
Line 121: Line 129:
     background-color: transparent;}
     background-color: transparent;}
#menubar:hover {
#menubar:hover {
-
     color: white;}
+
     color: gray;}
#menubar li a {
#menubar li a {
-
     color: transparent;}
+
     color: gray;}
#menubar:hover li a {
#menubar:hover li a {
     color: #CCC;}
     color: #CCC;}
Line 146: Line 154:
                 bottom:0;
                 bottom:0;
                 right: 0;
                 right: 0;
-
                position: absolute;
 
                 z-index: -1;   
                 z-index: -1;   
             }
             }
Line 290: Line 297:
     left: -6px;
     left: -6px;
}
}
 +
.labjournal-weekly {
 +
    margin-top:2.6%;
 +
    float:left;
 +
    width:100%;
 +
}
 +
table.wikitable {
 +
    font-size:0.7em;
 +
}
 +
#bodyContent a[href^="https://"], .link-https {
 +
    background: none;}
 +
</style>
   <!--customized scrollbar-->
   <!--customized scrollbar-->
-
   <link href="custom-scrollbar-plugin/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
+
   <!--<link href="custom-scrollbar-plugin/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />-->
-
  </style>
+
</html>
</html>

Latest revision as of 21:11, 28 October 2013