-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (36 loc) · 800 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@charset "utf-8";
/*
Theme Name: iwaim
Theme URI: http://iwaim.beering.be/wordpress/
Description: HTML5
Author: iwaim
Author URI: http://iwaim.beering.be/
Version: 1.0
Tags: html5
*/
header, article, footer, article, aside, time ,nav { display: block; }
a img {
border: 0px;
}
ul.bookmarks, ul.bookmarks li, ul.bookmarks li script, ul.bookmarks li div{
display: inline;
}
body{
background-color: #ffffff;
color: #000000;
margin: 3em 3em 3em 3em;
}
p {
line-height: 1.4em;
}
article.post {
border: 2px solid #cccccc;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin-bottom: 1em;
padding: 1em;
box-shadow: 5px 5px 3px #666;
-moz-box-shadow: 5px 5px 3px #666;
-webkit-box-shadow:5px 5px 3px #666;
}