aboutsummaryrefslogtreecommitdiffstats
path: root/README_CSS.txt
diff options
context:
space:
mode:
authorJutta Wrage <witch>2005-12-17 19:01:36 +0000
committerJutta Wrage <witch>2005-12-17 19:01:36 +0000
commit64e6e8ce1eb83dcd7b287ffeb0f4d2ff797e63c3 (patch)
tree4b04f70e4c0283fff9243b5d7287463833be30f7 /README_CSS.txt
parent75baa38b3d9c89528335046b4452ae5da632d69a (diff)
Readme file for CSS to have not such al lot comments inside
CSS file. CVS version numbers README_CSS.txt: INITIAL -> 1.1
Diffstat (limited to 'README_CSS.txt')
-rw-r--r--README_CSS.txt90
1 files changed, 90 insertions, 0 deletions
diff --git a/README_CSS.txt b/README_CSS.txt
new file mode 100644
index 00000000000..9fae5c56590
--- /dev/null
+++ b/README_CSS.txt
@@ -0,0 +1,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