Template:Team:HokkaidoU Japan/Common/CSS

From 2014.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
 +
body {
body {
   text-decoration:none;
   text-decoration:none;
   background-color: #FFFFFF;
   background-color: #FFFFFF;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
  border: none;
 +
  padding-top: 0;
 +
  padding-bottom: 0;
 +
  font-weight:normal;
}
}
Line 68: Line 77:
#menubar {
#menubar {
-
   font-size: 50%;
+
   font-size: 75%;
}
}
.right-menu {
.right-menu {
-
   opacity: 0;
+
   opacity: 0.0;
}
}
 +
html {
html {
Line 83: Line 93:
   line-height: 28px;
   line-height: 28px;
   text-align: justify;
   text-align: justify;
 +
  background-color:#ffffff
}
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
-
  font-family: 'Rosario', sans-serif;
+
font-family: 'Merriweather', serif;
 +
}
 +
 
 +
ul {
 +
  margin-left: 40px;
 +
  list-style-type: disc;
 +
  list-style-image: none;
}
}
-
ul, ol {
+
ol {
   margin-left: 40px;
   margin-left: 40px;
 +
  list-style-type:decimal;
}
}
Line 98: Line 116:
th {
th {
-
  font-family: 'Rosario', sans-serif;
+
font-family: 'Merriweather', serif;
}
}
Line 115: Line 133:
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
 +
  background-color: #ffffff;
 +
}
}
Line 120: Line 140:
   width: 960px;
   width: 960px;
   margin: 0 auto 0;
   margin: 0 auto 0;
-
   background-color: white;
+
   background-color: #ffffff;
}
}
Line 129: Line 149:
#hokkaidou-contents {
#hokkaidou-contents {
-
   font-family: 'Open Sans', sans-serif;
+
   font-family: 'Merriweather', serif;
   width: 880px;
   width: 880px;
   margin: 60px auto 0;
   margin: 60px auto 0;
Line 151: Line 171:
   margin: 30px 0 0;
   margin: 30px 0 0;
}
}
 +
#hokkaidou-contents p:first-letter {
#hokkaidou-contents p:first-letter {
-
   margin-left: 20px;
+
   /*margin-left: 20px;*/
}
}
 +
#hokkaidou-contents h1 + p, #hokkaidou-contents h2 + p, #hokkaidou-contents h3 + p {
#hokkaidou-contents h1 + p, #hokkaidou-contents h2 + p, #hokkaidou-contents h3 + p {
   margin: 0;
   margin: 0;
Line 253: Line 275:
}
}
 +
/* disable border for links (firefox) */
 +
a:link,
 +
a:visited,
 +
a:active,
 +
a:hover {
 +
overflow: hidden;
 +
outline: none;
 +
}
 +
#top-section { width: 100%; margin: 0; }
</style>
</style>
</html>
</html>

Latest revision as of 00:38, 18 October 2014