Commit a6b74eaf0ad620584a3e4e86077d8e0b761500ab
Committed by
Arthur Sturzbecher

1 parent
63a10153
Exists in
master
and in
7 other branches
Adds page catalog CSS
Showing
1 changed file
with
121 additions
and
12 deletions
Show diff stats
page-catalog-software.css
... | ... | @@ -5,17 +5,54 @@ |
5 | 5 | } |
6 | 6 | |
7 | 7 | .action-search-software_infos #content #main-content-wrapper-8 h1{ |
8 | - border-top: 4px solid #3E67B1 !important; | |
9 | - color: #2B65cd !important; | |
10 | - text-transform: uppercase; | |
11 | - font-size: 16px !important; | |
12 | - padding: 15px 0px 10px 15px; | |
13 | - border-bottom:none !important; | |
14 | - background-color:#eee; | |
8 | + color: #172838; | |
9 | + text-transform: normal; | |
10 | + font-size: 34px !important; | |
11 | + padding: 0 0 10px 0; | |
12 | + border-bottom: 1px solid #D7D7D7; | |
13 | + background-color:none; | |
14 | + margin-bottom: 30px; | |
15 | 15 | /*padding-left: 0.8em !important;*/ |
16 | 16 | /*margin-left: 0px;*/ |
17 | 17 | } |
18 | 18 | |
19 | +#main-content-wrapper-8 h2{ | |
20 | + margin: 0 0 30px 0; | |
21 | + font-family: "open_sansregular", Arial, Helvetica, sans-serif; | |
22 | + font-size: 16px; | |
23 | + color: #FF0366; | |
24 | + text-transform: uppercase; | |
25 | +} | |
26 | + | |
27 | +#content .no-boxes #main-content-wrapper-8 { | |
28 | + padding: 0; | |
29 | + background: #fff; | |
30 | +} | |
31 | + | |
32 | +.search-form h3{ | |
33 | + text-transform: uppercase; | |
34 | + font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
35 | + font-size: 14px; | |
36 | + margin-bottom: 5px; | |
37 | + color: #4562B1; | |
38 | + font-size: 16px; | |
39 | + padding: 15px; | |
40 | + margin: 0 !important; | |
41 | +} | |
42 | + | |
43 | +.controller-search .search-field .formfield { | |
44 | + width: 100%; | |
45 | +} | |
46 | + | |
47 | +#search-input{ | |
48 | + width: 96%; | |
49 | + font-size: 14px; | |
50 | + border: 1px solid #D7D7D7; | |
51 | + padding: 8px 5px; | |
52 | + margin: 0 15px 3px 15px; | |
53 | + color: #172938; | |
54 | +} | |
55 | + | |
19 | 56 | .action-search-software_infos #main-content-wrapper-8 .search-form{ |
20 | 57 | margin-top:-10px; |
21 | 58 | background-color: #eee; /*#f1f1f1;*/ |
... | ... | @@ -58,6 +95,80 @@ |
58 | 95 | padding:0.55em; |
59 | 96 | } |
60 | 97 | |
98 | +#filter-option-catalog-software{ | |
99 | + padding: 10px 15px; | |
100 | + color: #172938; | |
101 | + text-transform: uppercase; | |
102 | + text-align: right; | |
103 | + border-top: 1px solid #fff; | |
104 | + background-color: #D4D5DC; | |
105 | + border-bottom-left-radius: 4px; | |
106 | + border-bottom-right-radius: 4px; | |
107 | + font-size: 11px; | |
108 | + font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
109 | +} | |
110 | + | |
111 | +#filter-option-catalog-software:hover{ | |
112 | + background-color: #ccc; | |
113 | + border-bottom-left-radius: 4px; | |
114 | + border-bottom-right-radius: 4px; | |
115 | + cursor: pointer; | |
116 | +} | |
117 | + | |
118 | +.controller-search #content .search_form h4 { | |
119 | + background: none; | |
120 | + color: #172938; | |
121 | + font-weight: bold; | |
122 | + font-family: arial; | |
123 | + font-size: 15px; | |
124 | +} | |
125 | + | |
126 | +#group-categories { | |
127 | + line-height: 31px; | |
128 | + font-size: 14px; | |
129 | + color: #172938; | |
130 | +} | |
131 | + | |
132 | +.project-software { | |
133 | + border-top: 1px dotted; | |
134 | + border-bottom: 1px dotted; | |
135 | + padding: 8px; | |
136 | + font-size: 14px; | |
137 | + margin: auto 10px; | |
138 | +} | |
139 | + | |
140 | +#cleanup-filter-catalg{ | |
141 | + background: #3867B7; | |
142 | + margin: 15px 0 10px 8px; | |
143 | + color: #fff; | |
144 | + border-radius: 4px; | |
145 | + border: 1px solid #2B65CD; | |
146 | + padding: 5px 15px; | |
147 | + font-size: 14px; | |
148 | +} | |
149 | + | |
150 | +#close-filter-catalog{ | |
151 | + float: right; | |
152 | + border: none; | |
153 | + background: none; | |
154 | + font-size: 12px; | |
155 | + margin-top: 0; | |
156 | + color: #172938; | |
157 | + text-transform: uppercase; | |
158 | + padding: 0; | |
159 | + margin: 20px 8px 10px 8px; | |
160 | + | |
161 | +} | |
162 | + | |
163 | +#catalog-display-options { | |
164 | + position: relative; | |
165 | + width: 100%; | |
166 | + font-size: 14px; | |
167 | + border-bottom: 1px solid #D7D7D7; | |
168 | + margin: 20px 0 0px 0; | |
169 | + height: 30px; | |
170 | +} | |
171 | + | |
61 | 172 | .controller-search .search-field .formfield { |
62 | 173 | width: 80%; |
63 | 174 | } |
... | ... | @@ -73,7 +184,6 @@ |
73 | 184 | /*border: 1px solid #4562b1;*/ |
74 | 185 | /*padding:0px;*/ |
75 | 186 | color:#ffffff; |
76 | - background-color:#4562b1; | |
77 | 187 | } |
78 | 188 | |
79 | 189 | .controller-search .search-results-type-empty div{ |
... | ... | @@ -87,7 +197,7 @@ |
87 | 197 | background-color:#2B65cd; |
88 | 198 | border: 1px solid #2B65cd; |
89 | 199 | font-family:open_sansbold; |
90 | - color: #ffffff; | |
200 | + color: #ffffff; | |
91 | 201 | border-radius: 4px; |
92 | 202 | padding:0px; |
93 | 203 | } |
... | ... | @@ -127,7 +237,7 @@ |
127 | 237 | } |
128 | 238 | |
129 | 239 | .action-search-software_infos .common-profile-list-block .vcard a.profile_link{ |
130 | - float:left; | |
240 | + float:left; | |
131 | 241 | } |
132 | 242 | |
133 | 243 | /* |
... | ... | @@ -185,7 +295,7 @@ |
185 | 295 | |
186 | 296 | .action-search-software_infos .common-profile-list-block .profile-image{ |
187 | 297 | /*padding:20px 40px;*/ |
188 | - margin-left: 140px; /*85px; TESTANDO*/ | |
298 | + margin-left: 140px; /*85px; TESTANDO*/ | |
189 | 299 | /*margin-top: 10px;*/ |
190 | 300 | width: 130px; |
191 | 301 | height: 130px; |
... | ... | @@ -255,4 +365,3 @@ |
255 | 365 | margin-right: 10px !important; |
256 | 366 | width: auto !important; |
257 | 367 | } |
258 | - | ... | ... |