aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/wigo/default-colors.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-14 07:16:15 +0000
committervdigital <vdigital@piwigo.org>2008-09-14 07:16:15 +0000
commitfecb04f2eccd3e496a91f7996579243366a3a5ab (patch)
treebe14b1ee2bdd2f673d4032158da160ec8b0da2b5 /admin/template/wigo/default-colors.css
parent4d37c48b3cc29f039c46a2b3fb0c4cf3ccbae851 (diff)
Wigo becomes "goto".
Admin tpl files are moved. git-svn-id: http://piwigo.org/svn/trunk@2530 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/wigo/default-colors.css')
-rw-r--r--admin/template/wigo/default-colors.css97
1 files changed, 0 insertions, 97 deletions
diff --git a/admin/template/wigo/default-colors.css b/admin/template/wigo/default-colors.css
deleted file mode 100644
index 277454a11..000000000
--- a/admin/template/wigo/default-colors.css
+++ /dev/null
@@ -1,97 +0,0 @@
-/* $Id$ */
-
-/* others */
-
-#imageToolBar * {
- background: inherit;
-}
-
-/* So that non-links are slightly greyed out */
-.content .navigationBar {
- color: #b0b0b0;
-}
-
-/* Tables & forms */
-
-INPUT.text, INPUT.password, INPUT.button,
-INPUT.submit, INPUT.reset, INPUT.file,
-SELECT, TEXTAREA {
- color:black;
- background-color: #d3d3d3; /* lightgrey */
-}
-
-INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
- background-color: #f5f5f5; /* whitesmoke */
-}
-
-/* some theme set a border on INPUT which is not pretty for radio/checkbox */
-INPUT[type="radio"], INPUT[type="checkbox"] {
- border: none; /* <= Opera needs this */
-}
-
-INPUT.radio, INPUT.checkbox {
- border: none; /* <= IE6 needs this */
-}
-
-/* rate buttons displayed like links */
-INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rateButtonStarEmpty {
- color:inherit;
- background-color:transparent; /* Konqueror doesn't accept transparent here */
-}
-
-.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;
-}
-
-/**
- * Informations box in administration
- */
-.infos {
- text-align: left;
- color: #002000;
- background-color: #98fb98; /* palegreen */
- background-image: url(icon/admin/infos.png);
- background-repeat: no-repeat;
- background-position: top right;
- margin: 5px;
- padding: 10px 50px 10px 10px;
-}
-
-/**
- * Header message like upgrade or adviser mode
- */
-.header_msgs {
- text-align:center;
- font-weight: bold;
- color:#696969; /* dimgray */
- background-color: #d3d3d3;
- margin: 1px;
- padding: 1px;
-}
-
-/**
- * Header notes box in public/administration
- */
-.header_notes {
- border: 1px solid #aaaaaa; /* border color and style */
- text-align: center;
- background-image: url(icon/note.png);
- background-repeat: no-repeat;
- background-position: top left;
- font-weight: bold;
- margin: 14px;
- padding: 5px 00px 0px 0px;
-}
-
-LEGEND {
- font-style: italic;
-} \ No newline at end of file