Team:UNITN-Trento/CSS/Extra/Fruit Info
From 2013.igem.org
(Difference between revisions)
(Style link as text) |
(Corrected errors) |
||
Line 26: | Line 26: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 51: | Line 31: | ||
.jms-wrapper { | .jms-wrapper { | ||
width: 800px; | width: 800px; | ||
- | height: 230px | + | height: 230px; |
border: none; | border: none; | ||
+ | } | ||
+ | |||
+ | .jms-wrapper { | ||
+ | height:250px; | ||
+ | border-radius:20px; | ||
} | } | ||
#jms-slideshow img { | #jms-slideshow img { | ||
- | width: 90% | + | width: 90%; |
- | border: none | + | border: none; |
} | } | ||
.step { | .step { | ||
- | width: | + | width: 1200px; |
} | } | ||
Revision as of 07:38, 24 September 2013
- tn-content img {
max-width: 1280px;
}
- tn-content .sheet .quote a {
color: black; text-decoration: none;
}
- tn-content h2 {
border: none; display: block; margin-top: 1em; margin-bottom: 0.2em; font-family: 'Open Sans Condensed', sans-serif; font-size: 1.6em; font-weight: bold;
}
- tn-content h3 {
border: none; display: block; margin-top: 1.5em; margin-bottom: 0.5em; font-family: 'Open Sans Condensed', sans-serif; font-size: 1.2em; font-weight: bold;
}
- jms-slideshow,
.jms-wrapper {
width: 800px; height: 230px; border: none;
}
.jms-wrapper {
height:250px; border-radius:20px;
}
- jms-slideshow img {
width: 90%; border: none;
}
.step {
width: 1200px;
}
.jms-dots {
display: none;
}