diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-06 15:31:41 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-06 15:31:41 +0000 |
| commit | 74b25006192825447326c7ef2309cb27e5359d13 (patch) | |
| tree | a00558bf173ed7da85749e13b8c9d48a9982ca21 /css | |
| parent | 73235de4f0b54ff039dc969b6972ca07efb14fbb (diff) | |
| download | themes-74b25006192825447326c7ef2309cb27e5359d13.tar.gz themes-74b25006192825447326c7ef2309cb27e5359d13.tar.bz2 themes-74b25006192825447326c7ef2309cb27e5359d13.zip | |
move themes.css to css/admin_themes.css
Diffstat (limited to 'css')
| -rw-r--r-- | css/admin_themes.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/css/admin_themes.css b/css/admin_themes.css new file mode 100644 index 0000000..9ced98d --- /dev/null +++ b/css/admin_themes.css @@ -0,0 +1,17 @@ +div#themeapprove {position:fixed; color:#000; z-index:1000000; bottom:10px; right:10px; width:400px; background:#fff; border:3px solid #999; padding:20px; text-align:center; opacity:0.8;} +div#themeapprove a {display:block; float:left; margin:10px; padding:20px 71px; background:#eee; border:1px solid #ccc; vertical-align:middle;} +div#themeapprove a:hover {background-color:#b83;} +div#themeapprove img {margin:0; padding:0;} +ul#layoutgala {list-style:none; margin:0; padding:0;} +ul#layoutgala li {list-style:none; float:left; display:inline; margin:0 0 0.5em 0.5em; width:120px; text-align:center} +ul#layoutgala li a {height:160px; display:block; line-height:1.2em; padding:0.5em 0;} + +.layouts_table {width:100%;border-collapse:collapse;cell-spacing:0} +.layouts_table td {padding:5px} +.bg_ace {background:#ace} +.bg_eca {background:#eca} +.bg_aec {background:#aec} +.bg_cae {background:#cae} +.bg_cea {background:#cea} +.bg_eee {background:#eee} +.b3-s-fff {border-bottom:3px solid #fff}
\ No newline at end of file |
