Team:Heidelberg/Templates/basic-css
From 2013.igem.org
(Difference between revisions)
Nils.kurzawa (Talk | contribs) |
m |
||
(13 intermediate revisions not shown) | |||
Line 83: | Line 83: | ||
a:visited { | a:visited { | ||
- | color: # | + | color: #000080; |
} | } | ||
- | a | + | a { |
- | color: # | + | color: #000080; |
} | } | ||
- | p > a { | + | p > a, b > a { |
- | color: | + | color: #000080; |
} | } | ||
- | p > a: | + | p > a:visited, b > a:visited { |
- | color: | + | color: #000080; |
+ | } | ||
+ | p { | ||
+ | text-align:justify; | ||
} | } | ||
table { | table { | ||
- | font-size: | + | 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