Template:Kyoto/css
From 2013.igem.org
(Difference between revisions)
(34 intermediate revisions not shown) | |||
Line 9: | Line 9: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
+ | font-family: arial; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-size: 18px; | ||
+ | font-family: arial; | ||
+ | line-height:1.7; | ||
+ | text-indent: 1em; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-size: 25px; | ||
+ | |||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 30px; | ||
+ | line-height: 1.3; | ||
+ | } | ||
+ | |||
+ | /*** material and method***/ | ||
+ | #material ul { | ||
+ | font-size:18px; | ||
+ | } | ||
+ | |||
+ | /*** notebooks ***/ | ||
+ | #notebooks ul{ | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | /*** humanpractice ***/ | ||
+ | #ankeito h3 { | ||
+ | border-bottom: solid 1px #aaa; | ||
+ | font-size: 20px; | ||
} | } | ||
/*** official content ***/ | /*** official content ***/ | ||
Line 113: | Line 147: | ||
#projectexplain{ | #projectexplain{ | ||
background-color: #6ec2e6; | background-color: #6ec2e6; | ||
- | border: | + | border: 0px solid #ffffff; |
- | width: | + | width: 740px; |
- | height: | + | height: 416px; |
border-radius: 2px; | border-radius: 2px; | ||
- | margin: - | + | margin: -10px 40px 0px 0px; |
- | padding: | + | padding: 0; |
margin-bottom: 6px; | margin-bottom: 6px; | ||
} | } | ||
#humanexplain{ | #humanexplain{ | ||
background-color: #e670a6; | background-color: #e670a6; | ||
- | border: | + | border: 0px solid #ffffff; |
- | width: | + | width: 740px; |
- | height: | + | height: 416px; |
border-radius: 2px; | border-radius: 2px; | ||
- | margin: - | + | margin: -10px 40px 0px 0px; |
- | padding: | + | padding: 0px; |
margin-bottom: 6px; | margin-bottom: 6px; | ||
} | } | ||
#achievexplain{ | #achievexplain{ | ||
background-color: #e6c43e; | background-color: #e6c43e; | ||
- | border: | + | border: 0px solid #ffffff; |
- | width: | + | width: 740px; |
- | height: | + | height: 416px; |
border-radius: 2px; | border-radius: 2px; | ||
- | margin: - | + | margin: -10px 40px 0px 0px; |
- | padding: | + | padding: 0px; |
margin-bottom: 6px; | margin-bottom: 6px; | ||
} | } | ||
Line 263: | Line 297: | ||
/*** Project Tab ***/ | /*** Project Tab ***/ | ||
.kyoto-tabs{ | .kyoto-tabs{ | ||
- | margin-top: | + | margin-top: 0; |
margin-left: 740px; | margin-left: 740px; | ||
padding: 0; | padding: 0; | ||
Line 276: | Line 310: | ||
padding: 0; | padding: 0; | ||
} | } | ||
+ | .Kyoto-toptab{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | width: 700px; | ||
+ | height: 100px; | ||
+ | } | ||
+ | .Kyoto-toptab > li{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: 300px; | ||
+ | height: 100px; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
/*** sponsor ***/ | /*** sponsor ***/ | ||
+ | .sponsorback{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: 740px; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | .sponsorleft{ | ||
+ | float: left; | ||
+ | width: 553px; | ||
+ | height: 195px; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
.sponsorkyoto{ | .sponsorkyoto{ | ||
float: left; | float: left; | ||
Line 353: | Line 415: | ||
position: absolute; | position: absolute; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 01:00, 28 September 2013