Team:UNITN-Trento/CSS/Extra/Attributions
From 2013.igem.org
(Difference between revisions)
(Cleaned up) |
|||
Line 1: | Line 1: | ||
#black_board { | #black_board { | ||
max-width: 95%; | max-width: 95%; | ||
- | border: 9px solid | + | border: 9px solid #f0f0f0; |
- | box-shadow: 4px 4px 4px | + | box-shadow: 4px 4px 4px gray; |
border-radius:20px; | border-radius:20px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 56: | Line 15: | ||
.spacebox { | .spacebox { | ||
height:60px; | height:60px; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Revision as of 14:26, 26 September 2013
- black_board {
max-width: 95%; border: 9px solid #f0f0f0; box-shadow: 4px 4px 4px gray; border-radius:20px;
}
.icon {
display:inline!important; border:none!important; box-shadow:none!important; width:130px!important
}
.spacebox {
height:60px;
}
.image_wrapper {
display:inline-block!important; width:49%!important;
}
.text_wrapper {
display:inline-block!important; width:43%!important; vertical-align:middle; font-size: 1.2em; margin-right:65px;
}