Archived
1
0

i suck at css

This commit is contained in:
jeff 2015-10-08 11:55:58 -04:00
parent 04126b743c
commit f6400b3cb5
11 changed files with 19 additions and 18 deletions

View File

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

View File

@ -14,8 +14,8 @@
<html>
<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"></style>
<link rel="stylesheet" href="{{board.Prefix}}static/site.css" />
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
<script type="text/javascript" src="{{board.Prefix}}static/nntpchan.js"></script>
<title>{{board.Board}}</title>
</head>

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +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"></style>
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<script type="text/javascript" src="{{prefix}}static/newboard.js">
</script>
</head>

View File

@ -1,7 +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"></style>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
<body>
<p>post failed: {{reason}}</p>

View File

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

View File

@ -14,8 +14,8 @@
<html>
<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"></style>
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css" />
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
<title> {{thread.OP.Subject}} </title>
</head>

View File

@ -8,8 +8,8 @@
<head>
<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"></style>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
</head>
<body>