Team:UNITN-Trento/CSS/Extra/Attributions
From 2013.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 68: | Line 58: | ||
.spacebox h3 { | .spacebox h3 { | ||
line-height:80px; | line-height:80px; | ||
+ | } | ||
+ | |||
+ | .image_wrapper { | ||
+ | display:inline-block; | ||
+ | width:49%; | ||
+ | } | ||
+ | |||
+ | .text_wrapper { | ||
+ | display:inline-block; | ||
+ | width:49%; | ||
} | } |
Revision as of 19:47, 18 September 2013
- black_board {
max-width: 95%; border: 9px solid whitesmoke; box-shadow: 4px 4px 4px grey;
}
- tn-content h2 {
border: none; display: inline; margin-top:none!important; margin-bottom: 0.2em; font-family: 'Open Sans Condensed', sans-serif; font-size: 1.6em; font-weight: bold; vertical-align:middle;
}
- tn-content h3 {
border: none; display: inline; 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!important; border: none;
}
- jms-slideshow img {
width: 90%!important; border: none!important;
}
.step {
width: 1400px;
}
.jms-dots {
display: none;
}
.icon {
display:inline!important; border:none!important; box-shadow:none!important; width:130px!important
}
.spacebox {
height:60px;
}
.spacebox h3 {
line-height:80px;
}
.image_wrapper {
display:inline-block; width:49%;
}
.text_wrapper {
display:inline-block; width:49%;
}