Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 2.08 KB | None | 0 0
  1. diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
  2. index f71f2d4..8675650 100644
  3. --- a/templates/header_inc.tpl
  4. +++ b/templates/header_inc.tpl
  5. @@ -3,17 +3,18 @@
  6.  {assign var=theAccount value=$gAccount|default:$gContent}
  7.  <style type="text/css">
  8.  {if $theAccount->mInfo.primary_color}
  9. -#header, #footer, #calendar .today, #calendar td.today a, #calendar td.today a:link, #calendar td.today a:visited,
  10. -#volunteerSchedule table span {ldelim} background-color: #{$theAccount->mInfo.primary_color}; {rdelim}
  11. -#triplebox, .box,
  12. -#adv_search .big_dropdown a:hover  {ldelim} background-color:rgba({$theAccount->mInfo.primary_color_rgb[0]}, {$theAccount->mInfo.primary_color_rgb[1]}, {$theAccount->mInfo.primary_color_rgb[2]}, .7); {rdelim}
  13. +#header, #footer,
  14. +#volunteerSchedule table span,
  15. +#adv_search .big_dropdown a:hover   {ldelim} background-color: #{$theAccount->mInfo.primary_color}; {rdelim}
  16. +#triplebox, .box {ldelim} background-color:rgba({$theAccount->mInfo.primary_color_rgb[0]}, {$theAccount->mInfo.primary_color_rgb[1]}, {$theAccount->mInfo.primary_color_rgb[2]}, .7); {rdelim}
  17.  #contact_form input[type=text],
  18.  #contact_form textarea {ldelim} background-color:rgba({$theAccount->mInfo.primary_color_rgb[0]}, {$theAccount->mInfo.primary_color_rgb[1]}, {$theAccount->mInfo.primary_color_rgb[2]}, .35); {rdelim}
  19.  {/if}
  20.  {if $theAccount->mInfo.link_color}
  21.  form .buttonHolder .button {ldelim} background:#{$theAccount->mInfo.link_color}; {rdelim}
  22. -a.button {ldelim} background:#{$theAccount->mInfo.link_color}; {rdelim}
  23. -#bittop .account-nav li ul li a:hover, #calendar td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active, .listbuttons .button,
  24. +a.button, input.button, span.button,.button .button-over {ldelim}  -ms-filter:none; filter:none;  background:#{$theAccount->mInfo.link_color}; {rdelim}
  25. +#bittop .account-nav li ul li a:hover,
  26. +.listbuttons .button,
  27.  a:link, a:active, a:visited {ldelim} color: #{$theAccount->mInfo.link_color}; {rdelim}
  28.  form .slideshow .forminput .buttonHolder a:link,
  29.  form .slideshow .forminput .buttonHolder a:active,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement