forked from nbuy/xoops-modules-eguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
120 lines (97 loc) · 1.64 KB
/
style.css
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
112
113
114
115
116
117
118
119
120
/* for eguide module */
.error {
color: #ff0000;
font-weight: bold;
text-align: left;
}
.evhead {
/*color: #800000;*/
/*font-size: 120%;*/
font-weight: bold;
text-align: left;
}
.evmark {
float: right;
/*color: #000000;*/
}
.evinfo {
font-size: 75%;
text-align: left;
}
.evprop {
font-size: 90%;
font-weight: bold;
text-align: left;
color: rgb(5, 105, 155);
padding-left: 2em;
}
.evbody {
text-align: left;
}
.evlink {
font-size: 90%;
text-align: right;
}
.evline {
font-size: 90%;
text-align: left;
}
.evnote {
font-size: 110%;
text-align: center;
font-weight: bold;
color: #c00000;
}
.evtitle {
/*color: #000080;
font-size: 110%;*/
font-weight: bold;
text-align: left;
padding-bottom: 0.5em;
}
.evtbl th {
text-align: left;
vertical-align: top;
}
.event, .evform, .evlist, .entform {
border-bottom: solid thin rgba(255, 255, 255, 0.1);
padding: 1em;
}
.evms td {
background-color: rgba(255, 255, 255, 0.1);
padding: 5px;
}
.evms th {
text-align: left;
}
.evop td {
background-color: rgba(255, 255, 255, 0.1);
padding: 5px;
}
.catbox {
float: right;
}
.evform th em, .evform em, .entform th em, .entform em {
color: #cc0000;
font-weight: bold;
}
.evform td.head {
width: 10em;
}
.entform {
background-color: rgba(255, 255, 255, 0.1);
}
h2 {
/*color: #800000;*/
}
h3 {
/*color: #002040;*/
/*margin-bottom: 0px;*/
}
#itemhelper, #itemhelper input, #itemhelper button,
#itemhelper select {
font-size: 90%;
}
tr.select td {
background: rgba(255, 255, 255, 0.1);
}