Commit 2f27fcaa1b87b833f4b7910b164c7854931fc0c2
Exists in
master
and in
12 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
177 additions
and
1 deletions
Show diff stats
... | ... | @@ -0,0 +1,176 @@ |
1 | +/*controller-search action-search-software_infos template-default webkit*/ | |
2 | + | |
3 | +#catalog-filter{ | |
4 | + display: none; | |
5 | +} | |
6 | + | |
7 | +.action-search-software_infos #content #main-content-wrapper-8 h1{ | |
8 | + border-top: 3px solid #4562b1 !important; | |
9 | + color: #4562b1 !important; | |
10 | + text-transform: uppercase; | |
11 | + font-size: 19px !important; | |
12 | + padding-left: 0.8em !important; | |
13 | + /*padding: 0px;*/ | |
14 | + margin-left: 0px; | |
15 | + border-bottom:none !important; | |
16 | + background-color:#f1f1f1; | |
17 | +} | |
18 | + | |
19 | +.action-search-software_infos #main-content-wrapper-8 .search-form{ | |
20 | + margin-top:-10px; | |
21 | + background-color:#f1f1f1; | |
22 | +} | |
23 | + | |
24 | +.action-search-software_infos .search-results-header { | |
25 | +border-bottom: 2px solid #ccc !important; | |
26 | +} | |
27 | + | |
28 | +#search-input { | |
29 | + font-size:110%; | |
30 | + margin: 0px 0px 20px 15px; | |
31 | + border-radius: 4px; | |
32 | + padding: 0.55em; | |
33 | +} | |
34 | + | |
35 | +#search-input.blur { | |
36 | + font-size:110%; | |
37 | + font-style: normal; | |
38 | + color: #aaa; | |
39 | + margin: 0px 0px 20px 15px; | |
40 | + border-radius:4px; | |
41 | + padding:0.55em; | |
42 | +} | |
43 | + | |
44 | +.controller-search #content form input.button.submit { | |
45 | + height: 30px; | |
46 | + max-height: 30px; | |
47 | + width: 87px; | |
48 | + margin-bottom: 20px; | |
49 | + margin-left:32px; | |
50 | + color:#ffffff; | |
51 | + /*background-color:#4562b1;*/ | |
52 | + text-transform: uppercase; | |
53 | + font-weight: bold; | |
54 | + /*border: 1px solid #4562b1;*/ | |
55 | + padding:0px; | |
56 | +} | |
57 | +.action-search-software_infos #content input.button{ | |
58 | + background-color:#4562b1; | |
59 | + border: 1px solid #4562b1; | |
60 | + | |
61 | + | |
62 | +} | |
63 | + | |
64 | +.action-search-software_infos .icon-search{ | |
65 | + background-image:none !important; | |
66 | + | |
67 | +} | |
68 | + | |
69 | +.controller-search .search-field .formfield { | |
70 | + width: 720px; | |
71 | +} | |
72 | + | |
73 | +.action-search-software_infos .only-one-result-box .search-enterprise-item { | |
74 | + padding: 50px 0 !important; | |
75 | + background: #ffffff; | |
76 | +} | |
77 | + | |
78 | +.action-search-software_infos .search-results-innerbox { | |
79 | + border:none; | |
80 | +} | |
81 | + | |
82 | +.action-search-software_infos .common-profile-list-block .vcard:hover { | |
83 | + border: none; | |
84 | + background: none; | |
85 | +} | |
86 | + | |
87 | +.action-search-software_infos .common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
88 | + display:none; | |
89 | +} | |
90 | +/* | |
91 | +.common-profile-list-block .profile-image { | |
92 | + padding:0px 200px; | |
93 | +} | |
94 | +*/ | |
95 | + | |
96 | +.action-search-software_infos .search-enterprise-item-column-left{ | |
97 | + border-right: 2px solid #ccc; | |
98 | + padding: 0px 50px 0px 10px; | |
99 | + margin:none; | |
100 | +} | |
101 | + | |
102 | +.action-search-software_infos .search-enterprise-item-column-right{ | |
103 | + width:70%; | |
104 | +} | |
105 | + | |
106 | +.action-search-software_infos .common-profile-list-block .vcard { | |
107 | + border: none; | |
108 | +} | |
109 | + | |
110 | +.action-search-software_infos .org { | |
111 | + display:none !important; | |
112 | +} | |
113 | + | |
114 | +.action-search-software_infos .search-enterprise-item-column-left .vcard img { | |
115 | + max-width: 90px; | |
116 | + height: auto; | |
117 | + max-height: 90px; | |
118 | + margin-left:90px; | |
119 | +} | |
120 | + | |
121 | +/* | |
122 | +.common-profile-list-block img { | |
123 | +border: none; | |
124 | +/* max-width: 50px; */ | |
125 | +/* max-height: 50px; | |
126 | +}*/ | |
127 | + | |
128 | +.action-search-software_infos .common-profile-list-block .profile-image{ | |
129 | + padding:20px 40px; | |
130 | + margin-left:50px; | |
131 | +} | |
132 | +.action-search-software_infos .common-profile-list-block span { | |
133 | + width: 50% !important; | |
134 | +} | |
135 | + | |
136 | +.action-search-software_infos .common-profile-list-block .extra_info { | |
137 | + font-size: 13px; | |
138 | + opacity: inherit; | |
139 | + margin-top:-100px; | |
140 | + margin-bottom:100px; | |
141 | + text-align: left; | |
142 | + | |
143 | +} | |
144 | +.action-search-software_infos .search-enterprise-item .search-enterprise-item-column-right { | |
145 | + font-size: 13px; | |
146 | + margin:-20px; | |
147 | +} | |
148 | +.action-search-software_infos .search-enterprise-item-column-right .search-community-content-block h4 a { | |
149 | + color:#172938 !important; | |
150 | + font-size:19px !important; | |
151 | +} | |
152 | + | |
153 | +/*.search-community-content-block { | |
154 | + display:none; | |
155 | +} | |
156 | + | |
157 | +/* | |
158 | +.extra_info{ | |
159 | + text-align: left; | |
160 | + padding: 0px; | |
161 | + margin: 0px 0px 0px 0px; | |
162 | +} | |
163 | + | |
164 | +*/ | |
165 | + | |
166 | +/* | |
167 | +img { | |
168 | +display: block; | |
169 | +text-align: center; | |
170 | +width: 150px; | |
171 | +height: 90px; | |
172 | +padding-top: 20px; | |
173 | +padding-bottom: 30px; | |
174 | +overflow: hidden; | |
175 | +} | |
176 | +*/ | |
0 | 177 | \ No newline at end of file | ... | ... |
style.css