From 2b5e8f34e5791d70ab89479f9fd035aa53bc561b Mon Sep 17 00:00:00 2001 From: anthraxx Date: Thu, 12 Nov 2015 19:49:51 +0100 Subject: awesome Arch Linux reproducible html style \o/ - this also adds some (hopefully non-intrusive) styling possibilities to the footer --- .../archlinux/archlogo.4fefb38dc270.png | Bin 0 -> 4192 bytes userContent/reproducible/archlinux/global.css | 78 +++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 userContent/reproducible/archlinux/archlogo.4fefb38dc270.png create mode 100644 userContent/reproducible/archlinux/global.css (limited to 'userContent') diff --git a/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png b/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png new file mode 100644 index 00000000..e873e94b Binary files /dev/null and b/userContent/reproducible/archlinux/archlogo.4fefb38dc270.png differ diff --git a/userContent/reproducible/archlinux/global.css b/userContent/reproducible/archlinux/global.css new file mode 100644 index 00000000..d6dec301 --- /dev/null +++ b/userContent/reproducible/archlinux/global.css @@ -0,0 +1,78 @@ +body { + background: #f6f9fc none repeat scroll 0 0; + color: #222; + font: 100% sans-serif; + line-height: 1.3em; + min-width: 650px; + margin: 0; + padding: 0; +} + +.content { + margin: 0 auto; + text-align: left; + width: 95%; + font-size: 0.90em; +} + +#archnavbar { + background: #333 none repeat scroll 0 0 !important; + border-bottom: 5px solid #08c !important; + height: 40px !important; + padding: 10px 15px !important; +} + +#logo { + background: rgba(0, 0, 0, 0) url("archlogo.4fefb38dc270.png") no-repeat scroll 0 0 !important; + float: left !important; + height: 40px !important; + margin: 0 !important; + padding: 0 !important; + width: 190px !important; +} + +#page_footer { + font-size: 0.7em; + margin: 0 auto; + text-align: center; + width: 95%; +} + +#footer_separator { + border-top: 1px dotted #bbb; + margin: 10px 1%; +} + +a { + text-decoration: none; +} + +a:link, a:visited { + color: #07b; +} + +a:hover, a:visited:hover { + text-decoration: underline; +} + +table { + background: #ecf2f5 none repeat scroll 0 0; + border: 1px solid #bcd; + margin-bottom: 1.5em; + padding: 0.65em; + width: 100%; + font-size: 0.80em; + border-collapse: collapse; +} + +table tr td { + border-top: 1px dotted #bcd; +} + +table tr td, table th { + padding: 0.15em 0.75em; +} + +#variation th:first-child { + width: 23%; +} -- cgit v1.2.3-54-g00ecf