1
0
Fork 0

Apply more styles

This commit is contained in:
Starbeamrainbowlabs 2016-07-17 18:14:29 +01:00
parent f3cfede3cb
commit 442db404f9
2 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,10 @@
<xsl:apply-templates select="//ListingEntry" />
</main>
<!-- <footer>
Built by Starbeamrainbowlabs
</footer> -->
<link rel="stylesheet" href="/!Theme.css" />
</body>
</html>

View File

@ -11,6 +11,8 @@
html, body { font-size: 100%; }
body
{
margin: 0;
font-family: sans-serif;
background: url('/!Background-Texture.png'),
@ -23,15 +25,23 @@ body
h1
{
margin: 0; padding: 1em;
text-align: center;
font-weight: lighter;
color: white;
background: rgba(75, 75, 75, 0.4);
}
main
{
width: 100%;
text-align: center;
line-height: 0.8em;
background: rgba(75, 75, 75, 0.4);
/*background: rgba(125, 125, 125, 0.4);*/
}
.preview-backdrop