Commit 6cff4efe1bbf33fd57d44beb426b06bc37a37a72
1 parent
1123dc7e
Exists in
master
and in
29 other branches
ActionItem110: Item 4 color Red
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@722 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
41 additions
and
0 deletions
Show diff stats
public/stylesheets/menu.css
@@ -317,3 +317,44 @@ li#category3 ul li a:hover { | @@ -317,3 +317,44 @@ li#category3 ul li a:hover { | ||
317 | color: black; | 317 | color: black; |
318 | } | 318 | } |
319 | 319 | ||
320 | +/* ITEM 4 - Red */ | ||
321 | +#noosfero_bar.category4 { | ||
322 | + background: url("../images/bg_bgmenu.png") repeat-x; | ||
323 | + background-position: 0px -44px; | ||
324 | +} | ||
325 | + | ||
326 | +#navigation_bar ul li#category4 ul { | ||
327 | + background-color: #ae0303 !important; | ||
328 | +} | ||
329 | + | ||
330 | +#wrap.category4 { | ||
331 | +border: 5px solid #ae0303 !important; | ||
332 | +} | ||
333 | + | ||
334 | +#top_bar.category4 { | ||
335 | +background-color: #ae0303; | ||
336 | +} | ||
337 | + | ||
338 | +#category4 a { | ||
339 | + background: url("../images/bg_menu_options.png") no-repeat; | ||
340 | + background-position: -494px 0px; | ||
341 | +} | ||
342 | + | ||
343 | +li#category4.active a { | ||
344 | + background-position: -494px -38px; | ||
345 | +} | ||
346 | + | ||
347 | +li#category4:hover a { | ||
348 | +background-position: -494px -76px !important; | ||
349 | +} | ||
350 | + | ||
351 | +li#category4 ul li a { | ||
352 | + color: white; | ||
353 | + background: #5c3566; | ||
354 | + border-right: 1px solid black; | ||
355 | +} | ||
356 | + | ||
357 | +li#category4 ul li a:hover { | ||
358 | + color: black; | ||
359 | +} | ||
360 | + |