mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Sync CSS with archweb
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
b70f048bc3
commit
41a4189d20
1 changed files with 6 additions and 37 deletions
|
@ -608,17 +608,6 @@ div.widget {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* home: other stuff */
|
|
||||||
#konami {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
text-align: center;
|
|
||||||
opacity: 0.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* feeds page */
|
/* feeds page */
|
||||||
#rss-feeds .rss {
|
#rss-feeds .rss {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
@ -983,8 +972,13 @@ table td.country {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dev: dashboard: dashboard and stats area */
|
/* tables rows: highlight on mouse-vover */
|
||||||
|
#article-list tr:hover,
|
||||||
|
#clocks-table tr:hover,
|
||||||
#dev-dashboard tr:hover,
|
#dev-dashboard tr:hover,
|
||||||
|
#dev-todo-lists tr:hover,
|
||||||
|
#dev-todo-pkglist tr:hover,
|
||||||
|
#pkglist-results tr:hover,
|
||||||
#stats-area tr:hover {
|
#stats-area tr:hover {
|
||||||
background: #ffd;
|
background: #ffd;
|
||||||
}
|
}
|
||||||
|
@ -1036,7 +1030,6 @@ ul.admin-actions {
|
||||||
.todo-table .complete,
|
.todo-table .complete,
|
||||||
.signoff-yes,
|
.signoff-yes,
|
||||||
#key-status .signed-yes,
|
#key-status .signed-yes,
|
||||||
#releng-result .success-yes,
|
|
||||||
#release-list .available-yes {
|
#release-list .available-yes {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
@ -1044,7 +1037,6 @@ ul.admin-actions {
|
||||||
.todo-table .incomplete,
|
.todo-table .incomplete,
|
||||||
.signoff-no,
|
.signoff-no,
|
||||||
#key-status .signed-no,
|
#key-status .signed-no,
|
||||||
#releng-result .success-no,
|
|
||||||
#release-list .available-no {
|
#release-list .available-no {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
@ -1095,25 +1087,6 @@ ul.signoff-list {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* iso testing feedback form */
|
|
||||||
#releng-feedback label {
|
|
||||||
width: auto;
|
|
||||||
display: inline;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#releng-feedback ul {
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#releng-feedback li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#releng-feedback ul+.helptext {
|
|
||||||
position: relative; top: -0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* highlight current website in the navbar */
|
/* highlight current website in the navbar */
|
||||||
#archnavbar.anb-home ul li#anb-home a,
|
#archnavbar.anb-home ul li#anb-home a,
|
||||||
#archnavbar.anb-packages ul li#anb-packages a,
|
#archnavbar.anb-packages ul li#anb-packages a,
|
||||||
|
@ -1126,10 +1099,6 @@ ul.signoff-list {
|
||||||
margin: 0.5em 0.33em;
|
margin: 0.5em 0.33em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visualize-buttons button.active {
|
|
||||||
depressed: true;
|
|
||||||
}
|
|
||||||
|
|
||||||
.visualize-chart {
|
.visualize-chart {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue