Team:Groningen/Template/CSS/category1

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
 +
/*
 +
cat1    203A73
 +
cat1art D0D8E2
 +
cat1fig D2D0E1
 +
 +
cat2    B31A19
 +
cat2art E2D0D6
 +
cat2fig F0D3C7
 +
 +
 +
*/
.category1 a:visited,
.category1 a:visited,
.category1 a {
.category1 a {
Line 30: Line 41:
}
}
 +
 +
 +
/*Table Module/Snippet*/
 +
.category1 .module.tablemodule th {
 +
color: #000000;
 +
}
 +
 +
.category1 .module.tablemodule tr:hover a,
 +
.category1 .module.tablemodule tr:hover {
 +
background-color: #D2D0E1;
 +
color: #203A73;
 +
}
 +
 +
.category1 .module.tablemodule tr a:hover {
 +
color: #000000;
 +
}
 +
 +
.category1 .module.tablemodule .title {
 +
background-color: transparent;
 +
}
 +
 +
.category1 .module.tablemodule .caption {
 +
background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png');
 +
}
 +
 +
/*Content Module*/
/*Content Module*/
 +
/*.category1 .module.contentmodule .image,
 +
.category1 .module.contentmodule .figurevideo{
 +
background-color: #D0D8E2;
 +
}*/
 +
 +
.category1 .module.contentmodule table,
 +
.category1 .module.contentmodule .table {
 +
background-color: #D0D8E2;
 +
}
 +
 +
.category1 .module.contentmodule tr:hover {
 +
background-color: #D2D0E1;
 +
}
 +
 +
 +
.category1 .module.contentmodule a {
 +
color: #4f5556;
 +
}
 +
 +
.category1 .module.contentmodule th,
 +
.category1 .module.contentmodule a:hover {
 +
color: #203A73;
 +
}
 +
.category1 .module.contentmodule .content {
.category1 .module.contentmodule .content {
background-color: #FFFFFF;
background-color: #FFFFFF;
Line 37: Line 98:
}
}
 +
.category1 .module.contentmodule .subtitle,
.category1 .module.contentmodule .title {
.category1 .module.contentmodule .title {
background-color: #FFFFFF;
background-color: #FFFFFF;
Line 42: Line 104:
}
}
 +
.category1 .module.contentmodule .figurevideo .caption,
 +
.category1 .module.contentmodule .table .caption,
.category1 .module.contentmodule .figure .caption {
.category1 .module.contentmodule .figure .caption {
background-color: #D2D0E1;
background-color: #D2D0E1;
Line 51: Line 115:
}
}
 +
.category1 .module.contentmodule .figurevideo .title,
 +
.category1 .module.contentmodule .table .title,
.category1 .module.contentmodule .figure .title {
.category1 .module.contentmodule .figure .title {
background-color: transparent;
background-color: transparent;
Line 58: Line 124:
/*Breadcrumb Module*/
/*Breadcrumb Module*/
.category1 .module.breadcrummodule .content {
.category1 .module.breadcrummodule .content {
-
background-image: url('https://static.igem.org/mediawiki/2014/0/02/Lactoaid.slice.icon.png');
+
background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png');
}
}
Line 71: Line 137:
.category1 .module.breadcrummodule .head {
.category1 .module.breadcrummodule .head {
color: #000000;
color: #000000;
 +
}
 +
 +
/*Image Only Module*/
 +
.category1 .module.imageonlymodule .image {
 +
background-color: #D0D8E2;
}
}
/*Image Module*/
/*Image Module*/
.category1 .module.imagemodule .image {
.category1 .module.imagemodule .image {
-
background-color: #CFD8E3;
+
background-color: #D0D8E2;
}
}
/*Visitorscard Module*/
/*Visitorscard Module*/
-
.category1 .module.vcardmodule{
+
.category1 .module.vcardmodule .details .attribute .title{
-
 
+
color: #000000;
}
}
</html>
</html>

Latest revision as of 01:16, 18 October 2014

/* cat1 203A73 cat1art D0D8E2 cat1fig D2D0E1 cat2 B31A19 cat2art E2D0D6 cat2fig F0D3C7 */ .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 { } /*Table Module/Snippet*/ .category1 .module.tablemodule th { color: #000000; } .category1 .module.tablemodule tr:hover a, .category1 .module.tablemodule tr:hover { background-color: #D2D0E1; color: #203A73; } .category1 .module.tablemodule tr a:hover { color: #000000; } .category1 .module.tablemodule .title { background-color: transparent; } .category1 .module.tablemodule .caption { background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); } /*Content Module*/ /*.category1 .module.contentmodule .image, .category1 .module.contentmodule .figurevideo{ background-color: #D0D8E2; }*/ .category1 .module.contentmodule table, .category1 .module.contentmodule .table { background-color: #D0D8E2; } .category1 .module.contentmodule tr:hover { background-color: #D2D0E1; } .category1 .module.contentmodule a { color: #4f5556; } .category1 .module.contentmodule th, .category1 .module.contentmodule a:hover { color: #203A73; } .category1 .module.contentmodule .content { background-color: #FFFFFF; color: #000000; } .category1 .module.contentmodule .subtitle, .category1 .module.contentmodule .title { background-color: #FFFFFF; color: #203A73; } .category1 .module.contentmodule .figurevideo .caption, .category1 .module.contentmodule .table .caption, .category1 .module.contentmodule .figure .caption { background-color: #D2D0E1; line-height: 1; } .category1 .module.contentmodule .figure { line-height: 0; } .category1 .module.contentmodule .figurevideo .title, .category1 .module.contentmodule .table .title, .category1 .module.contentmodule .figure .title { background-color: transparent; } /*Breadcrumb Module*/ .category1 .module.breadcrummodule .content { background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); } .category1 .module.breadcrummodule .tail { color: #FFFFFF; } .category1 .module.breadcrummodule .seperator { color: #FFFFFF; } .category1 .module.breadcrummodule .head { color: #000000; } /*Image Only Module*/ .category1 .module.imageonlymodule .image { background-color: #D0D8E2; } /*Image Module*/ .category1 .module.imagemodule .image { background-color: #D0D8E2; } /*Visitorscard Module*/ .category1 .module.vcardmodule .details .attribute .title{ color: #000000; }