Team:WHU-China/basecss

From 2013.igem.org

(Difference between revisions)
 
(44 intermediate revisions not shown)
Line 8: Line 8:
q:before,q:after{content:''}
q:before,q:after{content:''}
.fb{font-weight:bold;}
.fb{font-weight:bold;}
-
 
+
.mac{
 +
height:auto;width:67%;float:right;padding:5px;margin-top:6px;margin-right:7%;
 +
}
.pr{position:relative;}
.pr{position:relative;}
.pa{position:absolute;}
.pa{position:absolute;}
Line 18: Line 20:
.clearfix{display:block;}
.clearfix{display:block;}
 +
.right-menu li a{color:black;}
 +
.left-menu:hover a{color:black;}
#menubar ul{height:4px;color:rgb(255,255,238);}
#menubar ul{height:4px;color:rgb(255,255,238);}
#content{position:absolute;top:0;left:0;width:100%;height:auto;background-color:rgb(243, 245, 242);border:0;padding:0;}
#content{position:absolute;top:0;left:0;width:100%;height:auto;background-color:rgb(243, 245, 242);border:0;padding:0;}
#top-section{border:0;height:0;}
#top-section{border:0;height:0;}
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {display: none;}
+
#search-controls, .firstHeading, #contentSub, #footer-box , #catlinks, #p-logo {display:none;}
.firstHeading {margin-bottom: 0.1em;}
.firstHeading {margin-bottom: 0.1em;}
-
# p-logo{display:none;}
+
#bodyContent{
 +
 
 +
background:url(https://static.igem.org/mediawiki/2013/a/a0/WHUIGEM_LOGOopacity.png);
 +
background: -moz-linear-gradient(right, rgba(255, 255, 240, 0.95), rgba(255, 255, 240, 0.5)),url(https://static.igem.org/mediawiki/2013/0/02/IGEM_LOGO.png);
 +
}
 +
.showborder {
 +
border: 1px solid rgb(142,195,31);
 +
box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.15);
 +
-webkit-box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.15);
 +
}

Latest revision as of 12:35, 24 September 2013

@charset "utf-8"; html,body{font-family:Tahoma, Geneva, sans-serif;height:100%;} body{position:relative;min-width:990px;min-height:100%;height:auto!important;height:100%;background-color:rgb(0,143,116);font-size:12px;} html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,td{margin:0;padding:0;} ol,ul{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:} .fb{font-weight:bold;} .mac{ height:auto;width:67%;float:right;padding:5px;margin-top:6px;margin-right:7%; } .pr{position:relative;} .pa{position:absolute;} .fl{float:left;display:inline;} .fr{float:right;display:inline;} .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} .clearfix{display:inline-block;}

  • html .clearfix{height:1%;}

.clearfix{display:block;}

.right-menu li a{color:black;} .left-menu:hover a{color:black;}

  1. menubar ul{height:4px;color:rgb(255,255,238);}
  1. content{position:absolute;top:0;left:0;width:100%;height:auto;background-color:rgb(243, 245, 242);border:0;padding:0;}
  2. top-section{border:0;height:0;}
#search-controls, .firstHeading, #contentSub, #footer-box , #catlinks, #p-logo {display:none;}

.firstHeading {margin-bottom: 0.1em;}

  1. bodyContent{
background:url(WHUIGEM_LOGOopacity.png);

background: -moz-linear-gradient(right, rgba(255, 255, 240, 0.95), rgba(255, 255, 240, 0.5)),url(IGEM_LOGO.png); } .showborder { border: 1px solid rgb(142,195,31); box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.15); }