Template:Team:HokkaidoU Japan/CSS

From 2014.igem.org

(Difference between revisions)
Line 193: Line 193:
#hokkaidou-contents .citation-list {
#hokkaidou-contents .citation-list {
   margin-top: 40px;
   margin-top: 40px;
 +
}
 +
 +
#top_header {
 +
  width: 100%;
 +
  height: 130px;
 +
  background-color: black;
 +
}
 +
 +
#top_univ {
 +
  position: relative;
 +
  text-align:center;
 +
  margin: 0 auto;
 +
  font-size: 30px;
 +
  top: 45px;
 +
}
 +
 +
#top_button {
 +
  position: relative;
 +
  width: 640px;
 +
  top: 55px;
 +
  background:transparent;
 +
  color: red;
 +
  text-align: center;
 +
  margin: 0 auto;
 +
}
 +
 +
#top_button ul {
 +
  text-align:center;
 +
  margin: 0 auto;
 +
}
 +
 +
#top_button li {
 +
  position: relative;
 +
  display: inline-block;
 +
  margin-right: 10px;
 +
  margin-left: 10px;
 +
}
 +
 +
#top_button a {
 +
  display: block;
 +
}
 +
 +
 +
#top_logo_snow {
 +
  position: relative;
 +
  margin: 0 auto;
 +
  left: 30px;
 +
  background-image: url ()
}
}
Line 198: Line 246:
/* 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 204: Line 265:
.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 233: Line 300:
.container > header {
.container > header {
text-align: center;
text-align: center;
 +
background: rgba(0,0,0,0.01);
}
}
Line 476: Line 544:
.bb-bookblock {
.bb-bookblock {
-
width: 400px;
+
width: 100%;
-
height: 300px;
+
height: 100%;
margin: 0 auto;
margin: 0 auto;
position: relative;
position: relative;

Revision as of 09:52, 10 September 2014