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;
|
||||
}
|
||||
.files .list.list-view {
|
||||
padding: 0;
|
||||
|
||||
.upload-Boundary {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.file {
|
||||
padding: 3px 0;
|
||||
padding: 10px 20px;
|
||||
margin: 0;
|
||||
margin-bottom: 6px;
|
||||
width: 100%;
|
||||
|
||||
&:nth-child(even) {
|
||||
background: #EFE8DC;
|
||||
}
|
||||
.title {
|
||||
margin: 0;
|
||||
margin-left: 7px;
|
||||
margin-top: 2px;
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
text-align: left;
|
||||
width: 30%;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -505,12 +510,12 @@
|
|||
height: 23px;
|
||||
}
|
||||
.file > .overlay {
|
||||
padding-top: 3px;
|
||||
padding-top: 11px;
|
||||
margin-left: 20px;
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
background-color: transparent;
|
||||
display: block;
|
||||
width: 94%;
|
||||
|
||||
a {
|
||||
color: #e93250;
|
||||
|
@ -526,8 +531,10 @@
|
|||
}
|
||||
.column {
|
||||
float: left;
|
||||
width: 15%;
|
||||
width: 13%;
|
||||
font-size: 13px;
|
||||
display: block;
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
.site-actions {
|
||||
|
|
Loading…
Add table
Reference in a new issue