Template:Zjucss Modeling

From 2011.igem.org

(Difference between revisions)
 
(48 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
 +
@charset "UTF-8";
 +
/* CSS Document */
 +
#table_m{
#table_m{
background-color:transparent;}
background-color:transparent;}
.pagetitle{
.pagetitle{
-
background-color:#f19226;
+
margin:5px;
 +
padding:0;
 +
margin-right:10px;
 +
background-color:white;
position:relative;
position:relative;
-
width: 910px;
+
float:right;
-
margin-left:20px;
+
width:750px;
 +
 
-moz-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
-
filter:alpha(opacity=50);
+
filter:alpha(opacity=80);
-
-moz-opacity:0.5;
+
-moz-opacity:0.8;
-
-khtml-opacity: 0.5;
+
-khtml-opacity: 0.8;
-
opacity: 0.5;
+
opacity: 0.8;
padding-bottom:7px;
padding-bottom:7px;
}
}
.pagetitle h3{
.pagetitle h3{
-
font-size: 30pt;
+
font-size: 28pt;
-
color:white;
+
color:#f19226;
-
margin-left:10px;
+
margin-left:5px;
}
}
-
#smalla a:hover{
+
 
-
text-decoration:underline;}
+
 
-
#leftul{
+
 
-
margin-top:10px;
+
 
-
padding:2px;
+
.stickToTop {
-
padding-left:20px;
+
    position: fixed;
-
width:130px;
+
    top:5px;
-
float:left;
+
  }
-
font-family: 'Molengo', sans-serif;
+
/*left bar!!!!!!!!!!!!!!!!!*/
-
background-color:transparent;}
+
  /* root element for accordion. decorated with rounded borders and gradient background image */
-
.kwicks {
+
#accordion {
-
list-style: none;
+
background:transparent;
-
position: relative;
+
width: 160px;
-
margin: 0;
+
 
-
padding: 0;
+
-moz-border-radius: 3px;
 +
-webkit-border-radius: 3px;
 +
border-radius: 3px;
}
}
-
.kwicks li{
+
 
-
display: block;
+
/* accordion header */
-
overflow: hidden;
+
#accordion h4 {
-
padding: 0;
+
display:block;
 +
background:#f19226 /*url(http://ung.igem.org/wiki/images/2/23/Zju-button.jpg)*/;
 +
margin-bottom:2px;
 +
        padding-top:5px;
 +
padding-left:5px;
 +
height:30px;
 +
color:white;
 +
font-weight:normal;
 +
cursor:pointer;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
 +
filter:alpha(opacity=50);
 +
-moz-opacity:0.5;
 +
-khtml-opacity: 0.5;
 +
opacity: 0.5;
 +
font-size:20pt;
}
}
-
#leftul .kwicks li{
+
/* currently active header */
-
width: 125px;
+
#accordion h4.current {
-
height: 60px;
+
cursor:default;
-
margin-bottom: 3px;
+
font-weight:bold;
 +
text-decoration:underline;
 +
background:#f19226 /*url(https://static.igem.org/mediawiki/2011/9/9a/Zju-button1.jpg)*/;
 +
filter:alpha(opacity=100);
 +
-moz-opacity:1.0;
 +
-khtml-opacity: 1.0;
 +
opacity: 1.0;
 +
*shadow!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
 +
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 +
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
}
}
-
#leftul #kwick1  {  
+
 
-
background-color: #f19226;
+
/* accordion pane */
 +
#accordion .pane {
 +
display:none;
 +
height:90px;
 +
padding:5px;
 +
color:white;
 +
font-size:18px;
 +
-moz-border-radius: 3px;
 +
-webkit-border-radius: 3px;
 +
border-radius: 3px;
 +
background:white;
}
}
-
#leftul #kwick2  {
+
 
-
background-color: #F07000;
+
/* a title inside pane */
-
}
+
#accordion .pane a {
-
#leftul #kwick3{
+
display:block;
-
background-color: #f19226;
+
font-weight:normal;
-
}
+
margin:4px;
-
#leftul #kwick4 {
+
font-size:18px;
-
background-color: #F07000;
+
color:#0a0a0a;
-
+
}
}
-
#leftul #kwick5 {
+
#accordion .pane a:hover{ text-decoration:underline;}
-
background-color: #f19226;
+
 
-
+
-
}
+
-
#leftul #kwick6 {  
+
-
background-color: #F07000;
+
-
margin-bottom: none;
+
-
}
+
-
.kwicks a{
+
-
display:block;
+
-
margin-top:5px;
+
-
padding:5px;
+
-
font-size:20pt;
+
-
color:white;}
+
 +
/*left bar end!!!!!!!!!!!!!!!!!!!!*/
.bigblock{
.bigblock{
-
margin:10px;
+
margin:0;
float:right;
float:right;
color:#333333;
color:#333333;
font-size:12pt;
font-size:12pt;
padding:0;
padding:0;
-
width:750px;
+
width:760px;
  font-family: 'Molengo', sans-serif;}
  font-family: 'Molengo', sans-serif;}
.bigblock h3{
.bigblock h3{
Line 96: Line 125:
}
}
.bigblock p{
.bigblock p{
-
margin-top: 1;
+
margin-top: 1px;
-
margin-right: 5;
+
margin-right: 5px;
-
margin-bottom: 1;
+
margin-bottom: 1px;
-
margin-left: 5;
+
margin-left: 5px;
}
}
.block hr{
.block hr{
Line 109: Line 138:
display:none;}*/
display:none;}*/
.block{
.block{
-
-moz-border-radius: 5px;
+
float:right;
-
-webkit-border-radius: 5px;
+
-moz-border-radius: 10px;
-
border-radius: 5px;
+
-webkit-border-radius: 10px;
 +
border-radius: 10px;
background-color: white;
background-color: white;
-
margin:10px;
+
width:750px;
-
float:left;
+
margin:5px;
-
color:#333333;
+
padding:0;
-
font-size:12pt;
+
margin-right:10px;
-
padding:0;
+
 
-
width:720px;
+
margin-bottom:15px;
 +
 
 +
 
 +
/*shadow!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
 +
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 +
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); /* for the Safari browser*/
 +
border: 1px solid #CCCCCC;
}
}
#introduction{
#introduction{
Line 124: Line 160:
background-color:#999}
background-color:#999}
#mmodeling{
#mmodeling{
-
width:750px;
+
width:770px;
 +
display:none;
}
}
 +
 +
#reference{width:770px;display:none;}
#sr{
#sr{
-
width:750px;
+
width:770px;
 +
display:none;
}
}
#compartment{margin-left:14px;}
#compartment{margin-left:14px;}

Latest revision as of 22:46, 5 October 2011