Team:UNITN-Trento/CSS/Project/Introduction
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
background-color: rgb(127,15,11); | background-color: rgb(127,15,11); | ||
background-image: url(https://static.igem.org/mediawiki/2013/8/84/Tn-2013-boxbg-Onda-Strawberry.png); | background-image: url(https://static.igem.org/mediawiki/2013/8/84/Tn-2013-boxbg-Onda-Strawberry.png); | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet { | ||
+ | position: relative; | ||
+ | |||
+ | padding-bottom: 4em; | ||
+ | } | ||
+ | |||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-prev, | ||
+ | #tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-next { | ||
+ | position: absolute; | ||
+ | |||
+ | width: 174px; | ||
+ | |||
+ | border: none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | |||
+ | .container .sheet .tn-arr-prev { | ||
+ | bottom: 0.5em; | ||
+ | left: 1em; | ||
+ | } | ||
+ | |||
+ | .container .sheet .tn-arr-next { | ||
+ | bottom: 0.5em; | ||
+ | right: 1em; | ||
} | } |
Revision as of 19:10, 27 September 2013
- tn-content .container {
background-color: rgb(127,15,11); background-image: url();
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet {
position: relative; padding-bottom: 4em;
}
- tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-prev,
- tn-central-container #tn-content-wrap #tn-content .container .sheet .tn-arr-next {
position: absolute;
width: 174px; border: none; box-shadow: none;
}
.container .sheet .tn-arr-prev {
bottom: 0.5em; left: 1em;
}
.container .sheet .tn-arr-next {
bottom: 0.5em; right: 1em;
}