Team:UNITN-Trento/CSS/Project/Introduction
From 2013.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
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); | ||
} | } | ||
+ | |||
+ | /*Navigation arrows*/ | ||
#tn-central-container #tn-content-wrap #tn-content .container .sheet-2 { | #tn-central-container #tn-content-wrap #tn-content .container .sheet-2 { | ||
Line 32: | Line 34: | ||
.container .sheet-2 .tn-arr-next { | .container .sheet-2 .tn-arr-next { | ||
right: 2em; | right: 2em; | ||
+ | } | ||
+ | |||
+ | /*Tour*/ | ||
+ | |||
+ | #tn-central-container { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #tn-sp-tour { | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | right: 10px; | ||
+ | |||
+ | width: 200px; | ||
+ | } | ||
+ | |||
+ | @media(max-width:1500px) { | ||
+ | #tn-central-container { | ||
+ | padding-bottom: 200px; | ||
+ | } | ||
} | } |
Revision as of 19:40, 27 September 2013
- tn-content .container {
background-color: rgb(127,15,11); background-image: url();
}
/*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;
}
/*Tour*/
- tn-central-container {
position: relative;
}
- tn-sp-tour {
position: absolute; bottom: 0; right: 10px; width: 200px;
}
@media(max-width:1500px) {
#tn-central-container { padding-bottom: 200px; }
}