mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Apply more styles
This commit is contained in:
parent
f3cfede3cb
commit
442db404f9
2 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
<xsl:apply-templates select="//ListingEntry" />
|
||||
</main>
|
||||
|
||||
<!-- <footer>
|
||||
Built by Starbeamrainbowlabs
|
||||
</footer> -->
|
||||
|
||||
<link rel="stylesheet" href="/!Theme.css" />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue