Made some style changes.
This commit is contained in:
parent
1689b727f9
commit
fc34947b48
2 changed files with 20 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body style="background-color: #2e2e2e">
|
<body>
|
||||||
|
|
||||||
<div class="background" id="background">
|
<div class="background" id="background">
|
||||||
|
|
||||||
|
|
18
styles.php
18
styles.php
|
@ -8,6 +8,17 @@ html:not([data-scroll='0']) .topnav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: ubuntu, arial;
|
||||||
|
font-size: 16px;
|
||||||
|
text-color: white;
|
||||||
|
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #2e2e2e
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
@ -22,6 +33,13 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-family: ubuntu, arial;
|
||||||
|
font-size: 16px;
|
||||||
|
color: white;
|
||||||
|
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
background-image: url('<?= $chosen_background ?>');
|
background-image: url('<?= $chosen_background ?>');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in a new issue