[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 /* 7.0 - only fixes */ 2 /* content area */ 3 /* workaround for various ie float bugs */ 4 5 /* This bit is needed to make links clickable... WTF */ 6 div#column-content .mw-body { 7 margin-left: 12.2em; 8 margin-top: 3em; 9 height: 1%; 10 } 11 12 .rtl div#column-content .mw-body { 13 margin-right: 12.2em; 14 margin-left: 0; 15 } 16 17 .rtl div#column-one { 18 /* For some reason it tries to inherit the padding-top into every div, 19 * and I can't figure out how to get it back off. 20 * Margin works correctly for this use, though. 21 */ 22 padding-top: 0; 23 margin-top: 160px; 24 } 25 26 /* These elements also have padding-left: 20px; in main.css, but in RTL mode this is flipped. 27 * That's good in normal browsers, but in IE7 it needs to not be flipped for some daft reason. 28 * Also clear the right margin (originally margin-left: 1em) 29 */ 30 li#pt-userpage, li#pt-anonuserpage, li#pt-login { 31 padding-left: 20px; 32 margin-right: 0; 33 } 34 35 .rtl a.feedlink { 36 background-position: right; 37 padding-right: 0; 38 padding-left: 16px; 39 } 40 41 /* the tabs */ 42 43 #p-cactions { 44 z-index: 3; 45 } 46 47 #p-cactions li { 48 padding-bottom: 0 !important; 49 border: none; 50 background-color: transparent; 51 cursor: default; 52 float: none !important; 53 } 54 55 #p-cactions li a { 56 display: inline-block !important; 57 vertical-align: top; 58 padding-bottom: 0; 59 border: solid #aaa; 60 border-width: 1px 1px 0; 61 } 62 63 #p-cactions li.selected a { 64 border-color: #fabd23; 65 padding-bottom: 0.17em; 66 } 67 68 #p-cactions li a:hover { 69 padding-bottom: 0.17em; 70 } 71 72 #p-navigation a { 73 display: inline-block; 74 width: 100%; 75 } 76 77 #portal-personaltools { 78 padding-bottom: 0.1em; 79 } 80 81 textarea { 82 width: 96%; 83 } 84 85 /* 86 #catlinks, 87 div.tright, 88 div.tleft { 89 position: relative; 90 } 91 */ 92 93 div#footer li { 94 /* Work around bug with inline <li> tags with right margins and nowrap */ 95 margin-right: 0; 96 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |