Project

General

Profile

« Previous | Next » 

Revision 621

Added by doc over 16 years ago

introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man

View differences:

stylesheet.css
4 4
	color: #000000;
5 5
}
6 6
body {
7
	background-color: #557799;
8
	background-image: url(../interface/background.png);
7
	background-color: #95C8F0;

8
	background-image: url(background.png);

9 9
	background-repeat: repeat-x;
10 10
	margin: 0px;
11 11
}
......
20 20
h1 {
21 21
	text-align: center;
22 22
	font-size: 20px;
23
	color: #003366;
23
	color: #000000;

24 24
	text-transform: uppercase;
25 25
}
26 26
h2 {
......
46 46
.menu {
47 47
	margin: 0;
48 48
	padding: 0;
49
	padding-top: 10px;
50
	padding-bottom: 4px;
49
	padding-top: 8px;

50
	padding-bottom: 10px;

51 51
	padding-left: 8px;
52
    background: #000 url(menu.png) ;
53
    background-repeat:repeat-x;
52 54
}
53 55
.menu li {
54 56
	list-style-type: none;
......
57 59
}
58 60
.menu a, .menu a:link, .menu a:active, .menu a:visited {
59 61
	border-bottom: 0;
60
	padding: 4px 3px 4px 3px;
61
	color: #003366;
62
	padding: 7px 11px 9px 11px;

63
	color: #fff;

62 64
}
63 65
.menu a:hover {
64 66
	text-decoration: none;
65
	color: #336699;
67
	color: #fff;
68
    background: #fff url(menuo.png) ;
69
    background-repeat:repeat-x;
66 70
}
67 71
.current a, .current a:link, .current a:active, .current a:visited {
68
	background-color: #FFFFFF;
69
	color: #000000;
72
	background: #fff url(menuo.png) ;
73
         background-repeat:repeat-x;
74
	color: #fff;
70 75
}
71 76
.content {
72
	background-color: #FFFFFF;
77
	background: #fff;
78
    background: #fff url(bgtitle.png) ;
79
    background-repeat:repeat-x;
73 80
	padding: 20px;
74 81
	height: 280px;
75 82
	width: 750px;
......
77 84
	vertical-align: top;
78 85
}
79 86
.row_a {
80
	background-color: #EEEEEE;
87
	background-color: #BDE4F4;

81 88
}
82 89
.row_b {
83
	background-color: #DDDDDD;
90
	background-color: #EBF7FC;

84 91
}
85 92
.hide {
86 93
	display: none;

Also available in: Unified diff