streams/view/css/default.css

31 lines
426 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: 100vh;
}
2015-06-11 09:35:21 +00:00
aside {
2016-12-22 10:54:04 +00:00
position: relative;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 0px 7px;
2012-07-22 06:17:45 +00:00
}
section {
2016-12-22 10:54:04 +00:00
position: relative;
width: 100%;
display: table-cell;
vertical-align: top;
padding: 5rem 7px 200px 7px;
2012-07-22 06:17:45 +00:00
}