r109714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109713‎ | r109714 | r109715 >
Date:02:01, 22 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Reverting out r108055 for ease
Modified paths:
  • /trunk/phase3/skins/chick/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/chick/main.css
@@ -23,6 +23,10 @@
2424 a.new:visited,
2525 #p-personal a.new:visited { color:#a55858; }
2626
 27+img {
 28+ border: none;
 29+ vertical-align: middle;
 30+}
2731 p {
2832 margin: 0.4em 0em 0.5em 0em;
2933 line-height: 1.5em;
@@ -30,10 +34,91 @@
3135
3236 p img { margin: 0; }
3337
 38+hr {
 39+ height: 1px;
 40+ color: #aaaaaa;
 41+ background-color: #aaaaaa;
 42+ border: 0;
 43+ margin: 0.2em 0 0.2em 0;
 44+}
 45+
 46+h1, h2, h3, h4, h5, h6 {
 47+ color: black;
 48+ background: none;
 49+ font-weight: normal;
 50+ margin: 0;
 51+ overflow: hidden;
 52+ padding-top: 0.5em;
 53+ padding-bottom: 0.17em;
 54+ border-bottom: 1px solid #aaaaaa;
 55+}
 56+.editsection {
 57+ font-weight: normal;
 58+}
 59+h1 { font-size: 188%; }
 60+h1 .editsection { font-size: 53.2%; }
 61+h2 { font-size: 150%; }
 62+h2 .editsection { font-size: 66.7%; }
 63+h3, h4, h5, h6 {
 64+ border-bottom: none;
 65+ font-weight: bold;
 66+}
 67+h3 { font-size: 132%; }
 68+h3 .editsection { font-size: 75.8%; }
 69+h4 { font-size: 116%; }
 70+h4 .editsection { font-size: 86.2%; }
 71+h5 { font-size: 100%; }
 72+h6 { font-size: 80%; }
 73+h6 .editsection { font-size: 125%; }
 74+
 75+ul {
 76+ line-height: 1.5em;
 77+ margin: 0.3em 0 0 1.5em;
 78+ padding:0;
 79+}
 80+ol {
 81+ line-height: 1.5em;
 82+ margin: 0.3em 0 0 3.2em;
 83+ padding:0;
 84+ list-style-image: none;
 85+}
 86+li { margin-bottom: 0.1em; }
 87+dt {
 88+ font-weight: bold;
 89+ margin-bottom: 0.1em;
 90+}
 91+dl{
 92+ margin-top: 0.2em;
 93+ margin-bottom: 0.5em;
 94+}
 95+dd {
 96+ line-height: 1.5em;
 97+ margin-left: 2em;
 98+ margin-bottom: 0.1em;
 99+}
 100+
 101+fieldset {
 102+ border: 1px solid #2f6fab;
 103+ margin: 1em 0em 1em 0em;
 104+ padding: 0em 1em 1em 1em;
 105+ line-height: 1.5em;
 106+}
 107+legend {
 108+ background: white;
 109+ padding: 0.5em;
 110+ font-size: 95%;
 111+}
 112+form {
 113+ border: none;
 114+ margin: 0;
 115+}
 116+
34117 textarea {
35118 border: 1px solid #2f6fab;
36119 color: black;
37120 background-color: white;
 121+ width: 100%;
 122+ padding: 0.1em;
38123 overflow: auto;
39124 width: 100%;
40125 }
@@ -62,9 +147,18 @@
63148 color: black;
64149 vertical-align: top;
65150 }
66 -
 151+q {
 152+ font-family: Times, "Times New Roman", serif;
 153+ font-style: italic;
 154+}
67155 code { background-color: #f9f9f9; }
68 -pre { line-height: 1.1em; }
 156+pre {
 157+ padding: 1em;
 158+ border: 1px dashed #2f6fab;
 159+ color: black;
 160+ background-color: #f9f9f9;
 161+ line-height: 1.1em;
 162+}
69163
70164 /*
71165 ** the main content area

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108055Bug 33494 - Remove redundant CSS from chick/main.css...reedy17:30, 4 January 2012

Status & tagging log