[add] user.css

This commit is contained in:
Knah Tsaeb 2013-04-08 14:42:37 +02:00
parent 949d666c7d
commit 101922a5c3
2 changed files with 45 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,6 +2,6 @@
0.3/.xsaflock
0.3/rss.xml
.project
0.3/resources/user.css
!0.3/resources/user.css
0.3/autoblogs/*
!0.3/autoblogs/autoblog.php

44
0.3/resources/user.css Normal file
View file

@ -0,0 +1,44 @@
body {
padding: 0.3em;
}
h1 {
font-size: 2.2em;
margin: 0.5em;
}
.pbloc, .button, .vignette, .thumbshot img {
border-radius: 0.3em;
}
.pbloc {
max-width: 100%;
padding: 0.3em;
margin: 1.2em 0.3em;
}
#vignette {
text-align: center;
}
.vignette {
text-align: justify;
width: 31%;
margin: 0.3em;
display: inline-block;
float: none;
padding: 0.2em;
height: auto;
}
.thumbshot {
}
.thumbshot img {
width: 200px;
height: 160px;
}
.source {
text-align: left;
}