/[hyperestraier_wrappers]/0.0.12/examples/subway/public/styles/typo.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /0.0.12/examples/subway/public/styles/typo.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 1384 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 /* --------------------
2 definition list
3 ---------------------*/
4
5 dl {
6 margin: 1em;
7 }
8
9 dd {
10 margin-left: 0.5em;
11 }
12
13 dt {
14 margin: 0;
15 font-weight: bold;
16 }
17
18 /* --------------------
19 phrase elements
20 ---------------------*/
21
22 abbr, acronym
23 {
24 cursor: help;
25 border-bottom: dotted 1px;
26 }
27
28
29 ins, del
30 {
31
32 }
33
34 ins
35 {
36 /* some UAs reder as underlined, hence reset */
37 text-decoration: none;
38 }
39
40 ins:before
41 {
42 /* content: '[' */
43 }
44
45 ins:after
46 {
47 /* content: ']' */
48 }
49
50
51 /* --------------------
52 block/inline quotations,
53 check: http://diveintomark.org/archives/2002/05/04/the_q_tag.html
54 ---------------------*/
55
56 blockquote {
57 padding: 0;
58 margin: 0.5em 5%;
59 }
60
61 cite, q {
62 font-style: italic;
63 }
64
65 /* reset for mozilla, opera */
66 p>q, li>q, p>cite, li>cite {
67 font-style: normal;
68 }
69
70 cite, q {
71 /* quote and quote within quote */
72 quotes: '\201C' '\201D' '\2018' '\2019';
73 }
74
75 cite:before, q:before {
76 content: open-quote;
77 }
78
79 cite:after, q:after {
80 content: close-quote;
81 }
82
83
84 /* --------------------
85 geeks' markup codes
86 ---------------------*/
87
88 pre, code {
89 font-size: 100%; /* reset size for IE */
90 }
91
92
93 #content>pre {
94 width: auto; /* reset value for moz, opera */
95 }
96
97 /* mostly used to indicate markup/language keywords*/
98 code {
99 color: #eee;
100 font-weight: bold;
101 }

  ViewVC Help
Powered by ViewVC 1.1.26