streams/view/css/default.css

41 lines
523 B
CSS
Raw Normal View History

2014-03-04 11:27:53 +00:00
header #banner {
position: fixed;
2015-09-18 11:07:04 +00:00
top: 0px;
2015-09-12 09:36:19 +00:00
width: 33%;
margin-left: 33%;
margin-right: 33%;
2014-03-04 11:27:53 +00:00
}
main {
display: table;
2014-03-27 18:56:22 +00:00
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
}
2015-06-11 09:35:21 +00:00
aside {
display: table-cell;
vertical-align: top;
padding: 80px 7px 0px 7px;
2012-07-22 06:17:45 +00:00
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 80px 7px 200px 7px;
}
@media screen and (max-width: 767px) {
section {
padding: 65px 7px 200px 7px;
}
aside#region_1 {
padding: 65px 7px 0px 7px;
}
2012-07-22 06:17:45 +00:00
}