mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
draft torrent info page with related features #11
This commit is contained in:
parent
21ffd8aa01
commit
387acb59b6
7 changed files with 349 additions and 5 deletions
|
|
@ -99,6 +99,12 @@ a.label-green:hover {
|
|||
background-color: #65916d;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: transparent 1px solid;
|
||||
border-radius: 3px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.button-green {
|
||||
color: #fff;
|
||||
background-color: #65916d;
|
||||
|
|
@ -206,8 +212,12 @@ a:visited.background-color-hover-night-light:hover {
|
|||
cursor: help;
|
||||
}
|
||||
|
||||
.font-width-normal {
|
||||
font-weight: normal;
|
||||
.font-weight-normal {
|
||||
font-weight: normal
|
||||
}
|
||||
|
||||
.font-weight-200 {
|
||||
font-weight: 200
|
||||
}
|
||||
|
||||
.font-size-10 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue