File: conf.css

package info (click to toggle)
tdiary 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 4
file content (254 lines) | stat: -rw-r--r-- 3,557 bytes parent folder | download | duplicates (6)
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
@charset "utf-8";
/*
conf.css: style sheet of tDiary preferences page. $Revision: 1.11 $
Copyright (C) 2005 TADA Tadashi <sho@spc.gr.jp>
You can redistribute it and/or modify it under GPL2 or any later version.
*/

body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	background-color: #fff;
	color: #000;
	margin: 2px 0px 2px 16px;
}

a:link {
	background-color: transparent;
	color: #92B392;
}

a:visited {
	background-color: transparent;
	color: #A8B392;
}

div.alert-warn {
	background-color: #faa;
	border-style: solid;
	border-color: #f88;
	border-width: 1px;
	border-radius: 8px;
	padding: 4px 8px;
	margin: 1em auto;
	width: 80%;
	zoom: 100%;
}

.action-button {
	float: right;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	border-radius: 8px;
	padding: 0px 4px;
	color: #000;
}
.action-button:hover {
	background-color: #f88;
	border-style: solid;
	border-color: #f55;
	border-width: 1px;
	border-radius: 8px;
	padding: 0px 4px;
}
.action-button:link,
.action-button:visited {
	color: #000;
	text-decoration: none;
}

div.alert-warn:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

div.adminmenu {
	font-size: 80%;
	margin: 3px 0px 3px 0px;
	text-align: right;
	font-weight: bold;
}

div.adminmenu a {
	text-decoration: none;
}

span.adminmenu {
	background-color: #fff;
	color: #000;
	padding: 2px;
}

div.body {
	margin: 0px;
}

form.conf {
	background-color: transparent;
	color: #000;
	margin: 0em 2em 2em 250px;
}

h2 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

h3 {
	margin: 0em;
	font-size: medium;
	font-weight: bold;
}

h4 {
	margin: 1em;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0em;
}

h5 {
	margin: 2em;
	font-size: medium;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.day span.sanchor {
	font-size: 70%;
	margin-right: 0.5em;
	text-decoration: none;
}

form.conf p {
	line-height: 150%;
	margin: 0px 1em 0.7em 1em;
}

form.conf pre {
	line-height: 150%;
	margin: 0px 1em 0.7em 3em;
}

form.conf ul {
}

form.conf li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

form.conf dl {
	margin-left: 2em;
}

form.conf dd {
	margin-bottom: 1em;
}

p.message {
	text-align: center;
	font-size: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

div.section {
	clear: none;
}

div.saveconf {
	text-align: right;
	margin-right: 2em;
}

input.saveconf {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

div.footer {
	display: none;
}

div.sidebar {
	font-size: 90%;
	background-color: transparent;
	color: #000;
	float: left;
	width: 250px;
	padding: 0px;
}

div.sidebar div.block {
	background-color: #d0ffd0;
	border-radius: 8px;
	margin: 0px 1em 1em 16px;
	padding: 0.5em 1em 0.5em 1em;
}

div.sidebar h3 {
	background-color: transparent;
	color: #32c832;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

div.sidebar a:link,
div.sidebar a:visited,
div.sidebar a:hover,
div.footer a:link,
div.footer a:visited,
div.footer a:hover 
{
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

div.sidebar ul {
	background-color: #d0ffd0;
	color: #000;
	list-style-type: none;
}

div.sidebar li {
	padding: 2px 4px;
	margin-bottom: 0.2em;
}

div.sidebar li.selected {
	background-color: #32c832;
	border-radius: 4px;
}

div.sidebar li.other {
	background-color: transparent;
}

img#theme_thumbnail {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

span.help-icon {
	margin-left: 0.5em;
}

span.help-icon img {
	border-width: 0px;
}