Project

General

Profile

« Previous | Next » 

Revision 1773

Added by Dietmar over 11 years ago

! account split html and code
+ add signup activation registering
+ add missing icons in themes

View differences:

template.css
145 145
	color: #FFF;
146 146
	vertical-align: middle;
147 147
	text-align: center;
148
}
148
}
149
/* here you can style the account templates */
150
.note { background :#eeffee; border :0.2em #448844 solid; color :#004400; margin-bottom :1em; padding :0.63em; }
151
.warning { background :#ffeeee; border :1px #884444 solid; color :#440000; margin-bottom :1em; padding :1.5em; }
152
div.account { width :80%; margin :1em auto; }
153
div.account div.signup, 
154
div.account div.details, 
155
div.account div.email, 
156
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; }
157
div.account h3 { width :100%; color :#00016f; padding :5px; margin-top :3px; border-bottom :1px solid #000; }
158
div.account table { vertical-align :0px; table-layout :auti; width :100%; margin :10px auto; }
159
div.account table tr { width :100%; }
160
div.account table td { width :30%; }
161
div.account table td.button { width :100%; text-align :center; }
162
div.account table td.button button { text-align :center; padding :2px; }
163
div.account table td.input { width :50%; }
164
.nixhier { display :none; }
165
.center { text-align :center; }
166
div.account table td.input input { width :90%; }
167
/* DIV-mbox to show selector or simply content only ************************* */
168
div.mbox { padding :0.6em; margin :1em auto; background-color : #f3f5f8; color :#330033; font-size :1.1em; display :block; }
169
/* extension for mbox to show additional icons on left side ***************** */
170
div.mbox-icon { background-repeat :no-repeat; background-image :url(../images/info_50.png); background-position :15px 50%; padding :15px; min-height :25px; }
171
	div.mbox-icon div { margin-left :70px; border-left :3px outset; padding-left :5px; }
172
div.mbox-icon16 { background-repeat :no-repeat; background-image :url(../images/info_16.png); background-position :5px 50%; padding :5px; min-height :10px; }
173
	div.mbox-icon16 div { margin-left :30px; border-left :4px outset; padding-left :5px; }
174
/* coloring of the mbox and other boxes also ******************************** */
175
div.box-ok { border-color :#008000; color :#008000; }
176
div.box-error { border-color :#ff0000; color :#ff0000; }
177
div.box-info { border-color :#bb7a00; color :#003ff2; }
178
div.box-warning { border-color :#ffa500; color :#ffa500; }
179
/* Border attributes for mbox and other elements also *********************** */

Also available in: Unified diff