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" /> <xsl:apply-templates select="//ListingEntry" />
</main> </main>
<!-- <footer>
Built by Starbeamrainbowlabs
</footer> -->
<link rel="stylesheet" href="/!Theme.css" /> <link rel="stylesheet" href="/!Theme.css" />
</body> </body>
</html> </html>

View File

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