summaryrefslogtreecommitdiff
path: root/media/archweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/archweb.css')
-rw-r--r--media/archweb.css106
1 files changed, 27 insertions, 79 deletions
diff --git a/media/archweb.css b/media/archweb.css
index 6a2f96cc..cb962648 100644
--- a/media/archweb.css
+++ b/media/archweb.css
@@ -53,7 +53,7 @@ pre {
border: 1px solid #bdb;
background: #dfd;
padding: 0.5em;
- margin: 1em;
+ margin: 0.25em 2em;
}
pre code {
@@ -70,15 +70,18 @@ input {
}
select[multiple] {
- padding: 1px 0;
+ padding-top: 1px;
+ padding-bottom: 1px;
}
select[multiple] option {
- padding: 0 0.5em 0 0.3em;
+ padding-left: 0.3em;
+ padding-right: 0.5em;
}
input[type=submit] {
- padding: 0 0.6em;
+ padding-left: 0.6em;
+ padding-right: 0.6em;
}
.clear {
@@ -131,7 +134,7 @@ h2 {
h3 {
font-size: 1.25em;
- margin-top: .5em;
+ margin-top: 1em;
}
h4 {
@@ -263,25 +266,6 @@ table.pretty2 {
border: 1px dotted #bbb;
}
-/* definition lists */
-dl {
- clear: both;
-}
-
- dl dt,
- dl dd {
- margin-bottom: 4px;
- padding: 8px 0px 4px;
- font-weight: bold;
- border-top: 1px solid #888;
- }
-
- dl dt {
- color: #333;
- float:left;
- padding-right:15px;
- }
-
/* forms and input styling */
form p {
margin: 0.5em 0;
@@ -374,8 +358,7 @@ ul.errorlist {
}
#news h3 {
- float: left;
- padding-bottom: .5em
+ border-bottom: 1px solid #888;
}
#news div {
@@ -392,11 +375,10 @@ ul.errorlist {
#news .rss-icon {
float: right;
- margin-top: 1em;
+ margin: -1.6em 0.4em 0 0;
}
#news h4 {
- clear: both;
font-size: 1em;
margin-top: 1.5em;
border-bottom: 1px dotted #bbb;
@@ -408,31 +390,6 @@ ul.errorlist {
margin: -1.8em 0.5em 0 0;
}
-/* home: arrowed headings */
-#news h3 a {
- display: block;
- background: #787DAB;
- font-size: 15px;
- padding: 2px 10px;
- color: white;
-}
-
- #news a:active {
- color: white;
- }
-
-h3 span.arrow {
- display: block;
- width: 0px;
- height: 0px;
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-top: 6px solid #787DAB;
- margin: 0 auto;
- font-size: 0px;
- line-height: 0px;
-}
-
/* home: pkgsearch box */
#pkgsearch {
padding: 1em 0.75em;
@@ -536,7 +493,8 @@ div.widget {
.news-nav .prev,
.news-nav .next {
- margin: 0 1em;
+ margin-left: 1em;
+ margin-right: 1em;
}
/* news: article pages */
@@ -608,6 +566,18 @@ table.results {
background-color:#fff;
}
+ table.results td {
+ padding: .3em 1em .3em 3px;
+ }
+
+ table.results tr.odd {
+ background: #fff;
+ }
+
+ table.results tr.even {
+ background: #e4eeff;
+ }
+
/* additional styles for JS sorting */
table.results th.header {
padding-right: 20px;
@@ -627,18 +597,6 @@ table.results {
background-image: url(asc.gif);
}
- table.results td {
- padding: .3em 1em .3em 3px;
- }
-
- table.results tr.odd {
- background: #fff;
- }
-
- table.results tr.even {
- background: #e4eeff;
- }
-
table.results .flagged {
color: red;
}
@@ -739,10 +697,6 @@ form#flag-pkg-form input[type=text] {
}
/* pkgdetails: deps, required by and file lists */
-#pkgdetails #metadata {
- clear: both;
-}
-
#pkgdetails #metadata h3 {
background: #555;
color: #fff;
@@ -830,6 +784,7 @@ table.arch-bio-entry table.bio {
}
/* dev: login/out */
+p.login-error {}
table#dev-login {
width: auto;
}
@@ -931,15 +886,8 @@ ul.admin-actions {
}
#releng-feedback ul+.helptext {
- position: relative; top: -0.9em;
-}
-
-#releng-result .success-yes {
- color: green;
-}
-
-#releng-result .success-no {
- color: red;
+ position: relative;
+ top: -0.9em;
}
/* highlight current website in the navbar */