mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 18:50:18 +00:00
setup and posting function running
This commit is contained in:
3
bin/config/defaults/footer.txt
Normal file
3
bin/config/defaults/footer.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
12
bin/config/defaults/header.txt
Normal file
12
bin/config/defaults/header.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>$USER on TTBP</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="meta">
|
||||
<h1><a href="#">~$USER</a>@<a href="~endorphant/ttbp">TTBP</a></h1>
|
||||
</div>
|
||||
|
||||
<div id="tlogs">
|
||||
42
bin/config/defaults/style.css
Normal file
42
bin/config/defaults/style.css
Normal file
@@ -0,0 +1,42 @@
|
||||
body {
|
||||
background-color: #E0B0FF;
|
||||
font-family: courier
|
||||
}
|
||||
|
||||
#meta {
|
||||
top: -.5em;
|
||||
position: fixed;
|
||||
height: 3.5em;
|
||||
float: left;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
background-color: #e0b0ff;
|
||||
}
|
||||
|
||||
#tlogs {
|
||||
margin-top: 5em;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.entry {
|
||||
border: 1px dotted white;
|
||||
padding: .4em;
|
||||
margin-bottom:-4em;
|
||||
}
|
||||
|
||||
.entry p {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.entry h5 {
|
||||
text-align: right;
|
||||
margin-top: .2em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: black;
|
||||
color: #e0b0ff;
|
||||
font-size: 90%;
|
||||
border: 1px dotted white;
|
||||
padding: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user