summaryrefslogtreecommitdiff
path: root/skins/common/config-cc.css
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-06-22 11:28:20 +0200
commit9db190c7e736ec8d063187d4241b59feaf7dc2d1 (patch)
tree46d1a0dee7febef5c2d57a9f7b972be16a163b3d /skins/common/config-cc.css
parent78677c7bbdcc9739f6c10c75935898a20e1acd9e (diff)
update to MediaWiki 1.17.0
Diffstat (limited to 'skins/common/config-cc.css')
-rw-r--r--skins/common/config-cc.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/skins/common/config-cc.css b/skins/common/config-cc.css
new file mode 100644
index 00000000..c629ad3f
--- /dev/null
+++ b/skins/common/config-cc.css
@@ -0,0 +1,56 @@
+/**
+ * Copy of CC standard stylesheet, plus tweaks for iframe usage
+ */
+
+body {
+ margin:0px;
+ background:#eee;
+ font-family:verdana;
+ color:#333;
+}
+
+#main {
+ border:1px solid #D0D0D0;
+ background:#fff;
+ margin: 0.5em;
+}
+
+/* Looks like you have to specify the width of #menu
+or IE5 Mac stretches it all the way across the div, and
+Opera streches it half way. */
+
+#main #menu {
+ border-left:1px dotted #ccc;
+ /* border-bottom:1px solid #000;*/
+ float:right;
+ width:230px;
+ background:white;
+ margin:0px 0px 10px 10px;
+}
+
+td, h3, p,h1,pre {
+ margin:0px 20px 20px 20px;
+ font-size:11px;
+ line-height:140%;
+}
+
+.header {
+ padding-left: 10px;
+ padding-top:10px;
+}
+
+.nav {
+ padding-left:10px;
+ padding-bottom:10px;
+ font-size:11px;
+ margin-bottom:16px;
+}
+
+#menu p {
+ font-size:11px;
+}
+
+.dent {
+ margin-left:64px;
+}
+