Template:Kyoto/css

From 2012.igem.org

(Difference between revisions)
 
(92 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
/******* CONTENT *******/
/******* CONTENT *******/
-
#footer-box {
+
body {
-
position: relative;
+
background-color: #f1f1f1;
-
left: 50%;
+
font-size: arial;
-
margin-left: -500px;
+
}
-
z-index: 50;
+
#content {
 +
width: 975px;
 +
border: none;
}
}
#bodyContent {
#bodyContent {
-
width: 100%;
+
margin-top: -20px;
 +
font: 15px arial;
}
}
Line 39: Line 42:
#catlinks {
#catlinks {
display: none;
display: none;
 +
}
 +
 +
/******* image *******/
 +
.thumb {
 +
border-style: none !important;
 +
padding: 10px;
}
}
Line 44: Line 53:
/********** header **********/
/********** header **********/
-
#kyoto-header {
+
img.kyoto-header {
-
width: 1000px;
+
margin: -5px;
 +
width: 965px;
}
}
/********** menu **********/
/********** menu **********/
#kyoto-menu {
#kyoto-menu {
-
width: 250px;
+
margin: 0;
 +
width: 200px;
 +
float: left;
}
}
#kyoto-menu > li {
#kyoto-menu > li {
-
width: 250px;
+
width: 200px;
display :block;
display :block;
}
}
Line 59: Line 71:
/********** main content **********/
/********** main content **********/
#kyoto-main {
#kyoto-main {
-
padding: 20px;
+
padding: 0;
-
width: 700px;
+
width: 775px;
-
float: right;
+
margin-left: 200px;
}
}
-
#kyoto-main > div {
+
#kyoto-content {
margin: 10px;
margin: 10px;
padding: 15px;
padding: 15px;
-
min-height: 400px;
 
-
background-color: #ffffff;
 
}
}
 +
#kyoto-content > div {
 +
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