Team:UNITN-Trento/CSS/Home
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | #tn-central-container, | |
- | + | #tn-content-wrap, | |
- | + | #tn-content { | |
- | + | padding-bottom: 0 !important; | |
- | + | ||
} | } | ||
- | . | + | .grid { |
- | + | width: 960px; | |
+ | margin: 0 auto; | ||
+ | padding-bottom: 2em; | ||
+ | } | ||
- | + | .column { | |
- | + | display: inline-block; | |
- | + | vertical-align: top; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .wrap, | |
+ | .cell { | ||
+ | display: block; | ||
} | } | ||
- | . | + | .column.first .cell { |
- | + | height: 222px; | |
+ | width: 324px; | ||
- | + | background-color: #005e20; | |
+ | /*background-image: url(https://static.igem.org/mediawiki/2013/a/af/Tn-2013-boxbgs-Box-verde.png); | ||
+ | background-position: bottom; | ||
+ | background-repeat: no-repeat;*/ | ||
+ | border: 3px solid white; | ||
- | + | box-shadow: 2px 2px 4px #323232; | |
- | + | } | |
- | + | .column.first .cell.first { | |
+ | margin: 17px 7px 9px 17px; | ||
} | } | ||
- | . | + | .column.first .cell.second { |
- | + | margin: 9px 7px 9px 17px; | |
- | + | } | |
- | + | .column.first .cell.third { | |
- | + | margin: 9px 7px 0px 17px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | . | + | .column.second .cell { |
- | + | width: 574px; | |
- | + | ||
- | + | ||
- | + | background-color: #355667; | |
- | + | /*background-image: url(https://static.igem.org/mediawiki/2013/d/dd/Tn-2013-boxbgs-Box-video.jpg); | |
+ | background-position: bottom; | ||
+ | background-repeat: no-repeat;*/ | ||
+ | border: 3px solid white; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
box-shadow: 2px 2px 4px #323232; | box-shadow: 2px 2px 4px #323232; | ||
} | } | ||
- | . | + | .column.second .cell.first { |
- | + | height: 412px; | |
+ | margin: 17px 17px 9px 0; | ||
+ | } | ||
- | + | .column.second .cell.second { | |
+ | height: 268px; | ||
+ | margin: 9px 17px 0px 0; | ||
+ | } | ||
- | + | .row.second { | |
+ | height: 215px; | ||
+ | width: 915px; | ||
+ | margin: 9px 17px 0 17px; | ||
- | + | background-color: #323232; | |
- | + | border: 3px solid white; | |
- | + | ||
- | + | box-shadow: 2px 2px 4px #323232; | |
- | + | ||
- | + | ||
} | } | ||
- | + | /*PRE-FOOTER*/ | |
- | + | ||
- | + | ||
- | . | + | .pre-footer { |
- | width: | + | width: 960px; |
- | + | margin: 0 auto; | |
- | + | ||
- | + | ||
} | } | ||
- | . | + | .pre-footer .sheet { |
- | + | width: 915px; | |
- | + | min-height: 100px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | margin-left: 17px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | background-color: #989898; | |
- | + | border: 3px solid white; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | box-shadow: 2px -2px 4px #323232; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | text-align: justify; | |
- | + | ||
} | } | ||
- | . | + | .pre-footer .sheet .container { |
- | + | margin: 20px; | |
+ | padding: 25px; | ||
+ | |||
+ | background-color: rgba(250,250,250,.7); | ||
+ | border-radius: 10px; | ||
} | } | ||
- | . | + | .pre-footer .silhouette { |
- | + | display: block; | |
- | + | margin: 0 auto; | |
} | } |
Revision as of 15:11, 20 September 2013
- tn-central-container,
- tn-content-wrap,
- tn-content {
padding-bottom: 0 !important;
}
.grid {
width: 960px; margin: 0 auto; padding-bottom: 2em;
}
.column {
display: inline-block; vertical-align: top;
}
.wrap, .cell {
display: block;
}
.column.first .cell {
height: 222px; width: 324px;
background-color: #005e20; /*background-image: url(); background-position: bottom; background-repeat: no-repeat;*/ border: 3px solid white;
box-shadow: 2px 2px 4px #323232;
}
.column.first .cell.first {
margin: 17px 7px 9px 17px;
}
.column.first .cell.second {
margin: 9px 7px 9px 17px;
}
.column.first .cell.third {
margin: 9px 7px 0px 17px;
}
.column.second .cell {
width: 574px;
background-color: #355667; /*background-image: url(); background-position: bottom; background-repeat: no-repeat;*/ border: 3px solid white;
box-shadow: 2px 2px 4px #323232;
}
.column.second .cell.first {
height: 412px; margin: 17px 17px 9px 0;
}
.column.second .cell.second {
height: 268px; margin: 9px 17px 0px 0;
}
.row.second {
height: 215px; width: 915px; margin: 9px 17px 0 17px;
background-color: #323232; border: 3px solid white;
box-shadow: 2px 2px 4px #323232;
}
/*PRE-FOOTER*/
.pre-footer {
width: 960px; margin: 0 auto;
}
.pre-footer .sheet {
width: 915px; min-height: 100px;
margin-left: 17px;
background-color: #989898; border: 3px solid white;
box-shadow: 2px -2px 4px #323232;
text-align: justify;
}
.pre-footer .sheet .container {
margin: 20px; padding: 25px; background-color: rgba(250,250,250,.7); border-radius: 10px;
}
.pre-footer .silhouette {
display: block; margin: 0 auto;
}