Team:Goettingen/stylesheet

From 2014.igem.org

(Difference between revisions)
m
m
 
(296 intermediate revisions not shown)
Line 13: Line 13:
         border-bottom:none;
         border-bottom:none;
}
}
 +
a{
 +
        color:#6699FF;
 +
}
 +
a:link {
a:link {
text-decoration:none;
text-decoration:none;
 +
        color: #e98f00;
}
}
a:visited {
a:visited {
       text-decoration: none;
       text-decoration: none;
-
       color:#000000;
+
       color: #e98f00;
}
}
-
a:link {
 
-
      color:#000000;
 
-
}
 
a:hover {
a:hover {
         color: #6699FF;
         color: #6699FF;
 +
        text-decoration: underline;
}
}
Line 35: Line 38:
}
}
p{
p{
-
font-family:font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
+
        line-height:150%;
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
}
body{
body{
background-color:#F7F7F7;
background-color:#F7F7F7;
 +
}
 +
 +
td{
 +
      text-align: center;
}
}
Line 76: Line 84:
height:230px;
height:230px;
width:1002px;
width:1002px;
-
background-image:url("https://static.igem.org/mediawiki/2014/b/b6/Goettingen_header_new.png");
+
background-image:url("https://static.igem.org/mediawiki/2014/7/75/Goettingen_header_Pic.png");
background-size:contain;
background-size:contain;
}
}
Line 84: Line 92:
padding-left:25px;
padding-left:25px;
}
}
-
/*
+
#uniLogo{
-
#search_box p{
+
-
padding:12px 0;
+
-
margin:0;
+
-
font-size:.8em;
+
-
line-height:1.5;
+
-
}
+
-
#search_box{
+
-
        float:right;
+
-
width:201px;
+
-
height:31px;
+
-
        margin-top:5px;
+
-
        margin-right:20px;
+
-
        margin-left:540px;
+
-
background:url(https://static.igem.org/mediawiki/2014/5/58/Goettingen_bg_search_box.gif) no-repeat;
+
-
}
+
-
#search_box #s{
+
-
float:left;
+
-
padding:0;
+
-
margin:6px 0 0 6px;
+
-
border:0;
+
-
width:159px;
+
-
background:none;
+
-
font-size:.8em;
+
-
}
+
-
#search_box #go{
+
float:right;
float:right;
-
margin:3px 4px 0 0;
+
margin:160px 0px 20px 20px;
}
}
-
*/
+
 
#igemLogo{
#igemLogo{
float:right;
float:right;
-
margin:160px 0px 20px 20px;
+
margin:170px 0px 20px 20px;
}
}
Line 123: Line 106:
         width:1002px;
         width:1002px;
         background-color:#e98f00;
         background-color:#e98f00;
 +
        border-radius:5px;
 +
       
}
}
#menuBar{
#menuBar{
Line 141: Line 126:
#menuBar ul li:hover{
#menuBar ul li:hover{
background-color:#DFDFDF;
background-color:#DFDFDF;
 +
        border-radius:4px;
}
}
#menuBar ul li:hover .wrap{
#menuBar ul li:hover .wrap{
Line 154: Line 140:
#menuBar ul li .wrap{
#menuBar ul li .wrap{
position:absolute;
position:absolute;
-
width:160px;
+
width:210px;
text-align:left;
text-align:left;
display:none;
display:none;
Line 174: Line 160:
         width:176px;
         width:176px;
         padding:0;
         padding:0;
-
        /*background-image:url('');*/
 
}
}
#contact a{
#contact a{
Line 181: Line 166:
         width:38px;
         width:38px;
         height:38px;
         height:38px;
-
margin-left:12px;
+
 
}
}
#go2top{
#go2top{
z-index:199;
z-index:199;
position:fixed;
position:fixed;
-
bottom:3%;
+
bottom:2%;
-
right:5%;
+
right:2%;
overflow:visible;
overflow:visible;
 +
        /*background: url("https://static.igem.org/mediawiki/2014/5/5b/Goettingen_go2top.png");*/
 +
}
 +
/*
 +
#go2top img{
 +
        display:none;
 +
}
 +
*/
 +
#go2top a:hover img{
 +
        display:inline;
}
}
/*main part*/
/*main part*/
Line 247: Line 241:
width:1002px;
width:1002px;
         border:solid 1px #CCCCCC;
         border:solid 1px #CCCCCC;
 +
        border-radius:4px;
}
}
.four{
.four{
Line 261: Line 256:
         border-bottom:solid thin #D3D3D3;
         border-bottom:solid thin #D3D3D3;
}
}
-
 
-
/*
 
-
.four {
 
-
    -webkit-transition: .1s ease-in-out opacity;
 
-
    -moz-transition: .1s ease-in-out opacity;
 
-
    -o-transition: .1s ease-in-out opacity;
 
-
    transition: .1s ease-in-out opacity;
 
-
}
 
-
 
-
.four:hover {
 
-
    opacity: 0.7;
 
-
}
 
-
*/
 
-
 
-
 
.pictures{
.pictures{
margin:15px 0 25px 5px;
margin:15px 0 25px 5px;
Line 297: Line 277:
text-align:justify;
text-align:justify;
}
}
-
.paragraph p{
+
 
-
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
-
}
+
.button{
.button{
width:80px;
width:80px;
Line 327: Line 305:
color:#FFFFFF;
color:#FFFFFF;
}
}
-
/*For Twitter & Facebook*/
+
 
-
#Twitter{
+
 
-
      height:660px;
+
/*For the pre & next buttons*/
 +
.button_pre{
 +
        display:block;
 +
        float:left;
 +
        margin:20px 0;
 +
        padding:5px;
 +
        border:solid 1px #e98f00;
 +
        border-radius:2px;
}
}
-
#Facebook{
+
.button_pre:hover{
-
      height:660px;
+
        color:white;
 +
        background-color:#FFB573;
 +
}
 +
.button_next{
 +
        display:block;
 +
        float:right;
 +
        margin:20px 0;
 +
        padding:5px;
 +
        border:solid 1px #e98f00;
 +
        border-radius:2px;
 +
}
 +
.button_next:hover{
 +
        color:white;
 +
        background-color:#FFB573;
 +
}
 +
.trans_zh{
 +
        display:block;
 +
        float:right;
 +
        padding:5px;
 +
        border:solid 1px #e98f00;
 +
        border-radius:2px;
}
}
Line 377: Line 382:
/*For the subpage*/
/*For the subpage*/
-
/*For the navigation part*/
+
/*next and previous buttons*/
-
/*The following is to be deleted*/
+
#goenext {
-
/*
+
        float:right;
-
.leftpart{
+
       
 +
}
 +
 
 +
/* For team part*/
 +
.teamM{
float:left;
float:left;
-
width:198px;
+
width:690px;
-
height:400px;
+
margin-top:10px;
-
margin:15px 25px;
+
border-bottom-style:solid;  
-
background-color:transparent;
+
-
border-right-style:solid;  
+
border-width:2px;
border-width:2px;
border-color:#CCC;
border-color:#CCC;
}
}
-
.rightpart{
+
.teamM img{
-
float:left;
+
width:200px;
-
width:650px;
+
height:250px;
-
margin:15px 0 30px 0;
+
margin-top:36px;
-
padding:30px;
+
        border-radius:8%;
-
background-color:transparent;
+
-
border-style:solid;
+
-
border-color:#CCC;
+
-
border-width:1px;
+
-
position:relative;
+
}
}
-
.leftpart h3{
 
-
font-family: Geneva, Arial, Helvetica, sans-serif;
 
-
font-size:24px;
 
-
color:#000;
 
-
padding:10px;
 
-
        text-align:center;
 
-
}
 
-
.leftpart ul{
 
-
padding: 10px 20px;
 
-
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
-
line-height:30px;
 
-
}
 
-
.leftpart ul li a{
 
-
color:#F88005;
 
-
display:block;
 
-
width:130px;
 
-
padding-left:30px;
 
-
}
 
-
.leftpart ul li:hover a{
 
-
background-color:#CCC;
 
-
}
 
-
/*for nested elements*/
 
-
.leftpart ul ul li{
+
.titleLeft{
-
padding: 5px 10px;
+
        float:left;
-
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
+
        width:200px;
-
line-height:10px;
+
}
}
-
 
+
.titleRight{
-
.leftpart ul ul li a{color:#000000;
+
        float:right;
-
+
        width:200px;
-
display:block;
+
-
width:90px;
+
-
padding-left:5px;
+
-
font-size:12px;
+
}
}
-
.leftpart ul ul li:hover a{
+
.content{
-
background-color:#CCC;
+
        float:left;
 +
        width:410px;
 +
margin-left:30px;
 +
        margin-bottom:25px;
}
}
-
.rightpart h1{
 
-
font-family:Arial, Helvetica, sans-serif;
 
-
font-size:30px;
 
-
color:#F90;
 
-
text-align:left;
 
-
line-height:60px;
 
-
}
 
-
.rightpart h2{
 
-
font-family:"Times New Roman", Times, serif;
 
-
font-size:24px;
 
-
line-height:36px;
 
-
}
 
-
.rightpart h3{
 
-
font-family:Arial, Helvetica, sans-serif;
 
-
font-size:20px;
 
-
color:#F88005;
 
-
line-height:24px;
 
-
}
 
-
.rightpart p{
 
-
font-size:16px;
 
-
line-height:20px;
 
-
text-align:justify;
 
-
}
 
-
*/  /*Till here is to be deleted*/
 
-
/*next and previous buttons*/
 
-
.goenext {
 
-
        position:absolute;
 
-
        bottom:5px;
 
-
        right:5px;
 
-
}
 
-
 
-
/* For team part*/
 
-
.teamMember1{
 
-
float:left;
 
-
width:690px;
 
-
height:420px;
 
-
margin-top:10px;
 
-
border-bottom-style:solid;
 
-
border-width:2px;
 
-
border-color:#CCC;
 
-
}
 
-
.teamMember2{
 
-
float:left;
 
-
width:690px;
 
-
height:420px;
 
-
margin-top:10px;
 
-
border-bottom-style:solid;
 
-
border-width:2px;
 
-
border-color:#CCC;
 
-
}
 
.instructors{
.instructors{
float:left;
float:left;
width:690px;
width:690px;
-
height:450px;
+
 
margin-top:10px;
margin-top:10px;
border-bottom-style:solid;  
border-bottom-style:solid;  
border-width:2px;
border-width:2px;
border-color:#CCC;
border-color:#CCC;
-
}
 
-
.teamMember1 img{
 
-
display:block;
 
-
float:left;
 
-
width:200px;
 
-
height:250px;
 
-
margin-top:36px;
 
-
}
 
-
.teamMember1 h2{
 
-
display:block;
 
-
float:left;
 
-
width:410px;
 
-
height:36px;
 
-
margin-left:20px;
 
-
}
 
-
.teamMember1 p{
 
-
display:block;
 
-
float:left;
 
-
width:410px;
 
-
margin-left:40px;
 
-
}
 
-
.teamMember2 img{
 
-
display:block;
 
-
float:right;
 
-
width:200px;
 
-
height:250px;
 
-
margin-top:36px;
 
-
}
 
-
.teamMember2 h2{
 
-
display:block;
 
-
float:left;
 
-
width:410px;
 
-
height:36px;
 
-
}
 
-
.teamMember2 p{
 
-
display:block;
 
-
float:left;
 
-
width:410px;
 
-
        margin-left:20px;
 
-
}
 
-
#tm7{
 
-
        height:450px;
 
-
}
 
-
#tm8{
 
-
        height:480px;
 
-
}
 
-
#tm9{
 
-
        height:720px;
 
}
}
.instructors img{
.instructors img{
Line 555: Line 435:
width:200px;
width:200px;
margin-top:36px;
margin-top:36px;
 +
        border-radius:8%;
}
}
.instructors h2{
.instructors h2{
Line 561: Line 442:
width:410px;
width:410px;
height:36px;
height:36px;
-
margin-left:20px;
+
margin-left:25px;
}
}
.instructors h3{
.instructors h3{
Line 574: Line 455:
width:410px;
width:410px;
margin-left:40px;
margin-left:40px;
 +
        margin-bottom:20px;
}
}
#instr2 img{
#instr2 img{
Line 670: Line 552:
margin-bottom:30px;
margin-bottom:30px;
         padding:0 20px 0 20px;
         padding:0 20px 0 20px;
 +
        border-radius:6%;
}
}
.ackn h3{
.ackn h3{
Line 694: Line 577:
         float:right;
         float:right;
}
}
-
#ackn9 p{
+
#ackn9 img{
 +
        float:right;
 +
}
 +
#ackn14 img{
 +
        float:right;
 +
}
 +
#ackn10 p{
 +
      width:688px;
 +
}
 +
#ackn11 p{
 +
      width:688px;
 +
}
 +
#ackn15 p{
       width:688px;
       width:688px;
}
}
/*For protocol part*/
/*For protocol part*/
/*For the overview page*/
/*For the overview page*/
 +
#OverviewTitle{
 +
        text-align:center;
 +
        font-size:36px;
 +
        padding:30px 0 0 0;
 +
}
 +
.linkButton{
 +
        display:block;
 +
        float:right;
 +
        position:relative;
 +
        bottom:10px;
 +
}
 +
#empty{
 +
        background-color:#F7F7F7;
 +
}
#protocolOverview{
#protocolOverview{
float:left;
float:left;
Line 706: Line 615:
float:left;
float:left;
width:280px;
width:280px;
-
height:180px;
+
height:250px;
margin:12px;
margin:12px;
padding:15px;
padding:15px;
 +
        background-color:#e7e7e7;
 +
        border-radius:10px;
 +
       
}
}
.pro_sub h4 a{
.pro_sub h4 a{
Line 714: Line 626:
       font-family:Verdana, Geneva, sans-serif;
       font-family:Verdana, Geneva, sans-serif;
font-size:22px;
font-size:22px;
-
         line-size:22px;
+
         line-height:26px;
         color:#F90;
         color:#F90;
text-align:center;
text-align:center;
Line 728: Line 640:
}
}
.pro_sub a:hover{
.pro_sub a:hover{
-
color:#e98f00;
+
color:#F90;
-
}/*end of the Overview page*/
+
}
 +
.figure{
 +
        font-size:14px;
 +
        color:#5b686a;
 +
        line-height:110%;
 +
        padding:0 30px;
 +
}
 +
#pic img{
 +
        vertical-align: top;
 +
 
 +
}
 +
/*end of the Overview page*/
.proLP{
.proLP{
Line 739: Line 662:
border-width:2px;
border-width:2px;
border-color:#CCC;
border-color:#CCC;
 +
}
}
.proLP h3{
.proLP h3{
-
   font:Geneva, Arial, Helvetica, sans-serif;
+
   font:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
font-size:24px;
color:#000;
color:#000;
Line 752: Line 676:
font-size:18px;
font-size:18px;
color:#000;
color:#000;
 +
        text-decoration:underline;
}
}
#protocol ul li a{
#protocol ul li a{
Line 761: Line 686:
.proLP ul li{
.proLP ul li{
         display:block;
         display:block;
-
padding:5px 10px 5px 0;
+
padding:5px 25px 5px 0px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:16px;
font-size:16px;
Line 769: Line 694:
.proLP ul li a{
.proLP ul li a{
color:#F88005;
color:#F88005;
-
        padding-left:10px;
 
}
}
.proLP ul li ul li{
.proLP ul li ul li{
         display:block;
         display:block;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
-
font-size:13px;
+
font-size:14px;
 +
        padding-left:20px;
line-height:24px;
line-height:24px;
}
}
.proLP ul li ul li a{
.proLP ul li ul li a{
         color:black;
         color:black;
-
        padding-left:25px;
 
}
}
-
.proLP ul li ul li:hover{
+
 
-
         background-color:#DFDFDF;
+
.proLP ul li ul li ul li{
 +
         display:block;
 +
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size:13px;
 +
line-height:24px;
}
}
Line 794: Line 722:
border-color:#CCC;
border-color:#CCC;
border-width:1px;
border-width:1px;
 +
        border-radius:4px;
}
}
.proRP h1{
.proRP h1{
-
      font-family:'Bitter', serif;
+
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
       font-size:30px;
       font-size:30px;
 +
      font-weight:bold;
       color:#F88005;
       color:#F88005;
       line-height:40px;
       line-height:40px;
 +
      text-align:left;
 +
      padding:10px;
}
}
.proRP h2{
.proRP h2{
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
-
         font-size:24px;
+
         font-size:20px;
line-height:36px;
line-height:36px;
padding:0;
padding:0;
 +
        color:#039648;
 +
        text-align:left;
}
}
.proRP h3{
.proRP h3{
Line 812: Line 746:
padding:5px 0;
padding:5px 0;
color:#BF2F15;
color:#BF2F15;
 +
        text-align:left;
 +
}
 +
.proRP h4{
 +
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
        line-height:24px;
 +
padding:10px 0;
 +
color:black;
 +
text-align:justify;
 +
        font-weight:bold;
}
}
.proRP p{
.proRP p{
font-size:16px;
font-size:16px;
-
line-height:20px;
 
text-align:justify;
text-align:justify;
 +
}
 +
#humanPractice img{
 +
        border-radius:8%;
}
}
#protocol  ul li:hover{
#protocol  ul li:hover{
         background-color:#DFDFDF;
         background-color:#DFDFDF;
 +
        border-radius:4px;
}
}
Line 830: Line 777:
width:922px;
width:922px;
         border:solid 1px #CCCCCC;
         border:solid 1px #CCCCCC;
 +
        border-radius:5px;
}
}
#achv h1{
#achv h1{
Line 836: Line 784:
}
}
#achv h2{
#achv h2{
-
       font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
+
       font:30px;
}
}
#achv p{
#achv p{
Line 849: Line 797:
#achv_p1{
#achv_p1{
         float: left;
         float: left;
-
        height:380px;
 
         width:690px;
         width:690px;
border-bottom-style:solid;
border-bottom-style:solid;
Line 881: Line 828:
border-bottom-width:1px;
border-bottom-width:1px;
}
}
-
 
+
#Achieve a{
 +
        color:black;
 +
}
/*For the gallery*/
/*For the gallery*/
.gallery_single_part{
.gallery_single_part{
Line 892: Line 841:
         width:120px;
         width:120px;
         margin:15px;
         margin:15px;
-
         border:5px solid #CCC;
+
         border:5px solid #eee;
}
}
Line 919: Line 868:
}
}
-
.note_nav li{
+
#note_nav li{
         padding-left:30px;
         padding-left:30px;
}
}
 +
#note_safety{
#note_safety{
         height:250px;
         height:250px;
Line 932: Line 882:
cursor: pointer;
cursor: pointer;
position: relative;
position: relative;
 +
}
 +
.collapsibleListBody img{
 +
        display:block;
 +
        margin:15px auto;
}
}
#notebookWrap h4{
#notebookWrap h4{
Line 941: Line 895:
#notebookWrap p{
#notebookWrap p{
         background-color: #f4f4f8;
         background-color: #f4f4f8;
 +
}
 +
#notebookWrap h2{
 +
        color:#000;
 +
}
 +
#BBWrap p img{
 +
        display:block;
 +
        margin:15px auto;
}
}
#lab_team1{
#lab_team1{
-
         background-color: #fcc;
+
         background-color:#fcebeb;
-
         opacity:0.7;
+
        border-left:solid 10px #fcc;
 +
         border-radius:5px;
}
}
#lab_team2{
#lab_team2{
-
         background-color:#fdd7a0;
+
         background-color:#fcedd6;
-
         opacity:0.7;
+
        border-left:solid 10px #fdd7a0;
 +
         border-radius:5px;
}
}
#lab_team3{
#lab_team3{
-
         background-color:#b0dfb3;
+
         background-color:#daf1dc;
-
         opacity:0.7;
+
        border-left:solid 10px #b0dfb3;
 +
         border-radius:5px;
 +
}
 +
#lab_team4{
 +
        background-color:#dff4fa;
 +
        border-left:solid 10px #9be3f8;
 +
        border-radius:5px;
}
}
/*edit for the search box*/
/*edit for the search box*/
 +
/* project overview */
 +
 +
.note_sthree{
 +
        float:left;
 +
width:280px;
 +
        height:290px;
 +
margin:12px;
 +
padding:15px;
 +
        background-color:#e7e7e7;
 +
        border-radius:10px;
 +
}
 +
.note_sthree h2{
 +
        font:20px  Lucida Sans Unicode, Lucida Grande, sans-serif;
 +
        padding:10px 0;
 +
        color:#f88005;
 +
}
 +
.note_sthree a{
 +
        color:#f88005;
 +
 +
}
 +
 +
.note_sthree p{
 +
        padding:0 20px 10px 20px;
 +
        text-align:justify;
 +
}
 +
.news{
 +
        float:left;
 +
        width:230px;
 +
        margin-top:20px;
 +
        text-align:center;
 +
}
 +
.news img{
 +
        border-radius:50%;
 +
}
 +
 +
/*This is for the presentation part*/
 +
#Presentation{
 +
        float:left;
 +
        width:690px;
 +
}
 +
.pres{
 +
        float:left;
 +
        width:220px;
 +
        text-align:center;
 +
        margin:20px 5px 0 5px;
 +
        padding:20px 0;
 +
        background-color:#faedda;
 +
        border-radius:4px;
 +
}
 +
.pres img{
 +
        border-radius:8%;
 +
 +
}
 +
.pres h3{
 +
        text-align:center;
 +
}
 +
 +
/*Modify the table*/
 +
.table1  {
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
  width:100%;
 +
  border-collapse:collapse;
 +
  }
 +
.table1 th,  .table1 td{
 +
  font-size:1em;
 +
  border:1px solid #98bf21;
 +
  padding:3px 7px 2px 7px;
 +
}
 +
 +
.table1 th{
 +
          font-size:1.1em;
 +
          padding-top:5px;
 +
          padding-bottom:4px;
 +
          background-color:#A7C942;
 +
          color:#ffffff;
 +
}
 +
.table1 tr:nth-child(odd){
 +
          background-color:#EAF2D3;
 +
}
 +
.table2{
 +
        background-color:#F7F7F7;
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
 +
}
 +
.table2 td{
 +
        padding:5px 15px;
 +
        text-align:left;
 +
 +
}
 +
/* social media boxes */
 +
.fblike iframe {
 +
    width: 100px ;
 +
}
 +
/* YouTube player */
 +
#player {
 +
    width: 348px;
 +
    height: 240px;
 +
    overflow: hidden;
 +
    background: gray;
 +
    position: absolute;
 +
    border: solid 2px gray;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 01:17, 18 October 2014