Template:Team:Oxford/templates/header
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300italic,400,300); html, body { max-width: 100%; over...") |
|||
Line 154: | Line 154: | ||
list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } | list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .row { vertical-align: top; height:auto !important; } | ||
+ | .list {display:none; } | ||
+ | .show {display: none; } | ||
+ | .hide:target + .show {display: inline; } | ||
+ | .hide:target {display: none; } | ||
+ | .hide:target ~ .list {display:inline; } | ||
+ | @media print { .hide, .show { display: none; } } | ||
+ | |||
+ | |||
+ | .white_news_block { | ||
+ | |||
+ | background: #fff; | ||
+ | border-radius:15px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:3%;padding-bottom:3%; | ||
+ | width:96%; | ||
+ | } | ||
+ | |||
+ | .blue_news_block { | ||
+ | |||
+ | background: #ADD8E6; | ||
+ | border-radius:15px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:3%;padding-bottom:3%; | ||
+ | width:96%; | ||
+ | } | ||
+ | |||
+ | .orange_news_block1 { | ||
+ | |||
+ | background: #F9A7B0; | ||
+ | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
+ | width:96%; | ||
+ | } | ||
+ | |||
+ | .orange_news_block2 { | ||
+ | |||
+ | background: #F9A7B0; | ||
+ | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
+ | width:44%; | ||
+ | } | ||
+ | |||
+ | .yellow_news_block { | ||
+ | |||
+ | background: #FFFF06; | ||
+ | border-radius:30px; margin-top:2%; padding-left:2%;padding-right:2%;padding-top:2%;padding-bottom:2%; | ||
+ | width:27%; | ||
+ | } | ||
+ | |||
+ | |||
+ | h1 { | ||
+ | font-size: 120%; | ||
+ | font-weight: 400; | ||
+ | font-family:Helvetica; | ||
+ | margin-bottom: 2%; | ||
+ | |||
+ | } | ||
+ | h1white { | ||
+ | font-size: 230%; | ||
+ | font-weight: 400; | ||
+ | font-family:Helvetica; | ||
+ | color:#000000; | ||
+ | } | ||
+ | |||
+ | h1black { | ||
+ | font-size: 230%; | ||
+ | font-weight: 400; | ||
+ | font-family:Helvetica; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> |
Revision as of 19:56, 21 September 2014