mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
103 lines
No EOL
1.5 KiB
CSS
103 lines
No EOL
1.5 KiB
CSS
body {
|
|
background-color: #ff7f00;
|
|
color: black;
|
|
}
|
|
|
|
table {
|
|
background-color: #fff2cd !important;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.table td, .table th {
|
|
border: none !important;
|
|
}
|
|
|
|
table.rl {
|
|
background: linear-gradient(to bottom,rgba(35,91,139,.5),rgba(16,54,84,.5)),linear-gradient(to right,rgba(35,91,139,.7),rgba(16,54,84,.7)) !important;
|
|
border-radius: 6px !important;
|
|
border: none !important;
|
|
padding: 12px !important;
|
|
color: white !important;
|
|
}
|
|
|
|
table.dota {
|
|
background-color: #2e2d45 !important;
|
|
border: none !important;
|
|
padding: 12px !important;
|
|
color: white !important;
|
|
}
|
|
|
|
table.dota th {
|
|
border-bottom: 1px solid #666 !important;
|
|
}
|
|
|
|
.dota-rank-medal-stars {
|
|
position: relative;
|
|
left: -32px;
|
|
margin-right: -32px;
|
|
}
|
|
|
|
.rl-rank-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.rl-rank-text {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.rl-rank-division {
|
|
font-size: 9px;
|
|
}
|
|
|
|
.thirtytwo {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.round {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.slightly-round {
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.rl-rank-number {
|
|
line-height: 14px;
|
|
}
|
|
|
|
.rl-unranked {
|
|
color: grey;
|
|
}
|
|
|
|
th {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.scatola {
|
|
background-color: #fff2cc;
|
|
border-radius: 5px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
font-size: large;
|
|
}
|
|
|
|
.diario-entry {
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.diario-data {
|
|
font-size: small;
|
|
}
|
|
|
|
.saver-data {
|
|
font-size: smaller;
|
|
}
|
|
|
|
.timestamp-data {
|
|
text-align: right;
|
|
} |