Team:Groningen/Template/CSS/category6

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
/*
/*
-
cat2    B31A19
 
-
cat1art E2D0D6
 
-
cat1fig F0D3C7
 
 +
cat2    B31A19
 +
cat2art E2D0D6
 +
cat2fig F0D3C7
cat6    66297E
cat6    66297E
cat1art DCCFE2
cat1art DCCFE2
cat1fig DDD1E6
cat1fig DDD1E6
 +
cat1cap 6A477A
*/
*/
Line 42: Line 43:
}
}
 +
 +
 +
/*Table Module/Snippet*/
 +
.category6 .module.tablemodule th {
 +
color: #000000;
 +
}
 +
 +
.category6 .module.tablemodule tr:hover a,
 +
.category6 .module.tablemodule tr:hover {
 +
background-color: #F0D3C7;
 +
color: #66297E;
 +
}
 +
 +
.category6 .module.tablemodule tr a:hover {
 +
color: #000000;
 +
}
 +
 +
.category6 .module.tablemodule .title {
 +
background-color: transparent;
 +
}
 +
 +
.category6 .module.tablemodule .caption {
 +
background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png');
 +
}
 +
 +
/*Content Module*/
/*Content Module*/
 +
/*.category6 .module.contentmodule .image,
 +
.category6 .module.contentmodule .figurevideo{
 +
background-color: #DCCFE2;
 +
}*/
 +
 +
.category6 .module.contentmodule table,
 +
.category6 .module.contentmodule .table {
 +
background-color: #DCCFE2;
 +
}
 +
 +
.category6 .module.contentmodule tr:hover {
 +
background-color: #F0D3C7;
 +
}
 +
 +
 +
.category6 .module.contentmodule a {
 +
color: #4f5556;
 +
}
 +
 +
.category6 .module.contentmodule th,
 +
.category6 .module.contentmodule a:hover {
 +
color: #66297E;
 +
}
 +
.category6 .module.contentmodule .content {
.category6 .module.contentmodule .content {
background-color: #FFFFFF;
background-color: #FFFFFF;
Line 49: Line 100:
}
}
 +
.category6 .module.contentmodule .subtitle,
.category6 .module.contentmodule .title {
.category6 .module.contentmodule .title {
background-color: #FFFFFF;
background-color: #FFFFFF;
Line 54: Line 106:
}
}
 +
.category6 .module.contentmodule .figurevideo .caption,
 +
.category6 .module.contentmodule .table .caption,
.category6 .module.contentmodule .figure .caption {
.category6 .module.contentmodule .figure .caption {
-
background-color: #B31A19;
+
background-color: #F0D3C7;
line-height: 1;
line-height: 1;
}
}
Line 63: Line 117:
}
}
 +
.category6 .module.contentmodule .figurevideo .title,
 +
.category6 .module.contentmodule .table .title,
.category6 .module.contentmodule .figure .title {
.category6 .module.contentmodule .figure .title {
background-color: transparent;
background-color: transparent;
Line 70: Line 126:
/*Breadcrumb Module*/
/*Breadcrumb Module*/
.category6 .module.breadcrummodule .content {
.category6 .module.breadcrummodule .content {
-
background-image: url('https://static.igem.org/mediawiki/2014/f/f4/Awards.slice.icon.png');
+
background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png');
}
}
Line 83: Line 139:
.category6 .module.breadcrummodule .head {
.category6 .module.breadcrummodule .head {
color: #000000;
color: #000000;
 +
}
 +
 +
/*Image Only Module*/
 +
.category6 .module.imageonlymodule .image {
 +
background-color: #DCCFE2;
}
}
Line 91: Line 152:
/*Visitorscard Module*/
/*Visitorscard Module*/
-
.category1 .module.vcardmodule .details .attribute .title{
+
.category6 .module.vcardmodule .details .attribute .title{
color: #000000;
color: #000000;
}
}
</html>
</html>

Revision as of 01:28, 18 October 2014

/* cat2 B31A19 cat2art E2D0D6 cat2fig F0D3C7 cat6 66297E cat1art DCCFE2 cat1fig DDD1E6 cat1cap 6A477A */ .category6 a:visited, .category6 a { color: #FFFFFF; } .category6 .module.menu .submenu .item:hover a, .category6 a:hover { color: #000000; } .category6 { background: #000000; } .category6 .className { } .category6 .module .content { background-color: #66297E; color: #FFFFFF; } .category6 .module .title { color: #FFFFFF; } .category6 .module .content { } /*Table Module/Snippet*/ .category6 .module.tablemodule th { color: #000000; } .category6 .module.tablemodule tr:hover a, .category6 .module.tablemodule tr:hover { background-color: #F0D3C7; color: #66297E; } .category6 .module.tablemodule tr a:hover { color: #000000; } .category6 .module.tablemodule .title { background-color: transparent; } .category6 .module.tablemodule .caption { background-image: url('https://static.igem.org/mediawiki/2014/3/30/Opacity8.background.png'); } /*Content Module*/ /*.category6 .module.contentmodule .image, .category6 .module.contentmodule .figurevideo{ background-color: #DCCFE2; }*/ .category6 .module.contentmodule table, .category6 .module.contentmodule .table { background-color: #DCCFE2; } .category6 .module.contentmodule tr:hover { background-color: #F0D3C7; } .category6 .module.contentmodule a { color: #4f5556; } .category6 .module.contentmodule th, .category6 .module.contentmodule a:hover { color: #66297E; } .category6 .module.contentmodule .content { background-color: #FFFFFF; color: #000000; } .category6 .module.contentmodule .subtitle, .category6 .module.contentmodule .title { background-color: #FFFFFF; color: #66297E; } .category6 .module.contentmodule .figurevideo .caption, .category6 .module.contentmodule .table .caption, .category6 .module.contentmodule .figure .caption { background-color: #F0D3C7; line-height: 1; } .category6 .module.contentmodule .figure { line-height: 0; } .category6 .module.contentmodule .figurevideo .title, .category6 .module.contentmodule .table .title, .category6 .module.contentmodule .figure .title { background-color: transparent; } /*Breadcrumb Module*/ .category6 .module.breadcrummodule .content { background-image: url('https://static.igem.org/mediawiki/2014/7/7c/Project.slice.icon.png'); } .category6 .module.breadcrummodule .tail { color: #FFFFFF; } .category6 .module.breadcrummodule .seperator { color: #FFFFFF; } .category6 .module.breadcrummodule .head { color: #000000; } /*Image Only Module*/ .category6 .module.imageonlymodule .image { background-color: #DCCFE2; } /*Image Module*/ .category6 .module.imagemodule .image { background-color: #DCCFE2; } /*Visitorscard Module*/ .category6 .module.vcardmodule .details .attribute .title{ color: #000000; }