From 84608a216eab24039f9304d87b361cd012616920 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 16 2012 04:02:30 +0000 Subject: Update `Moin/1.5.9/Modern/css/screen.css' file. --- diff --git a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css index 8980556..2019c3c 100644 --- a/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css +++ b/Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css @@ -59,6 +59,12 @@ div#content { background-color: #FFF; } +div#content > p, +div#content > pre, +div#content > div { + margin-left: 20px; + } + /* Headings --------------------------------------------------------------------*/ @@ -68,7 +74,7 @@ h1 { line-height: 1.9em; margin-top: 0.9em; margin-bottom: 0.9em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #FFF; border: none; background-color: #204C8D; @@ -80,7 +86,7 @@ h2 { margin: 0; margin-top: 1.6em; margin-bottom: 0.8em; - padding-left: 0.7em; /* Should be the same for h{1-4}*/ + padding-left: 20px; /* Should be the same for h{1-4}*/ background-image: url("../img/moin-h2-background.png"); border: none; color: #072B61; @@ -91,7 +97,7 @@ h3 { line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #072B61; border-bottom-width: 1px; border-bottom-style: solid; @@ -102,7 +108,7 @@ h4 { line-height: 1.4em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #072B61; border-bottom: none; } @@ -112,7 +118,7 @@ h5 { line-height: 1.1em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #072B61; font-weight: bold; border-bottom: none; @@ -123,7 +129,7 @@ h6 { line-height: 1.1em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #000; font-weight: bold; border-bottom: none; @@ -167,6 +173,10 @@ div#content form .userpref p { margin-left: 0; } +div#page p#pageinfo { + margin-top: 5em; + } + /* Logo --------------------------------------------------------------------*/ div#header div#logo img { @@ -742,54 +752,47 @@ ul { list-style: url("../img/moin-ul.png") circle; } -div#body ul, -div#body ol { - margin-left: 2.5em; - } - -div#body ul ol, -div#body ol ul, -div#body dl ul, -div#body dl ol { - margin-left: 1.5em; - } - -div#body div#rightbar ul { +div#rightbar ul { padding: 0.5em 0.5em 1em 1em; margin: 0; list-style: none; border-top: 1px #EEE solid; } -div#body div#rightbar ul.first { +div#rightbar ul.first { border-top: none; } -div#body div#right ul li { +div#right ul li { padding: 2px; } -/* Table of content (toc) +/* Table of content (table-of-contents) --------------------------------------------------------------------*/ -div#body div.toc { +div.table-of-contents { font-size: small; text-align:left; margin-bottom: 2em; + border: 1px solid #D2E0F6; + background-image: url("../img/moin-msg-bg-blue.png"); + background-color: #ECF4FF; } -div#body div.toc p { - font-weight: bold; - margin: 0.5em 0 0.5em 0; +div.table-of-contents > ol { + margin-left: 3.5em; } -div#body div#content div.toc dl { +div.table-of-contents p.table-of-contents-heading { + font-size: 1.4em; + line-height: 1.8em; margin: 0; + padding-left: 1em; /* Should be the same for h{1-4}*/ + background-image: url("../img/moin-h2-background.png"); + color: #072B61; + font-weight: bold; } -div#body div#content div.toc dl dl { - margin-left: 2.5em; - } /* * Webenv -> Quotation * @@ -833,85 +836,37 @@ div#body div#content div.toc dl dl { /* Admonitions --------------------------------------------------------------------*/ -.message { - background-image: url("../img/msg-bg-gray.png"); - margin-left: 0; - padding: 1em 1.5em 0 1em; - border: none; - border-top: 4px solid; - border-bottom: 4px solid; - border-color: #CFCFCF; - } -.message h3 { - line-height: 0; - margin: 1em 0 1em 0; - } - -.message pre { - border: none; - background-color: #333; - color: #FFFFFF; - } - -.message.icon img { - float: left; +table.message.blue { + background-image: url("../img/moin-msg-bg-blue.png"); + background-color: #ECF4FF; } -.message.icon pre, -.message.icon h3, -.message.icon p, -.message.icon table { - margin-left: 60px; +table.message.blue td:first-child { + border-left: 5px solid #D2E0F6; + border-top: 1px solid #D2E0F6; + border-bottom: 1px solid #D2E0F6; + border-right: none; } -.message.icon ul, -.message.icon ol, -.message.icon dl { - margin-left: 110px; +table.message.blue td.title { + border-top: 1px solid #D2E0F6; + border-right: 1px solid #D2E0F6; + border-bottom: none; + border-left: none; + padding-bottom: 0; + font-size: 1.3em; + font-weight: bold; + color: inherit; } -.message.icon ul dl, -.message.icon ul ol, -.message.icon ul ul, -.message.icon ol dl, -.message.icon ol ol, -.message.icon ol ul, -.message.icon dl dl, -.message.icon dl ol, -.message.icon dl ul { - margin-left: 2.5em; +table.message.blue td.content { + border-right: 1px solid #D2E0F6; + border-top: none; + border-bottom: 1px solid #D2E0F6; + border-left: none; } -.message.blue { - background-image: url("../img/msg-bg-blue.png"); - border-color: #D2E0F6; - background-color: #ECF4FF; - } - -.message.orange { - border-color: #F6E7D2; - background-color: #FFF8EC; - background-image: url("../img/msg-bg-orange.png"); - } - -.message.violet { - border-color: #F6D2F6; - background-color: #FFECFF; - background-image: url("../img/msg-bg-violet.png"); - } - -.message.red { - border-color: #E0B7B7; - background-color: #FFECEC; - background-image: url("../img/msg-bg-red.png"); - } - -.message.green { - border-color: #D6F6D2; - background-color: #EEFFEC; - background-image: url("../img/msg-bg-green.png"); - } /* * Webenv -> Tabs (Style 2: Two Rounded Borders) *