Files
oav/dotclear._no/themes/qrazy-times/style.post.css
2023-03-20 12:18:38 +01:00

39 lines
532 B
CSS
Executable File

#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;
}