Team:UNITN-Trento/CSS/Project/Vending Machine
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 31: | Line 31: | ||
min-width: 400px; | min-width: 400px; | ||
height: 500px; | height: 500px; | ||
+ | margin: 0; | ||
margin-left: 1.5em; | margin-left: 1.5em; | ||
background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg); | background-image: url(https://static.igem.org/mediawiki/2013/c/c3/Tn-2013-mainbg-Wood_pattern_2.jpg); |
Revision as of 20:57, 14 September 2013
.subscript {
display: block; padding-left: 3em; font-family: "Cabin"; font-size: 14px; font-style:italic; font-weight: lighter;
}
.tn-quote {
color: #323232; font-style: italic; text-align: center;
}
.container .sheet .col {
display: inline-block; width: 400px; margin: 1em 16px 0 0;
}
.container .sheet > img {
width: 75%; border-radius: 1em; box-shadow: 2px 2px 4px #323232;
}
.container .sheet .jms-slideshow {
width: 400px; min-width: 400px; height: 500px; margin: 0; margin-left: 1.5em; background-image: url(); border-radius: 1em; box-shadow: 2px 2px 4px #323232;
}
- jms-slideshow > div {
width: 400px; min-width: 400px; height: 500px; background-color: transparent; border: none; box-shadow: none;
}
- jms-slideshow > div .step {
width: 800px; height: 1000px; box-shadow: none;
}