aboutsummaryrefslogtreecommitdiff
path: root/mod/search/views/default/search/css.php
blob: 557f94e21cb141fa8883be52b88eab50009cd184 (plain)
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
<?php
/**
 * Elgg Search css
 * 
 * @package search
 */
?>

.search_listing  {
	background:none;
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	display:block;
	margin:0;
	padding:5px 0 7px;
	position:relative;
}
.search_listing_icon {
	float:left;
	margin-left:3px;
	margin-top:3px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
	margin:0;
}
.search_listing_info {
	float:left;
	margin-left:7px;
	min-height:28px;
	width:693px;
}
.search_listing_info p {
	margin:0;
}
.search_listing_category_title {
	margin-top:20px;
}
.search_listing_category_title h2 {
	color:#666666;
}
.search_listing.more {
	display: block;
}


/* search matches */
.searchtype {
	background: #FFFACD;
	color: black;
}
.searchtypes {
	border: 1px #EEEEEE solid;
	padding: 4px;
	margin: 6px;
}
.searchMatch {
	background-color: #bbdaf7;
}
.searchMatchColor1 {
	background-color: #bbdaf7;
}
.searchMatchColor2 {
	background-color: #A0FFFF;
}
.searchMatchColor3 {
	background-color: #FDFFC3;
}
.searchMatchColor4 {
	background-color: #cccccc;
}
.searchMatchColor5 {
	background-color: #4690d6;
}

/* formatting for the search results */

.search_listing .item_timestamp {
	font-style: italic;
}