summaryrefslogtreecommitdiff
path: root/themes/threecolumns/theme.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 16:11:54 +0300
commitb97e6e0267758351e24078f621ef313de0c747fb (patch)
tree33a64e7d72f362e1bd7d92a3248dc83cc6fdf6ea /themes/threecolumns/theme.css
parentdce46cade3ef1d24a12cf6d27abad5d93de95373 (diff)
reorganize theme support; add some themeable icons; add neon theme
Diffstat (limited to 'themes/threecolumns/theme.css')
-rw-r--r--themes/threecolumns/theme.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/themes/threecolumns/theme.css b/themes/threecolumns/theme.css
deleted file mode 100644
index a00270a2f..000000000
--- a/themes/threecolumns/theme.css
+++ /dev/null
@@ -1,60 +0,0 @@
-div.headlines_normal {
- position : absolute;
- border-width : 1px 0px 0px 0px;
- border-style : solid;
- border-color : #88b0f0;
- left : 260px;
- height : auto;
- top : 85px;
- right : 35%;
- bottom : 40px;
- overflow : hidden;
- font-size : small;
- border-collapse : collapse;
-}
-
-div.headlines_cdm {
- position : absolute;
- border-width : 1px 0px 1px 0px;
- border-style : solid;
- border-color : #88b0f0;
- left : 260px;
- bottom : 40px;
- top : 85px;
- width : 300px;
- overflow : auto;
- font-size : small;
- border-collapse : collapse;
-}
-
-table.headlinesSubToolbar {
- height : 25px;
-}
-
-div.postReply {
- background : white;
-}
-
-#headlinesInnerContainer {
- overflow : auto;
- position : absolute;
- top : 25px;
- height : auto;
- bottom : 0px;
- left : 0px;
- right : 0px;
-}
-
-#content-frame {
- position : absolute;
- border-width : 1px 0px 1px 1px;
- border-style : solid;
- border-color : #88b0f0;
- overflow : auto;
- top : 85px;
- left : 65%;
- bottom : 40px;
- right : 0px;
- border-collapse : collapse;
-}
-