diff options
Diffstat (limited to 'skins/archlinux')
-rw-r--r-- | skins/archlinux/IE60Fixes.css | 5 | ||||
-rw-r--r-- | skins/archlinux/KHTMLFixes.css | 1 | ||||
-rw-r--r-- | skins/archlinux/headbg.jpg | bin | 0 -> 7881 bytes | |||
-rw-r--r-- | skins/archlinux/main.css | 60 | ||||
-rw-r--r-- | skins/archlinux/rtl.css | 9 | ||||
-rw-r--r-- | skins/archlinux/user.gif | bin | 932 -> 923 bytes | |||
-rw-r--r-- | skins/archlinux/wiki-indexed.png | bin | 0 -> 8205 bytes | |||
-rw-r--r-- | skins/archlinux/wiki.png | bin | 0 -> 23064 bytes |
8 files changed, 30 insertions, 45 deletions
diff --git a/skins/archlinux/IE60Fixes.css b/skins/archlinux/IE60Fixes.css index 6b646c70..bf78413d 100644 --- a/skins/archlinux/IE60Fixes.css +++ b/skins/archlinux/IE60Fixes.css @@ -80,5 +80,8 @@ div.tright, div.tleft { position: relative; } -/*{ border:1px solid Red !important;}*/ +/* bug 12846 */ +body.rtl #preftoc a, body.rtl #preftoc a:active { + float: left; +} diff --git a/skins/archlinux/KHTMLFixes.css b/skins/archlinux/KHTMLFixes.css index 97fba0c4..afa3568b 100644 --- a/skins/archlinux/KHTMLFixes.css +++ b/skins/archlinux/KHTMLFixes.css @@ -1,3 +1,4 @@ /* KHTML fix stylesheet */ /* work around the horizontal scrollbars */ #column-content { margin-left: 0; } + diff --git a/skins/archlinux/headbg.jpg b/skins/archlinux/headbg.jpg Binary files differnew file mode 100644 index 00000000..5491c6e4 --- /dev/null +++ b/skins/archlinux/headbg.jpg diff --git a/skins/archlinux/main.css b/skins/archlinux/main.css index 3c089ded..7192b5f3 100644 --- a/skins/archlinux/main.css +++ b/skins/archlinux/main.css @@ -472,14 +472,6 @@ img.thumbborder { display: none; } -/* Have a checkered background on images on the description pages and in galleries - to make transparency visible - -#file img, .gallerybox .thumb img { - background: url(Checker-16x16.png) repeat; -} -*/ - /* ** classes for special content elements like town boxes ** intended to be referenced directly from the wiki src @@ -724,30 +716,6 @@ special external link styling */ background-position: 35% 50% !important; text-decoration: none; } -/* -** the navigation portlet -*/ - -#p-navigation { - position: relative; - z-index: 3; -} -#p-navigation a { - display: block; -} -#p-navigation li.active a, #p-navigation li.active a:hover { - display: inline; -} - -#p-navigation .pBody { - padding-right: 0; -} - -#p-navigation li.active a, #p-navigation li.active a:hover { - text-decoration: none; - font-weight: bold; -} - /* ** Search portlet @@ -1199,6 +1167,7 @@ div#userloginForm .captcha { background-color: #ffa; } div.patrollink { + clear: both; font-size: 75%; text-align: right; } @@ -1298,12 +1267,6 @@ span.changedby { color: gray; } -li span.deleted, span.history-deleted { - text-decoration: line-through; - color: #888; - font-style: italic; -} - .toggle { margin-left: 2em; text-indent: -2em; @@ -1470,6 +1433,13 @@ div#searchTarget ul li:before { content: "\00BB \0020"; } +div#searchTargetHide { + float:right; + border:solid 1px black; + background:gainsboro; + padding:2px; +} + div.multipageimagenavbox { border: solid 1px silver; padding: 4px; @@ -1494,17 +1464,17 @@ table.multipageimage td { /** Special:Version */ -table#sv-ext, table#sv-hooks { +table#sv-ext, table#sv-hooks, table#sv-software { margin: 1em; padding:0em; } -#sv-ext td, #sv-hooks td, -#sv-ext th, #sv-hooks th { +#sv-ext td, #sv-hooks td, #sv-software td, +#sv-ext th, #sv-hooks th, #sv-software th { border: 1px solid #A0A0A0; padding: 0 0.15em 0 0.15em; } -#sv-ext th, #sv-hooks th { +#sv-ext th, #sv-hooks th, #sv-software th { background-color: #F0F0F0; color: black; padding: 0 0.15em 0 0.15em; @@ -1567,12 +1537,14 @@ div.mw-lag-warn-high { background-color: #FFCCCC; } -/* Recreating-deleted-page warning and log entries */ +/* Recreating-deleted-page/reupload file warning and log entries */ +div#mw-upload-deleted-warn, div#mw-recreate-deleted-warn { padding: 3px; margin-bottom: 3px; border: 2px solid #2F6FAB; } +div#mw-upload-deleted-warn ul li, div#mw-recreate-deleted-warn ul li { font-size: 90%; } @@ -1584,4 +1556,4 @@ div#mw-recreate-deleted-warn ul li { text-align: center; vertical-align: middle; font-size: 90%; -}
\ No newline at end of file +} diff --git a/skins/archlinux/rtl.css b/skins/archlinux/rtl.css index e28ffb75..2bd5261e 100644 --- a/skins/archlinux/rtl.css +++ b/skins/archlinux/rtl.css @@ -227,3 +227,12 @@ p.mw-ipb-conveniencelinks { table.filehistory th { text-align: right; } + +/** + * Lists: + * The following lines don't have a visible effect on non-Gecko browsers + * They fix a problem ith Gecko browsers rendering lists to the right of + * left-floated objects in an RTL layout. + */ +html>body.rtl #bodyContent ul { display:table; } +html>body.rtl #bodyContent ol { display:table; }
\ No newline at end of file diff --git a/skins/archlinux/user.gif b/skins/archlinux/user.gif Binary files differindex bc934396..c9c9ab96 100644 --- a/skins/archlinux/user.gif +++ b/skins/archlinux/user.gif diff --git a/skins/archlinux/wiki-indexed.png b/skins/archlinux/wiki-indexed.png Binary files differnew file mode 100644 index 00000000..189a2ae3 --- /dev/null +++ b/skins/archlinux/wiki-indexed.png diff --git a/skins/archlinux/wiki.png b/skins/archlinux/wiki.png Binary files differnew file mode 100644 index 00000000..69fce988 --- /dev/null +++ b/skins/archlinux/wiki.png |