137 lines
1.9 KiB
CSS
137 lines
1.9 KiB
CSS
|
body {
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
#toolbar {
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
#feeds-holder {
|
||
|
background : #fafafa;
|
||
|
border-color : #909090;
|
||
|
border-style : solid;
|
||
|
}
|
||
|
|
||
|
div.headlinesSubToolbar {
|
||
|
background : url("images/subtoolbar.png") top left;
|
||
|
}
|
||
|
|
||
|
div.headlines_normal {
|
||
|
border-color : #909090;
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
div.headlines_cdm {
|
||
|
border-color : #909090;
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
div#headlinesInnerContainer {
|
||
|
background : #fafafa;
|
||
|
}
|
||
|
|
||
|
#footer, #prefFooter {
|
||
|
background : #f0f0f0;
|
||
|
color : gray;
|
||
|
border-color : #909090;
|
||
|
}
|
||
|
|
||
|
div.postReply div.postHeader {
|
||
|
background : #fafafa;
|
||
|
border-color : #909090;
|
||
|
}
|
||
|
|
||
|
/*div.postReply a {
|
||
|
color : gray;
|
||
|
}*/
|
||
|
|
||
|
#resize-grabber {
|
||
|
border-color : #909090;
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
#prefContentOuter {
|
||
|
background : #f0f0f0;
|
||
|
border-color : #909090;
|
||
|
}
|
||
|
|
||
|
#prefContent {
|
||
|
background : #fafafa;
|
||
|
}
|
||
|
|
||
|
div.prefsTab:hover {
|
||
|
border-color : #c0c0c0;
|
||
|
}
|
||
|
|
||
|
div.prefsTab {
|
||
|
border-color : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
div.prefsTabSelected {
|
||
|
border-color : #909090;
|
||
|
background : url("images/prefs_tab.png");
|
||
|
}
|
||
|
|
||
|
tr.title td {
|
||
|
color : gray;
|
||
|
font-weight : bold;
|
||
|
border-color : #c0c0c0;
|
||
|
}
|
||
|
|
||
|
tr.title td a {
|
||
|
color : gray;
|
||
|
}
|
||
|
|
||
|
table.prefFeedList td.feedEditCat {
|
||
|
border-color : #c0c0c0;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
border-color : #c0c0c0;
|
||
|
}
|
||
|
|
||
|
table.prefFilterList td.filterEditCat {
|
||
|
border-color : #c0c0c0;
|
||
|
}
|
||
|
|
||
|
#content-frame {
|
||
|
border-color : #909090;
|
||
|
}
|
||
|
|
||
|
#content-insert {
|
||
|
background : #f0f0f0;
|
||
|
}
|
||
|
|
||
|
button[disabled], input[disabled], select[disabled], textarea[disabled] {
|
||
|
background : #404040;
|
||
|
color : gray;
|
||
|
}
|
||
|
|
||
|
input, select, button {
|
||
|
background : #f0f0f0;
|
||
|
border : 1px solid #c0c0c0;
|
||
|
color : #gray;
|
||
|
padding : 2px 4px 2px 4px;
|
||
|
}
|
||
|
|
||
|
button:active {
|
||
|
background : url("images/button_pressed.png") top left;
|
||
|
background-repeat : repeat-x;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
background : url("images/button.png") top left;
|
||
|
background-repeat : repeat-x;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
background : #f0f0f0;
|
||
|
border : 1px solid #c0c0c0;
|
||
|
color : #gray;
|
||
|
}
|
||
|
|
||
|
select {
|
||
|
padding : 2px 0px 2px 4px;
|
||
|
}
|
||
|
|