| 19 |
19 |
|
| 20 |
20 |
body{ color:#303030; background:#e8eaec; }
|
| 21 |
21 |
|
| 22 |
|
#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
|
|
22 |
#top-menu { font-size: 80%; block-size: 2em; padding-block-start: 0.5em; background-color: #578bb8; }
|
| 23 |
23 |
#top-menu a { font-weight: bold; }
|
| 24 |
|
#header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
|
| 25 |
|
#header h1 { margin-left: 6px; }
|
| 26 |
|
#quick-search { margin-right: 6px; }
|
| 27 |
|
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
|
|
24 |
#header { background: #467aa7; block-size:5.8em; padding-block: 10px 0; padding-inline: 0; }
|
|
25 |
#header h1 { margin-inline-start: 6px; }
|
|
26 |
#quick-search { margin-inline-end: 6px; }
|
|
27 |
#main-menu { background-color: #578bb8; inset-inline-start: 0; border-block-start: 1px solid #fff; inline-size: 100%; }
|
| 28 |
28 |
#main-menu li { margin: 0; padding: 0; }
|
| 29 |
|
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
|
|
29 |
#main-menu li a { background-color: #578bb8; border-inline-end: 1px solid #fff; font-size: 90%; padding-block: 4px; padding-inline: 8px; font-weight: bold; }
|
| 30 |
30 |
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
|
| 31 |
31 |
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
|
| 32 |
32 |
#main-menu li a.new-object { background-color:#80b0da; }
|
| 33 |
33 |
|
| 34 |
34 |
#main-menu .menu-children {
|
| 35 |
|
border-right: 1px solid #80b0da;
|
| 36 |
|
border-bottom: 1px solid #80b0da;
|
| 37 |
|
border-left: 1px solid #80b0da;
|
|
35 |
border-inline-end: 1px solid #80b0da;
|
|
36 |
border-block-end: 1px solid #80b0da;
|
|
37 |
border-inline-start: 1px solid #80b0da;
|
| 38 |
38 |
}
|
| 39 |
|
#main-menu .menu-children li a { border-right: none; }
|
|
39 |
#main-menu .menu-children li a { border-inline-end: none; }
|
| 40 |
40 |
#main-menu .menu-children li a:hover { background-color: #80b0da }
|
| 41 |
41 |
|
| 42 |
42 |
#footer { background-color: #578bb8; border: 0; color: #fff;}
|
| ... | ... | |
| 47 |
47 |
#main a:hover { color: #2a5a8a; text-decoration: underline; }
|
| 48 |
48 |
#content { background: #fff; }
|
| 49 |
49 |
|
| 50 |
|
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
50 |
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-block-end: 0; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
| 51 |
51 |
h2, .wiki h1 { letter-spacing:-1px; }
|
| 52 |
|
h4 { border-bottom: dotted 1px #c0c0c0; }
|
|
52 |
h4 { border-block-end: dotted 1px #c0c0c0; }
|
| 53 |
53 |
|
| 54 |
54 |
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
| 55 |
55 |
background-position: 0% 40%;
|
| 56 |
56 |
background-repeat: no-repeat;
|
| 57 |
|
padding-left: 20px;
|
| 58 |
|
padding-top: 2px;
|
| 59 |
|
padding-bottom: 3px;
|
|
57 |
padding-inline-start: 20px;
|
|
58 |
padding-block: 2px 3px;
|
| 60 |
59 |
}
|
|
60 |
[dir="rtl"] :is(#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help) {background-position: right 0% top 40%;}
|
| 61 |
61 |
|
| 62 |
62 |
#top-menu a.home { background-image: url(/themes/classic/home.png); }
|
| 63 |
63 |
#top-menu a.my-page { background-image: url(/user.png); }
|