[library-web/new-website-style] add some special styling for imported wiki pages



commit 28816ae97c6cf4691fc8c956ee79555a0bab966c
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Mar 30 20:45:00 2011 +0530

    add some special styling for imported wiki pages

 data/overlay.xml.in    |    2 +-
 data/skin/moinmoin.css |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index 86a9b14..e45cd93 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -1159,7 +1159,7 @@
       <channel>devel</channel>
       <category>devel-guides</category>
       <href>http://live.gnome.org/DevGnomeOrg</href>
-      <attributes h2hmode="content-id" hidehref="true"/>
+      <attributes h2hmode="content-id" hidehref="true" extracss="moinmoin.css"/>
     </extrawikidocs>
 
   </documents>
diff --git a/data/skin/moinmoin.css b/data/skin/moinmoin.css
new file mode 100644
index 0000000..aa6477b
--- /dev/null
+++ b/data/skin/moinmoin.css
@@ -0,0 +1,14 @@
+div.table-of-contents {
+	float: right;
+	margin: 0 0 20px;
+	padding: 9px;
+	background: white;
+	border: 1px solid #D3D7CF;
+	border-color: rgba(0, 0, 0, 0.15);
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	border-radius: 5px;
+	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]