-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstilo.css
executable file
·147 lines (110 loc) · 2.51 KB
/
stilo.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/**
* Stilfolio por la voĉdonsistemo.
*/
body {
color: black;
background-color: rgb(220, 220, 220);
margin: 0;
padding: 0ex 1ex;
}
/* Ĉeloj de tabeloj estu vertikale supre, ne centre. */
th, td {
vertical-align: top;
}
/* ***************** Formatado de uzanto- aŭ voĉdono-listoj ********** */
.vocxdonoj td, .uzantolisto td {
border-width: thin;
border-style: dotted none;
padding: 2pt 4pt;
}
table.vocxdonoj, table.uzantolisto {
border-style: hidden;
border-collapse: collapse;
}
.vocxdonoj th, .uzantolisto th {
border-width: thin;
border-style: none dotted solid;
/* border-bottom-style: solid; */
padding: 4pt;
}
.vocxdonoj tr.subtitolo th {
font-weight: normal;
border-top: hidden;
}
.vocxdonoj td[title] {
text-align:right;
}
/* ********** Detaloj de uzanto (redaktilo por ĜenSek) **** */
table.uzantodetaloj {
border-style: hidden;
border-collapse: collapse;
}
table.uzantodetaloj th {
vertical-align: top;
padding-right: 1ex;
}
table.uzantodetaloj td {
vertical-align: top;
}
/* ******* La datumoj de unuopa propono ********* */
table.propono-datumoj, .rajtotabelo {
border-collapse: collapse;
border-style: hidden;
}
.rajtotabelo .tabel-interrompo {
border-style: hidden;
}
.propono-datumoj td, .propono-datumoj th,
.rajtotabelo td, .rajtotabelo th {
padding: 1ex 2pt;
border-style: dotted none;
border-width: thin;
}
/* ************ La propona teksto ************************* */
.propono {
background-color: rgb(240, 240, 240);
color:black;
}
p.propono {
margin: 1em;
max-width:30em;
}
/* ************ Gxen-Sek-specifaj pagxoj/pagxopartoj ***************** */
.GxenSek {
padding: 2px;
margin: 2px;
background-color: rgb(210, 235, 210);
}
body.GxenSek {
padding: 1ex;
margin: 0;
}
/* ******** La kapo de la dokumento, kun varbaĵo kaj menuo. ********* */
div.kapo {
margin:0px;
margin-bottom: 1ex;
background-image: url(/files/logo_tejo_website_color.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
padding-right: 100px;
min-height:90px;
background-color: white;
border-bottom: thin dotted;
}
p.vdsvarbado {
color: gray;
font-size: smaller;
border-bottom: thin dotted;
padding: 0.5ex;
}
p.menuo {
padding-bottom: 0.5ex;
}
p.menuo em {
/*
* Hmm, mi verŝajne iel volis formati la
* uzantonomon, sed mi ne memoras, kiel.
*/
}
/* *********** */