-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
104 lines (78 loc) · 1.64 KB
/
style.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
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
/*
Theme Name: Wordpress Theme Kit
Theme URI: http://internetkultur.at
Description: Barebone wordpress theme to get started
Version: 1
Author: Christoph Peter
Author URI: http://twitter.com/christoph_peter
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none }
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.clear{clear:both;zoom: 1;}
/*
Shortcodes
-----------------------------------------------------
- Columns
- Clear
- Horizontal Line
- Tabs
*/
/*
Columns
*/
.ik-column{
float: left;
}
.ik-column-content{
padding:10px;
}
/*
Clear
*/
.clear{
clear: both;
}
/*
Horizontal line
*/
.ik-hline{
width: 100%;
height: 1px;
border-bottom: 1px solid #999;
clear: both;
}
/*
Tabs
*/
.ik-tabs{
width: 100%;
}
.ik-tabs .ik-tab-btns{
width: 100%;
}
.ik-tabs .ik-tab-btns .ik-tab-btn{
float: left;
line-height: 40px;
cursor: pointer;
}
.ik-tabs .ik-tab-btns .ik-tab-btn.active{
background: #999;
color: #fff;
}
.ik-tabs .ik-tab-panels{
clear: both;
padding: 10px 0px;
}