Added function to read description and made some style changes.
This commit is contained in:
parent
ef55ce684e
commit
9881a1dba1
4 changed files with 44 additions and 8 deletions
12
styles.php
12
styles.php
|
@ -40,6 +40,11 @@ label {
|
|||
text-shadow: 4px 4px 8px rgb(0, 0, 0), -4px 4px 8px rgb(0, 0, 0), -4px -4px 8px rgb(0, 0, 0), 4px -4px 8px rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0px 16px 0px 0px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.background {
|
||||
background-image: url('<?= $chosen_background ?>');
|
||||
background-repeat: no-repeat;
|
||||
|
@ -111,6 +116,13 @@ label {
|
|||
font-size: 26px;
|
||||
}
|
||||
|
||||
.heading-text {
|
||||
font-family: ubuntu, arial;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.medium-text {
|
||||
font-family: ubuntu, arial;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue