Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
Line 46: Line 46:
/* Layout */
/* Layout */
/**********/
/**********/
-
#heading, #innercontent {
+
body {
-
    /*background: url("https://static.igem.org/mediawiki/2011/b/ba/DTU-Denmark2011-bg2.jpg") repeat #D7D7D7;}*/
+
background: #CCCCCC url(https://static.igem.org/mediawiki/2010/2/26/Background.png);
-
    background: gray;
+
width: auto;
 +
text-align: justify;
 +
font-family: Verdana, Arial, Helvetica, sans-serif;
 +
color: #333333;
}
}
-
/*#content, #globalWrapper {
+
 
-
    border: none;
+
h1, h2, h3, h4, h5, h6 {
-
    width: 75%;
+
font-family: Georgia, "Times New Roman", Times, serif;
-
    margin: 0;
+
color: #000000;
-
    padding: 0;
+
-
}*/
+
-
#globalWrapper {
+
-
    margin: 0 auto;
+
-
    width: 975px;
+
}
}
-
#content {
+
 
-
    background-color: white;
+
a {
-
    border: 1px solid black;
+
font-weight: bold;
-
    margin-bottom: 10px;
+
text-decoration: none;
-
    padding: 0 0 20px;
+
color: #484848 ;
-
    width: 975px;
+
}
}
-
#contentSub {
+
a:visited {
-
    margin: 0;
+
font-weight: bold;
 +
text-decoration: none;
 +
color: #303030;
}
}
-
#search-controls {
+
 
-
    background: none repeat scroll 0 0 transparent;
+
a:hover {
-
    border: 0 none;
+
text-decoration: underline;
-
    display: block;
+
color: #484848 ;
-
    height: auto;
+
-
    margin: 0;
+
-
    overflow: visible;
+
-
    position: fixed;
+
-
    right: auto;
+
-
    text-align: right;
+
-
    top: 24px;
+
-
    width: 975px;
+
}
}
-
#searchInput {
+
 
-
    border: 0 none;
+
/*------HEADER---------*/
-
    color: #555555;
+
 
-
    font-size: 85%;
+
#header {
-
    padding-left: 2px;
+
width: 970px;
-
    padding-right: 2px;
+
border-top: 1px solid #444444;
-
    width: 100px;
+
height: 140px;
 +
background: url("https://static.igem.org/mediawiki/2013/2/2d/HeaderDelft.png") right no-repeat ;;
}
}
-
#searchform {
+
 
-
    margin: 1px;
+
#header h1 {
 +
margin: 0px;
 +
padding: 0px 0px 0px 10px;
 +
text-align: left;
 +
color: #3399FF;
 +
font-size: 3em;
 +
text-transform: uppercase;
}
}
-
#footer-box {
+
#header h2 {
-
    background-color: #D8D5D0;
+
margin: 0px;
 +
padding: 0px 0px 0px 20px;
 +
text-align: left;
 +
font-size: 1.5em;
 +
text-transform: uppercase;
}
}
-
input.searchButton {
+
#logo_left .plainlinks a {
-
     color: #FFFFFF;
+
     width: 240px;
-
     cursor: pointer;
+
     height: 80px;
-
     font-size: 80%;
+
     z-index: 100;
-
     font-weight: normal;
+
     position: absolute;
-
     margin: 0;
+
     top: 32px;
-
     padding-left: 2px;
+
     left: 45px;
-
     padding-right: 2px;
+
     text-decoration: none;
 +
    background: transparent;
 +
    padding: 0;
}
}
-
#banner{background:transparent;
 
-
              height: 50px;}
 
-
#header {
 
-
    background: url("https://static.igem.org/mediawiki/2013/2/2d/HeaderDelft.png") right no-repeat ;
 
-
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 
-
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* for the Safari browser */
 
-
    height: 150px;
 
-
    width: 100%;
 
-
    border-top: 1px solid #660000;
 
-
    border-bottom: 1px solid #660000;}
 
#menu, #menu ul {
#menu, #menu ul {

Revision as of 09:08, 19 April 2013