Team:TU-Delft/Templates/Style

From 2013.igem.org

(Difference between revisions)
m
Line 3: Line 3:
@charset "UTF-8";
@charset "UTF-8";
-
body {
 
-
background: white;
 
-
padding-top:20px;
 
-
padding-right:0px;
 
-
padding-bottom:20px;
 
-
padding-left:0px;
 
-
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 
-
font-size: small;
 
-
}
 
#frog {
#frog {
Line 30: Line 21:
     border: none;}
     border: none;}
-
<html>
+
  html {
-
<style type="text/css">
+
-
@charset "UTF-8";
+
-
/*CSS Document */
+
-
 
+
-
/* colors #2ab117; is the intense green that our background has
+
-
#357c24; is more dark green
+
-
#000000; is black
+
-
#ffffff; is white
+
-
#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%;
width:100%;
height:100%;
height:100%;
-
background:none;
+
background:white;
/*background-image:url('https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg');*/
/*background-image:url('https://static.igem.org/mediawiki/igem.org/7/73/Backgroundextra.jpg');*/
border:none;
border:none;
margin:0;
margin:0;
-
padding:0;
+
        padding-top:20px;
 +
padding-right:0px;
 +
padding-bottom:20px;
 +
padding-left:0px;
 +
 
 +
 
 +
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 +
font-size: small;
}
}
 +
body {
body {

Revision as of 07:40, 1 August 2013