-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css.html
More file actions
121 lines (120 loc) · 3.69 KB
/
Copy pathstyle.css.html
File metadata and controls
121 lines (120 loc) · 3.69 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title>style.css</title>
<basefont face="Tahoma" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/270217 (zh-CN); Windows/6.1.7600;"/>
<style>
body, td {
font-family: Tahoma;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="2180"/>
<h1>style.css</h1>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
/*<br>
Theme Name: TangStyle_Child<br>
Description: Child theme for the TangStyle_V1.0.8<br>
Author: dramatea<br>
Template: TangStyle_V1.0.8<br>
*/<br><br>
@import url("../TangStyle_V1.0.8/style.css");<br><br><br>
.text p{text-indent:0px;padding-bottom:5px; padding-top:5px; line-height:22px}<br><br>
h4{margin:5px -5px 5px -5px; padding:2px 2px 2px 10px; font-size:15px; background-color:#feba55; border:none;}<br>
h6{margin:5px -5px 5px -5px; padding:2px 2px 2px 10px; font-size:15px; background-color:#bbb; border:none;}<br><br>
.entry-content img,<br>
.entry-content p img, .entry-content p a img,<br>
.entry-content div img, .entry-content div a img<br>
{<br>
padding:1px;<br>
-webkit-border-radius: 3px;<br>
-moz-border-radius: 3px;<br>
border-radius: 3px;<br>
-moz-box-shadow:0px 0px 2px 0px #8a8;<br>
-webkit-box-shadow:0px 0px 2px 0px #8a8;<br>
box-shadow:0px 0px 2px 0px #8a8;<br>
}<br><br>
img.aligncenter,<br>
img.attachment-thumbnail,<br>
img.size-thumbnail,<br>
.wp-caption img,<br>
.media-attachment img,<br>
.entry-attachment img {<br>
-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);<br>
-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);<br>
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);<br>
-moz-border-radius: 3px;<br>
-webkit-border-radius: 3px;<br>
-o-border-radius: 3px;<br>
-ms-border-radius: 3px;<br>
-khtml-border-radius: 3px;<br>
border-radius: 3px;<br>
}<br><br>
.gallery-caption, .entry-caption {<br>
padding:.2em;<br>
margin:.2em;<br>
text-align: center;<br>
font-size: 12px;<br>
color: #aaa;<br>
}<br><br>
#page img{<br>
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);<br>
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);<br>
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);<br>
-moz-border-radius: 500px;<br>
-webkit-border-radius: 500px;<br>
-o-border-radius: 500px;<br>
-ms-border-radius: 500px;<br>
-khtml-border-radius: 500px;<br>
border-radius: 500px;<br>
}<br><br>
/* Link List */<br>
.linklist li{<br>
margin:0;<br>
padding:0;<br>
}<br>
.linklist li a{<br>
margin-bottom:3px;<br>
background:#f0f0ff;<br>
margin-right:5px;<br>
}<br>
.linklist li a:before{<br>
content:' ░ ';<br>
}<br>
.linklist li a:after{<br>
content:' ░ ';<br>
}<br><br>
.wp-caption-text{<br>
text-align:center;<br>
color:#aaa;<br>
}<br><br>
/* Text List*/<br>
.textlist li{padding:5px 2px 5px 2px;}<br>
.textlist li:nth-child(2n){background:#F0FcF0;}<br><br>
/* Single */<br>
#article .update_time{font-size:0.85em; margin:-10px 0 0 0; padding:0;}<br><br><br>
div#copyright{<br>
margin-top:5px;<br>
margin-bottom:10px;<br>
padding:2px 2px 2px 5px;<br>
color:#999;<br>
font-size:12px;<br>
border:1px solid #ccc;<br>
border-radius: 7px;<br>
-moz-border-radius: 7px;<br>
-khtml-border-radius: 7px;<br>
-webkit-border-radius: 7px;<br>
}<br>
div#copyright.cc_by_nc_sa{<br>
background:#fafaff;<br>
}<br><br>
div#article blockquote{<br>
background-color:#fafafa;<br>
}<br><br>
del{color:inherit}
</div>
</div></body></html>