server ver
This commit is contained in:
38
public/css/w0bmcustom.css
vendored
Normal file → Executable file
38
public/css/w0bmcustom.css
vendored
Normal file → Executable file
@@ -692,11 +692,11 @@ div.message > div.panel-heading > span {
|
||||
}
|
||||
}
|
||||
|
||||
.mitte {
|
||||
/* .mitte {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
} */
|
||||
|
||||
.rain {
|
||||
-webkit-transform: rotate(35deg);
|
||||
@@ -2117,6 +2117,10 @@ p.vorteile {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Neue Pagination */
|
||||
.pagination > li:first-child > a, .pagination > li:first-child > span {
|
||||
margin-left: 0;
|
||||
@@ -4128,9 +4132,39 @@ position: absolute;
|
||||
ul.pagination {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
position: relative;
|
||||
bottom: -5px;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
padding: 9.5px;
|
||||
margin: 5px 0 10px;
|
||||
font-size: 13px;
|
||||
line-height: 1.42857143;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
color: #00fff5;
|
||||
background-color: #393939;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.w0bm_emoji_anchor {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.vidinfo {
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
}
|
Reference in New Issue
Block a user