/[suikacvs]/webroot/www/style/def/xhtml-doctype.css
Suika

Contents of /webroot/www/style/def/xhtml-doctype.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Jul 4 12:29:04 2005 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +15 -2 lines
File MIME type: text/css
Rules for @media print added

1 @charset 'iso-2022-jp';
2
3 /* XHTML 1.1 Style Document Type Definitions */
4
5 dl.xhtml-doctype-def {
6 display: block;
7 margin-left: 1em;
8 margin-right: 1em;
9 }
10
11 dl.xhtml-doctype-def > dt {
12 display: block;
13 margin-left: 0;
14 border-style: none;
15 padding-left: 0;
16 list-style-type: none;
17 font-weight: bolder;
18 font-family: sans-serif;
19 }
20
21 dl.xhtml-doctype-def > dd {
22 display: block;
23 margin-left: 2em;
24 border-style: none;
25 padding-left: 0;
26 list-style-type: none;
27 }
28
29 dl.xhtml-doctype-def > dd > code,
30 dl.xhtml-doctype-def > dd > a code,
31 dl.xhtml-doctype-def > dd > code > a,
32 dl.xhtml-doctype-def > dd > code > a > code {
33 border-style: none;
34 color: rgb(102, 0, 153);
35 text-decoration: none;
36 }
37
38 table.xhtml-doctype-module-def {
39 margin-left: 1em;
40 margin-right: 1em;
41 width: 95%;
42 }
43
44 code.xhtml-doctype-content-model {
45
46 }
47
48 code.xhtml-doctype-content-set {
49
50 }
51
52 dl.xhtml-doctype-content-set-def {
53 display: block;
54 margin-left: 1em;
55 }
56
57 dl.xhtml-doctype-content-set-def > dt {
58 display: block;
59 margin-left: 0;
60 border-style: none;
61 padding-left: 0;
62 list-style-type: none;
63 font-weight: bolder;
64 font-family: sans-serif;
65 }
66
67 dl.xhtml-doctype-content-set-def > dd {
68 display: block;
69 margin-left: 2em;
70 border-style: none;
71 padding-left: 0;
72 list-style-type: none;
73 }
74
75 code.xhtml-doctype-datatype {
76
77 }
78
79 table.xhtml-doctype-datatype-def {
80 margin-left: 1em;
81 margin-right: 1em;
82 width: 95%;
83 }
84
85 table.xhtml-doctype-datatype-def td dfn {
86 font-weight: normal;
87 }
88
89 code.xhtml-doctype-attrcol {
90
91 }
92
93 table.xhtml-doctype-attrcol-def {
94 margin-left: 1em;
95 margin-right: 1em;
96 width: 95%;
97 }
98
99 div.xhtml-doctype-attr-def {
100 display: block;
101 margin-top: 1em;
102 margin-bottom: 1em;
103 }
104
105 div.xhtml-doctype-attr-def > div.caption {
106 display: inline;
107 margin-left: 1em;
108 margin-bottom: 1em;
109 border-bottom: 1px solid;
110 padding-bottom: 0.03em;
111 font-weight: normal;
112 }
113
114 div.xhtml-doctype-attr-def > div.caption:lang(en) {
115 border-style: none;
116 font-style: italic;
117 }
118
119 div.xhtml-doctype-attr-def > dl {
120 display: block;
121 }
122
123 div.xhtml-doctype-attr-def > dl > dt {
124 display: block;
125 margin-top: 1em;
126 margin-left: 0;
127 margin-bottom: 0;
128 border-style: none;
129 padding-left: 0;
130 list-style-type: none;
131 color: black;
132 background-color: rgb(213, 222, 227);
133 font-weight: bolder;
134 font-family: sans-serif;
135 }
136
137 div.xhtml-doctype-attr-def > dl > dt:first-child {
138 margin-top: 0;
139 }
140
141 div.xhtml-doctype-attr-def > dl > dt code {
142 color: inherit;
143 background-color: transparent;
144 }
145
146 div.xhtml-doctype-attr-def > dl > dd {
147 display: block;
148 margin-left: 0;
149 margin-top: 0;
150 margin-bottom: 0;
151 border-style: none;
152 padding-left: 2em;
153 list-style-type: none;
154 text-indent: 0;
155 color: black;
156 background-color: rgb(213, 222, 227);
157 }
158
159 @media print {
160 div.xhtml-doctype-attr-def > dl > dt,
161 div.xhtml-doctype-attr-def > dl > dd {
162 background-color: transparent;
163 color: black;
164 }
165 }
166
167 /* License
168
169 Copyright 2005 Wakaba <w@suika.fam.cx>.
170
171 This program is free software; you can redistribute it and/or modify
172 it under the terms of the GNU General Public License as published by
173 the Free Software Foundation; either version 2 of the License, or
174 (at your option) any later version.
175
176 This program is distributed in the hope that it will be useful,
177 but WITHOUT ANY WARRANTY; without even the implied warranty of
178 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
179 GNU General Public License for more details.
180
181 You should have received a copy of the GNU General Public License
182 along with this program; see the file COPYING. If not, write to
183 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
184 Boston, MA 02111-1307, USA.
185
186 */
187
188 /* $Date: 2005/06/25 14:04:01 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24