summaryrefslogtreecommitdiff
path: root/www/wiki/mw-config/config-cc.css
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/mw-config/config-cc.css
first commit
Diffstat (limited to 'www/wiki/mw-config/config-cc.css')
-rw-r--r--www/wiki/mw-config/config-cc.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/www/wiki/mw-config/config-cc.css b/www/wiki/mw-config/config-cc.css
new file mode 100644
index 00000000..3b2798fc
--- /dev/null
+++ b/www/wiki/mw-config/config-cc.css
@@ -0,0 +1,60 @@
+/**
+ * Copy of CC standard stylesheet, plus tweaks for iframe usage
+ */
+
+body {
+ margin: 0;
+ 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;
+ float: right;
+ width: 230px;
+ background: #fff;
+ margin: 0 0 10px 10px;
+}
+
+h1,
+h3,
+p,
+pre,
+td {
+ margin: 0 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;
+}