summaryrefslogtreecommitdiff
blob: df0d3a6ef314e409fdb1a2784db240afd6a459db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1 a img {
	border: none;
	width: 100%;
}
input {
	border: 1px solid teal;
}
.odd {
	background-color: rgb(230,230,230);
}
.even {
	background-color: rgb(220,220,255);
}
.invisible {
	display: none;
}
.centered {
	text-align: center;
}
.box {
	border: 1px solid rgb(0,0,200);
	margin: 0.4% 0 0 0.4%;
	padding: 1%;
}
#left {
	float: left;
	width: 18%;
}
#left select {
	max-width: 100%;
}
#top {
	padding: 5px;
	float: left;
	width: 77%;
	text-align: right;
}
#welcome {
	float: left;
}
#top a, #left a {
	color: blue;
}
#main {
	padding: 5px;
	float: left;
	width: 77%;
}
#bottom {
	float: left;
	width: 97%;
}
#logo {
	width: 100%;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
div .editlink, div.links {
	float: right;
	clear: both;
	color: blue;
	margin-bottom: 1em;
}
div.links {
	width: 32px;
}
div.links img {
	border: 0;
	float: left;
	width: 16px;
	height: 16px;
}
.nonbreaking {
	white-space: nowrap;
}
.hebrew {
	direction: rtl;
}
#left .title {
	font-size: 200%;
	color: black;
	text-decoration: none;
}
input.day {
	width: 2em;
}
input.year {
	width: 3em;
}
input.time {
	width: 5em;
}
hr {
	height: 0px;
	border-top: 1px dashed blue;
}
.pointer {
	cursor: pointer;
}
<?php if ($conf['debug']) { ?>
html {
	margin-bottom: 2em;
}
<?php } ?>