Team:Tsinghua-A/css/index.css

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
*/
*/
-
 
+
#contentSub,#search-controls,.fistHeading,#footer-box,#catlinks,#p-logo
 +
{
 +
display:none;
 +
}
 +
ul{
 +
padding:0px;
 +
margin:0px;
 +
}
 +
li {
 +
list-style-type:none;
 +
}
body {
body {
text-align: center;
text-align: center;
Line 29: Line 39:
margin-left: 0;
margin-left: 0;
margin-top: 0px;
margin-top: 0px;
-
width:122px;
+
width:90px;
height: 37px;
height: 37px;
font-size: 1.2em;
font-size: 1.2em;
Line 38: Line 48:
display:inline;
display:inline;
}
}
-
/*li#teamButton:hover  
+
li.subButtonTeam{
 +
width: 90px;
 +
height: 30px;
 +
background-color: rgb(255,246,237);
 +
}
 +
li.subButtonProject{
 +
width: 120px;
 +
height: 30px;
 +
background-color: rgb(255,255,236);
 +
}
 +
li.subButtonModeling{
 +
width: 140px;
 +
height: 30px;
 +
background-color: rgb(233,244,233);
 +
}
 +
li.subButtonWetlab{
 +
width: 110px;
 +
height: 30px;
 +
background-color: rgb(227,248,255);
 +
}
 +
li.subButtonSafety{
 +
width: 110px;
 +
height: 30px;
 +
background-color: rgb(236,235,255);
 +
}
 +
li.subButtonHumanPractice{
 +
width: 140px;
 +
height: 30px;
 +
background-color: rgb(246,229,248);
 +
}
 +
#teamButton:hover
{
{
-
color: red;
+
background-color: rgb(255,246,237);
-
background-color:#93278F;
+
}
-
}*/
+
#projectButton:hover
 +
{
 +
background-color: rgb(255,255,236);
 +
}
 +
#modelingButton:hover
 +
{
 +
background-color: rgb(233,244,233);
 +
}
 +
#wetlabButton:hover
 +
{
 +
background-color: rgb(227,248,255);
 +
}
 +
#safetyButton:hover
 +
{
 +
background-color: rgb(236,235,255);
 +
}
 +
#humanPracticeButton:hover
 +
{
 +
background-color: rgb(246,229,248);
 +
}
 +
#teamButton{
 +
width:90px;
 +
}
 +
#projectButton{
 +
width: 120px;
 +
}#modelingButton{
 +
width: 140px;
 +
}
 +
#wetlabButton{
 +
width: 110px;
 +
}
 +
#safetyButton{
 +
width: 110px;
 +
}
 +
#humanPracticeButton{
 +
width: 140px;
 +
}
a{
a{
float: left;
float: left;
Line 50: Line 126:
color: gray;
color: gray;
}
}
-
a.navigationButtonA
+
a#subButtonTeamA
{
{
-
color: #0C7522;
+
font-size: 0.8em;
 +
color:rgb(243,169,143);
 +
}
 +
a#subButtonProjectA
 +
{
 +
font-size: 0.8em;
 +
color:rgb(255,193,121);
 +
}
 +
a#subButtonModelingA
 +
{
 +
font-size: 0.8em;
 +
color:rgb(137,202,154);
 +
}
 +
a#subButtonWetlabA
 +
{
 +
font-size: 0.8em;
 +
color:rgb(133,212,246);
 +
}
 +
a#subButtonSafetyA
 +
{
 +
font-size: 0.8em;
 +
color:rgb(142,150,201);
 +
}
 +
a#subButtonHumanPracticeA
 +
{
 +
font-size: 0.8em;
 +
color:rgb(171,136,188);
}
}
-
a#teamButtonA:hover  
+
a#subButtonTeamA:hover,a#teamButtonA:hover  
{
{
color: red;
color: red;
}
}
-
a#projectButtonA:hover  
+
a#subButtonProjectA:hover,a#projectButtonA:hover  
{
{
-
color: orange;
+
color: rgb(152,107,55);
}
}
-
a#modelingButtonA:hover  
+
a#subButtonModelingA:hover,a#modelingButtonA:hover
{
{
-
color: yellow;
+
color: rgb(12,117,34);
}
}
-
a#wetlabButtonA:hover  
+
a#subButtonWetlabA:hover,a#wetlabButtonA:hover
{
{
-
color: green;
+
color: rgb(0,118,167);
}
}
-
a#safetyButtonA:hover  
+
a#subButtonSafetyA:hover,a#safetyButtonA:hover
{
{
color: blue;
color: blue;
}
}
-
a#humanPracticeButtonA:hover  
+
a#subButtonHumanPracticeA:hover,a#humanPracticeButtonA:hover
{
{
color: purple;
color: purple;
}
}
-
li.topNavigationButton
+
a.navigationButtonA
{
{
-
float: left;
+
color: #0C7522;
-
margin-left: 0px;
+
}
-
text-decoration: none;
+
a#teamButtonA
 +
{
 +
color: rgb(243,169,143);
 +
}
 +
a#projectButtonA
 +
{
 +
color: rgb(255,193,121);
 +
}
 +
a#modelingButtonA
 +
{
 +
color: rgb(137,202,154);
 +
}
-
width:133px;
+
a#wetlabButtonA
-
height: 20px;
+
{
-
background-color: orange;
+
color: rgb(133,212,246);
-
display: inline;
+
}
 +
a#safetyButtonA
 +
{
 +
color: rgb(142,150,201);
 +
}
 +
a#humanPracticeButtonA
 +
{
 +
color: rgb(171,136,188);
 +
}
 +
 
 +
 
 +
a.textLink
 +
{
 +
float:none;
 +
}
 +
ul.buttonMenu
 +
{
 +
text-align: left;
 +
float: left;
 +
width: 122px;
 +
background-color: transparent;
 +
position: fixed;
 +
top: 130px;
 +
display: none;
}
}
li.navigationButton
li.navigationButton
Line 131: Line 267:
}
}
-
#topNavigationBanner
+
 
-
{
+
-
position:fixed;
+
-
width: 800px;
+
-
top:0px;
+
-
margin-top: 80px;
+
-
margin-left:170px;
+
-
padding: 0;
+
-
height: 20px;
+
-
background-color: transparent;
+
-
}
+
#banner {
#banner {
position:fixed;
position:fixed;
width: 790px;
width: 790px;
margin-top:90px;
margin-top:90px;
-
margin-left: 170px;
+
margin-left: 180px;
padding: 0;
padding: 0;
height: 55px;
height: 55px;
Line 155: Line 281:
position: fixed;
position: fixed;
text-align: center;
text-align: center;
-
margin-left: 0;
+
margin-left: 15px;
-
margin-left: -20px; /*-40*/
+
top:200px;
top:200px;
width: 0px;
width: 0px;

Revision as of 19:43, 21 September 2012

/* Basic CSS format

FENG Zili & GUO Mingzhou, Tsinghua-A Team, iGEM 2012.09.07

  • /
  1. contentSub,#search-controls,.fistHeading,#footer-box,#catlinks,#p-logo

{ display:none; } ul{ padding:0px; margin:0px; } li { list-style-type:none; } body { text-align: center; background-color: #FFFFFF; }

h2 { font-size: 3em; text-align: left; font-family: 'Raleway Dots', cursive; } p { text-align: left; float:justify; font-family: 'Oxygen Mono', sans-serif; } li.topButton { float:left; margin-left: 0; margin-top: 0px; width:90px; height: 37px; font-size: 1.2em; text-decoration:none; background-color:white; padding:0px; border-right:1px solid white; display:inline; } li.subButtonTeam{ width: 90px; height: 30px; background-color: rgb(255,246,237); } li.subButtonProject{ width: 120px; height: 30px; background-color: rgb(255,255,236); } li.subButtonModeling{ width: 140px; height: 30px; background-color: rgb(233,244,233); } li.subButtonWetlab{ width: 110px; height: 30px; background-color: rgb(227,248,255); } li.subButtonSafety{ width: 110px; height: 30px; background-color: rgb(236,235,255); } li.subButtonHumanPractice{ width: 140px; height: 30px; background-color: rgb(246,229,248); }

  1. teamButton:hover

{ background-color: rgb(255,246,237); }

  1. projectButton:hover

{ background-color: rgb(255,255,236); }

  1. modelingButton:hover

{ background-color: rgb(233,244,233); }

  1. wetlabButton:hover

{ background-color: rgb(227,248,255); }

  1. safetyButton:hover

{ background-color: rgb(236,235,255); }

  1. humanPracticeButton:hover

{ background-color: rgb(246,229,248); }

  1. teamButton{

width:90px; }

  1. projectButton{

width: 120px; }#modelingButton{ width: 140px; }

  1. wetlabButton{

width: 110px; }

  1. safetyButton{

width: 110px; }

  1. humanPracticeButton{

width: 140px; } a{ float: left; font-size: 1em; text-decoration: none; font-family: 'Quantico', sans-serif; color: gray; } a#subButtonTeamA { font-size: 0.8em; color:rgb(243,169,143); } a#subButtonProjectA { font-size: 0.8em; color:rgb(255,193,121); } a#subButtonModelingA { font-size: 0.8em; color:rgb(137,202,154); } a#subButtonWetlabA { font-size: 0.8em; color:rgb(133,212,246); } a#subButtonSafetyA { font-size: 0.8em; color:rgb(142,150,201); } a#subButtonHumanPracticeA { font-size: 0.8em; color:rgb(171,136,188); } a#subButtonTeamA:hover,a#teamButtonA:hover { color: red; } a#subButtonProjectA:hover,a#projectButtonA:hover { color: rgb(152,107,55); } a#subButtonModelingA:hover,a#modelingButtonA:hover { color: rgb(12,117,34); } a#subButtonWetlabA:hover,a#wetlabButtonA:hover { color: rgb(0,118,167); } a#subButtonSafetyA:hover,a#safetyButtonA:hover { color: blue; } a#subButtonHumanPracticeA:hover,a#humanPracticeButtonA:hover { color: purple; } a.navigationButtonA { color: #0C7522; } a#teamButtonA { color: rgb(243,169,143); } a#projectButtonA { color: rgb(255,193,121); } a#modelingButtonA { color: rgb(137,202,154); }

a#wetlabButtonA { color: rgb(133,212,246); } a#safetyButtonA { color: rgb(142,150,201); } a#humanPracticeButtonA { color: rgb(171,136,188); }


a.textLink { float:none; } ul.buttonMenu { text-align: left; float: left; width: 122px; background-color: transparent; position: fixed; top: 130px; display: none; } li.navigationButton { padding:0px; float:left; width:140px; height:30px; text-decoration: none; color: white; background-color: #E9F4E9; border-bottom: 1px solid white; display:block;

}

  1. topWrapper

{ position: fixed; float: left; top:0; } .textWrapper { position: static; text-align: left; margin:30px 0 30px 0; padding:20px; padding-top: 0px; padding-right:0; /*top:100px;*/ border:solid ; border-image: url(pictures/bgp.png)10 10 10 10; -webkit-border-image:url(pictures/bgp.png)10 10 10 10; -moz-border-image:url(pictures/bgp.png)10 10 10 10;

}

  1. pageWrapper {

width: 960px; text-align: center; margin-left: auto; margin-right: auto; background-color: transparent; }


  1. banner {

position:fixed; width: 790px; margin-top:90px; margin-left: 180px; padding: 0; height: 55px; background-color: transparent; }

  1. navigationBar {

position: fixed; text-align: center; margin-left: 15px; top:200px; width: 0px; float: left; height: 800px; background-color: transparent; }

  1. mainField {

z-index: -1; position:relative; top:175px; left:180px; /*200px*/ float: left; width: 760px; height: 1500px; background-color: transparent; }

  1. footer {

clear: both; height: 40px; background-color: white; }