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{ ...")
 
(18 intermediate revisions not shown)
Line 1: Line 1:
-
 
+
body, html { width:100% ;
-
/* getting rid of wiki baggage */
+
     height:100% ;
-
#globalWrapper{
+
     overflow:hidden ;
-
    position:relative;
+
     background-color:#fff;
-
    width:990px;
+
-
     margin-left:auto;
+
-
     margin-right:auto;
+
-
     margin-top:none;
+
}
}
-
#versionwarning{
+
#footer-box{
-
    position:absolute;
+
  display:none;
-
    top:50px;
+
-
    left:100px;
+
-
    background-color:#f00;
+
-
    padding:10px;
+
-
    font-size:20px;
+
-
    display:none;
+
-
    }
+
-
 
+
-
#content{
+
-
    padding-top:0px;
+
}
}
-
#bodyContent a[href ^="https://"],
+
iframe { width:100% ;
-
.link-https, #bodyContent a[href ^="mailto:"],
+
        height:100% ;
-
.link-mailto,
+
     border:none ;
-
#bodyContent a[href ^="news://"],
+
     margin-top:-20px;
-
#bodyContent a[href ^="ftp://"],
+
-
.link-ftp, #bodyContent a[href ^="irc://"],
+
-
.link-irc {
+
-
     background: none;
+
-
     padding-right: 0px;
+
}
}
-
+
#toc{
-
 
+
      float: right;
-
#content{
+
      margin-left: 10px;
-
    width:990px;
+
-
    padding-right:0px;
+
-
    padding-left:0px;
+
}
}
-
#contentSub{
+
#search-controls{
-
    display:none;
+
      display: none;
}
}
#catlinks{
#catlinks{
-
     display:none;
+
      display: none;
 +
}
 +
 
 +
#p-logo{
 +
     display: none;
}
}
#top-section{
#top-section{
-
    height: 14px;
 
     border: none;
     border: none;
-
     position: fixed;
+
     height: auto;
-
     width: 990px;
+
     top: -15px;
-
    background-color: #666;
+
-
    z-index: 20;
+
-
    display:none;
+
}
}
-
#p-logo{
+
.firstHeading{
-
    display:none;
+
display:none;
}
}
-
#search-controls{
+
h1{
-
    display:none;
+
      border:none;
-
}
+
-
 
+
-
.firstHeading{
+
-
    display:none;
+
}
}
#content{
#content{
-
    border:none;
+
      width:950px;
 +
      padding:0px;
 +
      border:none;
 +
      background:none;
}
}
-
.left-menu:hover {
+
#toc{
-
    background-color:transparent;
+
      display:none;
-
    }
+
-
   
+
-
.left-menu, .left-menu a {
+
-
    color:white;
+
}
}
-
.right-menu li {
+
#topbar{
-
    background-color:transparent;
+
  background-color: #999;  
-
}
+
  height: 100px;
-
.right-menu li a {
+
-
    background-color:transparent;
+
}
}
-
.right-menu, .right-menu a {
+
#globalWrapper{
-
    right: 20px;
+
  padding-bottom:0px;
}
}
-
#topwikimenubg{
+
.left-menu{
-
    position:absolute;
+
  display:none;
-
    top:0px;
+
-
    width:990px;
+
-
    left:0px;
+
-
    height:15px;
+
-
    background-color: #666;
+
}
}
-
#menubar a:visited {
+
#menubar li{
-
    color:white;
+
  display: block;
-
    }
+
  top:15px;
-
   
+
-
#menubar a:active {
+
}
-
    color:white;
+
-
    }
+
-
#toc,#toctitle{
+
#menubar{
-
    display:none;
+
width:50px;
 +
  left:0px;
 +
position:fixed;
}
}
-
.toclevel-1{
+
#menubar ul{
-
  display:none;
+
margin: 0;
 +
margin-left:3px;
}
}
-
#footer-box{
+
.right-menu{
-
    border:none;
+
text-align: left;
-
    border-top: 1px solid #CCC;
+
}
 +
 
 +
li#pt-userpage,li#pt-login{
 +
padding-left:0px;
}
}

Latest revision as of 19:39, 11 June 2013

body, html { width:100% ;

   height:100% ;
   overflow:hidden ;
   background-color:#fff;

}

  1. footer-box{
  display:none;

}

iframe { width:100% ;

       height:100% ;
   border:none ;
   margin-top:-20px;

}

  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;

}

.firstHeading{ display:none; }

h1{

     border:none;

}

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

}

  1. toc{
     display:none;

}

  1. topbar{
  background-color: #999; 
  height: 100px;

}

  1. globalWrapper{
  padding-bottom:0px;

}

.left-menu{

 display:none;

}

  1. menubar li{
 display: block;
 top:15px;

}

  1. menubar{

width:50px;

  left:0px;

position:fixed; }

  1. menubar ul{

margin: 0; margin-left:3px; }

.right-menu{ text-align: left; }

li#pt-userpage,li#pt-login{ padding-left:0px; }