mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
update
This commit is contained in:
41
static/css/style.css
Normal file
41
static/css/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.main {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.files {
|
||||
border: 1px solid #dddddd;
|
||||
border-bottom: initial;
|
||||
margin: 15px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.files a {
|
||||
display: block;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
.files .file, .files .dir, .files .parent_folder {
|
||||
border-bottom: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.files .file.active, .files .file:hover, .files .dir:hover, .files .parent_folder:hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
.paths {
|
||||
margin: 15px;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 5px;
|
||||
padding: 8px
|
||||
}
|
||||
|
||||
.paths a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.paths .path::after {
|
||||
content: '/';
|
||||
color: #dddddd;
|
||||
padding-left: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user