Template:Kyoto WikiDesign

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> </style> </html>")
 
(51 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
 +
/******* CONTENT *******/
 +
#content {
 +
font-family: 'Arial';
 +
font-size: 15px;
 +
}
 +
 +
/******* wiki contents menu *******/
 +
#toc {
 +
  display: none;
 +
}
 +
 +
/******* wiki page's address *******/
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
h1, h2, h3, h4, h5 {
 +
border-style: none;
 +
}
 +
 +
.mw-headline {
 +
display: block;
 +
padding: 5px 10px;
 +
}
 +
 +
/****** =Level1= ******/
 +
h1 .mw-headline {
 +
    padding: 10px 10px 10px 20px;
 +
    background-color: #44CCCC;
 +
    color: white;
 +
}
 +
 +
/***** == Level2 == *****/
 +
h2 .mw-headline {
 +
    padding-right: 0px;
 +
    padding-left: 0px;
 +
    padding-bottom: 5px;
 +
}
 +
.mw-headline span {
 +
    padding-left: 4px;
 +
}
 +
.red_title {border-left: 4px solid #dd0000;}
 +
.green_title {border-left: 4px solid #00dd00;}
 +
.blue_title {border-left: 4px solid #0000dd;}
 +
.yellow_title {border-left: 4px solid #dddd00;}
 +
 +
/**** === Level3 === ****/
 +
h3 .mw-headline  {
 +
}
 +
 +
/******* headermenu(default) *******/
 +
.left-menu, .left-menu a {
 +
color: white;
 +
background-color: #555555;
 +
top: auto;
 +
}
 +
 +
/******* catlinks *******/
 +
#catlinks {
 +
 +
}
 +
 +
.week {
 +
    float: left;
 +
    width: 100%;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 11:52, 5 October 2011