Template:MichiganHeadCSS/Meta

From 2014.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 1: Line 1:
-
<head>
+
<html>
 +
<head>
<!-- Meta -->
<!-- Meta -->
<meta charset = "UTF-8" />
<meta charset = "UTF-8" />
Line 15: Line 16:
<!-- Styles -->
<!-- Styles -->
<style>
<style>
 +
 +
 +
/*-------------------------------------------*/
/*-------------------------------------------*/
/*                  LAYOUT
/*                  LAYOUT
Line 50: Line 54:
#content{
#content{
-
width: 640px;
+
//width: 640px;
-
margin-right: 50px;
+
//margin-right: 50px;
}
}
Line 238: Line 242:
code,
code,
pre{
pre{
-
display: block;
 
clear: both;
clear: both;
overflow: auto;
overflow: auto;
Line 244: Line 247:
line-height: 20px;
line-height: 20px;
white-space: pre;
white-space: pre;
 +
}
 +
 +
code{
 +
display: block;
}
}
Line 715: Line 722:
vertical-align:baseline;
vertical-align:baseline;
background:transparent;
background:transparent;
 +
}
 +
 +
#contentBody p:first-child{
 +
display: none;
}
}
Line 807: Line 818:
#cap{
#cap{
-
height: 5px;
+
height: 0px;
background: #22aaee;
background: #22aaee;
}
}
Line 813: Line 824:
#header ,
#header ,
#header-container{
#header-container{
-
height: 90px;
+
height: 50px;
}
}
Line 827: Line 838:
#logo{
#logo{
bottom: 50%;
bottom: 50%;
-
margin-bottom: -25px;
+
margin-bottom: -140px;
 +
margin-left: -23px;
}
}
Line 1,200: Line 1,212:
h1,h2,h3,h4,h5,h6{
h1,h2,h3,h4,h5,h6{
font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
-
font-style: italic;
+
font-style: bold;
font-weight: normal;
font-weight: normal;
-
color: #333;
 
-
text-shadow: 1px 1px 0 #f6f6f6 , 2px 2px 0 #d6d6d6;
 
}
}
Line 3,628: Line 3,638:
<![endif]-->
<![endif]-->
</head>
</head>
 +
</html>

Latest revision as of 00:51, 15 October 2014

Michigan Synthetic Biology Team