Changeset 3061


Ignore:
Timestamp:
Jan 7, 2009, 9:03:11 PM (15 years ago)
Author:
vdigital
Message:
  • External links are following the Graphic Chart (class="external")

(roma has been currently excluded)

Location:
trunk
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/menubar_links.tpl

    r2832 r3061  
    44                {foreach from=$block->data item=link}
    55                        <li>
    6                                 <a href="{$link.URL}"
    7                                         {if isset($link.new_window) }onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
     6                                <a href="{$link.URL}" class="external"
     7                                        {if isset($link.new_window) } onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}
    88                                >
    99                                {$link.LABEL}
  • trunk/template/yoga/theme/Sylvia/theme.css

    r3019 r3061  
    332332        cursor: pointer;
    333333}
     334a.external {
     335        color:#FF3363;
     336        border:0;
     337        text-decoration: none;
     338}
     339a.external:hover {
     340        color:#FF7700;
     341        border:0;
     342}
    334343a.Piwigo {
    335344  font-family: verdana, arial, helvetica, sans-serif !important;
Note: See TracChangeset for help on using the changeset viewer.