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" />
|
<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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue