Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-19 09:53:03 -04:00
parent caf7b14e80
commit 4a870a8335
3 changed files with 9 additions and 2 deletions

View File

@ -365,3 +365,10 @@
[data-subject="None"] { display: none; }
[data-sage="1"] { background: darkred; }
.overboard, .threadpage, .boardpage {
background-image: url('/static/changolia-logo.png');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}

View File

@ -21,7 +21,7 @@
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
<script type="text/javascript" src="{{board.Prefix}}static/overchan.js"></script>
</head>
<body>
<body class="boardpage">
{{{board.Navbar}}}
<div class="sitetitle">
<h2><a href="#">CHANGOLIA</a></h2>

View File

@ -20,7 +20,7 @@
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
<script type="text/javascript" src="{{thread.Prefix}}static/overchan.js"></script>
</head>
<body>
<body class="threadpage">
{{{thread.Navbar}}}
<hr />
<div class="sitetitle">