css
This commit is contained in:
parent
caf7b14e80
commit
4a870a8335
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user