Team:Groningen/Template/CSS/category1

From 2014.igem.org

(Difference between revisions)
Line 79: Line 79:
/*Visitorscard Module*/
/*Visitorscard Module*/
-
.category1 .module.vcardmodule{
+
.category1 .module.vcardmodule .details .attribute .title{
-
 
+
color: #000000;
}
}
</html>
</html>

Revision as of 04:34, 16 October 2014

.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 .content { background-image: url('https://static.igem.org/mediawiki/2014/0/02/Lactoaid.slice.icon.png'); } .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 .details .attribute .title{ color: #000000; }