Template:Kyoto/css

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> /******* CONTENT *******/ #content { } /******* wiki iGEM logo *******/ #p-logo { display: none; } - ****** header ******: #top-section { heig...")
 
(113 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
/******* CONTENT *******/
/******* CONTENT *******/
 +
body {
 +
background-color: #f1f1f1;
 +
font-size: arial;
 +
}
#content {
#content {
 +
width: 975px;
 +
border: none;
 +
}
 +
#bodyContent {
 +
margin-top: -20px;
 +
font: 15px arial;
}
}
/******* wiki iGEM logo *******/
/******* wiki iGEM logo *******/
#p-logo {
#p-logo {
-
display: none;
+
display: none;
}
}
/******* header *******/
/******* header *******/
#top-section {
#top-section {
-
height: 0px;
+
height: 0px;
-
top: 0px;
+
top: 0px;
-
margin-top: 0px;
+
margin-top: 0px;
-
padding: 0px;
+
padding: 0px;
-
border: 0px;
+
border: 0px;
}
}
/******* wiki contents menu *******/
/******* wiki contents menu *******/
-
#toc {
+
#toc {
-
  display: none;
+
display: none;
-
}
+
}
/******* wiki page's address *******/
/******* wiki page's address *******/
.firstHeading {
.firstHeading {
-
display: none;
+
display: none;
}
}
 +
 +
/******* catlinks footer *******/
 +
#catlinks {
 +
display: none;
 +
}
 +
 +
/******* image *******/
 +
.thumb {
 +
border-style: none !important;
 +
padding: 10px;
 +
}
 +
 +
/******* IGEM KYOTO DESIGN *******/
 +
 +
/********** header **********/
 +
img.kyoto-header {
 +
margin: -5px;
 +
width: 965px;
 +
}
 +
 +
/********** menu **********/
 +
#kyoto-menu {
 +
margin: 0;
 +
width: 200px;
 +
float: left;
 +
}
 +
#kyoto-menu > li {
 +
width: 200px;
 +
display :block;
 +
}
 +
 +
/********** main content **********/
 +
#kyoto-main {
 +
padding: 0;
 +
width: 775px;
 +
margin-left: 200px;
 +
}
 +
#kyoto-content {
 +
margin: 10px;
 +
padding: 15px;
 +
}
 +
#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