Team:BIT/public.css

From 2014.igem.org

(Difference between revisions)
Line 96: Line 96:
@font-face{ font-family:"Maiandra" ;src:url(../fonts/Arabica.swf);format("opentype");}
@font-face{ font-family:"Maiandra" ;src:url(../fonts/Arabica.swf);format("opentype");}
-
/*顶部Bar*/
 
-
#menubar a{ color:#000;}
 
-
#menubar a:hover{ color:#35a5ca;}
 
-
#menubar a:visited{ color:#999999;}
 
-
.right-menu li a { background:none;}
 
-
#menubar {
 
-
    position: absolute;
 
-
height:20px;
 
-
    white-space: nowrap;
 
-
   
 
-
    width: 380px;
 
-
    z-index: 5;
 
-
    font-family: sans-serif;
 
-
    font-size: 20sp;
 
-
   
 
-
}
 
-
 
-
.left-menu, .left-menu a {
 
-
    left: 0px;
 
-
    text-align: left;
 
-
    color:transparent;
 
-
    text-transform: lowercase;
 
-
padding-left:10px;
 
-
 
-
}
 
-
 
-
.left-menu:hover {
 
-
    color: white;
 
-
    background:rgba(255,255,255,0.3);
 
-
}
 
-
.right-menu, .right-menu a {
 
-
    right: 0px;
 
-
    text-align: right;
 
-
    color: white;
 
-
}
 
-
#menubar ul {
 
-
 
 
-
    list-style: none;
 
-
margin:0px;
 
-
 
-
}
 
-
#menubar li {
 
-
    display: inline;
 
-
    position: relative;
 
-
    cursor: pointer;
 
-
    padding-left: 0px;
 
-
    padding-right: 0px;
 
-
}
 
-
.left-menu li a {
 
-
    padding: 0px 10px 0px 0px;
 
-
text-decoration:none;
 
-
color: inherit;
 
-
}
 
-
.left-menu li a:hover {
 
-
    color: #aaaaff;
 
-
    text-decoration: none;
 
-
}
 
-
.left-menu li a:visited{
 
-
    color:#AB6B32;
 
-
    text-decoration: none;
 
-
}
 
-
#this a{ color:#AB6B32; }
 
-
 
-
.right-menu li a {
 
-
    padding: 1.5px 15px 1.5px 10px;
 
-
 
 
-
 
 
-
text-decoration:none;
 
-
margin:0px;
 
-
}
 
-
.right-menu li a:link {
 
-
    color: white;
 
-
    text-decoration: none;
 
-
}
 
-
.right-menu li a:hover {
 
-
    color: #aaaaff;
 
-
    text-decoration: none;
 
-
}
 
-
.right-menu li a:visited{
 
-
    color: #69F;
 
-
    text-decoration: none;
 
-
}
 
/*返回顶部*/
/*返回顶部*/

Revision as of 08:51, 20 August 2014

@charset "utf-8"; /* CSS Document */

  1. globalWrapper

{

background-color:transparent;
 border:none;

}

  1. p-logo,#search-controls

{

display:none;

}

  1. top

{

 display: none;

} h1.firstHeading {

 display: none;

}

  1. footer-box

{ margin-top:1350px; border: none;


}

  1. catlinks

{

 display: none;

}

/*框架*/ body{ font-family:"helvetica"; margin:0;background-color:transparent; }

  1. main_container{ background:#FFF; width:100%;height:100%; }
  2. container{width:1024px;margin:auto; position:relative; z-index:2; height:1400px;
         }


  1. header{width:1024px;
       height:255px;

text-align:center; background:url(BIT_3.jpg); margin:auto; position:relative;


} .image a{color:#000000;} /*内容*/

  1. content{height:420px;
        width:1024px; 

margin:auto; background:#FFF; padding:0px;

               background:#FFF;
               border:none;
               z-index:0;

position:relative; }

/*页脚*/

  1. footer1 ul{ margin:25px 20px 0 0;}
  2. footer1 li.style{ width:40px;}
  3. footer1 li{

list-style:none; float:right; box-shadow:none; border-radius:0; margin:0; padding:0; width:90px; }

  1. footer1{

width:1024px; position:relative; margin:auto; margin-top:0; background-color:#FFF; color:#000; height:140px; font-size:12px;

}

  1. table1{ width:500px; position:absolute; table-layout:fixed;

left:130px; height:100px}


td{width: 170px; padding:10px 10px 0 10px; word-wrap:break-word; }


  1. table1 img{ width:20px; height:20px;vertical-align:text-bottom; margin-right:10px; }

@font-face{ font-family:"Maiandra" ;src:url(../fonts/Arabica.swf);format("opentype");}


/*返回顶部*/

  1. toTop{

width:50px; position:fixed; right:10px; bottom:10px; cursor:pointer; display:none; }