summaryrefslogtreecommitdiff
path: root/skins/ArchLinux/arch.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/ArchLinux/arch.css')
-rw-r--r--skins/ArchLinux/arch.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css
index c8abb749..7f628097 100644
--- a/skins/ArchLinux/arch.css
+++ b/skins/ArchLinux/arch.css
@@ -48,9 +48,11 @@ ul,
border-collapse: collapse;
padding: 2px;
}
+/*
#bodyContent td {
padding: 2px;
}
+*/
/* links (including page tabs and personal toolbar) */
#bodyContent > div.mw-content-ltr a,
@@ -176,3 +178,19 @@ div#footer {
#archnavbar ul li.anb-selected a {
color: white !important;
}
+
+/* downloads page */
+.isos-table th { padding: 8px 12px 8px 12px ; }
+.isos-table td:nth-child(1) { padding: 8px 12px 8px 12px ; }
+.isos-table td:nth-child(2) { padding: 8px 12px 8px 12px ; }
+.isos-table td:nth-child(3) { padding: 8px 12px 8px 12px ; }
+.isos-table td:nth-child(4) { padding: 8px 12px 8px 12px ; text-align: center ; }
+.isos-table td:nth-child(5) { padding: 8px 12px 8px 12px ; text-align: right ; }
+.isos-table td:nth-child(6) { padding: 8px 12px 8px 12px ; text-align: center ; }
+.isos-table td:nth-child(7) { padding: 8px 12px 8px 12px ; text-align: center ; }
+.isos-table td:nth-child(8) { padding: 8px 12px 8px 12px ; text-align: center ; }
+.isos-table td:nth-child(7) a:nth-child(2) { padding: 0em 1em 0em 1em !important ; }
+
+/* remove that annoying icon after external links
+ and that annoying space after internal links */
+a.external { padding-right: 0px !important ; background-image: none !important ; }