mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-05 07:02:36 +00:00
29 lines
506 B
Plaintext
29 lines
506 B
Plaintext
div.display {
|
|
padding: 4px;
|
|
margin: 6px 0;
|
|
|
|
background-color: rgba(0, 0, 0, 0.33);
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
div.display header {
|
|
display: block;
|
|
position: relative;
|
|
width: 98.5%;
|
|
padding: 0 4px;
|
|
margin-bottom: 6px;
|
|
color: #FFFFFF;
|
|
border-bottom: 2px solid #40628a;
|
|
}
|
|
|
|
div.display header .buttonRight {
|
|
position: absolute;
|
|
bottom: 6px;
|
|
right: 4px;
|
|
}
|
|
|
|
div.display article {
|
|
display: table;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
} |