Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m
m
 
(11 intermediate revisions not shown)
Line 83: Line 83:
a:visited {
a:visited {
-
     color: #000;
+
     color: #000080;
}
}
-
a:active {
+
a {
-
     color: #000;
+
     color: #000080;
}
}
p > a, b > a {
p > a, b > a {
-
     color: 000080;
+
     color: #000080;
}
}
-
p > a:active, b > a:active {
+
p > a:visited, b > a:visited {
-
     color: 000099;
+
     color: #000080;
 +
}
 +
p {
 +
  text-align:justify;
}
}
table {
table {
-
     font-size:10px;
+
     font-size:1em;
}
}
b {
b {
  font-size:14px;
  font-size:14px;
}
}
-
 
+
figcaption {
 +
text-align: justify;
 +
}
/* Resizes the menubar to fik the links (default is 400px) */
/* Resizes the menubar to fik the links (default is 400px) */
Line 296: Line 301:
     float:left;
     float:left;
     width:100%;
     width:100%;
 +
}
 +
table.wikitable {
 +
    font-size:0.7em;
}
}
#bodyContent a[href^="https://"], .link-https {
#bodyContent a[href^="https://"], .link-https {
Line 302: Line 310:
   <!--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" />-->
</html>
</html>

Latest revision as of 21:11, 28 October 2013