| 1 |
1509
|
Luisehahne
|
/* <![CDATA[ */
|
| 2 |
|
|
/*
|
| 3 |
|
|
CSS definition for Website Baker module: WB-Preferences
|
| 4 |
|
|
Copyright (C) 2008, Werner von der Decken
|
| 5 |
|
|
Contact me: wkl(at)isteam.de, http://isteam.de
|
| 6 |
|
|
|
| 7 |
|
|
This CSS file is free software. You can redistribute it and/or modify it
|
| 8 |
|
|
under the terms of the GNU General Public License - version 2 or later,
|
| 9 |
|
|
as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
|
| 10 |
|
|
|
| 11 |
|
|
This CSS file is distributed in the hope that it will be useful,
|
| 12 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 13 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 14 |
|
|
GNU General Public License for more details.
|
| 15 |
|
|
*/
|
| 16 |
|
|
.mod_preferences_error {
|
| 17 |
|
|
background-color:#ffb0b0;
|
| 18 |
|
|
padding:5px;
|
| 19 |
|
|
border:dotted 1px #ff0000;
|
| 20 |
|
|
color:#ff0000;
|
| 21 |
|
|
}
|
| 22 |
|
|
.mod_preferences_success {
|
| 23 |
|
|
background-color:#b0ffb0;
|
| 24 |
|
|
padding:5px;
|
| 25 |
|
|
border:dotted 1px #303030;
|
| 26 |
|
|
color:#303030;
|
| 27 |
|
|
}
|
| 28 |
|
|
/* ]]> */
|