summaryrefslogtreecommitdiff
path: root/media/archweb.css
diff options
context:
space:
mode:
Diffstat (limited to 'media/archweb.css')
-rw-r--r--media/archweb.css160
1 files changed, 35 insertions, 125 deletions
diff --git a/media/archweb.css b/media/archweb.css
index f4bb92fa..0cb1c6ac 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 dotted #bbb;
- }
-
- 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: #1794D1;
- 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 #1794D1;
- 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 */
@@ -568,7 +526,7 @@ div#donor-list ul {
/* download page */
#arch-downloads h3 {
- border-bottom: 1px dotted #bbb;
+ border-bottom: 1px dotted #aaa;
}
table#download-torrents .cpu-arch {
@@ -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;
@@ -802,10 +756,6 @@ div#arch-bio-toc {
text-align: center;
}
- div#arch-bio-toc a {
- white-space: nowrap;
- }
-
table.arch-bio-entry td.pic {
vertical-align: top;
padding-right: 15px;
@@ -834,6 +784,7 @@ table.arch-bio-entry table.bio {
}
/* dev: login/out */
+p.login-error {}
table#dev-login {
width: auto;
}
@@ -844,7 +795,7 @@ form#dash-pkg-notify {
padding: 1em 0 0;
margin-top: 1em;
font-size: 0.85em;
- border-top: 1px dotted #bbb;
+ border-top: 1px dotted #aaa;
}
form#dash-pkg-notify label {
@@ -899,31 +850,24 @@ ul.admin-actions {
}
/* dev: signoff page */
-#dev-signoffs tr:hover {
- background: #ffd;
-}
-
-ul.signoff-list {
+#dev-signoffs ul {
list-style: none;
margin: 0;
padding: 0;
}
-.signoff-yes {
+#dev-signoffs .signoff-yes {
color: green;
font-weight: bold;
}
-.signoff-no {
+#dev-signoffs .signoff-no {
color: red;
}
-.signoff-bad {
- color: darkorange;
-}
-
-.signoff-disabled {
- color: gray;
+#dev-signoffs .signed-username {
+ color: #888;
+ margin-left: 0.5em;
}
/* iso testing feedback form */
@@ -942,15 +886,8 @@ ul.signoff-list {
}
#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 */
@@ -959,30 +896,3 @@ ul.signoff-list {
#archnavbar.anb-download ul li#anb-download a {
color: white !important;
}
-
-/* visualizations page */
-.visualize-buttons {
- margin: 0.5em 0.33em;
-}
-
- .visualize-buttons button.active {
- depressed: true;
- }
-
-.visualize-chart {
- position: relative;
- height: 500px;
- margin: 0.33em;
-}
-
-#visualize-archrepo .treemap-cell {
- border: solid 1px white;
- overflow: hidden;
- position: absolute;
-}
-
- #visualize-archrepo .treemap-cell span {
- padding: 3px;
- font-size: 0.85em;
- line-height: 1em;
- }