initial blue theme
This commit is contained in:
parent
5f51022a73
commit
55c2c42ba6
4 changed files with 531 additions and 528 deletions
Binary file not shown.
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 270 B |
Binary file not shown.
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 177 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 176 B |
43
tt-rss.css
43
tt-rss.css
|
@ -9,9 +9,10 @@ body {
|
|||
/* common styles */
|
||||
|
||||
table.main td.headerBox {
|
||||
background-image : url("images/vgrad_light_rev2.png");
|
||||
/* background-image : url("images/vgrad_light_rev2.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
background-repeat : repeat-x; */
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
table.main td.header {
|
||||
|
@ -35,7 +36,7 @@ table.main td.feeds {
|
|||
height : 100%;
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0f0;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
|
@ -43,7 +44,7 @@ table.main td.headlinesToolbarBox {
|
|||
padding : 10px;
|
||||
border-width : 0px 0px 1px 1px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0f0;
|
||||
background-image : url("images/vgrad_light.png");
|
||||
background-position : bottom left;
|
||||
background-repeat : repeat-x;
|
||||
|
@ -52,18 +53,19 @@ table.main td.headlinesToolbarBox {
|
|||
table.main td.footer {
|
||||
border-width : 1px 0px 0px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0f0;
|
||||
padding : 10px;
|
||||
text-align : center;
|
||||
font-size : x-small;
|
||||
background-image : url("images/vgrad_light_rev2.png");
|
||||
/* background-image : url("images/vgrad_light_rev2.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
color : gray;
|
||||
background-repeat : repeat-x; */
|
||||
background-color : #ecf4ff;
|
||||
color : black;
|
||||
}
|
||||
|
||||
table.main td.footer a {
|
||||
color : gray;
|
||||
color : black;
|
||||
}
|
||||
|
||||
table.main td.footer a:hover {
|
||||
|
@ -74,7 +76,7 @@ table.main td.headlines {
|
|||
height : 25%;
|
||||
border-width : 0px 0px 1px 1px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0f0;
|
||||
}
|
||||
|
||||
table.main td.headlines2 {
|
||||
|
@ -86,12 +88,13 @@ table.main td.headlines2 {
|
|||
|
||||
table.main td.content {
|
||||
height : 100%;
|
||||
background-image : url("images/vgrad_light_rev.png");
|
||||
/* background-image : url("images/vgrad_light_rev.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
background-repeat : repeat-x; */
|
||||
border-width : 0px 0px 0px 1px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
border-color : #88b0f0;
|
||||
/* background-color : #ecf4ff; */
|
||||
}
|
||||
|
||||
table.main td.prefContent {
|
||||
|
@ -106,9 +109,9 @@ table.main td.prefContent {
|
|||
}
|
||||
|
||||
div.postReply {
|
||||
background-image : url("images/vgrad_light_rev.png");
|
||||
/* background-image : url("images/vgrad_light_rev.png");
|
||||
background-position : top left;
|
||||
background-repeat : repeat-x;
|
||||
background-repeat : repeat-x; */
|
||||
height : 100%;
|
||||
padding : 10px;
|
||||
}
|
||||
|
@ -122,8 +125,8 @@ div.postReply a:hover {
|
|||
}
|
||||
|
||||
div.postReply div.postHeader {
|
||||
background : white;
|
||||
border : 1px solid #c0c0c0;
|
||||
background : #ecf4ff;
|
||||
border : 1px solid #88b0f0;
|
||||
}
|
||||
|
||||
div.postReply > div.postHeader {
|
||||
|
@ -407,17 +410,17 @@ a.button {
|
|||
}
|
||||
|
||||
.evenUnreadSelected, .evenSelectedUnread {
|
||||
background-color : #e0e0ff;
|
||||
background-color : #cbe0fc;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.oddUnreadSelected, .oddSelectedUnread {
|
||||
background-color : #e0e0ff;
|
||||
background-color : #cbe0fc;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.evenSelected, .oddSelected {
|
||||
background-color : #e0e0ff;
|
||||
background-color : #cbe0fc;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue