X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/062258ffca3e14131ac530492d36ea0b0430602f..39330628e8c0719660d6adaf6171b855f69513e7:/css/unrealircd-admin.css diff --git a/css/unrealircd-admin.css b/css/unrealircd-admin.css index fa224df..04e2c4d 100644 --- a/css/unrealircd-admin.css +++ b/css/unrealircd-admin.css @@ -53,6 +53,7 @@ footer { bottom: 0; width: 100%; height: 55px; + display: none !important; } .topnav { @@ -62,20 +63,12 @@ footer { } -/* Style the links inside the navigation bar */ -.topnav a { - float: left; - color: #f2f2f2; - text-align: center; - padding: 14px 16px; - text-decoration: none; - font-size: 17px; -} body { padding-top: 45px; background-image: url("../img/background.jpg"); + background-attachment: fixed; display: flex; flex-direction: column; } @@ -217,5 +210,64 @@ body { .card-header .badge { top:-10px; left:20px; +} + +.card-header i.fa { line-height: 74px; } + +#top-country ul { + list-style: none; +} + +#top-country li { + padding: 5px; + display: inline-block; + margin: 9px; + border: solid 1px #ccc; +} + +#top-country li .drag { + text-align: center; +} + +#top-country li .count { + text-align: center; + font-size: 2.2rem; +} + +#top-country li .count span { + display:block; + text-align: center; + font-size: 1rem; +} + +/* Show version and 4-icons "footer" at bottom-left, + * if screen height is sufficient. + */ +@media only screen and (min-height: 650px) and (min-width: 768px) { + footer { + float: left; + width: 160px; + height: 60px; + display: block !important; + } + + #sidebarlol { + height: calc(100% - 60px - 50px); + } +} + +/* Virtual link - hover effect (eg on Server Bans) */ +.virtuallink { + text-decoration: none; +} +.virtuallink:hover { + text-decoration: underline; + cursor: pointer; +} + +/* TD that may wrap - eg for Reason / Topic */ +.tdwrap { + white-space: normal !important; +}