Template:Team:HokkaidoU Japan/Common/CSS

From 2014.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 77: Line 77:
#menubar {
#menubar {
-
   font-size: 50%;
+
   font-size: 75%;
}
}
Line 100: Line 100:
}
}
-
ul, ol {
+
ul {
   margin-left: 40px;
   margin-left: 40px;
 +
  list-style-type: disc;
 +
  list-style-image: none;
 +
}
 +
 +
ol {
 +
  margin-left: 40px;
 +
  list-style-type:decimal;
}
}
Line 133: Line 140:
   width: 960px;
   width: 960px;
   margin: 0 auto 0;
   margin: 0 auto 0;
-
   color: #ffffff;
+
   background-color: #ffffff;
}
}
Line 164: 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 266: 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