Template:Kyoto/css

From 2012.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 4: Line 4:
body {
body {
background-color: #f1f1f1;
background-color: #f1f1f1;
-
font-family: arial;
+
font-size: arial;
}
}
#content {
#content {
Line 12: Line 12:
#bodyContent {
#bodyContent {
margin-top: -20px;
margin-top: -20px;
 +
font: 15px arial;
}
}
Line 41: Line 42:
#catlinks {
#catlinks {
display: none;
display: none;
 +
}
 +
 +
/******* image *******/
 +
.thumb {
 +
border-style: none !important;
 +
padding: 10px;
}
}
Line 66: Line 73:
padding: 0;
padding: 0;
width: 775px;
width: 775px;
-
left: 210px;
+
margin-left: 200px;
}
}
#kyoto-content {
#kyoto-content {
margin: 10px;
margin: 10px;
padding: 15px;
padding: 15px;
 +
}
 +
#kyoto-content > div {
background-color: #fef9e3;
background-color: #fef9e3;
 +
padding: 10px;
}
}
 +
 +
/********** tabs **********/
 +
#kyoto-tabs {
 +
width: 730px;
 +
height: 35px;
 +
margin-bottom: -1px;
 +
}
 +
#kyoto-tabs > li {
 +
display: block;
 +
float: left;
 +
height: 100%;
 +
}
 +
#kyoto-tab-contents {
 +
padding: 10px;
 +
z-index: 100;
 +
border: 1px solid #c8c2b6;
 +
}
 +
#kyoto-tab-contents > div {
 +
display: none;
 +
}
 +
div.displayOn {
 +
display: block;
 +
}
 +
 +
/********** post-it **********/
 +
ul.kyoto-post-it {
 +
width: 30px;
 +
float: right;
 +
right: -40px;
 +
z-index: 90;
 +
}
 +
ul.kyoto-post-it > li {
 +
width: 30px;
 +
display:block;
 +
}
 +
</style>
</style>
</html>
</html>

Latest revision as of 18:10, 23 October 2012