| author | ymh <ymh.work@gmail.com> |
| Sun, 14 Jul 2024 22:00:08 +0200 | |
| changeset 666 | 9d6550026232 |
| parent 394 | 1e60ba9ae38b |
| permissions | -rw-r--r-- |
| 257 | 1 |
/* ============================================================================= |
2 |
Renkan |
|
3 |
========================================================================== */ |
|
4 |
body { |
|
5 |
background-color: #1E1E1E; |
|
6 |
} |
|
7 |
||
8 |
header { |
|
9 |
font-size: 12px; |
|
10 |
height: 15px; |
|
11 |
padding: 5px 0 2px 10px; |
|
12 |
color: white; |
|
13 |
} |
|
14 |
||
15 |
footer { |
|
16 |
font-size: 10px; |
|
17 |
position:absolute; |
|
18 |
bottom: 0; |
|
19 |
text-align: right; |
|
20 |
width: 100%; |
|
21 |
padding: 2px 0; |
|
22 |
color: white; |
|
23 |
} |
|
24 |
||
25 |
a, a:VISITED, a:LINK { |
|
26 |
color: white; |
|
27 |
text-decoration: none; |
|
28 |
} |
|
29 |
||
|
394
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
30 |
.Rk-Main a, .Rk-Main a:LINK { |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
31 |
color: #080808; |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
32 |
text-decoration: none; |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
33 |
} |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
34 |
|
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
35 |
|
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
36 |
.Rk-Main a:VISITED { |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
37 |
color: #333333; |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
38 |
text-decoration: none; |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
39 |
} |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
40 |
|
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
41 |
|
| 257 | 42 |
a:HOVER { |
43 |
text-decoration: underline; |
|
44 |
} |
|
45 |
||
46 |
||
47 |
#renkan-wrapper { |
|
48 |
position:absolute; |
|
49 |
top: 25px; |
|
50 |
left: 0; |
|
51 |
right: 0; |
|
52 |
bottom: 18px; |
|
53 |
} |
|
54 |
||
55 |
#renkan-container { |
|
56 |
min-height: 100%; |
|
57 |
position: relative; |
|
58 |
width: 100%; |
|
59 |
} |
|
60 |
||
61 |
#version { |
|
62 |
padding-right: 5px; |
|
63 |
} |