summaryrefslogtreecommitdiffstats
path: root/doc/unicode-presentation/ui/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/unicode-presentation/ui/i18n')
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/.DS_Storebin0 -> 6148 bytes
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/00_head.txt8
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/bg-shade.pngbin0 -> 594 bytes
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/bg-slide.jpgbin0 -> 31239 bytes
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/framing.css23
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/pretty.css44
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/s5-core.css9
-rwxr-xr-xdoc/unicode-presentation/ui/i18n/slides.css3
8 files changed, 87 insertions, 0 deletions
diff --git a/doc/unicode-presentation/ui/i18n/.DS_Store b/doc/unicode-presentation/ui/i18n/.DS_Store
new file mode 100755
index 0000000..41be205
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/.DS_Store
Binary files differ
diff --git a/doc/unicode-presentation/ui/i18n/00_head.txt b/doc/unicode-presentation/ui/i18n/00_head.txt
new file mode 100755
index 0000000..2900ef4
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/00_head.txt
@@ -0,0 +1,8 @@
+<!-- style sheet links -->
+<link rel="stylesheet" href="ui/i18n/slides.css" type="text/css" media="projection" id="slideProj" />
+<link rel="stylesheet" href="ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
+<link rel="stylesheet" href="ui/default/print.css" type="text/css" media="print" id="slidePrint" />
+<link rel="stylesheet" href="ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
+
+<!-- S5 JS -->
+<script src="ui/default/slides.js" type="text/javascript"></script>
diff --git a/doc/unicode-presentation/ui/i18n/bg-shade.png b/doc/unicode-presentation/ui/i18n/bg-shade.png
new file mode 100755
index 0000000..172c914
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/bg-shade.png
Binary files differ
diff --git a/doc/unicode-presentation/ui/i18n/bg-slide.jpg b/doc/unicode-presentation/ui/i18n/bg-slide.jpg
new file mode 100755
index 0000000..6be0296
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/bg-slide.jpg
Binary files differ
diff --git a/doc/unicode-presentation/ui/i18n/framing.css b/doc/unicode-presentation/ui/i18n/framing.css
new file mode 100755
index 0000000..4fab20a
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/framing.css
@@ -0,0 +1,23 @@
+/* The following styles size and place the slide components.
+ Edit them if you want to change the overall slide layout.
+ The commented lines can be uncommented (and modified, if necessary)
+ to help you with the rearrangement process. */
+
+div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
+div#header {top: 0; left: 0; z-index: 1;}
+div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
+.slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
+
+div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
+div#controls form {margin: 0; padding: 0;}
+
+#currentSlide {position: absolute; left: 0; bottom: 0.5em; z-index: 10;
+ width: 100%; text-align: center;}
+html>body #currentSlide {position: fixed;}
+
+/*
+div#header {background: #FCC;}
+div#footer {background: #CCF;}
+div#controls {background: #BBD;}
+div#currentSlide {background: #FFC;}
+*/
diff --git a/doc/unicode-presentation/ui/i18n/pretty.css b/doc/unicode-presentation/ui/i18n/pretty.css
new file mode 100755
index 0000000..ee707cd
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/pretty.css
@@ -0,0 +1,44 @@
+/*
+ Theme: i18n
+ Eric A. Meyer (http://meyerweb.com/)
+ Theme placed under CC by-sa 2.0 license
+*/
+
+body {background: #95A7D4 url(bg-slide.jpg) 100% 100% no-repeat; color: #210; font: 28px Arial, sans-serif;}
+a {text-decoration: none; color: #336; border-bottom: 1px dotted;}
+h1, h2, h3, h4, h5, h6 {font-size: 1em; margin: 0;}
+sup {font-size: 0.75em; font-weight: normal;
+ vertical-align: 0.5em; line-height: 1px;}
+ul {margin-left: 1em; padding-left: 0;}
+li {margin-bottom: 0.66em;}
+li li {margin: 0.33em 0; font-size: smaller;}
+
+#header {background: url(bg-shade.png); border-bottom: 1px solid #333;
+ padding-bottom: 2em;}
+#footer {background: url(bg-shade.png); color: #BBB; border-top: 1px solid #333;}
+#header, #footer {font-size: 0.5em;}
+#footer h1, #footer h2 { padding: 0.5em 0.75em;
+ font-weight: normal; font-style: italic;}
+#footer h1 {left: 0; font-size: 1em; letter-spacing: 1px;}
+#footer h2 {position: absolute; bottom: 0; right: 0;}
+
+#controls {font-size: 0.75em;}
+#navList {margin-top: 3px;}
+#navLinks a {margin: 0 0.33em; padding: 0 0.25em;
+ border: 1px solid; border-color: #CCD #556 #556 #CCD;
+ background-color: #8597C4;}
+
+#currentSlide {font-size: 0.5em;}
+#currentSlide span {font-size: 13px; color: rgb(49%,47%,66%);}
+#currentSlide #csSep {display: none;}
+#currentSlide #csHere {font-weight: bold;}
+#currentSlide #csHere:before {content: "#"; font-weight: normal;}
+#currentSlide #csTotal:before {content: " of ";}
+
+.slide h1 {font-size: 1.66em; line-height: 1; letter-spacing: -1px;
+ margin: 0 -15% 1em 0; padding: 0.5em 15% 0.06125em 0; border-bottom: 0.06125em solid rgb(90,94,120);}
+#slide0 h1 {border: none; font-size: 2.25em; letter-spacing: 0; margin: 3em 0 1.5em;}
+#slide0 h3 {margin: 0.5em 0 0;}
+#slide0 h4 {margin-top: 0; font-size: smaller;}
+
+.slide .current {color: #003; text-shadow: 0 0 0.25em #9AABD7;}
diff --git a/doc/unicode-presentation/ui/i18n/s5-core.css b/doc/unicode-presentation/ui/i18n/s5-core.css
new file mode 100755
index 0000000..3b0428e
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/s5-core.css
@@ -0,0 +1,9 @@
+/* Do not edit or override these styles! The system will likely break if you do. */
+
+div#header, div#footer, div#controls, div.slide {position: absolute;}
+html>body div#header, html>body div#footer,
+ html>body div#controls, html>body div.slide {position: fixed;}
+.handout {display: none;}
+.layout {display: block;}
+div.slide, .hideme, .incremental {visibility: hidden;}
+#slide0 {visibility: visible;}
diff --git a/doc/unicode-presentation/ui/i18n/slides.css b/doc/unicode-presentation/ui/i18n/slides.css
new file mode 100755
index 0000000..0786d7d
--- /dev/null
+++ b/doc/unicode-presentation/ui/i18n/slides.css
@@ -0,0 +1,3 @@
+@import url(s5-core.css); /* required to make the slide show run at all */
+@import url(framing.css); /* sets basic placement and size of slide components */
+@import url(pretty.css); /* stuff that makes the slides look better than blah */ \ No newline at end of file