]> git.wh0rd.org - tt-rss.git/commitdiff
add graphite theme contents
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Feb 2007 09:23:40 +0000 (10:23 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Feb 2007 09:23:40 +0000 (10:23 +0100)
themes/graphite/images/._footer.png [new file with mode: 0644]
themes/graphite/images/._prefs-content.png [new file with mode: 0644]
themes/graphite/images/._toolbar.png [new file with mode: 0644]
themes/graphite/images/footer.png [new file with mode: 0644]
themes/graphite/images/prefs-content.png [new file with mode: 0644]
themes/graphite/images/toolbar.png [new file with mode: 0644]
themes/graphite/images/ttrss_logo.png [new file with mode: 0644]
themes/graphite/theme.css [new file with mode: 0644]

diff --git a/themes/graphite/images/._footer.png b/themes/graphite/images/._footer.png
new file mode 100644 (file)
index 0000000..573ed3f
Binary files /dev/null and b/themes/graphite/images/._footer.png differ
diff --git a/themes/graphite/images/._prefs-content.png b/themes/graphite/images/._prefs-content.png
new file mode 100644 (file)
index 0000000..e9617de
Binary files /dev/null and b/themes/graphite/images/._prefs-content.png differ
diff --git a/themes/graphite/images/._toolbar.png b/themes/graphite/images/._toolbar.png
new file mode 100644 (file)
index 0000000..e3c22ce
Binary files /dev/null and b/themes/graphite/images/._toolbar.png differ
diff --git a/themes/graphite/images/footer.png b/themes/graphite/images/footer.png
new file mode 100644 (file)
index 0000000..770a821
Binary files /dev/null and b/themes/graphite/images/footer.png differ
diff --git a/themes/graphite/images/prefs-content.png b/themes/graphite/images/prefs-content.png
new file mode 100644 (file)
index 0000000..1a9f7cf
Binary files /dev/null and b/themes/graphite/images/prefs-content.png differ
diff --git a/themes/graphite/images/toolbar.png b/themes/graphite/images/toolbar.png
new file mode 100644 (file)
index 0000000..dd76142
Binary files /dev/null and b/themes/graphite/images/toolbar.png differ
diff --git a/themes/graphite/images/ttrss_logo.png b/themes/graphite/images/ttrss_logo.png
new file mode 100644 (file)
index 0000000..2cedc35
Binary files /dev/null and b/themes/graphite/images/ttrss_logo.png differ
diff --git a/themes/graphite/theme.css b/themes/graphite/theme.css
new file mode 100644 (file)
index 0000000..f465a0e
--- /dev/null
@@ -0,0 +1,215 @@
+div.postReply div.postHeader {
+       border : 1px solid #a2aab7;
+}
+
+ul.feedList li.feedCat a:hover {
+       color : #5d6978;
+}
+
+li.feedSelected a,
+li.labelSelected a,
+li.virtSelected a,
+li.tagSelected a {
+       color : #5d6978;
+}
+
+li.feedUnreadSelected a,
+li.labelUnreadSelected a,
+li.virtUnreadSelected a,
+li.tagUnreadSelected a {
+       color : #5d6978;
+}
+
+a:hover {
+       color : #5d6978;
+}
+
+/* preferences */
+
+tr.title td {
+       color : #5d6978;
+}
+
+tr.title td a {
+       color : #5d6978;
+}
+
+table.prefFeedList td.feedEditCat {
+       border-color : #a2aab7;
+}
+
+div.prefFeedCatHolder {
+       border : 1px solid #a2aab7;
+}
+
+a.helpLink:hover {
+       color : #5d6978;
+}
+
+#infoBoxTitle {
+       border-color : #a2aab7;
+       background-color : #a2aab7;
+}
+
+
+#infoBox {     
+       border-color : #a2aab7;
+       background : white;
+}
+
+div.infoBoxContents a {
+       color : #5d6978;
+}
+
+div.prefsTab {
+       border-color : #a2aab7;
+}
+
+div.prefsTabSelected {
+       border-color : #a2aab7;
+       background-color : #e3edf9;
+}
+
+table.loginForm {
+       background-color : #c8d1dc;
+}
+
+table.innerLoginForm {
+       border : 1px solid #a2aab7;
+}
+
+.insensitive a {
+       color : #5d6978;
+}
+
+span.contentPreview:hover {
+       color : #5d6978;
+}
+
+div.cdmArticle {
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       background-color : #fafafa;
+       margin : 0px;
+       padding : 10px;
+}
+
+div.cdmArticleUnread {
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       background-color : #fafeff;
+       margin : 0px;
+       padding : 10px;
+}
+
+div.cdmArticleSelected, div.cdmArticleUnreadSelected {
+       margin : 0px;
+       padding : 10px;
+       background-color : #fff7d5;
+       border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+}
+
+div.cdmHeader a:hover {
+       color : #5d6978;
+}
+
+span.groupPrompt {
+       color : #5d6978;
+}
+
+ul.feedErrorsList {
+       border : 1px solid #a2aab7;
+}
+
+ul.userFeedList {
+       border : 1px solid #a2aab7;
+}
+
+ul.labelTestResults {
+       border : 1px solid #a2aab7;
+}
+
+ul.filterTestResults {
+       border : 1px solid #a2aab7;
+}
+
+ul.browseFeedList {
+       border : 1px solid #a2aab7;
+}
+
+div.cdmContent a {
+       color : #5d6978;
+}
+
+a.cdmToggleLink:hover {
+       color : #5d6978;
+}
+
+span.debugTS {
+       color : #5d6978;
+}
+
+table.loginForm2 .loginTop {
+       border-color : #a2aab7;
+       }
+
+
+table.loginForm2 .loginBottom {
+       border-color : #a2aab7;
+}
+
+table.loginForm2 .loginBottom a:hover {
+       color : #5d6978;
+}
+
+/* layout */
+
+#header {
+       color : #5d6978;
+}
+
+#feeds-holder {
+       border-color : #a2aab7;
+}
+
+#toolbar {
+       background-image : url("images/toolbar.png");
+}
+
+div.headlines_normal {
+       border-color : #a2aab7;
+}
+
+div.headlines_cdm {
+       border-color : #a2aab7;
+}
+
+#content-frame {
+       border-color : #a2aab7;
+}
+
+#footer, #prefFooter {
+       background-image : url("images/footer.png");
+       border-color : #a2aab7;
+
+}
+
+/* preferences layout */
+
+#prefHeader {
+       color : #5d6978;
+}
+
+div.return a {
+       color : #5d6978;
+}
+
+#prefContent {
+       background-image : url("images/prefs-content.png");
+       border-color : #a2aab7;
+}
+