Team:UNITN-Trento/CSS/Extra/Judging
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png); | background-image: url(https://static.igem.org/mediawiki/2013/b/bf/Tn-2013_Onda-fruitripening.png); | ||
background-color: rgb(245, 90, 0); | background-color: rgb(245, 90, 0); | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet div > ul { | ||
+ | list-style: square url(https://static.igem.org/mediawiki/2013/7/79/Tn-2013-Judging_check.png); | ||
} | } | ||
Revision as of 13:13, 30 September 2013
- tn-content .container {
background-image: url(); background-color: rgb(245, 90, 0); }
- tn-central-container #tn-content-wrap #tn-content .container .sheet div > ul {
list-style: square url();
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet ul ul {
list-style: square;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-title {
margin-bottom: 20px;
font-size: 3.5em; text-align: center;
}
/*Medals*/
.medal, .text {
display: inline-block; vertical-align: top;
}
.medal img {
margin: 30px 10px 0 0; width: 160px;
}
.text {
padding-left: 20px;
width: 670px;
}
/*Navigation arrows*/
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 {
position: relative; margin: -1em 0 1em 0; padding: 0.5em; background-color: rgba(255,255,255,.6); text-align: center;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-prev,
- tn-central-container #tn-content-wrap #tn-content .container .sheet-2 .tn-arr-next {
position: absolute; bottom: 0.8em;
width: 174px; border: none; box-shadow: none;
}
.container .sheet-2 .tn-arr-prev {
left: 2em;
}
.container .sheet-2 .tn-arr-next {
right: 2em;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet a:link, #tn-central-container #tn-content-wrap #tn-content .container .sheet a:visited {
color:rgb(245, 90, 0); }