Template:Kyoto WikiDesign

From 2011.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
/* background */
 
-
body {
 
-
background-color: #EEEEEE;
 
-
}
 
-
#globalWrapper {
+
/******* CONTENT *******/
-
  filter:Alpha(opacity=50);
+
#content {
 +
  font-family: 'Arial';
 +
font-size: 15px;
}
}
-
/* 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;
}
}
-
 
h1, h2, h3, h4, h5 {
h1, h2, h3, h4, h5 {
Line 27: Line 24:
.mw-headline {
.mw-headline {
  display: block;
  display: block;
-
  padding: 10px 10px 10px 20px;
+
  padding: 5px 10px;
}
}
-
/* =Level1= */
+
/****** =Level1= ******/
h1 .mw-headline {
h1 .mw-headline {
-
background-color: #44CCCC;
+
    padding: 10px 10px 10px 20px;
-
color: white;
+
    background-color: #44CCCC;
 +
    color: white;
}
}
-
/* == Level2 == */
+
/***** == Level2 == *****/
h2 .mw-headline {
h2 .mw-headline {
-
padding-left: 20px;
+
    padding-right: 0px;
-
padding-bottom: 5px;
+
    padding-left: 0px;
-
border-bottom: 2px solid #5555FF;
+
    padding-bottom: 5px;
-
color: #AA5555;
+
}
}
 +
.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 === */
+
/**** === Level3 === ****/
h3 .mw-headline  {
h3 .mw-headline  {
}
}
-
/* headermenu(default) */
+
/******* headermenu(default) *******/
.left-menu, .left-menu a {
.left-menu, .left-menu a {
  color: white;
  color: white;
  background-color: #555555;
  background-color: #555555;
  top: auto;
  top: auto;
 +
}
 +
 +
/******* catlinks *******/
 +
#catlinks {
 +
 +
}
 +
 +
.week {
 +
    float: left;
 +
    width: 100%;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 11:52, 5 October 2011