r2951 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2950‎ | r2951 | r2952 >
Date:01:45, 4 April 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
* Opera 6.1 fixes
Modified paths:
  • /trunk/phase3/stylesheets/monobook/IE50Fixes.css (modified) (history)
  • /trunk/phase3/stylesheets/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/stylesheets/monobook/IE50Fixes.css
@@ -12,7 +12,8 @@
1313 #portal-column-one {
1414 position: absolute;
1515 overflow: visible;
16 - top: 0px;
 16+ top: 0;
 17+ left: 0;
1718 z-index: 3;
1819 }
1920
Index: trunk/phase3/stylesheets/monobook/main.css
@@ -204,7 +204,7 @@
205205 padding: 0.1em;
206206 }
207207 /* hide this from ie/mac and konq2.2 */
208 -@media all {
 208+@media All {
209209 input {
210210 font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
211211 visibility: visible;
@@ -215,8 +215,8 @@
216216 padding: 0.2em;
217217 }
218218 }
219 -input[type=radio],
220 -input[type=checkbox] {
 219+input[type="radio"],
 220+input[type="checkbox"] {
221221 border:none;
222222 }
223223 select {
@@ -290,7 +290,7 @@
291291 }
292292
293293
294 -.documentContent {
 294+#documentContent {
295295 padding: 0em 1em 1.5em 1em;
296296 background: White;
297297 border: 1px solid #aaaaaa;
@@ -358,14 +358,20 @@
359359 font-size: smaller;
360360 }
361361 /* images */
362 -div.floatright { float: right;
363 - margin: 0 0 1em 1em;
 362+div.floatright {
 363+ float: right;
 364+ margin: 0;
364365 position:relative;
365 -
 366+ border: 0.5em solid White;
 367+ border-width: 0.5em 0 0.8em 1.4em;
366368 }
367369 div.floatright p { font-style: italic;}
368 -div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0;
 370+div.floatleft {
 371+ float: left;
 372+ margin: 0.3em 0.5em 0.5em 0;
369373 position:relative;
 374+ border: 0.5em solid White;
 375+ border-width: 0.5em 1.4em 0.8em 0;
370376 }
371377 div.floatleft p { font-style: italic; }
372378 /* thumbnails */
@@ -373,8 +379,6 @@
374380 div.thumbnail-right,
375381 div.thumbnail-left {
376382 /* border:1px solid #2f6fab;*/
377 - border:1px solid #cccccc;
378 -
379383 background-color:#f9f9f9;
380384 padding: 2px;
381385 position:relative;
@@ -382,6 +386,11 @@
383387 font-size: 95%;
384388 text-align: center;
385389 }
 390+div.thumbnail-none div,
 391+div.thumbnail-right div,
 392+div.thumbnail-left div{
 393+ border:1px solid #cccccc;
 394+}
386395 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
387396 margin-top:3px; margin-bottom:3px;
388397 position:relative;
@@ -390,12 +399,15 @@
391400 div.thumbnail-right {
392401 float: right;
393402 position:relative;
394 - margin-left:0.5em;
 403+ border: 0.5em solid White;
 404+ border-width: 0.5em 0 0.8em 1.4em;
395405 }
396406 div.thumbnail-left {
397407 float: left;
398408 position:relative;
399409 margin-right:0.5em;
 410+ border: 0.5em solid White;
 411+ border: 0.5em 1.4em 0.8em 0;
400412 }
401413 /* table standards */
402414 table.rimage {
@@ -613,6 +625,7 @@
614626 width: 135px;
615627 overflow: visible;
616628 }
 629+#portlet-logo h5 { display: none; }
617630 #portlet-logo a {
618631 display: block;
619632 height: 155px;
@@ -626,11 +639,11 @@
627640 */
628641
629642
630 -#portlet-navigation-tree {
 643+#portlet-navigation {
631644 position:relative;
632 - z-index:2;
 645+ z-index:3;
633646 }
634 -#portlet-navigation-tree .plain {
 647+#portlet-navigation .plain {
635648 white-space: nowrap;
636649 }
637650
@@ -639,7 +652,7 @@
640653 */
641654 #portlet-search {
642655 position:relative;
643 - z-index:2;
 656+ z-index:3;
644657 }
645658 #portlet-search .portletBody {
646659 text-align: center;
@@ -688,7 +701,7 @@
689702 line-height: 1.2em;
690703 }
691704
692 -#portlet-personal .hiddenStructure {
 705+#portlet-personal h5 {
693706 display:none;
694707 }
695708 #portlet-personal .portlet,
@@ -825,6 +838,7 @@
826839 #portlet-contentViews li a:hover {
827840 z-index: 3;
828841 }
 842+#portlet-contentViews h5 { display: none; }
829843
830844 /* offsets to distinguish the tab groups */
831845 li#contentaction-talk {
@@ -890,5 +904,26 @@
891905 *>html #bodyContent pre {
892906 overflow: auto;
893907 }
 908+
 909+
 910+/* opera 6 fixes */
 911+html>body #portal-column-one {
 912+ position: relative;
 913+ max-width: 11.7em;
 914+}
 915+head:first-child+body #portal-column-one {
 916+ position: static;
 917+ width: auto;
 918+}
 919+
 920+html>body #portlet-personal {
 921+ width: 45em;
 922+ margin-left: 8.6em;
 923+ right: 0;
 924+}
 925+head:first-child+body #portlet-personal {
 926+ margin-left: 0;
 927+ width: 100%;
 928+}
894929 /* debugging tool.. */
895930 /*div{ border:1px solid #000000;}*/

Status & tagging log