v 1.4.4.3 - Small CSS update

This commit is contained in:
Wruczek 2017-09-21 19:23:33 +02:00
parent 8ab147cdcb
commit a325fc57c7
4 changed files with 20 additions and 37 deletions

View File

@ -1,7 +1,3 @@
html {
min-width: 320px;
}
.fa { .fa {
margin-right: 5px margin-right: 5px
} }
@ -11,20 +7,17 @@ html {
} }
a { a {
-webkit-transition: color 500ms ease-out; transition: color 500ms ease-out
-moz-transition: color 500ms ease-out;
-o-transition: color 500ms ease-out;
transition: color 500ms ease-out;
} }
.news-header { .news-header {
font-size: 1.4em; font-size: 1.4em;
text-align: center; text-align: center
} }
.news-author { .news-author {
font-size: 0.7em; font-size: 0.7em;
text-align: right; text-align: right
} }
.pull-right .fa { .pull-right .fa {
@ -33,12 +26,12 @@ a {
p, a { p, a {
overflow-wrap: break-word; overflow-wrap: break-word;
word-wrap: break-word; word-wrap: break-word
} }
/* Force 16px icon size after TeamSpeak update 3.1.5 */ /* Force 16px icon size after TeamSpeak update 3.1.5 */
.ts3_viewer img, .adminlist img { .ts3_viewer img, .adminlist img {
width: 16px; width: 16px
} }
/* ****** */ /* ****** */
@ -49,11 +42,7 @@ p, a {
margin: 0 margin: 0
} }
.serverstatus a { .serverstatus a, .serverstatus span {
float: right
}
.serverstatus span {
float: right float: right
} }
@ -62,18 +51,18 @@ p, a {
/* ********* */ /* ********* */
.adminlist > .groupname ~ .groupname { .adminlist > .groupname ~ .groupname {
margin-top: 15px; margin-top: 15px
} }
.adminlist .groupname { .adminlist .groupname {
text-align: center; text-align: center;
font-size: 1.2em; font-size: 1.2em;
border-bottom: 1px solid #677481; border-bottom: 1px solid #677481;
margin-bottom: 5px; margin-bottom: 5px
} }
.adminlist .label-primary { .adminlist .label-primary {
background-color: #375a7f; background-color: #375a7f
} }
.adminlist p { .adminlist p {
@ -102,19 +91,18 @@ body {
.nav > li > a { .nav > li > a {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px
} }
.navbar-brand { .navbar-brand {
padding: 0 10px 0 0; padding: 0 10px 0 0;
display: flex; display: flex;
align-items: center; align-items: center
} }
.navbar-brand > img { .navbar-brand > img {
height: 100%; height: 100%;
padding: 5px 5px 5px 15px; padding: 5px 5px 5px 15px
width: auto;
} }
/* ****** */ /* ****** */
@ -125,12 +113,12 @@ body {
position: relative; position: relative;
margin: 0; margin: 0;
padding-bottom: 120px; padding-bottom: 120px;
min-height: 100%; min-height: 100vh
} }
@media (max-width: 380px) { @media (max-width: 380px) {
body { body {
padding-bottom: 150px; padding-bottom: 150px
} }
} }
@ -139,11 +127,11 @@ body {
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: 10px; padding: 10px
} }
.footer .pull-right p { .footer .pull-right p {
margin: 0 0 0 0; margin: 0 0 0 0;
font-size: 80%; font-size: 0.8em;
text-align: right; text-align: right
} }

View File

@ -5,12 +5,7 @@
*/ */
body { body {
background: no-repeat fixed center; background: url(../img/bg.png) no-repeat fixed center;
background-image: url(../img/bg.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; background-size: cover;
} }

View File

@ -12,7 +12,7 @@
<ul class="list-inline"> <ul class="list-inline">
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. --> <li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
<p> <p>
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.2 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.3 &mdash; &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017
</p> </p>
<p> <p>

View File

@ -89,7 +89,7 @@ function showError($title, $text) { ?>
<?php echo $text; ?> <?php echo $text; ?>
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
&copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.2 | MIT License &copy; <a href="https://wruczek.tech">Wruczek</a> 2016 - 2017 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.4.4.3 | MIT License
</div> </div>
</div> </div>