Team:UCL Academy/css

From 2013hs.igem.org

(Difference between revisions)
(Created page with " - getting rid of wiki baggage: #globalWrapper{ position:relative; width:990px; margin-left:auto; margin-right:auto; margin-top:none; } #versionwarning{ ...")
Line 1: Line 1:
-
 
+
body{
-
/* getting rid of wiki baggage */
+
margin: 0px;
-
#globalWrapper{
+
        background: #fcfaf8;
-
    position:relative;
+
-
    width:990px;
+
-
    margin-left:auto;
+
-
    margin-right:auto;
+
-
    margin-top:none;
+
}
}
-
#versionwarning{
+
#toc{
-
    position:absolute;
+
      float: right;
-
    top:50px;
+
      margin-left: 10px;
-
    left:100px;
+
-
    background-color:#f00;
+
-
    padding:10px;
+
-
    font-size:20px;
+
-
    display:none;
+
-
    }
+
-
 
+
-
#content{
+
-
    padding-top:0px;
+
}
}
-
#bodyContent a[href ^="https://"],
 
-
.link-https, #bodyContent a[href ^="mailto:"],
 
-
.link-mailto,
 
-
#bodyContent a[href ^="news://"],
 
-
#bodyContent a[href ^="ftp://"],
 
-
.link-ftp, #bodyContent a[href ^="irc://"],
 
-
.link-irc {
 
-
    background: none;
 
-
    padding-right: 0px;
 
-
}
 
-
 
-
#content{
 
-
    width:990px;
 
-
    padding-right:0px;
 
-
    padding-left:0px;
 
-
}
 
-
#contentSub{
+
#search-controls{
-
    display:none;
+
      display: none;
}
}
#catlinks{
#catlinks{
-
    display:none;
+
      display: none;
-
}
+
-
 
+
-
#top-section{
+
-
    height: 14px;
+
-
    border: none;
+
-
    position: fixed;
+
-
    width: 990px;
+
-
    background-color: #666;
+
-
    z-index: 20;
+
-
    display:none;
+
}
}
#p-logo{
#p-logo{
-
     display:none;
+
     display: none;
}
}
-
#search-controls{
+
#top-section{
-
     display:none;
+
     border: none;
-
}
+
    height: auto;
-
 
+
     top: -15px;
-
.firstHeading{
+
-
     display:none;
+
}
}
#content{
#content{
-
    border:none;
+
      width:auto;
 +
      padding:0px;
 +
      border:none;
 +
      background:none;
}
}
-
.left-menu:hover {
 
-
    background-color:transparent;
 
-
    }
 
-
   
 
-
.left-menu, .left-menu a {
 
-
    color:white;
 
-
}
 
-
.right-menu li {
+
.firstHeading{
-
    background-color:transparent;
+
display:none;
-
}
+
-
.right-menu li a {
+
-
    background-color:transparent;
+
-
}
+
-
 
+
-
.right-menu, .right-menu a {
+
-
    right: 20px;
+
-
}
+
-
 
+
-
#topwikimenubg{
+
-
    position:absolute;
+
-
    top:0px;
+
-
    width:990px;
+
-
    left:0px;
+
-
    height:15px;
+
-
    background-color: #666;
+
-
}
+
-
 
+
-
#menubar a:visited {
+
-
    color:white;
+
-
    }
+
-
   
+
-
 
+
-
#menubar a:active {
+
-
    color:white;
+
-
    }
+
-
 
+
-
#toc,#toctitle{
+
-
    display:none;
+
-
}
+
-
 
+
-
.toclevel-1{
+
-
  display:none;
+
}
}
-
#footer-box{
+
h1{
-
    border:none;
+
      border:none;
-
    border-top: 1px solid #CCC;
+
}
}

Revision as of 09:46, 9 June 2013

body{ margin: 0px;

       background: #fcfaf8;

}

  1. toc{
     float: right;
     margin-left: 10px;

}


  1. search-controls{
     display: none;

}

  1. catlinks{
     display: none;

}

  1. p-logo{
    display: none;

}

  1. top-section{
    border: none;
    height: auto;
    top: -15px;

}

  1. content{
      width:auto;
      padding:0px;
      border:none;
      background:none;

}


.firstHeading{ display:none; }

h1{

     border:none;

}