1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
royalnet/static/royal.css
2018-02-26 10:34:44 +01:00

116 lines
No EOL
1.7 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;
}
.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;
}
.challenge-bar {
height: 100px;
}
.challenge-bar.progress {
background-color: orange;
}
.challenge-bar.progress-bar {
background-color: yellow;
color: black;
}