Template:Zjucss Notebook

From 2011.igem.org

(Difference between revisions)
 
(67 intermediate revisions not shown)
Line 1: Line 1:
-
<html><style>
+
<html><header><style>
-
@charset "utf-8";
+
.main{background-color:#e9e9e9;
-
.header{
+
position:static;
-
height:300px;
+
top:auto;
-
}
+
height:auto;
-
.bgpart2{
+
padding:0px;
-
top:200px;
+
padding-top:0px;
-
}
+
padding-right:0px;
-
.contentwrapper{
+
vertical-align:middle;
-
background-color:#e9e9e9;
+
width:970px;margin:0;text-align:left;position:relative;
-
}
+
font-family:'Molengo', sans-serif;}
-
.main{
+
-
background-color:transparent;
+
-
}
+
-
 
+
.pagetitle{
.pagetitle{
-
background-color:#0068b1;
 
position:relative;
position:relative;
width: 910px;
width: 910px;
margin-left:20px;
margin-left:20px;
 +
maegin:10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
 +
background-color:white;
}
}
.pagetitle h3{
.pagetitle h3{
font-size: 30pt;
font-size: 30pt;
color:white;
color:white;
 +
}
 +
 +
.pagetitle{
 +
margin:5px;
 +
padding:0;
 +
margin-right:10px;
 +
background-color:white;
 +
position:relative;
 +
float:right;
 +
width:770px;
 +
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px;
 +
border-radius: 10px;
 +
filter:alpha(opacity=80);
 +
-moz-opacity:0.8;
 +
-khtml-opacity: 0.8;
 +
opacity: 0.8;
 +
padding-bottom:7px;
 +
}
 +
.pagetitle h3{
 +
font-size: 28pt;
 +
color:#0068b1;
 +
margin-left:5px;
}
}
-
.leftul{
 
-
padding:2px;
 
-
padding-left:0px;
 
-
width:150px;
 
-
float:left;
 
-
  font-family: 'Molengo', sans-serif;}
 
-
.leftul #week li {
+
.roundcorner{ -moz-border-radius: 10px;
-
font-size: 24px;
+
-webkit-border-radius: 10px;
-
font-weight: bold;
+
border-radius: 10px;
-
color:#3e3e3e;
+
margin:5px;
-
cursor: pointer;
+
padding:1px;
 +
height:30px;
 +
background-color:#0068b1;
 +
float:right;
 +
filter:alpha(opacity=80);
 +
-moz-opacity:0.8;
 +
-khtml-opacity: 0.8;
 +
opacity: 0.8;
 +
*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{
 +
margin:5px;
 +
padding:0;
 +
margin-left:10px;
 +
width:160px;
 +
float:left;
 +
font-family: 'Molengo', sans-serif;
 +
background-color:transparent;
 +
position:relative;}
 +
.stickToTop {
 +
    position: fixed;
 +
    top:5px;
 +
    /*width:100%;*/}
 +
/*left bar!!!!!!!!!!!!!!!!!*/
 +
  /* root element for accordion. decorated with rounded borders and gradient background image */
 +
#accordion {
 +
background:transparent;
 +
width: 160px;
 +
 +
-moz-border-radius: 3px;
 +
-webkit-border-radius: 3px;
 +
border-radius: 3px;
 +
}
 +
 +
/* accordion header */
 +
#accordion h4 {
 +
display:block;
 +
background:#0068b1 /*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;
 +
-webkit-border-radius: 5px;
 +
border-radius: 5px;
 +
filter:alpha(opacity=50);
 +
-moz-opacity:0.5;
 +
-khtml-opacity: 0.5;
 +
opacity: 0.5;
 +
font-size:20pt;
 +
}
 +
 +
/* currently active header */
 +
#accordion h4.current {
 +
cursor:default;
 +
font-weight:bold;
 +
text-decoration:underline;
 +
background:#0068b1 /*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*/
 +
}
 +
 +
/* 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;
 +
}
 +
 +
/* a title inside pane */
 +
#accordion .pane a {
 +
display:block;
 +
font-weight:normal;
 +
margin:4px;
 +
font-size:18px;
 +
color:#0a0a0a;
 +
}
 +
#accordion .pane a:hover{ text-decoration:underline;}
 +
 +
 +
/*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:750;
+
width:780px;
  font-family: 'Molengo', sans-serif;}
  font-family: 'Molengo', sans-serif;}
-
.bigblock h1{
+
 
-
font-size:28px}
+
 
-
.bigblock hr{
+
 
-
+
.bigblock h3{
-
padding:0;
+
font-size:28px;
-
margin:10;}
+
padding:5px;}
-
#week1{
+
.block hr{
-
display:none;}
+
height:2px;
-
#nb{
+
margin-left:15px;
-
background-color:transparent;
+
margin-right:15px;
 +
 
}
}
 +
.bigblock h3{color:#333333; margin-left:10px;}
 +
 
 +
.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;
 +
width:750px;
 +
margin:5px;
 +
padding:0;
 +
margin-right:10px;
 +
 +
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;
}
}
 +
 +
/*#intable td{background-color:#d7eaf7;}*/
 +
 +
.block p{
 +
margin-left:10px;
 +
margin-right:15px;}
 +
#week a{color:#333333;}
 +
#week a:hover{
 +
text-decoration:underline;}
 +
#biofilm_jul{display:none;}
 +
.footer{
 +
background-color:#666666;
 +
padding:10px;
 +
text-align:center;
 +
}
 +
.footer a{
 +
color:#cccccc;
 +
margin:10px;
 +
text-decoration:none;
 +
}
 +
.footer a:hover {
 +
color:#FFF;
 +
text-decoration:none;
 +
cursor:pointer;
 +
</style></header></html>

Latest revision as of 14:24, 3 October 2011