Template:Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
   left: 0;
   left: 0;
   width: 100%;
   width: 100%;
-
   height: 100%;
+
   height: 0;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
Line 23: Line 23:
   left: 0;
   left: 0;
   width: 100%;
   width: 100%;
-
   height: 100%;
+
   height: 0;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
Line 35: Line 35:
   left: 0;
   left: 0;
   width: 100%;
   width: 100%;
-
   height: 100%;
+
   height: 0;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
Line 198: Line 198:
/* General Demo Style */
/* General Demo Style */
-
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
 
-
 
-
@font-face {
 
-
font-family: 'codropsicons';
 
-
src:url('../fonts/codropsicons/codropsicons.eot');
 
-
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
 
-
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
 
-
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
 
-
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
 
-
font-weight: normal;
 
-
font-style: normal;
 
-
}
 
-
 
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}
Line 217: Line 204:
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix:after { clear: both; }
-
 
-
body {
 
-
font-family: 'Lato', Calibri, Arial, sans-serif;
 
-
color: #777;
 
-
background: #f6f6f6;
 
-
}
 
a {
a {
Line 252: Line 233:
.container > header {
.container > header {
text-align: center;
text-align: center;
-
background: rgba(0,0,0,0.01);
 
}
}

Revision as of 09:33, 10 September 2014