ttrss/themes/3pane/theme.css

52 lines
763 B
CSS
Raw Normal View History

2007-10-30 08:22:01 +00:00
div.headlines_normal {
position : absolute;
border-width : 1px 1px 0px 0px;
right : 400px;
overflow : hidden;
bottom : 40px;
height : auto;
}
#content-frame {
width : 400px;
right : 0px;
top : 85px;
left : auto;
2008-05-19 04:49:10 +00:00
border-width : 1px 0px 0px 1px;
2007-10-30 08:22:01 +00:00
}
div.postHeader div.postDate {
text-align : left;
color : gray;
float : none;
}
div.postHeader div.postDateRTL {
text-align : left;
color : gray;
float : none;
}
2007-10-30 08:27:56 +00:00
span.headlineInnerTitle {
display : none;
}
2008-07-25 05:11:22 +00:00
#resize-grabber {
height : 100%;
width : 5px;
border-width : 0px 1px 0px 0px;
cursor : move;
text-align : center;
float : left;
background : url("images/resize_vert.png") top left;
}
#content-insert {
2008-07-25 05:28:35 +00:00
position : absolute;
left : 6px;
right : 0px;
bottom : 0px;
top : 0px;
2008-07-25 05:11:22 +00:00
}