1 |
wakaba |
1.1 |
@import '../html/xhtml.css'; |
2 |
|
|
|
3 |
|
|
@namespace sw 'urn:x-suika-fam-cx:markup:suikawiki:0:9:'; |
4 |
|
|
@namespace sw10 'urn:x-suika-fam-cx:markup:suikawiki:0:10:'; |
5 |
|
|
@nemespace xml 'http://www.w3.org/XML/1998/namespace'; |
6 |
|
|
|
7 |
|
|
sw|anchor { |
8 |
|
|
text-decoration: underline; |
9 |
|
|
color: blue; |
10 |
|
|
} |
11 |
|
|
|
12 |
|
|
sw|anchor-end { |
13 |
|
|
color: gray; |
14 |
|
|
} |
15 |
|
|
|
16 |
|
|
sw|anchor-internal { |
17 |
|
|
color: blue; |
18 |
|
|
border-bottom: dotted thin; |
19 |
|
|
} |
20 |
|
|
|
21 |
|
|
sw10|title { |
22 |
|
|
color: red; |
23 |
|
|
} |
24 |
|
|
|
25 |
|
|
sw10|title:before, |
26 |
|
|
sw10|attrvalue:before { |
27 |
|
|
content: "]["; |
28 |
|
|
} |
29 |
|
|
|
30 |
|
|
sw10|title[xml|lang]:before, |
31 |
|
|
sw10|attrvalue[xml|lang]:before { |
32 |
|
|
content: "]@" attr(xml|lang) "["; |
33 |
|
|
} |
34 |
|
|
|
35 |
|
|
abbr > sw10|title { |
36 |
|
|
color: gray; |
37 |
|
|
} |
38 |
|
|
|
39 |
|
|
abbr > sw10|title:before { |
40 |
|
|
content: " ^^"; |
41 |
|
|
} |
42 |
|
|
|
43 |
|
|
abbr > sw10|title[xml|lang]:before { |
44 |
|
|
content: " ^^" attr(xml|lang) "@"; |
45 |
|
|
} |
46 |
|
|
|
47 |
|
|
abbr > sw10|title:after { |
48 |
|
|
content: "^^ "; |
49 |
|
|
} |
50 |
|
|
|
51 |
|
|
sw|weak { |
52 |
|
|
color: gray; |
53 |
|
|
} |
54 |
|
|
|
55 |
|
|
sw|form { |
56 |
|
|
background-color: skyblue; |
57 |
|
|
} |
58 |
|
|
|
59 |
|
|
sw|form:before { |
60 |
|
|
content: "#form: "; |
61 |
|
|
} |
62 |
|
|
|
63 |
|
|
sw|form[ref]:before { |
64 |
|
|
content: "#" attr(ref) ": "; |
65 |
|
|
} |
66 |
|
|
|
67 |
|
|
sw|form:after { |
68 |
|
|
content: attr(input) " : " attr(template) " : " attr(option) " : " attr(parameter); |
69 |
|
|
} |
70 |
|
|
|
71 |
|
|
sw|form[ref]:after { |
72 |
|
|
content: attr(parameter); |
73 |
|
|
} |
74 |
|
|
|
75 |
|
|
|
76 |
|
|
rt { |
77 |
|
|
font-size: smaller; |
78 |
|
|
} |
79 |
|
|
|
80 |
|
|
rt:before { |
81 |
|
|
content: " ^["; |
82 |
|
|
} |
83 |
|
|
|
84 |
|
|
rt:after { |
85 |
|
|
content: "]^ "; |
86 |
|
|
} |
87 |
|
|
|
88 |
|
|
rt + rt:before, rubyb rt:before { |
89 |
|
|
content: " _["; |
90 |
|
|
} |
91 |
|
|
|
92 |
|
|
rt + rt:after, rubyb rt:after { |
93 |
|
|
content: "]_ "; |
94 |
|
|
} |
95 |
|
|
|
96 |
|
|
section { |
97 |
|
|
display: block; |
98 |
|
|
margin: 1em; |
99 |
|
|
padding: 0.5em; |
100 |
|
|
border: green dotted; |
101 |
|
|
} |
102 |
|
|
|
103 |
|
|
cite:before { |
104 |
|
|
content: " ``"; |
105 |
|
|
} |
106 |
|
|
|
107 |
|
|
cite:after { |
108 |
|
|
content: "'' "; |
109 |
|
|
} |
110 |
|
|
|
111 |
|
|
csection { |
112 |
|
|
text-decoration: underline; |
113 |
|
|
} |
114 |
|
|
|
115 |
|
|
csection:before, |
116 |
|
|
csection:after { |
117 |
|
|
content: " \A7 "; |
118 |
|
|
} |
119 |
|
|
|
120 |
|
|
sw|anchor-external { |
121 |
|
|
color: blue; |
122 |
|
|
} |
123 |
|
|
|
124 |
|
|
sw|anchor-external:before { |
125 |
|
|
content: " (" attr(sw|resScheme) ")<"; |
126 |
|
|
} |
127 |
|
|
|
128 |
|
|
sw|anchor-external:after { |
129 |
|
|
content: ">[" attr(sw|resParameter) "] "; |
130 |
|
|
} |
131 |
|
|
|
132 |
|
|
sw10|comment-p { |
133 |
|
|
color: green; |
134 |
|
|
} |
135 |
|
|
|
136 |
|
|
sw10|comment-p:before { |
137 |
|
|
content: ";; "; |
138 |
|
|
} |
139 |
|
|
|
140 |
|
|
sw10|ed { |
141 |
|
|
color: red; |
142 |
|
|
border: 0.5em solid; |
143 |
|
|
} |
144 |
|
|
|
145 |
|
|
sw10|ed:before { |
146 |
|
|
content: "@@ "; |
147 |
|
|
} |