Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,39 @@
#navlinks {
width : 384px;
margin : 0;
float : right;
}
#navlinks span {
width : 172px;
float : left;
margin : 0 10px;
padding : 0 0 20px 0;
}
#navlinks a {
font-size : 125%;
}
.post {
margin : 0 394px 30px 10px;
border : none;
}
.post-title {
padding-bottom : 0.5em;
font-size : 225%;
}
.post-info {
clear : both;
}
.post-info a {
text-decoration : underline;
}
.post blockquote {
width : 268px;
float : right;
margin-right : 0;
border-bottom : 1px solid;
}
.post blockquote p {
font-size : 120%;
color : #222;
line-height : 1.4;
}