forked from cwhittl/multisite-global-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
101 lines (81 loc) · 1.53 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
/***************** Widget ********************/
.mssearch {
border: 1px solid #bbb;
}
.ms-global-search_form {
padding: 5px;
}
.ms-global-search_form input {
margin: 10px 4px 4px 4px;
}
.ms-global-search_vbox {
}
.ms-global-search_hbox {
}
.ms-global-search_term {
font-weight: bold;
}
/***************** Page **********************/
/* Error message */
.globalpage_message {
}
.globalpage_title {
}
/* Blog title */
.globalblog_title {
margin-top: 14px;
font-weight: bold;
text-decoration: underline;
}
/* Results */
.globalsearch_post {
clear: both;
padding-top: 6px;
padding-bottom: 9px;
margin-bottom: 10px;
}
.globalsearch_header {
margin: 0 10px 0 11px;
min-height: 38px;
padding-top: 0px;
padding-bottom: 7px;
}
.globalsearch_title {
}
.globalsearch_meta {
margin: 0;
overflow: hidden;
min-height: 16px;
font-size: 12px;
}
.globalsearch_meta span {
padding-left: 14px;
color: #808080;
margin-right: 12px;
background-image: url(images/span.gif);
background-repeat: no-repeat;
}
.globalsearch_comment {
float: right;
line-height: 12px;
background-position: left -58px;
margin-right: 0 !important;
margin-top: 4px;
}
.globalsearch_date {
text-align: center;
margin-right: 6px;
margin-top: 0px;
background-position: left -98px;
}
.globalsearch_author {
background-position: left 2px;
}
.globalsearch_edit {
background-position: left -138px;
}
.globalsearch_content {
line-height: 160%;
margin: 10px 0 0 0;
padding: 0;
}