summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 11:57:50 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 11:57:50 +0100
commitc339343b40fafd33a61163a18078cf9f3273ef38 (patch)
treefe4c7152d6b99c72fc7d335d9c89fbf1385aaf28 /themes
parentf27d955a58bffbb9f24c82fcca427e0ac7d37312 (diff)
add compact theme
Diffstat (limited to 'themes')
-rw-r--r--themes/compact/images/grad_1.pngbin0 -> 218 bytes
-rw-r--r--themes/compact/images/ttrss_logo.pngbin0 -> 6234 bytes
-rw-r--r--themes/compact/theme.css43
3 files changed, 43 insertions, 0 deletions
diff --git a/themes/compact/images/grad_1.png b/themes/compact/images/grad_1.png
new file mode 100644
index 000000000..1a25a785a
--- /dev/null
+++ b/themes/compact/images/grad_1.png
Binary files differ
diff --git a/themes/compact/images/ttrss_logo.png b/themes/compact/images/ttrss_logo.png
new file mode 100644
index 000000000..2cedc35ed
--- /dev/null
+++ b/themes/compact/images/ttrss_logo.png
Binary files differ
diff --git a/themes/compact/theme.css b/themes/compact/theme.css
new file mode 100644
index 000000000..ed7e9bd60
--- /dev/null
+++ b/themes/compact/theme.css
@@ -0,0 +1,43 @@
+#feeds-holder {
+ border-width : 0px 1px 0px 0px;
+ top : 0px;
+ bottom : 0px;
+ background : white;
+}
+
+#header {
+ left : 270px;
+}
+
+#toolbar {
+ font-size : small;
+}
+
+#toolbar input {
+ font-size : small;
+}
+
+div.headlines_cdm {
+ border-width : 1px 0px 0px 0px;
+ bottom : 0px;
+}
+
+#content-frame {
+ border-width : 1px 0px 0px 0px;
+ bottom : 0px;
+}
+
+div.postReply {
+ font-size : small;
+ padding : 0px;
+ margin : 0px;
+}
+
+div.postReply div.postHeader {
+ border-width : 0px 0px 1px 1px;
+}
+
+#footer, #prefFooter {
+ display : none;
+}
+