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 |
|
|
This CSS file is free software. You can redistribute it and/or modify it
|
7 |
|
|
under the terms of the GNU General Public License - version 2 or later,
|
8 |
|
|
as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
|
9 |
|
|
This CSS file is distributed in the hope that it will be useful,
|
10 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12 |
|
|
GNU General Public License for more details.
|
13 |
|
|
*/
|
14 |
1773
|
Luisehahne
|
.mod_preferences_error { background-color :#ffb0b0; padding :5px; border :dotted 1px #ff0000; color :#ff0000; }
|
15 |
|
|
.mod_preferences_success { background-color :#b0ffb0; padding :5px; border :dotted 1px #303030; color :#303030; }
|
16 |
1776
|
Luisehahne
|
/* here you can style the account templates */
|
17 |
|
|
.note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.63em; }
|
18 |
|
|
.warning { background :#ffeeee; border :1px #884444 solid; color :#440000; margin-bottom :1em; padding :1.5em; }
|
19 |
1773
|
Luisehahne
|
div.account { width :80%; margin :1em auto; }
|
20 |
|
|
div.account div.signup,
|
21 |
|
|
div.account div.details,
|
22 |
|
|
div.account div.email,
|
23 |
1776
|
Luisehahne
|
div.account div.password { background : transparent none repeat-x top; width :100%; overflow :hidden; border :0px solid #cccccc; margin-bottom :1em; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
|
24 |
|
|
div.account h3 { width :100%; color :#00016f; padding :5px; margin-top :3px; border-bottom :1px solid #000; }
|
25 |
|
|
div.account table { vertical-align :0px; table-layout :auti; width :100%; margin :10px auto; }
|
26 |
|
|
div.account table tr { width :100%; }
|
27 |
1773
|
Luisehahne
|
div.account table td { width :30%; }
|
28 |
|
|
div.account table td.button { width :100%; text-align :center; }
|
29 |
|
|
div.account table td.button button { text-align :center; padding :2px; }
|
30 |
|
|
div.account table td.input { width :50%; }
|
31 |
|
|
.nixhier { display :none; }
|
32 |
|
|
.center { text-align :center; }
|
33 |
|
|
div.account table td.input input { width :90%; }
|
34 |
1776
|
Luisehahne
|
/* DIV-mbox to show selector or simply content only ************************* */
|
35 |
|
|
div.mbox { padding :0.6em; margin :1em auto; background-color : #f3f5f8; color :#330033; font-size :1.1em; display :block; }
|
36 |
|
|
/* extension for mbox to show additional icons on left side ***************** */
|
37 |
|
|
div.mbox-icon { background-repeat :no-repeat; background-image :url(../images/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
|
38 |
|
|
div.mbox-icon div { margin-left :70px; border-left :3px outset; padding-left :5px; }
|
39 |
|
|
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../images/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
|
40 |
|
|
div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
|
41 |
|
|
/* coloring of the mbox and other boxes also ******************************** */
|
42 |
|
|
div.box-ok { border-color :#008000; color :#008000; }
|
43 |
|
|
div.box-error { border-color :#ff0000; color :#ff0000; }
|
44 |
|
|
div.box-info { border-color :#bb7a00; color :#003ff2; }
|
45 |
|
|
div.box-warning { border-color :#ffa500; color :#ffa500; }
|
46 |
|
|
/* Border attributes for mbox and other elements also *********************** */
|
47 |
1509
|
Luisehahne
|
/* ]]> */
|