mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
CSS updates
This commit is contained in:
parent
21b774a33a
commit
29f5ef865b
@ -14,6 +14,18 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* navbar */
|
||||||
|
.navbar {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.navbar-brand {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-active {
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
th {
|
th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -83,12 +95,18 @@ tr.hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.litebans-index-main {
|
.litebans-index-main {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.litebans-index-sub {
|
.litebans-index-sub {
|
||||||
|
font-weight: lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* info.php */
|
/* info.php */
|
||||||
|
.badge, .badge-pill {
|
||||||
|
font-weight: 100;
|
||||||
|
}
|
||||||
|
|
||||||
.litebans-label-container {
|
.litebans-label-container {
|
||||||
width: 0;
|
width: 0;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@ -97,6 +115,7 @@ tr.hover {
|
|||||||
.litebans-label-info {
|
.litebans-label-info {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.litebans-label-inactive {
|
.litebans-label-inactive {
|
||||||
@ -127,6 +146,7 @@ tr.hover {
|
|||||||
/* history.php */
|
/* history.php */
|
||||||
.litebans-label-history {
|
.litebans-label-history {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.litebans-label-ban {
|
.litebans-label-ban {
|
||||||
|
@ -38,7 +38,7 @@ function navbar($links) {
|
|||||||
$li = "li";
|
$li = "li";
|
||||||
$class = "nav-item";
|
$class = "nav-item";
|
||||||
if ((substr($_SERVER['SCRIPT_NAME'], -strlen($page))) === $page) {
|
if ((substr($_SERVER['SCRIPT_NAME'], -strlen($page))) === $page) {
|
||||||
$class .= " active";
|
$class .= " active navbar-active";
|
||||||
}
|
}
|
||||||
$li .= " class=\"$class\"";
|
$li .= " class=\"$class\"";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user