small changes to the layouts and their css files, nothing really impacting
This commit is contained in:
2
public/css/glitch.css
vendored
2
public/css/glitch.css
vendored
@@ -638,7 +638,7 @@ select.form-control, input.form-control {
|
||||
border-left: 2px solid black;
|
||||
border-bottom: 2px solid black;
|
||||
border-right: 2px solid black;
|
||||
background: linear-gradient(to top, #0a0a0abf 0%, #163f428a 100%);
|
||||
background: #0a0a0abf;
|
||||
border-bottom-left-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
border-top: 2px solid black;
|
||||
|
13
public/css/w0bmcustom.css
vendored
13
public/css/w0bmcustom.css
vendored
@@ -3707,12 +3707,11 @@ button#layout1 {
|
||||
|
||||
button#layout2 {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
background: #000000;
|
||||
padding: 5px;
|
||||
border: 1px solid #b1a9a9;
|
||||
border: 1px solid #000000;
|
||||
margin-bottom: 5px;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: linear-gradient(to top,#0dd97de0 0%,#000000d9 100%);
|
||||
text-shadow: 1px 1px 1px black;
|
||||
}
|
||||
|
||||
button#layout3 {
|
||||
@@ -3750,4 +3749,8 @@ button#layout4 {
|
||||
.centered {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div#parent {
|
||||
overflow-x: overlay;
|
||||
}
|
5
public/njum/css/cstms.css
vendored
5
public/njum/css/cstms.css
vendored
@@ -998,4 +998,9 @@ li.safe-for-rating {
|
||||
|
||||
div#collapseComments {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div#categories {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
Reference in New Issue
Block a user