-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css3.css
More file actions
46 lines (37 loc) · 840 Bytes
/
Copy pathstyle.css3.css
File metadata and controls
46 lines (37 loc) · 840 Bytes
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
/*********************************************************************************************
CSS3 Elements Seperated to Maintain Validation
*********************************************************************************************/
#menu a,
.widget img,
#preview img,
#twitter-feed img,
.entry img,
#comment,
#author,
#email,
#url,
#submit,
div.reply,
ul.commentlist li div.reply a,
img.avatar,
.vimeo-vid img,
.youtube-vid img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.entry a {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#preview img {
-webkit-box-shadow: 0px 0px 1px #000000;
-moz-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;
}
.img_arc img {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}