streams/view/css/choklet.css

56 lines
654 B
CSS
Raw Normal View History

header #banner {
position: fixed;
width: 33%;
margin-left: 33%;
margin-right: 33%;
}
2014-03-02 23:47:01 +00:00
#blog-banner {
position: relative;
width: 100%;
margin-bottom: 20px;
}
nav.navbar {
width: 100%;
margin-left: 0;
margin-right: 0;
2014-03-02 23:47:01 +00:00
}
2014-05-14 23:33:48 +00:00
#nav-backer {
2014-05-15 01:07:01 +00:00
width: 100%;
2014-05-14 23:33:48 +00:00
}
2014-03-02 23:47:01 +00:00
aside#region_1 {
display: block;
min-width: 210px;
max-width: 220px;
width: 20%;
float: left;
margin-left: 10px;
}
aside input[type='text'] {
width: 174px;
}
section {
margin-left: 15px;
margin-right: 15px;
float: left;
min-width: 400px;
width: 70%;
2014-03-02 23:47:01 +00:00
display: block;
padding-bottom: 350px;
}
#region_3 {
display: none;
}
2014-03-02 23:47:01 +00:00
#blog-margin {
margin-right: 0;
margin-left: 0;
}