-
Notifications
You must be signed in to change notification settings - Fork 12
/
rtl.css
55 lines (45 loc) · 925 Bytes
/
rtl.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
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
Theme Name: Rookie
*/
.posted-on {
float: right;
}
.search-form .search-field {
border-right-width: 1px;
border-left-width: 0;
border-radius: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.search-form .search-submit {
border-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.sp-template-countdown time span {
border-right: 0;
border-left: 1px solid #e0e0e0;
}
.sp-template-countdown time span:first-child {
border-right: 1px solid #e0e0e0;
}
@media screen and (min-width: 601px) {
.site-logo {
margin: -1em 0 -1em 10px;
}
.content-area,
.widecolumn {
box-shadow: -1px 0 0 #e0e0e0;
}
.site-footer .footer-widget-region {
padding-right: 0;
padding-left: 20px;
}
.site-footer .footer-widget-region:first-child {
padding-left: 20px;
padding-right: 20px;
}
.site-footer-has-logo .footer-widget-region:first-child {
padding-right: 0;
}
}