Archived
1
0

add references to user.css in all templates

This commit is contained in:
jeff 2015-10-08 11:42:10 -04:00
parent f006b61c4e
commit 25901e3d44
11 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/*
put your styles here
*/

View File

@ -15,6 +15,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{board.Prefix}}static/site.css"></link>
<style src="{{board.Prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{board.Prefix}}static/nntpchan.js"></script>
<title>{{board.Board}}</title>
</head>

View File

@ -10,6 +10,7 @@
<html>
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<title> {{frontend}} on nntpchan </title>
</head>
<body>

View File

@ -10,6 +10,7 @@
<head>
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<title> here is a new tripcode </title>
</head>
<body>

View File

@ -1,6 +1,7 @@
<html>
<head>
<link ref="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<title>login</title>
</head>
<body>

View File

@ -9,6 +9,7 @@
<html>
<head>
<link ref="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
<title>login</title>
</head>

View File

@ -2,6 +2,7 @@
<head>
<title>create new board</title>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<style src="{{prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{prefix}}static/newboard.js">
</script>
</head>

View File

@ -1,6 +1,7 @@
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
<body>
<p>post failed: {{reason}}</p>

View File

@ -7,6 +7,7 @@
<html>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
<body>
<pre>posted as {{message_id}}</pre>

View File

@ -15,6 +15,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css"></link>
<style src="{{thread.Prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
<title> {{thread.OP.Subject}} </title>
</head>

View File

@ -9,6 +9,7 @@
<title> ukko / overboard </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
</head>
<body>