[static-web] Make print.css and projection.css not being symlinks
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] Make print.css and projection.css not being symlinks
- Date: Mon, 15 Dec 2014 18:45:05 +0000 (UTC)
commit b9c9b630d4403e6ad87a58e48fd431c975ee373c
Author: Andrea Veri <av gnome org>
Date: Mon Dec 15 19:44:28 2014 +0100
Make print.css and projection.css not being symlinks
wiki.gnome.org/gnome/css/print.css | 54 ++++++++++++++++++++++++++++++-
wiki.gnome.org/gnome/css/projection.css | 28 +++++++++++++++-
2 files changed, 80 insertions(+), 2 deletions(-)
---
diff --git a/wiki.gnome.org/gnome/css/print.css b/wiki.gnome.org/gnome/css/print.css
deleted file mode 120000
index c15fc5e..0000000
--- a/wiki.gnome.org/gnome/css/print.css
+++ /dev/null
@@ -1 +0,0 @@
-../../../moin/wiki/htdocs/rightsidebar/css/print.css
\ No newline at end of file
diff --git a/wiki.gnome.org/gnome/css/print.css b/wiki.gnome.org/gnome/css/print.css
new file mode 100644
index 0000000..a2ebd3c
--- /dev/null
+++ b/wiki.gnome.org/gnome/css/print.css
@@ -0,0 +1,53 @@
+/* print.css - MoinMoin Default Styles
+
+Copyright (c) 2001, 2002, 2003 by Juergen Hermann
+*/
+
+/* content styles */
+
+html {
+ font-family: Times, serif;
+ font-size: 12pt;
+}
+
+body {
+ /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
+ margin: 1.5cm;
+}
+
+a, a:visited, a.nonexistent, a.badinterwiki {
+ color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+.info a {
+ color: gray;
+}
+
+pre {
+ font-size: 10pt;
+}
+
+a.interwiki:before, a.badinterwiki:before {
+ content: attr(title) ":";
+}
+
+a.interwiki img, a.badinterwiki img {
+ display: none;
+}
+
+.footnotes div {
+ width: 5em;
+ border-top: 1pt solid gray;
+}
+
+/* user interface styles */
+
+#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
+ display: none;
+}
+
diff --git a/wiki.gnome.org/gnome/css/projection.css b/wiki.gnome.org/gnome/css/projection.css
deleted file mode 120000
index 114d2ef..0000000
--- a/wiki.gnome.org/gnome/css/projection.css
+++ /dev/null
@@ -1 +0,0 @@
-../../../moin/wiki/htdocs/rightsidebar/css/projection.css
\ No newline at end of file
diff --git a/wiki.gnome.org/gnome/css/projection.css b/wiki.gnome.org/gnome/css/projection.css
new file mode 100644
index 0000000..8b67823
--- /dev/null
+++ b/wiki.gnome.org/gnome/css/projection.css
@@ -0,0 +1,27 @@
+/* projection.css - MoinMoin Slide Styles
+
+Copyright (c) 2003 by Juergen Hermann
+*/
+
+ import url(screen.css);
+
+html { line-height: 1.8em; }
+
+body, b, em, a, span, div, p, td { font-size: 22pt; }
+
+h1 { font-size: 28pt; }
+h2 { font-size: 24pt; }
+h3 { font-size: 22pt; }
+h4 { font-size: 20pt; }
+h5 { font-size: 18pt; }
+h6 { font-size: 16pt; }
+
+tt,pre { font-size: 18pt; }
+sup, sub { font-size: 14pt; }
+
+.navigation {
+ font-size: 16pt;
+ padding-top: 8pt;
+ padding-bottom: 8pt;
+}
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]