Project

General

Profile

« Previous | Next » 

Revision 1776

Added by Dietmar about 12 years ago

wb theme styling

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
28 Sep-2012 Build 1776 Dietmar Woellbrink (Luisehahne)
17
! wb theme styling
16 18
28 Sep-2012 Build 1775 Dietmar Woellbrink (Luisehahne)
17 19
! update loginBox.htt and loginForgot.htt
18 20
28 Sep-2012 Build 1774 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/skel/themes/htt/users.htt
12 12
		</td>
13 13
     </tr>
14 14
</table>
15
<div class="account">
15 16
<form name="users" action="users.php" method="post" class="left">
16 17
<input type="hidden" name="userstatus" value="{USER_STATUS}" />
17 18
{FTAN}
......
30 31

  
31 32
<br />
32 33
<h2 style="margin-top: 20px;" class="{DISPLAY_ADD} left">{HEADING_ADD_USER}</h2>
33

  
34
</div>
34 35
<!-- END main_block -->
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1775');
54
if(!defined('REVISION')) define('REVISION', '1776');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/account/frontend.css
13 13
*/
14 14
.mod_preferences_error { background-color :#ffb0b0; padding :5px; border :dotted 1px #ff0000; color :#ff0000; }
15 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; }
16 19
div.account { width :80%; margin :1em auto; }
17 20
div.account div.signup, 
18 21
div.account div.details, 
19 22
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 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%; }
23 27
div.account table td { width :30%; }
24 28
div.account table td.button { width :100%; text-align :center; }
25 29
div.account table td.button button { text-align :center; padding :2px; }
......
27 31
.nixhier { display :none; }
28 32
.center { text-align :center; }
29 33
div.account table td.input input { width :90%; }
34
/* 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 *********************** */
30 47
/* ]]> */
branches/2.8.x/wb/templates/wb_theme/css/screen.css
3 3
html{ font-family :Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size :100.1%; font-weight :normal; color :#333333; overflow :auto; overflow-y :scroll; }
4 4
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
5 5
/*  */
6
div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 85%; overflow :hidden; }
7
.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width :100%; }
6
div.main { border :0px none #666666; margin :0px auto 1em auto; min-width :60em; max-width :90em; font-size :1.0em; padding :4px; width : 75%; overflow :hidden; }
7
.td { clear :both; font-size :1.0em; margin :0 auto; text-align :center; width : 99%; }
8 8
div.main .table { background :url(../images/bgtitle.png) #ffffff repeat-x; margin :0 auto; overflow :auto; width :100%; }
9 9
.wrapper { position :relative; display :block; overflow :auto; width :inherit; }
10 10
.content { padding :10px; text-align :left; overflow :hidden; }
......
313 313
   div.admintools span.title { font-size :1.1em; }
314 314
/* */
315 315
.access h2,.access h3,.access h4,.access h6 { font-weight :bold; }
316
.account { 
317
   width : 100%;
318
   margin : 0 auto;
319
 }
320
div.account form.settings_table { 
321
   width : 100%;
322
 }
323
div.account form.settings_table table td { width : 40%; } 
324
div.account form.settings_table table td.value_input { width : 80%; } 

Also available in: Unified diff