summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-17 16:44:16 -0500
committerDan McGee <dan@archlinux.org>2010-05-17 16:44:16 -0500
commit779a2077f0cf3842522d1c1e04bc2564710d9621 (patch)
treeb93cef17d9d092833fe57b86d2668344958eb166 /media
parentbf7f97ec03c2e5d0f03e1d104bbfbab526071133 (diff)
downloadarchweb-779a2077f0cf3842522d1c1e04bc2564710d9621.tar.gz
archweb-779a2077f0cf3842522d1c1e04bc2564710d9621.zip
Remove old media resources
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r--media/arch.css335
-rw-r--r--media/logo.pngbin15533 -> 0 bytes
-rw-r--r--media/titlebar.pngbin201 -> 0 bytes
-rw-r--r--media/titlelogo.pngbin4502 -> 0 bytes
4 files changed, 0 insertions, 335 deletions
diff --git a/media/arch.css b/media/arch.css
deleted file mode 100644
index 358d5a57..00000000
--- a/media/arch.css
+++ /dev/null
@@ -1,335 +0,0 @@
-* { margin: 0; padding: 0; }
-* ul { padding: 10px 20px; }
-body {
- min-width: 600px;
- background: url("/media/titlebar.png") repeat-x top left #fff;
- padding: 0 30px;
- color: #46494d;
- font-size: 14px;
- font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
-}
-/*
- * Divs
- */
-#head_container {
- height: 220px;
-}
-#main_nav {
- position: absolute;
- top: 123px;
- right: 30px;
- background: #333;
-}
-#dev_nav {
- position: absolute;
- top: 149px;
- right: 30px;
- background: #1793d1;
-}
-#main_nav ul, #dev_nav ul {
- list-style: none;
- margin: 0;
- padding: 0;
-}
-#main_nav ul li, #dev_nav ul li {
- display: block;
- float: left;
- margin: 0 3px;
- padding: 0;
- text-align: center;
- font-size: 13px;
- line-height: 26px;
-}
-#main_nav ul li.selected {
- background: #1793d1;
-}
-#dev_nav ul li.selected {
- background: #333;
-}
-#main_nav ul li a, #dev_nav ul li a {
- display: block;
- padding: 0 8px;
- color: #fff;
- font-weight: bold;
- text-decoration: none;
-}
-#main_nav ul li a:hover {
- background: #1793d1;
-}
-#updates {
- font-size: small;
- /*position: relative;*/
- top: 0px;
- background: #f6efe0;
- border: 1px solid #eee4cb;
- padding: 10px;
-}
-#updates .testing, #updates .community-testing {
- font-style: italic;
-}
-#about {
- position: relative;
- top: -9px;
-}
-#logo {
- z-index: 1;
- position: absolute;
- top: 10px;
- left: 25px;
- width: 350px;
-}
-#logo h1#archtitle {
- text-indent: -9999px;
- margin: 0;
- padding: 0;
-}
-#logo h1#archtitle a {
- display: block;
- background: transparent url("/media/titlelogo.png") top left no-repeat;
- width: 350px;
- height: 103px;
-}
-#devlist {
- width: 80%;
- padding: 10px;
- margin-left: auto;
- margin-right: auto;
- border-top: 1px dashed black;
- border-bottom: 1px dashed black;
- text-align: center;
-}
-.clear {
- clear: both;
- margin: 0;
- padding: 0;
-}
-.right {
- float: right;
- width: 320px;
- padding: 0 10px 10px 0;
-}
-.left {
- padding: 10px;
- margin: 0 360px 0 0;
-}
-.left p {
- padding-bottom: 10px;
-}
-.box {
- padding: 10px;
- background: #f0f0f0;
- border: 1px solid #d9d9d9;
-}
-.greybox {
- padding: 10px;
- background: #f6efe0;
- border: 1px solid #eee4cb;
-}
-div.listing {
- padding-right: 10px;
-}
-.error, .errorlist {
- color: #dd0000;
- font-size: small;
-}
-.foot {
- clear: both;
- padding: 2em 0;
- text-align: center;
- font-size: 0.75em;
- line-height: 1.5em;
-}
-#search {
- float: right;
- position: relative;
- top: -2em;
- font-size: 0.8em;
-}
-#search input {
- background: #f6efe0;
- border: 1px solid #eee4cb;
-}
-#adoptbox {
- text-align:center;
-}
-.smalltext {
- text-align: right;
- font-size: x-small;
-}
-/*
- * Headers
- */
-h2 {
- margin: 20px 0 10px 0;
-}
-h2.title {
- border-bottom: 1px solid #46494d;
-}
-h3 {
- margin-bottom: 10px;
-}
-h3.title {
- text-align: right;
- border-bottom: 1px solid #46494d;
-}
-h4.title {
- text-align: left;
- border-bottom: 1px solid #46494d;
-}
-h4.news {
- border-bottom: 1px dotted #0771a6;
- margin-bottom: .25em;
- padding-bottom: .2em;
-}
-div.listing h4 {
- color: #fff;
- background: #0771a6;
- padding: 3px;
-}
-/*
- * Paragraphs, Anchors, Images
- */
-p {
- padding-bottom: 20px;
-}
-p.news {
- font-size: small;
-}
-a {
- color: #0771a6;
- text-decoration: none;
-}
-a:hover {
- color: #333;
- text-decoration: underline;
-}
-ol {
- padding-left: 45px;
-}
-ul.small {
- list-style: none;
- font-size: x-small;
-}
-ul.links {
- list-style: none;
- font-size: small;
- padding: 0px 0px 20px 20px;
-}
-img {
- border: none;
-}
-hr {
- border: none;
- border-top: 1px solid #46494d;
-}
-.greybox input, .greybox button, .greybox textarea, .greybox select {
- background: #e1e3e6;
- border: 1px solid #8faecd;
-}
-.box input, .box button {
- padding: 2px;
- background: #c1c3f6;
- font-size: x-small;
- border: 1px solid #8faecd;
-}
-/*
- * Table stuff
- */
-table.center {
- margin-left: auto;
- margin-right: auto;
-}
-table#feedlist {
- text-align: center;
- border-collapse: collapse;
- border: 1px solid #46494d;
-}
-table#feedlist th, table#feedlist td {
- padding: 5px;
- border: 1px dotted #0771a6;
-}
-.devpic {
- vertical-align: top;
- padding-right: 15px;
- padding-top: 10px;
-}
-table.deventry {
- padding-bottom: 25px;
-}
-.deventry th {
- text-align: left;
- vertical-align: top;
- white-space: nowrap;
-}
-.deventry td {
- width: 100%;
-}
-table.results {
- padding: 0px;
- border-collapse: collapse;
-}
-.results th {
- background: #e1e3e6;
- border-bottom: 1px solid #46494d;
- border-top: 1px solid #46494d;
- text-align: left;
- padding-top: 0px;
- padding-bottom: 0px;
- padding-right: 5px;
-}
-.results th>a {
- text-decoration: none;
- color: #46494d;
-}
-.results td {
- padding-right: 5px;
- vertical-align: top;
- font-size: 0.8em;
-}
-.listing th {
- font-size: small;
- vertical-align: top;
- text-align: left;
- padding: 2px;
-}
-.listing td {
- font-size: small;
- padding: 2px;
-}
-
-td.signoff_yes {
- font-size: large;
- color: green;
- font-weight: bold;
-}
-td.signoff_no {
- font-size: large;
- color: red;
-}
-
-.pkgr2 {
- background-color: #eee4cb;
-}
-
-form#newsform table {
- width: 100%;
- max-width: 1024px;
-}
-form#newsform input[type=text] {
- width: 100%;
-}
-form#newsform textarea {
- width: 100%;
-}
-
-/* donate page styles */
-ul#donorlist {
- width: 100%;
-}
-ul#donorlist li {
- float: left;
- /* max 4 columns, but possibly fewer if screen size doesn't allow for more */
- width: 25%;
- min-width: 20em;
-}
-
diff --git a/media/logo.png b/media/logo.png
deleted file mode 100644
index d8f871c9..00000000
--- a/media/logo.png
+++ /dev/null
Binary files differ
diff --git a/media/titlebar.png b/media/titlebar.png
deleted file mode 100644
index 4e17b609..00000000
--- a/media/titlebar.png
+++ /dev/null
Binary files differ
diff --git a/media/titlelogo.png b/media/titlelogo.png
deleted file mode 100644
index be7f14c7..00000000
--- a/media/titlelogo.png
+++ /dev/null
Binary files differ