mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Create Base Template
This commit is contained in:
parent
215af3b75f
commit
7e79a0b712
7 changed files with 276 additions and 280 deletions
|
@ -22,6 +22,10 @@ header {
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
#lib, #github {
|
||||
color: white;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 750px;
|
||||
margin: 0 auto;
|
||||
|
@ -83,6 +87,10 @@ span {
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
#stats {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* User */
|
||||
|
||||
.user {
|
||||
|
@ -124,6 +132,11 @@ span {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sort > div.selected {
|
||||
background: aqua;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#sort > div:hover {
|
||||
background: #222;
|
||||
}
|
||||
|
@ -136,6 +149,15 @@ span {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.post.highlighted {
|
||||
border: 2px solid #555;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.post.highlighted > .post_left {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.post:hover {
|
||||
background: #222;
|
||||
}
|
||||
|
@ -158,6 +180,10 @@ span {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.post_right > p > span, .comment_right > p > span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.post_title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue