-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (69 loc) · 1.11 KB
/
style.css
File metadata and controls
88 lines (69 loc) · 1.11 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
/*
Theme Name: Pabelog
Theme URI: https://www.pabelog.com
Description: Pabelog theme.
Author: Nadiar AS
Author URI: https://www.pabelog.com
Template: marketers-delight
Version: 0.0.1
*/
/* LINKS */
a {
color: green;
text-decoration: none
}
.links-main a {
border-bottom: none
}
a:hover, a:focus, .toc_list a:hover {
color: #e55b36;
}
.text-sec, .tagline, .gfield_description, .ginput_complex label, .entry-subtitle {
color: #606060;
}
/* HEADER */
.header {
background-color: #f4f4f4;
position: relative;
z-index: 60;
}
.logo, .tagline {
max-width: 333px;
}
p.tagline {
text-align: right;
}
/* FOOTER */
.powered img {
max-height: 60px;
margin: -10px 0 0 10px;
vertical-align: middle;
}
.powered a {
border-bottom: none;
outline: none
}
/* IMG */
.wp-caption-text {
border-bottom: none
}
/* TOC */
.toc_wrap {
background-color: #ddd;
padding: 26px;
max-width: 338px;
text-align: left!important
}
.toc_wrap .toc_title {
color: #555;
font-size: 16px;
margin-bottom: 13px;
text-transform: uppercase;
}
.toc_list a {
color: #555;
border-bottom: none;
}
ul.toc_list ul {
margin: 0 0 9px 26px;
}