welcome.css
4.64 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
.appearance_page_storefront-welcome .col {
margin-bottom: 0; }
.appearance_page_storefront-welcome .col2-set::after {
clear: both;
content: "";
display: table; }
.appearance_page_storefront-welcome .col2-set .col-1,
.appearance_page_storefront-welcome .col2-set .col-2 {
width: 48%;
float: left; }
.appearance_page_storefront-welcome .col2-set .col-2 {
float: right; }
.appearance_page_storefront-welcome .sf-title {
float: left;
margin-bottom: .53em; }
.appearance_page_storefront-welcome .version {
font-size: 30%;
padding: 0.387em 0.857em;
border-radius: 3px;
background-color: #fff;
font-weight: 700; }
.appearance_page_storefront-welcome .sf-review {
max-width: 360px;
float: right;
margin-bottom: .53em; }
.appearance_page_storefront-welcome .sf-review p {
font-size: .857em; }
.appearance_page_storefront-welcome .sf-review + .boxed {
clear: both; }
.appearance_page_storefront-welcome .boxed {
padding: 1.387em 2.244em;
background: #fff;
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 4px;
position: relative;
margin-bottom: 2.618em; }
.appearance_page_storefront-welcome .boxed > h2:first-child {
font-weight: 700;
font-size: 1.1em; }
.appearance_page_storefront-welcome .boxed .button {
line-height: 16px;
height: 38px;
padding: 10px 20px; }
.appearance_page_storefront-welcome .boxed p,
.appearance_page_storefront-welcome .boxed ul {
font-size: .857em; }
.appearance_page_storefront-welcome .boxed ul.extensions::after {
clear: both;
content: "";
display: table; }
.appearance_page_storefront-welcome .boxed ul.extensions li {
width: 48%;
float: left; }
.appearance_page_storefront-welcome .boxed ul.extensions li:nth-child(2n) {
float: right; }
.appearance_page_storefront-welcome .boxed:before {
content: "\f127";
display: block;
position: absolute;
top: 1.387em;
right: 1.387em;
font-size: 1.618em;
font-family: 'Dashicons';
font-weight: 400;
-webkit-font-smoothing: antialiased; }
.appearance_page_storefront-welcome .boxed.enrich:before {
content: "\f513"; }
.appearance_page_storefront-welcome .boxed.enhance {
border-width: 2px;
border-color: #0073aa; }
.appearance_page_storefront-welcome .boxed.enhance:before {
content: "\f502";
color: #0073aa; }
.appearance_page_storefront-welcome .boxed.free-plugins:before {
content: "\f106"; }
.appearance_page_storefront-welcome .boxed.contribute:before {
content: "\f487"; }
.appearance_page_storefront-welcome .boxed.suggest:before {
content: "\f488"; }
.appearance_page_storefront-welcome .boxed.child-themes:before {
content: "\f309"; }
.appearance_page_storefront-welcome .boxed.child-themes .child-theme-title {
font-size: .857em; }
.appearance_page_storefront-welcome .boxed.child-themes .child-theme {
width: 48%;
float: left;
clear: both;
margin-bottom: 1.618em; }
.appearance_page_storefront-welcome .boxed.child-themes .child-theme img {
margin-bottom: 1em;
border: 2px solid #ddd; }
.appearance_page_storefront-welcome .boxed.child-themes .child-theme:nth-child(2n) {
float: right;
clear: none; }
.appearance_page_storefront-welcome .boxed.news .col2-set h4 {
font-size: .857em;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 5px;
color: #999; }
.appearance_page_storefront-welcome .boxed.news .col2-set ul {
margin-top: 0; }
.appearance_page_storefront-welcome .boxed.news h5 {
margin: 0; }
.appearance_page_storefront-welcome .boxed.news .date {
text-transform: uppercase;
color: #999;
font-size: .75em; }
.appearance_page_storefront-welcome .boxed.news:before {
content: "\f319"; }
.appearance_page_storefront-welcome .free {
text-transform: uppercase;
color: #fff;
background: #45B964;
display: inline-block;
padding: 2px 8px;
float: right;
margin: 0;
font-size: .75em !important;
border-radius: 3px; }
.appearance_page_storefront-welcome .activated {
background: #45B964;
color: #fff;
font-size: 13px;
line-height: 26px;
height: 26px;
margin: 0;
padding: 9px 20px;
display: inline-block;
border-radius: 3px; }
.appearance_page_storefront-welcome .activated span {
line-height: 26px; }
.appearance_page_storefront-welcome .automattic {
text-align: center;
clear: both; }
.appearance_page_storefront-welcome .automattic p {
font-size: .75em;
letter-spacing: 1px;
text-transform: uppercase;
color: #aaa; }
.appearance_page_storefront-welcome .automattic img {
max-height: 9px;
margin: 0 0.53em;
margin-top: -3px;
opacity: 0.5; }