-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
147 lines (122 loc) · 2.93 KB
/
style.css
File metadata and controls
147 lines (122 loc) · 2.93 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
/*
Theme Name: Arka Kapı Magazine
Theme URI: https://github.com/arkakapi
Author: Omer Citak
Author URI: https://omercitak.com/
Description: Details: <a href="https://github.com/arkakapi/wp-theme/">https://github.com/arkakapi/wp-theme/</a>
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: arkakapi, arka kapi, arka kapi magazine, arka kapi dergi
Text Domain: arkakapi
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.dropdown {
float: left;
margin-right: 10px;
}
ul.dropdown-menu li a {
text-transform: capitalize;
}
.issues-tab li a {
font-size: 20px;
}
.content-title {
text-align: center;
padding: 0;
}
.hs-line-11 {
letter-spacing: 0.2em;
line-height: 1.4;
}
.blog-item-title, .blog-item-data {
text-transform: none;
}
span.page-numbers {
display: inline-block;
min-width: 30px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 7px 14px;
border: 1px solid #eaeaea;
color: #999;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
span.current {
border-color: #bbb;
color: #444;
cursor: default;
}
nav ul li a {
height: 75px;
line-height: 75px;
}
.wpcf7-form > div.clearfix > div.cf-right-col > div > span > textarea {
height: 84px;
}
.footer-social-links div {
display: table;
margin: 0 auto;
}
.footer-social-links div ul {
list-style: none;
}
.footer-social-links div ul li {
float: left;
}
.sponsor-item {
text-align: center;
}
.wpcf7-recaptcha {
float: left;
}
img.dashed {
border: 1px #000 dashed;
margin: 0 auto;
display: block;
}
.tribe-events-list-widget .tribe-event-title {
font-size: 14px;
}
.tribe-events-list-widget .tribe-list-widget {
padding: 0;
}
.issue-content {
overflow-y: scroll;
height: 450px;
}
.issue-content::-webkit-scrollbar {
width: 12px;
}
.issue-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
.issue-content::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}