1
|
/* <![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
|
.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
|
/* 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
|
.rounded { border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
|
20
|
div.account { width :80%; margin :1em auto; }
|
21
|
div.account div.signup,
|
22
|
div.account div.details,
|
23
|
div.account div.email,
|
24
|
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; }
|
25
|
div.account h3 { width :100%; color :#00016f; padding :5px; margin-top :3px; border-bottom :1px solid #000; }
|
26
|
div.account table { vertical-align :0px; table-layout :auti; width :100%; margin :10px auto; }
|
27
|
div.account table tr { width :100%; }
|
28
|
div.account table td { width :30%; }
|
29
|
div.account table td.button { width :100%; text-align :center; }
|
30
|
div.account table td.button button { text-align :center; padding :2px; }
|
31
|
div.account table td.input { width :50%; }
|
32
|
.nixhier { display :none; }
|
33
|
.center { text-align :center; }
|
34
|
div.account table td.input input { width :90%; }
|
35
|
.display_name { border :1px solid #666666; color :#000000; text-align :left; font-weight :bold; background-color :#dddddd; margin :2px auto; padding :2px 0px 2px 6px; width :71%; }
|
36
|
.rbold { text-align :right; font-weight :bold; vertical-align :middle; }/* DIV-mbox to show selector or simply content only ************************* */
|
37
|
div.mbox { padding :0.6em; margin :1em auto; background-color : #f3f5f8; color :#330033; font-size :1.1em; display :block; }
|
38
|
/* extension for mbox to show additional icons on left side ***************** */
|
39
|
div.mbox-icon { background-repeat :no-repeat; background-image :url(../images/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
|
40
|
div.mbox-icon div { margin-left :70px; border-left :3px outset; padding-left :5px; }
|
41
|
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../images/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
|
42
|
div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
|
43
|
/* coloring of the mbox and other boxes also ******************************** */
|
44
|
div.box-ok { border-color :#008000; color :#008000; }
|
45
|
div.box-error { border-color :#ff0000; color :#ff0000; }
|
46
|
div.box-info { border-color :#bb7a00; color :#003ff2; }
|
47
|
div.box-warning { border-color :#ffa500; color :#ffa500; }
|
48
|
/* Border attributes for mbox and other elements also *********************** */
|
49
|
|
50
|
/* ]]> */
|