Add a basic blog manager.
rlgnotes is an experimental script for managing a static blog.
This commit is contained in:
parent
8fc67392d9
commit
172d389ba5
4 changed files with 173 additions and 0 deletions
16
web/notes/notes.css
Normal file
16
web/notes/notes.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@import url("/main.css");
|
||||
|
||||
h2.pagetitle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h3.posttitle {
|
||||
background-color: #E0FFE0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.datehead {
|
||||
text-align: center;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue