aboutsummaryrefslogtreecommitdiff
path: root/mod/habitorio_theme/views/default/habitorio_theme/css.php
blob: bf475dcd407a31f3a6212518bae03d002a4a95a6 (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
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
170
171
172
173
174
175
176
177
178
<?php
?>

#social_menu {
background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/menu.png) top center no-repeat;
width:980px;
height:54px;
margin:20px auto 0px auto;
position:relative;
}
#social_topbar {
background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/menu.png) bottom center no-repeat;
width:980px;
height:41px;
margin:0px auto;
padding-top:3px;
}
#social_topbar a {
color:#333333;
}
.elgg-menu-site > li > a {
padding: 6px 6px 3px 6px;
height: 20px;
font-weight:bold;
box-shadow:none;
}

.elgg-menu-site-default {
position: absolute;
bottom: 13px;
left: 30px;
height: 23px;
}
.elgg-menu-site-default > li {
float: left;
margin-right: 1px;
}
.elgg-menu-site-default li:last-child{
background:none;
}
.elgg-menu-site-default > li > a {
color: #333333;
}
.elgg-menu-site-default > .elgg-state-selected > a,
.elgg-menu-site-default > li:hover > a {
color: #fff;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background:#A7A7A7;
text-shadow:none;
}
.elgg-menu-site > li > a:hover {
text-decoration: none;
text-shadow:none;
box-shadow:inset 0 0 1px #ffffff;
}
.elgg-menu-site-more {
display: none;
position: relative;
left: -1px;
width: 100%;
z-index: 1;
min-width: 150px;
padding:0px;
background:#ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

li:hover > .elgg-menu-site-more {
display: block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border:none;
background:#ffffff;
box-shadow:0px 0px 4px #333333;
text-shadow:none;
}

.elgg-menu-site-more > li > a {
color: #333;
background:#ffffff;
padding:5px;
}
.elgg-menu-site-more > li > a:hover {
background:#A7A7A7;
color:#ffffff;
text-shadow:none;
}
.elgg-menu-site-more >li:first-child> a,
.elgg-menu-site-more > li:first-child >a:hover {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
text-shadow:none;
}
.elgg-menu-site-more > li:last-child > a,
.elgg-menu-site-more > li:last-child > a:hover {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
text-shadow:none;
}
.elgg-more > a:before {
content: "\25BC";
font-size: smaller;
margin-right: 4px;
}
.elgg-page-header .elgg-search {
bottom: 49px;
height: 31px;
position: absolute;
right: 10px;
background:url(<?php echo $vars['url']; ?>mod/habitorio_theme/graphics/search.png) no-repeat;
padding-right:60px;
width:216px;
height:34px;
}
.front_left {
width:420px;
margin-left:50px;
}
.front_right {
width:420px;
margin-right:50px;
}
.search-input {
border:none;
}
.elgg-page-header .elgg-search input[type=text] {
width: 166px;
}
.elgg-page-header .elgg-search input[type=submit] {
display: none;
}
.elgg-search input[type=text] {
color: #333;
font-size: 12px;
font-weight: bold;
padding: 2px 4px 2px 26px;
margin-top:10px;
margin-left:6px;
border:none;
}
.elgg-search input[type=text]:focus, .elgg-search input[type=text]:active {

color: #0054A7;
border:none;
}
.search-list li {
padding: 5px 0 0;
}
.search-heading-category {
margin-top: 20px;
color: #666666;
}

*:hover, .elgg-state-selected {
text-shadow:none;
}
.elgg-menu-page a:hover, #profile-owner-block a:hover{
background:#333333;
}
.elgg-menu-page li.elgg-state-selected > a {
background:#000000;
}