mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 15:11:30 +00:00
initial blue theme
This commit is contained in:
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 */
|
/* common styles */
|
||||||
|
|
||||||
table.main td.headerBox {
|
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-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x; */
|
||||||
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.header {
|
table.main td.header {
|
||||||
@@ -35,7 +36,7 @@ table.main td.feeds {
|
|||||||
height : 100%;
|
height : 100%;
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0f0;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -43,7 +44,7 @@ table.main td.headlinesToolbarBox {
|
|||||||
padding : 10px;
|
padding : 10px;
|
||||||
border-width : 0px 0px 1px 1px;
|
border-width : 0px 0px 1px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0f0;
|
||||||
background-image : url("images/vgrad_light.png");
|
background-image : url("images/vgrad_light.png");
|
||||||
background-position : bottom left;
|
background-position : bottom left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
@@ -52,18 +53,19 @@ table.main td.headlinesToolbarBox {
|
|||||||
table.main td.footer {
|
table.main td.footer {
|
||||||
border-width : 1px 0px 0px 0px;
|
border-width : 1px 0px 0px 0px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0f0;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : x-small;
|
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-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x; */
|
||||||
color : gray;
|
background-color : #ecf4ff;
|
||||||
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.footer a {
|
table.main td.footer a {
|
||||||
color : gray;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.footer a:hover {
|
table.main td.footer a:hover {
|
||||||
@@ -74,7 +76,7 @@ table.main td.headlines {
|
|||||||
height : 25%;
|
height : 25%;
|
||||||
border-width : 0px 0px 1px 1px;
|
border-width : 0px 0px 1px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.headlines2 {
|
table.main td.headlines2 {
|
||||||
@@ -86,12 +88,13 @@ table.main td.headlines2 {
|
|||||||
|
|
||||||
table.main td.content {
|
table.main td.content {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
background-image : url("images/vgrad_light_rev.png");
|
/* background-image : url("images/vgrad_light_rev.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x; */
|
||||||
border-width : 0px 0px 0px 1px;
|
border-width : 0px 0px 0px 1px;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : #c0c0c0;
|
border-color : #88b0f0;
|
||||||
|
/* background-color : #ecf4ff; */
|
||||||
}
|
}
|
||||||
|
|
||||||
table.main td.prefContent {
|
table.main td.prefContent {
|
||||||
@@ -106,9 +109,9 @@ table.main td.prefContent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.postReply {
|
div.postReply {
|
||||||
background-image : url("images/vgrad_light_rev.png");
|
/* background-image : url("images/vgrad_light_rev.png");
|
||||||
background-position : top left;
|
background-position : top left;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x; */
|
||||||
height : 100%;
|
height : 100%;
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
}
|
}
|
||||||
@@ -122,8 +125,8 @@ div.postReply a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.postReply div.postHeader {
|
div.postReply div.postHeader {
|
||||||
background : white;
|
background : #ecf4ff;
|
||||||
border : 1px solid #c0c0c0;
|
border : 1px solid #88b0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply > div.postHeader {
|
div.postReply > div.postHeader {
|
||||||
@@ -407,17 +410,17 @@ a.button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.evenUnreadSelected, .evenSelectedUnread {
|
.evenUnreadSelected, .evenSelectedUnread {
|
||||||
background-color : #e0e0ff;
|
background-color : #cbe0fc;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oddUnreadSelected, .oddSelectedUnread {
|
.oddUnreadSelected, .oddSelectedUnread {
|
||||||
background-color : #e0e0ff;
|
background-color : #cbe0fc;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.evenSelected, .oddSelected {
|
.evenSelected, .oddSelected {
|
||||||
background-color : #e0e0ff;
|
background-color : #cbe0fc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user