User:Lucas/estilo.css

From 2009.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
 +
#bodyContent {
 +
padding: 0px;
 +
}
 +
 +
#content {
 +
 +
}
 +
 +
h1.firstHeading {
 +
margin: 0px;
 +
padding: 0px;
 +
line-height: 1em;
 +
font-size-adjust: 1em;
 +
border: none;
 +
}
 +
td.menu {
td.menu {
vertical-align: top;
vertical-align: top;
width: 128px;
width: 128px;
-
background-color:#990000;
+
background-color:#3653c1;
-
font-size: 90%;
+
font-size: 80%;
}
}
Line 28: Line 44:
td.menuL {
td.menuL {
font-family: Verdana,Arial,sans-serif;
font-family: Verdana,Arial,sans-serif;
-
background-color: #990000;
+
background-color: #3653c1;  
color: #ffffff;
color: #ffffff;
 +
text-align: left;
font-size: 12px;
font-size: 12px;
vertical-align: top;
vertical-align: top;
Line 35: Line 52:
background-repeat: repeat-x;
background-repeat: repeat-x;
background-position: bottom;
background-position: bottom;
-
padding-left: 9px;
 
}
}
td.menuLS {
td.menuLS {
font-family: Verdana,Arial,sans-serif;
font-family: Verdana,Arial,sans-serif;
-
background-color: #ae0e0e;
+
background-color: #3f5fea;
color: #ffffff;
color: #ffffff;
 +
text-align: left;
font-size: 12px;
font-size: 12px;
vertical-align: top;
vertical-align: top;
Line 47: Line 64:
background-repeat: repeat-x;
background-repeat: repeat-x;
background-position: bottom;
background-position: bottom;
-
padding-left: 20px;
+
padding-left: 1em;
-
}
+
-
 
+
-
a:link {
+
-
color: #990000;
+
-
text-decoration: underline;
+
-
}
+
-
 
+
-
a:visited {
+
-
color: #FF0000;
+
-
text-decoration: underline;
+
-
}
+
-
 
+
-
a:hover {
+
-
color: #FF0000;
+
-
}
+
-
 
+
-
a:active {
+
-
color: #FF0000;
+
}
}
Line 95: Line 94:
p {
p {
-
text-indent: 30px;
+
text-indent: 15px;
text-align: justify;
text-align: justify;
}
}
-
.firstHeading {
+
table.calendar {
-
visibility: hidden;
+
padding: 3;
-
font-size: 0px;
+
text-align: center;
 +
border: 0;
 +
}
 +
 
 +
td.month {
 +
background-color:#000000;
 +
color: #FFFFFF;
 +
font-weight: bold;
 +
}
 +
 
 +
.day {
 +
background-color: #666666;
 +
color:#FFFFFF;
 +
}
 +
 
 +
.ecoli {
 +
background: url('https://static.igem.org/mediawiki/2009/8/8b/Green.gif');
 +
color: #FFFFFF;
 +
}
 +
 
 +
.levedura {
 +
background: url('https://static.igem.org/mediawiki/2009/2/21/Blue.gif');
 +
color: #FFFFFF;
 +
}
 +
 
 +
.ambos {
 +
background: url('https://static.igem.org/mediawiki/2009/d/df/Bleen.gif');
 +
color: #FFFFFF;
 +
}
 +
 
 +
.no {
 +
color: #000000;
 +
background-color:#CCCCCC;
}
}

Latest revision as of 07:57, 7 August 2009

#bodyContent {
	padding: 0px;
}

#content {

}

h1.firstHeading {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size-adjust: 1em;
	border: none;
}

td.menu {
	vertical-align: top;
	width: 128px;
	background-color:#3653c1;
	font-size: 80%;
}

table.header {
	padding: 0;
	border-spacing: 0;
}

td.colunaE {
	font-family: Verdana,Arial,sans-serif;
	width: 650px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 100%;
	vertical-align: top;
}

td.colunaD {
	padding-top: 3px;
}

td.menuL {
	font-family: Verdana,Arial,sans-serif;
	background-color: #3653c1; 
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
 	background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

td.menuLS {
	font-family: Verdana,Arial,sans-serif;
	background-color: #3f5fea;	
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
 	background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 1em;	
}


a.branco:link {
	color: #ffffff;
	text-decoration: none;
}

a.branco:visited {
	color: #ffffff;
	text-decoration: none;
}

a.branco:hover {
	color: #DDDDDD;
}

a.branco:active {
	color: #ffffff;
}

.editsection {
	font-size: 70%;
}

.mw-headline {
}

p {
	text-indent: 15px;
	text-align: justify;
}

table.calendar {
	padding: 3;
	text-align: center;
	border: 0;
}

td.month {
	background-color:#000000;
	color: #FFFFFF;
	font-weight: bold;
}

.day {
	background-color: #666666;
	color:#FFFFFF;
}

.ecoli {
	background: url('https://static.igem.org/mediawiki/2009/8/8b/Green.gif');
	color: #FFFFFF;
}

.levedura {
	background: url('https://static.igem.org/mediawiki/2009/2/21/Blue.gif');
	color: #FFFFFF;
}

.ambos {
	background: url('https://static.igem.org/mediawiki/2009/d/df/Bleen.gif');
	color: #FFFFFF;
}

.no {
	color: #000000;
	background-color:#CCCCCC;
}