Template:Kyoto/css

From 2012.igem.org

(Difference between revisions)
 
(23 intermediate revisions not shown)
Line 42: Line 42:
#catlinks {
#catlinks {
display: none;
display: none;
 +
}
 +
 +
/******* image *******/
 +
.thumb {
 +
border-style: none !important;
 +
padding: 10px;
}
}
Line 81: Line 87:
#kyoto-tabs {
#kyoto-tabs {
width: 730px;
width: 730px;
-
height: 30px;
+
height: 35px;
 +
margin-bottom: -1px;
}
}
#kyoto-tabs > li {
#kyoto-tabs > li {
Line 90: Line 97:
#kyoto-tab-contents {
#kyoto-tab-contents {
padding: 10px;
padding: 10px;
 +
z-index: 100;
 +
border: 1px solid #c8c2b6;
}
}
#kyoto-tab-contents > div {
#kyoto-tab-contents > div {
 +
display: none;
 +
}
 +
div.displayOn {
 +
display: block;
}
}
/********** post-it **********/
/********** post-it **********/
ul.kyoto-post-it {
ul.kyoto-post-it {
-
left: 50%;
 
-
margin-left: 462.5px;
 
width: 30px;
width: 30px;
-
position: fixed;
+
float: right;
 +
right: -40px;
 +
z-index: 90;
}
}
ul.kyoto-post-it > li {
ul.kyoto-post-it > li {

Latest revision as of 18:10, 23 October 2012