r10454 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10453‎ | r10454 | r10455 >
Date:13:02, 12 August 2005
Author:hashar
Status:old
Tags:
Comment:
Clean up redundant code, style preferences, table-cell, flat inputs.
Modified paths:
  • /trunk/phase3/skins/amethyst/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/amethyst/main.css
@@ -6,18 +6,13 @@
77 background-color: #2A3C61;
88 overflow : auto;
99 }
 10+input,select { border: 1px solid #CCCCCC;}
 11+textarea {border: 1px solid #CCCCCC;font-size:small; width : 100%;}
1012
11 -a {
12 - color: yellow;
13 - text-decoration: none;
14 -}
15 -a:visited {
16 - color: #C0C000;
17 - text-decoration: none;
18 -}
19 -a:hover {
20 - text-decoration: underline;
21 -}
 13+a { color: yellow; text-decoration: none; }
 14+a:visited { color: #C0C000; text-decoration: none;}
 15+a:hover { text-decoration: underline; }
 16+
2217 img { border:none; vertical-align:middle; }
2318 li { margin-bottom: .1em; }
2419 p img { margin: 0;}
@@ -26,9 +21,10 @@
2722
2823 #column-content {
2924 width:100%;
30 - float: left;
 25+ float:left;
3126 margin: 0 0 0 -12em;
3227 padding : 0;
 28+ display:table-cell;
3329 }
3430
3531 #content {
@@ -36,17 +32,22 @@
3733 color : white;
3834 margin: 5em 1em 1em 13em;
3935 padding: 0 1em 1.5em 1em;
40 - position:relative;
 36+ position: relative;
4137 }
4238
4339 #column-one {
44 - padding: 5em 1em 1em 0;
 40+ padding-top: 5em;
 41+ top:0;right:0;
 42+ display:table-cell;
4543 }
4644
4745 #globalWrapper { width:100%; margin:0; padding:0; }
4846 .visualClear { clear : both;}
4947
50 -.pBody { font-size:96%; }
 48+.pBody {
 49+ font-size:96%;
 50+ background-color: #2F333B;
 51+}
5152 .portlet {
5253 border: none;
5354 margin-bottom: 1em;
@@ -55,6 +56,7 @@
5657 width: 13em;
5758 overflow: hidden;
5859 font-size: 85%;
 60+ background-color: #2F333B;
5961 }
6062 .portlet h5 {
6163 background-color: #2A3C61;
@@ -67,7 +69,9 @@
6870 margin : 1em 0 1em 0; padding:0;
6971 list-style: none;
7072 }
 73+.portlet li { margin-left:1em;}
7174
 75+#p-navigation div.pBody { background-color:transparent;}
7276 #p-navigation {
7377 width : 100%;
7478 white-space:nowrap;
@@ -98,44 +102,32 @@
99103 position : absolute;
100104 left: 0; top: 4.2em;
101105 margin:0; padding: 0;
 106+ background-color:transparent;
102107 }
103108 #p-cactions h5 { display : none; }
104109 #p-cactions ul {
105110 display : inline;
106 - margin : 0; padding-left:1.5em;
 111+ margin : 0; padding-left:.5em;
107112 list-style:none;
108113 }
109114 #p-cactions li {
110115 display : inline;
111 - margin-right : 1em;
112116 font-weight : bold;
113117 }
114118
115119 #p-cactions li a { color : white;}
116120 #p-cactions .new a { color : red;}
117121
 122+/* other boxes */
118123 #p-search { display :none; }
119 -
120 -#p-tb {
121 - background-color: #2F333B;
122 -}
123 -#p-tb li { margin-left : 1em; }
124124 #p-tb li a { color : white;}
125 -
126 -
127 -#p-personal {
128 - background-color: #2F333B;
129 -}
130 -#p-personal li {
131 - margin-left : 1em;
132 -}
133125 #p-personal li a { color : white;}
134126 #p-personal li a.new { color : red;}
135127
136 -
137128 .printfooter { display : none; }
138129
139130 #footer {
 131+ clear:both;
140132 background-color: #2A3C61;
141133 color:#D0D0D0;
142134 border-top: 1px solid white;
@@ -153,6 +145,25 @@
154146
155147
156148 /* CONTENT STYLE */
 149+#preftoc {
 150+ float:left;
 151+ margin: 1em;
 152+ width:12em;
 153+ font-size:96%;
 154+}
 155+
 156+#preferences ul { padding:.7em 0 0 1em; margin:0;}
 157+#preftoc li { list-style:none; border: 1px solid #C0C0C0;}
 158+#preftoc li.selected { background-color: #2A3C61;}
 159+#preftoc a,
 160+#preftoc a:active {
 161+ display:block;
 162+ color : white;
 163+}
 164+div.prefsectiontip { font-size:95%; margin-top:1em;}
 165+#prefcontrol { clear:both; float:left; margin-top:1em; margin-left:13em;}
 166+
 167+
157168 .toc {
158169 border : 1px solid black;
159170 background-color: #2A3C61;

Status & tagging log