| 1 |
@import '/www/style/html/xhtml.css'; |
| 2 |
@namespace h2002 'http://www.w3.org/2002/06/xhtml2'; |
| 3 |
@namespace h2005 'http://www.w3.org/2002/06/xhtml2/'; |
| 4 |
|
| 5 |
/* Viewports */ |
| 6 |
|
| 7 |
html { |
| 8 |
background-color: rgb(210, 255, 255); |
| 9 |
color: black; |
| 10 |
} |
| 11 |
|
| 12 |
h2005|html, h2002|html { |
| 13 |
background-color: rgb(210, 255, 255); |
| 14 |
color: black; |
| 15 |
} |
| 16 |
|
| 17 |
@media print { |
| 18 |
html, h2005|html, h2002|html { |
| 19 |
background-color: transparent; |
| 20 |
color: black; |
| 21 |
} |
| 22 |
} |
| 23 |
|
| 24 |
html.status-work-in-progress { |
| 25 |
padding-left: 50px; |
| 26 |
background-image: url(/admin/style/draft); /* width = 40px */ |
| 27 |
background-position: left top; |
| 28 |
background-repeat: repeat-y; |
| 29 |
background-attachment: fixed; |
| 30 |
} |
| 31 |
|
| 32 |
/* XHTML 1 */ |
| 33 |
h1 { |
| 34 |
background-image: url(/admin/logo/suikalogo); |
| 35 |
background-position: top left; |
| 36 |
background-repeat: no-repeat; |
| 37 |
min-height: 70px; |
| 38 |
height: 70px; |
| 39 |
padding-left: 220px; |
| 40 |
text-align: left; |
| 41 |
vertical-align: middle; |
| 42 |
} |
| 43 |
|
| 44 |
html.formal-specification h1 { |
| 45 |
padding-top: 110px; |
| 46 |
background-image: url(/admin/logo/suikalogo); |
| 47 |
background-position: /* top= */ 0 /* left= */ 20px; |
| 48 |
background-repeat: no-repeat; |
| 49 |
background-attachment: scroll; |
| 50 |
padding-left: 0; |
| 51 |
height: auto; |
| 52 |
min-height: 0; |
| 53 |
} |
| 54 |
|
| 55 |
h1 + h1, html.formal-specification h1 + h1 { |
| 56 |
padding-top: 0; |
| 57 |
padding-left: 0; |
| 58 |
height: auto; |
| 59 |
min-height: 0; |
| 60 |
background-image: none; |
| 61 |
} |
| 62 |
|
| 63 |
@media print { |
| 64 |
html.formal-specification h1 { |
| 65 |
padding-top: 0; |
| 66 |
padding-left: 0; |
| 67 |
height: auto; |
| 68 |
min-height: 0; |
| 69 |
background-image: none; |
| 70 |
} |
| 71 |
|
| 72 |
html.formal-specification h1:first-child:before { |
| 73 |
content: url(/admin/logo/suikalogo); |
| 74 |
display: block; |
| 75 |
padding-bottom: 1em; |
| 76 |
} |
| 77 |
} |
| 78 |
|
| 79 |
/* XHTML 2 */ |
| 80 |
body > h2005|h, body > h2002|h, h2005|body > h2005|h, h2002|body > h2002|h { |
| 81 |
margin-left: 0; |
| 82 |
background-image: url(/admin/logo/suikalogo); |
| 83 |
background-position: top left; |
| 84 |
background-repeat: no-repeat; |
| 85 |
min-height: 70px; |
| 86 |
padding-left: 220px; |
| 87 |
text-align: left; |
| 88 |
} |
| 89 |
|
| 90 |
/* Account manager */ |
| 91 |
|
| 92 |
.account-user-info [href*="/users/"], |
| 93 |
.account-user-misc [href*="/users/"], |
| 94 |
.account-group-info [href*="/users/"], |
| 95 |
.account-group-misc [href*="/users/"], |
| 96 |
.account-user-info [name=user-id], |
| 97 |
.account-user-misc [name=user-id], |
| 98 |
.account-group-info [name=user-id], |
| 99 |
.account-group-misc [name=user-id] { |
| 100 |
background-image: url(/www/style/images/user22); |
| 101 |
background-position: center left; |
| 102 |
background-repeat: no-repeat; |
| 103 |
min-height: 24px; |
| 104 |
vertical-align: middle; |
| 105 |
padding-left: 24px; |
| 106 |
} |
| 107 |
|
| 108 |
.account-user-info [href*="/groups/"], |
| 109 |
.account-user-misc [href*="/groups/"], |
| 110 |
.account-group-info [href*="/groups/"], |
| 111 |
.account-group-misc [href*="/groups/"], |
| 112 |
.account-user-info [name=group-id], |
| 113 |
.account-user-misc [name=group-id], |
| 114 |
.account-group-info [name=group-id], |
| 115 |
.account-group-misc [name=group-id], |
| 116 |
.account-group-info input[value=admin_group] + p [name=value] { |
| 117 |
background-image: url(/www/style/images/community22); |
| 118 |
background-position: center left; |
| 119 |
background-repeat: no-repeat; |
| 120 |
min-height: 24px; |
| 121 |
vertical-align: middle; |
| 122 |
padding-left: 24px; |
| 123 |
} |
| 124 |
|
| 125 |
.account-error {} |
| 126 |
|
| 127 |
/* Hyperlinks */ |
| 128 |
|
| 129 |
a:hover { |
| 130 |
background-color: #64ffd2; |
| 131 |
color: #007755; |
| 132 |
} |