diff options
author | nikrou <nikrou@piwigo.org> | 2006-06-18 12:04:59 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-06-18 12:04:59 +0000 |
commit | 57cf3ba758cadf56e35aa030edf525e61a56cfc6 (patch) | |
tree | e5d0e5709285107f49130233e6f73874bd71f99e /template/yoga/default-colors.css | |
parent | 7457a64443e25650728bcbe47f4649e21c04f4e6 (diff) |
Issue 426: first step; separation of admin and public into two templates
Need to simplify and delete files not needed
git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-colors.css')
-rw-r--r-- | template/yoga/default-colors.css | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/template/yoga/default-colors.css b/template/yoga/default-colors.css deleted file mode 100644 index 8b73f966b..000000000 --- a/template/yoga/default-colors.css +++ /dev/null @@ -1,73 +0,0 @@ -/* $Id$ */ - -/* others */ -.pleaseNote { - background: #9c9c9c; - color: #ffff99; - padding: 1ex; - font-weight: bold; -} - -#imageToolBar * { - background: inherit; -} - -/* So that non-links are slightly greyed out */ -#content .navigationBar { - color: #696969; -} -#content .pageNumberSelected { - color: #000000; -} - -/* Tables & forms */ -INPUT, SELECT, TEXTAREA { - color:black; -} -INPUT, SELECT, TEXTAREA, FORM .nofocus { - background-color: #d3d3d3; /* lightgrey */ -} -FORM .focus { - background-color: #f5f5f5; /* whitesmoke */ -} -INPUT[type="radio"] { /* for Opera */ - border: none; - background-color: transparent; -} - -.errors { /* Errors display */ - color: red; - background-color: #ffe1e1; - font-weight: bold; - text-align: left; - margin: 5px; - border: 1px solid red; - background-image: url(icon/admin/errors.png); - background-repeat: no-repeat; - background-position: top right; - padding: 10px 50px 10px 10px; -} - -.errors UL LI -{ - font-weight: normal; -} - -/** - * Informations box in administration - */ -.infos { - text-align: left; - background-color: palegreen; - background-image: url(icon/admin/infos.png); - background-repeat: no-repeat; - background-position: top right; - color: darkgreen; - font-weight: bold; - margin: 5px; - padding: 10px 50px 10px 10px; -} - -LEGEND { - font-style: italic; -} |