Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
m
Line 30: Line 30:
     border: none;}
     border: none;}
-
/* Redesigning the topmenu */
+
<html>
-
/***************************/
+
<style type="text/css">
-
/* Removes "teams" from the menubar */
+
@charset "UTF-8";
-
#menubar > ul > li:last-child {
+
/*CSS Document */
-
    display: none;}
+
 
-
/* Resizes the menubar to fik the links (default is 400px) */
+
/* colors #2ab117; is the intense green that our background has
-
#menubar {
+
#357c24; is more dark green
-
     width: none;}
+
#000000; is black
-
h1.firstHeading, div#p-logo, div#search-controls, div#contentSub, div#footer-box, div#catlinks{
+
#ffffff; is white
-
  display:none;
+
#10143a; is the dark blue we had at first */
 +
 +
/* colors lab notebook */
 +
.day-empty {
 +
     color: red;
 +
}
 +
.day-active {
 +
    color: green;
}
}
 +
*{
 +
border:0;
 +
margin:0;
 +
padding:0;
 +
}
 +
 +
html {
 +
width:100%;
 +
height:100%;
 +
background:none;
 +
/*background-image:url('https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg');*/
 +
border:none;
 +
margin:0;
 +
padding:0;
 +
}
body {
body {
-
        width:100%;
+
width:100%;
height:100%;
height:100%;
/*background:#10143a;*/
/*background:#10143a;*/
border:none;
border:none;
-
        margin:auto;
+
padding:0;
-
        z-index:800;
+
z-index:800;
}
}
-
 
+
#contentbox {
-
 
+
width: 80%;
-
#content {
+
-
width: 100%;
+
position: relative;  
position: relative;  
background:white;
background:white;
-
width:900px;
+
width:800px;
-
margin: 0 auto;
+
margin: -10px auto 0 auto;
-
padding:0px;
+
padding:20px 50px 50px 25px;
text-decoration:none;
text-decoration:none;
border:none;
border:none;
z-index:800;
z-index:800;
-
 
-
 
 
}
}
 +
#contentboxnew {
-
#top-section{
+
background:white;
-
height: 20px !important;
+
width:800px;
-
border: none !important;
+
margin: -10px auto 0 auto;
-
border-top: none;
+
padding:20px 50px 50px 50px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;
 +
z-index:800;
}
}
-
#menubar {
 
-
    font-size: 65%;
 
-
    top: -14px;}
 
-
.left-menu:hover {
 
-
    background-color: transparent;}
 
-
#menubar li a {
 
-
    background-color: transparent;}
 
-
#menubar:hover {
 
-
    color: transparent;}
 
-
#menubar li a {
 
-
    color: grey;}
 
-
#menubar:hover li a {
 
-
    color: grey;}
 
-
/* Layout */
+
#contentboxnew1 {
-
/**********/
+
-
#heading, #innercontent {
+
-
    /*background: url("https://static.igem.org/mediawiki/2011/b/ba/DTU-Denmark2011-bg2.jpg") repeat #D7D7D7;}*/
+
-
    background: gray;
+
-
}
+
-
/*#content, #globalWrapper {
+
-
    border: none;
+
-
    width: 85%;
+
-
    margin: 0;
+
-
    padding: 0;
+
-
}*/
+
-
#globalWrapper {
+
-
  margin:auto;
+
-
    width: 87%;
+
-
  padding: 16px;
+
-
}
+
-
 
+
background:white;
-
#contentSub {
+
width:800px;
-
    margin: 0;
+
margin: -10px auto 0 auto;
 +
padding:20px 50px 50px 50px;
 +
float: left;
 +
text-decoration:none;
 +
border:none;
 +
z-index:800;
}
}
-
#search-controls {
 
-
    background: none repeat scroll 0 0 transparent;
 
-
    border: 0 none;
 
-
    display: block;
 
-
    height: auto;
 
-
    margin: 0;
 
-
    overflow: visible;
 
-
    position: fixed;
 
-
    right: auto;
 
-
    text-align: right;
 
-
    top: 24px;
 
-
    width: 980px;
 
-
 
-
}
 
-
#searchInput {
 
-
    border: 0 none;
 
-
    color: #555555;
 
-
    font-size: 85%;
 
-
    padding-left: 2px;
 
-
    padding-right: 2px;
 
-
    width: 100px;
 
-
}
 
-
#searchform {
 
-
    margin: 1px;
 
-
}
 
-
 
-
#footer-box {
 
-
    background-color: #800000;
 
-
}
 
-
 
-
input.searchButton {
 
-
    color: #FFFFFF;
 
-
    cursor: pointer;
 
-
    font-size: 80%;
 
-
    font-weight: normal;
 
-
    margin: 0;
 
-
    padding-left: 2px;
 
-
    padding-right: 2px;
 
-
}
 
-
 
 +
table#tbtext
 +
{
 +
width:400px;
 +
font-weight:400;
 +
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 +
font-size: 10px;
 +
text-align: left;
 +
padding-left: 3px;
 +
text-align: justify;
 +
}
/* HERE CHANGE THE HEADER */
/* HERE CHANGE THE HEADER */

Revision as of 07:37, 1 August 2013