border small
This commit is contained in:
parent
3390df79f2
commit
d535bd9c66
@ -16,19 +16,26 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
background: #808302;
|
||||
background: #8D8E04;
|
||||
border-radius: 0;
|
||||
border-image-source: url("retro/border.png");
|
||||
border-image-slice: 30;
|
||||
border-image-width: 15px;
|
||||
border-image-repeat: round;
|
||||
border-image-outset: 15px;
|
||||
margin: 15px !important;
|
||||
border-image-source: url("retro/border-sm.png");
|
||||
border-image-slice: 25;
|
||||
border-image-width: 13px;
|
||||
border-image-repeat: repeat;
|
||||
border-image-outset: 12px;
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background: #8D8E04;
|
||||
}
|
||||
|
||||
#matrixCard {
|
||||
background: #808302;
|
||||
border-image-source: url("retro/border-lg.png");
|
||||
border-image-slice: 30;
|
||||
border-image-width: 15px;
|
||||
border-image-outset: 15px;
|
||||
}
|
||||
|
||||
#statsTable,
|
||||
@ -36,6 +43,7 @@
|
||||
#messagesSpan {
|
||||
font-family: "Early GameBoy", monospace;
|
||||
color: #254806;
|
||||
text-shadow: -1px -1px 3px rgba(0, 0, 0, 40%), 1px 1px 1px rgba(0, 0, 0, 40%);
|
||||
}
|
||||
|
||||
#statsTable {
|
||||
@ -43,8 +51,10 @@
|
||||
letter-spacing: -.1em;
|
||||
}
|
||||
|
||||
#statsTable th {
|
||||
#statsTable th,
|
||||
#statsTable td {
|
||||
border: 0;
|
||||
padding: 0 .2rem;
|
||||
}
|
||||
|
||||
#messagesSpan {
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
BIN
css/retro/border-sm.png
Normal file
BIN
css/retro/border-sm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -154,7 +154,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col position-relative">
|
||||
<div class="card">
|
||||
<div id="matrixCard" class="card">
|
||||
<table id="matrixTable" class="minoes-table" style="--buffer-zone-rows: 5">
|
||||
<tr class="buffer-zone"><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
|
||||
<tr class="buffer-zone"><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user