Project

General

Profile

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
div.account { width :80%; margin :1em auto; }
17
div.account div.signup, 
18
div.account div.details, 
19
div.account div.email, 
20
div.account div.password { background :transparent url(htt/blue.png) repeat-x top; width :100%; overflow :hidden; border :2px solid #cccccc; margin-bottom :1em; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
21
div.account h3 { width :100%; color :#ffffff; padding :5px; margin-top :3px; }
22
div.account table { vertical-align :0px; table-layout :fixed; width :100%; margin :10px auto; }
23
div.account table td { width :30%; }
24
div.account table td.button { width :100%; text-align :center; }
25
div.account table td.button button { text-align :center; padding :2px; }
26
div.account table td.input { width :50%; }
27
.nixhier { display :none; }
28
.center { text-align :center; }
29
div.account table td.input input { width :90%; }
30
/* ]]> */
(10-10/22)