Template:Tsinghua-A css

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 20: Line 20:
div#contentSub{
div#contentSub{
     display: none;
     display: none;
-
     position: absolute;
+
     position:absolute;
 +
 
}
}
div#top-section{
div#top-section{
Line 31: Line 32:
}
}
 +
 +
 +
div#p-logo{
 +
    display: none;
 +
}
 +
div#menubar{
 +
    height:0px;
 +
    position: relative;
 +
    top: 0;
 +
    font-color: #D1E9E9;
 +
}
 +
div#menubar .selected a{
 +
    color: #CDCD9A;
 +
}
 +
.left-menu{
 +
    float: left;
 +
    top: 0;
 +
}
 +
.right-menu{
 +
    float: right;
 +
    top: 0;
 +
}
 +
 +
div#search-controls{
 +
    display: none;
 +
    position: absolute;
 +
    float: right;
 +
    top: 0px;
 +
    right: 20px;
 +
    background: url("") no-repeat;
 +
    width: 120px;
 +
    height: 25px;
 +
}
 +
#mw-searchButton{
 +
    display: none;
 +
    border: none;
 +
    background: none;
 +
    width: 30px;
 +
    height: 25px;
 +
    left: 87px;
 +
    line-height: 0;
 +
    font-size: 1px;
 +
    text-indent: 100pc;
 +
    cursor: pointer;
 +
    top: 0;
 +
    position: absolute;
 +
    padding: 0;
 +
    margin: 0;
 +
}
 +
#content h1.firstHeading {display: none;}
 +
#content
 +
{
 +
border:none;
 +
height: 100%;
 +
margin:0;
 +
padding:0;
 +
width:100%;
 +
position: absolute;
 +
background-color: #FFFFFF;
 +
}
 +
{
{
margin:0;
margin:0;
Line 38: Line 100:
font-family: 'Oranienbaum', serif;
font-family: 'Oranienbaum', serif;
font-size:100%;
font-size:100%;
-
background:#232323 url('https://static.igem.org/mediawiki/2013/f/f4/123.jpg') no-repeat fixed center top;
+
background:rgba(244, 133, 43, 0.6) url('https://static.igem.org/mediawiki/2013/8/87/87d1ae65f14b175f85ab2406a342e425.jpg') no-repeat fixed center top;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
color: #ffffff;
color: #ffffff;
-
position:relative;
+
position:relative;left:70px;
 +
top:5px;
text-shadow:0 0px, 1px 1px #2c2c2c;
text-shadow:0 0px, 1px 1px #2c2c2c;
}
}
Line 85: Line 148:
}
}
header {
header {
-
background:#2c2c2c;
+
background:rgb(77,226, 250);
}
}
.wrapper {  
.wrapper {  
Line 92: Line 155:
}
}
.contentBody {
.contentBody {
-
width:72.916666666666666666666666666667%;
+
width:80%;
float:left;
float:left;
-
background:none repeat scroll 0 0 rgba(44, 44, 44, 0.4);
+
background:none repeat scroll 0 0 rgba(50, 138, 174, 0.4);
}
}
.post {
.post {
Line 115: Line 178:
padding:4%;
padding:4%;
}
}
-
.sidebar {
+
 
-
width:22.916666666666666666666666666667%;
+
-
float:right;
+
-
background:none repeat scroll 0 0 rgba(44, 44, 44, 0.7);
+
-
}
+
.sBlock {
.sBlock {
padding:12%;
padding:12%;

Latest revision as of 10:58, 25 September 2013