aboutsummaryrefslogtreecommitdiffstats
path: root/README_CSS.txt
blob: 9fae5c56590691db5ebeca1a330676b7c31a56ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
CSS file is english/debian.css
language css files are $langname/debian-$lang.css
Comments about the css go here in the future to keep it a bit smaller

/* all pages have a header, outer inner and footer
leftcol and maincol can be omitted, there will be other boxes
to replace later (eg. two content columns)
normal page:
<div id="header">
  <div id="upperheader">
     <div id="logo">
     </div> <!-- end logo -->
     <div id="serverselect">
     </div> <!-- end serverselect -->
  </div> <!-- end upperheader -->
  <div id="navbar">
  </div> <!-- end navbar -->
</div> <!-- end header -->
<div id="outer">
  <div id="inner">
    <div id="leftcol">
      Leftcol is for menus - if omitted, maincol can be omitted, too
    </div> <!-- end leftcol -->
    <div id="maincol">
      Maincol with margin left is for the content
      But content may go directly to inner
    </div> <!-- end maincol -->
  </div> <!-- end inner -->
  <div id="footer">
    <hr class="hidecss"> This line is a divider for lynx
  </div> <!-- end footer -->
</div> <!-- end outer -->
color logo #C60036
cd-pages: bgcolor="#e09e86" - navbar
*/


Quotes (citations and other)

Most languages use quotes like comma or inverted comma (single and 
double) for quotes.

Unicode numbers:

Name: LEFT DOUBLE QUOTATION MARK: 201C
Desc: (Double upper quotes, open to right, point bottom

Name: RIGHT DOUBLE QUOTATION MARK: 201D
Desc: Double upper quotes, open to left, point top

Name: LEFT SINGLE QUOTATION MARK: 2018
Desc: single upper quote, open to right, point bottom

Name: RIGHT SINGLE QUOTATION MARK: 2019
Desc: single upper quote, open to left, point top

Name: DOUBLE LOW-9 QUOTATION MARK: 201E
Desc: double lower quote, open to left, point top

Name: DOUBLE HIGH-REVERSED-9 QUOTATION MARK: 201F
Desc: double upper quote, open to right, point top

Name: SINGLE LOW-9 QUOTATION MARK: 201A
Desc: single lower quote, open to left, point top

Name: SINGLE HIGH-REVERSED-9 QUOTATION MARK: 201B
Desc: single upper quote, open to right, point top

Name: LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: 00AB
desc: open to right

Name: RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK: 00BB
desc: open to left

Name: SINGLE LEFT-POINTING ANGLE QUOTATION MARK: 2039
desc: open to right

Name: SINGLE RIGHT-POINTING ANGLE QUOTATION MARK: 203A
desc: open to left

some language rules:
- french quotes enclose the text like brackets with a space between 
  quotation mark and text
- german quotes point to the text inside them like arrows 
  left lower 9, right upper 6
- english quotes are always top and open to the text
   6 left and 9 right



© 2014-2024 Faster IT GmbH | imprint | privacy policy