mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-21 05:08:59 +00:00
make PSN prettier
This commit is contained in:
@@ -1,11 +1,46 @@
|
||||
section {
|
||||
background-color: #2d2d2d;
|
||||
border: gray 1px solid;
|
||||
padding: 10px;
|
||||
padding-top: 0px;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
table {
|
||||
border: #414142 1px solid;
|
||||
background-color: #272727;
|
||||
}
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid darkgray;
|
||||
border-collapse: collapse;
|
||||
color: gainsboro;
|
||||
}
|
||||
color: #ccc;
|
||||
|
||||
font-size: 13px;
|
||||
}
|
||||
th {
|
||||
padding: 2px 10px;
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
padding: 2px 7px;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
.bg-pos {
|
||||
background-color: #443727;
|
||||
}
|
||||
.bg-speed {
|
||||
background-color: #32422e;
|
||||
}
|
||||
.bg-ori {
|
||||
background-color: #2e4242;
|
||||
}
|
||||
.bg-accel {
|
||||
background-color: #392b3f;
|
||||
}
|
||||
.bg-trgtpos {
|
||||
background-color: #3a2732;
|
||||
}
|
||||
.border-right {
|
||||
border-right: 1px solid #272727;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user