Changeset 3060 for branches


Ignore:
Timestamp:
Jan 7, 2009, 8:52:51 PM (15 years ago)
Author:
vdigital
Message:
  • External links are following the Graphic Chart (class="external")
Location:
branches/2.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r3053 r3060  
    156156#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
    157157#menubar li.external:hover { list-style-image:url(images/external_active.png); }
     158a.external { color:#FF3363; border:0; text-decoration: none; }
     159a.external:hover { color:#FF7700; border:0; }
    158160#menubar ul { color: #333; margin:0 0 0 9px; line-height: 16px;
    159161  list-style-type: square; list-style-position: inside; padding: 0; }
  • branches/2.0/template/yoga/menubar_links.tpl

    r2831 r3060  
    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}
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r3017 r3060  
    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.