mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Added alternating background colors to file list rows, adjusted fonts, etc
This commit is contained in:
parent
239c1e2eb7
commit
7c017388f0
1 changed files with 13 additions and 6 deletions
|
@ -454,22 +454,27 @@
|
||||||
margin: 1px 0 0 2px;
|
margin: 1px 0 0 2px;
|
||||||
}
|
}
|
||||||
.files .list.list-view {
|
.files .list.list-view {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.upload-Boundary {
|
.upload-Boundary {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
.file {
|
.file {
|
||||||
padding: 3px 0;
|
padding: 10px 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 6px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
&:nth-child(even) {
|
||||||
|
background: #EFE8DC;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 7px;
|
margin-left: 7px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -505,12 +510,12 @@
|
||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
.file > .overlay {
|
.file > .overlay {
|
||||||
padding-top: 3px;
|
padding-top: 11px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
padding-right: 20px;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 94%;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #e93250;
|
color: #e93250;
|
||||||
|
@ -526,8 +531,10 @@
|
||||||
}
|
}
|
||||||
.column {
|
.column {
|
||||||
float: left;
|
float: left;
|
||||||
width: 15%;
|
width: 13%;
|
||||||
|
font-size: 13px;
|
||||||
display: block;
|
display: block;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-actions {
|
.site-actions {
|
||||||
|
|
Loading…
Add table
Reference in a new issue