Team:Groningen/Template/CSS/category1

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<pre>
<pre>
-
 
+
<html>
.category1 a:visited,
.category1 a:visited,
.category1 a {
.category1 a {
Line 80: Line 80:
}
}
 +
</html>
</pre>
</pre>

Revision as of 00:17, 16 October 2014


<html>
.category1 a:visited,
.category1 a {
	color: #FFFFFF;
}

.category1 .module.menu .submenu .item:hover a,
.category1 a:hover {
	color: #000000;
}

.category1 {
	background: #000000;
}

.category1 .className {

}

.category1 .module .content {
	background-color: #203A73;
	color: #FFFFFF;
}

.category1 .module .title {
	color: #FFFFFF;
}

.category1 .module .content {

}

/*Content Module*/
.category1 .module.contentmodule .content {
	background-color: #FFFFFF;
	color: #000000;
}

.category1 .module.contentmodule .title {
	background-color: #FFFFFF;
	color: #203A73;
}

.category1 .module.contentmodule .figure .caption {
	background-color: #D2D0E1;
	line-height: 1;
}

.category1 .module.contentmodule .figure {
	line-height: 0;
}

.category1 .module.contentmodule .figure .title {
	background-color: transparent;
}


/*Breadcrumb Module*/
.category1 .module.breadcrummodule .tail {
	color: #FFFFFF;
}

.category1 .module.breadcrummodule .seperator {
	color: #FFFFFF;
}

.category1 .module.breadcrummodule .head {
	color: #000000;
}

/*Image Module*/
.category1 .module.imagemodule .image {
	background-color: #CFD8E3;
}

/*Visitorscard Module*/
.category1 .module.vcardmodule{

}
</html>