Template:Kyoto/css

From 2014.igem.org

(Difference between revisions)
(Undo revision 109501 by Mitsuaki (talk))
Line 31: Line 31:
}
}
-
/*********sandbox用***********/
+
/*** breaking official design start ***/
-
.firstHeading{
+
/*** global background #545454 ***/
-
display: none;
+
 
 +
body {
 +
    background-image: url(https://static.igem.org/mediawiki/2013/c/c7/Repeatingtile.jpg);
 +
    background-attachment: fixed;
 +
    overflow-y: scroll;
 +
    font-family: arial;
}
}
 +
p {
 +
    font-size: 18px;
 +
    font-family: arial;
 +
    line-height:1.7;
 +
    text-indent: 1em;
 +
}
 +
 +
h2 {
 +
    font-size: 25px;
 +
   
 +
}
 +
 +
h1 {
 +
    font-size: 30px;
 +
    line-height: 1.3;
 +
}
 +
 +
/*** material and method***/
 +
#material ul {
 +
    font-size:18px;
 +
}
 +
 +
/*** notebooks ***/
 +
#notebooks ul{
 +
    font-size: 18px;
 +
}
 +
 +
/*** humanpractice ***/
 +
#ankeito h3 {
 +
    border-bottom: solid 1px #aaa;
 +
    font-size: 20px;
 +
}
 +
/*** official content ***/
 +
#content {
 +
    width: 1065px;
 +
    border-left: 0;
 +
    border-right: 0;
 +
    padding: 0;
 +
    margin-top: -17px;
 +
    margin-bottom:-16px;
 +
    background-color: transparent;
 +
}
 +
/*** igem official logo***/
 +
#p-logo {
 +
    display: none;
 +
}
 +
#top-section{
 +
    height: 0px;
 +
    top: 0px;
 +
    margin-top: 0px;
 +
    padding: 0px;
 +
    border: 0px;
 +
}
 +
#toc {
 +
    display: none;
 +
}
 +
/*** wiki page's address ***/
 +
.firstHeading {
 +
    display: none;
 +
    height:0px;
 +
    visibility:hidden;
 +
}
 +
/*** wiki search box ***/
 +
#search-controls{
 +
    display:none;
 +
}
 +
/*** igem global menu bar ***/
 +
#catlinks {
 +
    display: none;
 +
    height: 0px;
 +
}
 +
/*** breaking official design end ***/
 +
 +
/*********sandbox用***********/
#top{
#top{
width: 100%;
width: 100%;

Revision as of 09:09, 9 September 2014