Template:Team:Newcastle/CSS

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
html {
 +
height: 100%;
 +
}
 +
#overallMask {
 +
position: relative;
 +
margin: 2% auto 2em auto;
 +
width: 750px;
 +
}
 +
#contentWrapper {
 +
height: 100%;
 +
padding-bottom: 4em;
 +
min-height: 500px;
 +
border-top: 1px solid #bab599;
 +
-moz-box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 8px;
 +
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 8px;
 +
box-shadow: rgba(0, 0, 0, 0.3) 8px 8px 8px;;
 +
background-color: #fffbe7;
 +
}
 +
@font-face {
 +
font-family: Sertig;
 +
src: url('http://casualconnect.net/iGEM/Sertig.otf');
 +
}
 +
 +
#headerWrapper {
 +
font-family: Sertig, Futura, Impact, sans-serif;
 +
-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;
 +
font-size: 21pt; color: #fffbe7;
 +
background: url("https://static.igem.org/mediawiki/2010/4/42/94acce-50.png") repeat;
 +
height: 100px;
 +
padding-top: 50px;
 +
}
 +
#headerWrapper img {
 +
margin-left: 20px;
 +
margin-top: -40px;
 +
}
.left-menu {
.left-menu {
Line 611: Line 646:
     font-weight: bold;
     font-weight: bold;
}
}
 +
 +
 +
  </style>
  </style>
</html>
</html>

Revision as of 20:07, 8 August 2010