streams/view/css/default.css

33 lines
392 B
CSS
Raw Normal View History

2012-07-22 06:17:45 +00:00
nav {
2013-09-06 00:29:18 +00:00
height: 24px;
2012-07-22 06:17:45 +00:00
display: block;
2013-09-06 00:29:18 +00:00
position: fixed;
width: 100%;
z-index: 100;
background-color: #ff0000;
2012-07-22 06:17:45 +00:00
}
aside#region_1 {
2012-07-22 06:17:45 +00:00
display: block;
width: 210px;
2012-07-22 06:17:45 +00:00
position: absolute;
2012-10-27 11:01:05 +00:00
top: 48px;
2012-08-10 05:48:13 +00:00
left: 0;
margin-left: 10px;
2012-07-22 06:17:45 +00:00
}
aside input[type='text'] {
width: 174px;
}
2012-07-22 06:17:45 +00:00
section {
2012-08-10 05:48:13 +00:00
position: absolute;
2012-10-27 11:01:05 +00:00
top: 48px;
2012-08-10 05:48:13 +00:00
left: 250px;
2012-07-22 06:17:45 +00:00
display: block;
right: 15px;
2013-02-18 23:15:55 +00:00
padding-bottom: 350px;
2012-07-22 06:17:45 +00:00
}