search-pages.css
3.4 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
/*** Search Community ***/
.action-search-index #content form #search-header,
.action-search-people #content form #search-header,
.action-search-communities #content form #search-header{
margin-top: 5px;
float: right;
border: none;
}
.action-search-people #content form #search-header #search-filters .sod_select,
.action-search-communities #content form #search-header #search-filters .sod_select{
color: #3E67B1;
border: 1px solid #3E67B1;
border-radius: 4px;
font-family: Arial;
font-variant: normal;
font-weight: 300;
box-shadow: none;
}
.action-search-people #content form #search-header #search-filters .sod_select .sod_list,
.action-search-communities #content form #search-header #search-filters .sod_select .sod_list{
margin: -2px 0 0 -1px;
color: #3E67B1;
border: 1px solid #3E67B1;
border-top: none;
border-radius: 0px 0px 4px 4px;
font-family: Arial;
font-variant: normal;
font-weight: 300;
}
.action-search-people #content form #search-header #search-filters .sod_select .sod_list .active,
.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active{
border-radius: 0px 0px 4px 4px;
}
.action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected,
.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected{
padding-right: 21px;
}
.action-search-people #content form #search-subheader .sod_select,
.action-search-communities #content form #search-subheader .sod_select{
line-height: 15px;
}
.action-search-index #content form .search-field,
.action-search-people #content form .search-field,
.action-search-communities #content form .search-field{
margin-bottom: 30px;
}
.action-search-index #content form .search-field .formfield,
.action-search-people #content form .search-field .formfield,
.action-search-communities #content form .search-field .formfield{
float: left;
width: 99%;
}
.action-search-index #content form .search-field .formfield input,
.action-search-people #content form .search-field .formfield input,
.action-search-communities #content form .search-field .formfield input{
margin-top: 0px;
padding: 6px;
height: 19px;
max-height: 19px;
max-width: 98%;
background: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.action-search-index #content form input.button.submit,
.action-search-people #content form input.button.submit,
.action-search-communities #content form input.button.submit{
height: 32px;
margin-top: 8px;
padding: 5px 15px;
background: #3E67B1 none;
color: #FFF;
border-radius: 4px;
border: 1px solid #3E67B1;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
}
.action-search-index #content form input.button.submit:hover,
.action-search-people #content form input.button.submit:hover,
.action-search-communities #content form input.button.submit:hover{
background: #5E82C6;
}
.action-search-people #search-results .search-results-type-people,
.action-search-communities #search-results .search-results-type-community{
background: none;
border: 1px solid #ccc;
border-radius: 10px;
}
.action-search-index #search-results h3{
margin: 20px 0 10px 0;
color: #172738;
font-size:18px;
line-height: 21px;
font-family: Arial;
font-weight: 700;
font-variant: normal;
}
.action-search-index #search-results .search-results-innerbox{
background: none;
border: 1px solid #ccc;
}