FeedOnFeeds/fof.css

291 lines
2.8 KiB
CSS
Raw Normal View History

2007-06-03 23:42:32 +04:00
.heading a
{
2007-06-08 09:09:58 +04:00
text-decoration: none;
2007-06-03 23:42:32 +04:00
}
.heading
{
2007-06-08 09:09:58 +04:00
background: #ccc;
2007-06-03 23:42:32 +04:00
}
.clearer
{
2007-06-08 09:09:58 +04:00
clear: both;
2007-06-03 23:42:32 +04:00
}
#view-page
{
2007-06-08 09:09:58 +04:00
font-family: georgia;
margin-top: 0;
2007-06-03 23:42:32 +04:00
}
.header
{
2007-06-08 09:09:58 +04:00
background: #dddddd;
padding: 5px;
2007-06-03 23:42:32 +04:00
}
.widgets
{
font-family: verdana, arial;
background: #f0f0f0;
font-size: 12px;
padding: 4px;
text-align: right;
}
.widget
{
margin-left: 10px;
}
2007-06-03 23:42:32 +04:00
#handle
{
2007-06-08 09:09:58 +04:00
top: 0px;
bottom: 0px;
position: fixed;
width: 10px;
background: grey;
cursor: e-resize;
background-image: url(image/grippy.png);
2007-06-03 23:42:32 +04:00
}
#sidebar
{
2007-06-08 09:09:58 +04:00
font-family: verdana, arial;
font-size: 10px;
margin: 0;
top: 0px;
left: 0px;
height: 100%;
position: fixed;
overflow: scroll;
2007-06-03 23:42:32 +04:00
}
#nav
{
2007-06-08 09:09:58 +04:00
font-size: 11px;
2007-06-03 23:42:32 +04:00
}
#sidebar ul
{
2007-06-08 09:09:58 +04:00
padding-left: 2em;
2007-06-03 23:42:32 +04:00
}
#sidebar form
{
2007-06-08 09:09:58 +04:00
display: inline;
2007-06-03 23:42:32 +04:00
}
#sidebar p
{
2007-06-08 09:09:58 +04:00
margin: 5px;
2007-06-03 23:42:32 +04:00
}
#sidebar table
{
2007-06-08 09:09:58 +04:00
border-collapse: collapse;
width: 100%;
2007-06-03 23:42:32 +04:00
}
#sidebar td
{
2007-06-08 09:09:58 +04:00
font-size: 10px;
padding: 2px;
2007-06-03 23:42:32 +04:00
}
.odd-row
{
2007-06-08 09:09:58 +04:00
background: #dddddd;
2007-06-03 23:42:32 +04:00
}
.unread
{
2007-06-08 09:09:58 +04:00
font-weight: bold;
color: red;
2007-06-03 23:42:32 +04:00
}
.unread-item
{
2007-06-08 09:09:58 +04:00
font-weight: bold;
2007-06-03 23:42:32 +04:00
}
#items
{
2007-06-08 09:09:58 +04:00
font-family: georgia;
2007-06-03 23:42:32 +04:00
}
.highlight-on .highlight
{
2007-06-08 09:09:58 +04:00
background: yellow;
2007-06-03 23:42:32 +04:00
}
h1
{
2007-06-08 09:09:58 +04:00
font-size: 110%;
margin: 0px;
margin-bottom: 5px;
font-weight: normal;
2007-06-03 23:42:32 +04:00
}
h2
{
2007-06-08 09:09:58 +04:00
font-size: 100%;
margin: 0px;
margin-bottom: 5px;
font-weight: normal;
display: inline;
2007-06-03 23:42:32 +04:00
}
.meta
{
2007-06-08 09:09:58 +04:00
font-size: 80%;
display: inline;
2007-06-03 23:42:32 +04:00
}
.header
{
2007-06-08 09:09:58 +04:00
background-color: #ddd;
padding: 5px;
2007-06-03 23:42:32 +04:00
}
body
{
2007-06-08 09:09:58 +04:00
margin: 0px;
padding: 0px;
2007-06-03 23:42:32 +04:00
}
.body
{
2007-06-08 09:09:58 +04:00
margin: 0px;
padding: 10px 10px 10px 10px;
2007-06-03 23:42:32 +04:00
}
.item
{
border: 2px solid #ddd;
2007-06-08 09:09:58 +04:00
margin: 10px;
margin-bottom: 20px;
clear: both;
overflow: hidden;
2007-06-03 23:42:32 +04:00
}
.item.selected
{
2007-06-08 09:09:58 +04:00
border: 1px solid #888;
background-color: #eee;
2007-06-03 23:42:32 +04:00
}
.selected .header
{
2007-06-08 09:09:58 +04:00
background-color: #ccc;
2007-06-03 23:42:32 +04:00
}
#menu-page
{
2007-06-08 09:09:58 +04:00
margin: 0;
padding: 0;
font-family: verdana;
font-size: 60%;
background: #eee;
2007-06-03 23:42:32 +04:00
}
#menu-page .menu ul
{
2007-06-08 09:09:58 +04:00
padding: 1px;
margin: 0;
2007-06-03 23:42:32 +04:00
}
#menu-page .menu li
{
2007-06-08 09:09:58 +04:00
display: inline;
padding: 5px;
2007-06-03 23:42:32 +04:00
}
#menu-page .menu
{
2007-06-08 09:09:58 +04:00
text-align: center;
background: #eee;
2007-06-03 23:42:32 +04:00
}
#menu-page a:hover
{
2007-06-08 09:09:58 +04:00
background: #fff;
2007-06-03 23:42:32 +04:00
}
.nowrap
{
2007-06-08 09:09:58 +04:00
white-space: nowrap;
2007-06-03 23:42:32 +04:00
}
.controls
{
2007-06-08 09:09:58 +04:00
float: right;
2007-06-03 23:42:32 +04:00
}
.tags
{
2007-06-08 09:09:58 +04:00
font-size: 70%;
float: right;
2007-06-03 23:42:32 +04:00
}
.item.hidden
{
2007-06-08 09:09:58 +04:00
margin-bottom: 10px;
2007-06-03 23:42:32 +04:00
}
.hidden .body
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}
2007-06-21 07:46:03 +04:00
.hidden .widgets
{
display: none;
}
2007-06-03 23:42:32 +04:00
.shown .downarrow
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}
.hidden .uparrow
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}
.hidden h1
{
2007-06-08 09:09:58 +04:00
font-size: 90%;
display: inline;
2007-06-03 23:42:32 +04:00
}
.hidden h2
{
2007-06-08 09:09:58 +04:00
font-size: 80%;
2007-06-03 23:42:32 +04:00
}
.hidden .tags
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}
.hidden .meta
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}
.hidden .dash
{
2007-06-08 09:09:58 +04:00
display: inline;
2007-06-03 23:42:32 +04:00
}
.shown .dash
{
2007-06-08 09:09:58 +04:00
display: none;
2007-06-03 23:42:32 +04:00
}