Template:Chiba base

From 2013.igem.org

(Difference between revisions)
Keisuke (Talk | contribs)
(Created page with "@charset "utf-8"; - ページの基本デザイン: body { margin: 0; padding: 0; font-family: "メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif; color: #6...")
Newer edit →

Revision as of 15:46, 22 August 2013

@charset "utf-8"; /*ページの基本デザイン*/ body { margin: 0; padding: 0; font-family: "メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif; color: #666; } h1 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 48px; font-weight: normal; } h2 { margin: 0; font-size: 110%; } h3 { margin: 0; font-size: 90%; } p { margin: 0; font-size: 90%; line-height: 1.6; } address { font-style: normal; text-align: center; font-size: 90%; } a { color: #01b2a8; text-decoration: none; } .article p img { background-color: #fff; padding: 5px; border: 1px solid #ccc; float: left; margin-right: 5px; } .article { padding: 5px; border: solid 1px #ccc; margin: 10px; min-height: 150px; zoom: 1; } .article:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .nav ul { font-family: Arial, Helvetica, sans-serif; letter-spacing: 2px; margin: 0; padding: 0; list-style-type: none; text-align: right; } .nav ul li { display:inline-block; /* padding:0 5px; border-left: 1px solid #037d77;*/ } /*.nav ul li:first-child { border-left: none; }*/ .nav ul li#now a { color: #037d77; /* font-weight: bold;*/ }