/[webwml]/webwml/README_CSS.txt
ViewVC logotype

Contents of /webwml/README_CSS.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Dec 17 18:01:36 2005 UTC (7 years, 6 months ago) by witch
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Readme file for CSS to have not such al lot comments inside
CSS file.
1 CSS file is english/debian.css
2 language css files are $langname/debian-$lang.css
3 Comments about the css go here in the future to keep it a bit smaller
4
5 /* all pages have a header, outer inner and footer
6 leftcol and maincol can be omitted, there will be other boxes
7 to replace later (eg. two content columns)
8 normal page:
9 <div id="header">
10 <div id="upperheader">
11 <div id="logo">
12 </div> <!-- end logo -->
13 <div id="serverselect">
14 </div> <!-- end serverselect -->
15 </div> <!-- end upperheader -->
16 <div id="navbar">
17 </div> <!-- end navbar -->
18 </div> <!-- end header -->
19 <div id="outer">
20 <div id="inner">
21 <div id="leftcol">
22 Leftcol is for menus - if omitted, maincol can be omitted, too
23 </div> <!-- end leftcol -->
24 <div id="maincol">
25 Maincol with margin left is for the content
26 But content may go directly to inner
27 </div> <!-- end maincol -->
28 </div> <!-- end inner -->
29 <div id="footer">
30 <hr class="hidecss"> This line is a divider for lynx
31 </div> <!-- end footer -->
32 </div> <!-- end outer -->
33 color logo #C60036
34 cd-pages: bgcolor="#e09e86" - navbar
35 */
36
37
38 Quotes (citations and other)
39
40 Most languages use quotes like comma or inverted comma (single and
41 double) for quotes.
42
43 Unicode numbers:
44
45 Name: LEFT DOUBLE QUOTATION MARK: 201C
46 Desc: (Double upper quotes, open to right, point bottom
47
48 Name: RIGHT DOUBLE QUOTATION MARK: 201D
49 Desc: Double upper quotes, open to left, point top
50
51 Name: LEFT SINGLE QUOTATION MARK: 2018
52 Desc: single upper quote, open to right, point bottom
53
54 Name: RIGHT SINGLE QUOTATION MARK: 2019
55 Desc: single upper quote, open to left, point top
56
57 Name: DOUBLE LOW-9 QUOTATION MARK: 201E
58 Desc: double lower quote, open to left, point top
59
60 Name: DOUBLE HIGH-REVERSED-9 QUOTATION MARK: 201F
61 Desc: double upper quote, open to right, point top
62
63 Name: SINGLE LOW-9 QUOTATION MARK: 201A
64 Desc: single lower quote, open to left, point top
65
66 Name: SINGLE HIGH-REVERSED-9 QUOTATION MARK: 201B
67 Desc: single upper quote, open to right, point top
68
69 Name: LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: 00AB
70 desc: open to right
71
72 Name: RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK: 00BB
73 desc: open to left
74
75 Name: SINGLE LEFT-POINTING ANGLE QUOTATION MARK: 2039
76 desc: open to right
77
78 Name: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK: 203A
79 desc: open to left
80
81 some language rules:
82 - french quotes enclose the text like brackets with a space between
83 quotation mark and text
84 - german quotes point to the text inside them like arrows
85 left lower 9, right upper 6
86 - english quotes are always top and open to the text
87 6 left and 9 right
88
89
90

  ViewVC Help
Powered by ViewVC 1.1.5