This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
169 lines (143 loc) · 3.01 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
/*
Theme Name: Kang LTE
Theme URI: https://dokumentasi.my.id
Author: Kang
Author URI: http://kang-cahya.com/
Description: Kang LTE merupakan tema konversi dari template adminLTE html menjadi tema wordpress. Tema ini di perutuhkan untuk blog personal yang mendukung beberapa format yang menyajikan tiap formatnya dalam tampilan yang berbeda-beda.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, left-sidebar, responsive-layout, featured-images, microformats, post-formats
Text Domain: CODE.DOKUMENTASI.RG
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.
*/
.post-nav-link{
cursor:pointer;
width: 30px;
height: 30px;
font-size: 15px;
line-height: 30px;
position: absolute;
color: #666;
background: #d2d6de;
border-radius: 50%;
text-align: center;
left: 18px;
top: 0;
}
.post-nav-link a i.fa{
cursor:pointer;
}
.direct-chat-messages{
height: auto;
}
.direct-chat-messages.replies{
padding-left:50px;
}
ul.dycommentlist{
list-style-type: none;
}
ul.dycommentlist > li > ul.children li{
list-style-type: none;
}
div.comment-author.vcard img{
border-radius: 50%;
}
div.comment-content{
border-radius: 0px 0px 10px 0px;
position: relative;
padding: 5px 10px;
background: #d2d6de;
border: 1px solid #d2d6de;
/*margin: 5px 0 0 50px;*/
color: #444;
}
span.says{
display: none;
}
div.comment-metadata{
right: 0;
}
a.comment-reply-link{
background-color:#dd4b39 !important;
padding: 5px;
border-radius: 0px 0px 5px 5px;
color: #FFFFFF;
font-weight: bold;
}
article.comment-body{
padding-bottom: 15px;
}
b.fn:first-letter {
text-transform: capitalize;
}
div.widget-title{
color: #444;
display: block;
padding: 10px;
position: relative;
}
/*div.widget-title.with-border{
border-bottom: 1px solid #f4f4f4;
}*/
h3.box-title{
display: inline-block;
font-size: 18px;
margin: 0;
line-height: 1;
}
.menu-menu-utama-container ul{
list-style:none;
position:relative;
float:left;
margin:0;
padding:0
}
.menu-menu-utama-container ul a
{
display:block;
color:#333;
text-decoration:none;
z-index: 1000;
/*font-weight:700;*/
font-size:12px;
line-height:32px;
padding:10px;
font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}
.menu-menu-utama-container ul li
{
position:relative;
float:left;
margin:0;
padding:0;
}
.menu-menu-utama-container ul ul
{
display:none;
position:absolute;
top:100%;
left:0;
background:#fff;
padding:0;
}
.menu-menu-utama-container ul ul li
{
float:none;
width:200px;
}
.menu-menu-utama-container ul ul a
{
line-height:120%;
padding:10px 15px;
}
.menu-menu-utama-container ul ul ul
{
top:0;
left:100%
}
.menu-menu-utama-container ul li:hover > ul
{
display: block;
}