This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (85 loc) · 1.61 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
/*
Theme Name: Twenty Thirteen Child
Template: twentythirteen
*/
@import url(../twentythirteen/style.css);
.site-content {
max-width: 960px;
margin: auto;
}
.list-posts,
#list-topics,
#selected-topics {
margin: 0 auto;
width: 100%;
list-style: none;
padding: 0;
}
#list-topics li,
#selected-topics li {
border-bottom: 1px solid #f8f8f8;
position: relative;
}
#list-topics li a,
#selected-topics li {
display: block;
padding: 7px 9px;
}
#list-topics li a:hover,
#selected-topics li:hover {
background: none repeat scroll 0 0 #eaf2fa;
box-shadow: 0 0 0 1px #d6e1ec;
color: #000;
}
.adv-search {
/*height: 150px;*/
overflow: auto;
margin: 20px 0;
width: 50%;
float: left;
border: 1px solid #dfdfdf;
}
#results {
clear: both;
}
.hentry {
padding: 0;
}
#select-result {
position: absolute;
}
#list-topics span,
#selected-topics span {
display: inline-block;
float: right;
}
#list-topics .ui-icon,
#selected-topics .ui-icon {
display: none;
position: absolute;
right: 5px;
top: 13px;
}
#list-topics li a:hover span.ui-icon,
#selected-topics li:hover span.ui-icon {
display: block;
}
#list-topics li a:hover #topics,
#selected-topics li:hover #topics {
padding-right: 24px;
}
#list-topics .hide {
background: none repeat scroll 0 0 #f8f8f8;
}
#list-topics .hide a {
background: none repeat scroll 0 0 transparent !important;
color: #21759b !important;
cursor: default;
opacity: 0.5;
}
#list-topics .hide a:hover span.ui-icon {
display: none;
}
#list-topics .hide a:hover #topics {
padding-right: 0;
}