litebans-php/inc/css/custom.css
2018-04-19 14:02:44 +02:00

128 lines
1.7 KiB
CSS

.avatar {
margin-bottom: 5px;
margin-right: 5px;
border-radius: 2px;
}
/* header */
.litebans-header {
display: block;
text-align: center;
}
.col-lg-12 {
text-align: center;
}
/* tables */
th {
text-align: center;
}
table tr td {
padding-left: 0;
padding-right: 0;
vertical-align: middle !important;
text-align: center;
}
/* table links */
a,
a:hover,
a:focus {
text-decoration: none;
}
tr.hover {
cursor: pointer;
}
/* check form */
.litebans-check {
text-align: left;
}
.litebans-check-form {
margin-left: 15px;
}
.litebans-check-output {
margin-left: 3px;
}
/* pager */
.litebans-pager {
font-size: 30px;
}
.litebans-pager-number {
margin-top: 24px;
text-align: center;
font-size: 15px;
}
.litebans-pager-left {
float: left;
}
.litebans-pager-right {
float: right;
}
.litebans-pager-active {
color: darkcyan;
}
.litebans-pager-inactive {
color: transparent;
}
/* index.php */
.litebans-index {
text-align: center;
}
/* info.php */
.litebans-info-badges {
width: 0;
display: inline-flex;
}
.litebans-label-info {
margin-left: 15px;
font-size: 17px;
}
/* history.php */
.litebans-label-history {
font-size: 16px;
}
.litebans-label-ban {
background-color: darkred;
}
.litebans-label-mute {
background-color: dimgrey;
}
.litebans-label-warn {
background-color: darkorange;
}
.litebans-label-kick {
background-color: tomato;
}
/* prevent mouse selection */
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}