Changeset 1275 in ExiteCMS


Ignore:
Timestamp:
02/12/08 15:01:31 (4 years ago)
Author:
hverton
Message:

added the wiki_link CSS tag to the PLi-Fusion theme stylesheets

Location:
themes/PLi-Fusion
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiTheme/php-files/themes/PLiTheme/templates/templates/_stylesheets.tpl

    r1136 r1275  
    3030a.side                  { color:#0C386F; text-decoration:none; } 
    3131a:hover.side            { color:#0C386F; text-decoration:underline; } 
     32 
     33                        /* wiki links */ 
     34a.wiki_link:link,a.wiki_link:visited { color:#000; text-decoration:none; border-width:0px 0px 2px 0px; border-style:dotted; border-color:#ff0000; } 
    3235 
    3336                        /* image anchors */ 
  • themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_stylesheets.tpl

    r1136 r1275  
    3030a.side                  { color:#0C386F; text-decoration:none; } 
    3131a:hover.side            { color:#0C386F; text-decoration:underline; } 
     32 
     33                        /* wiki links */ 
     34a.wiki_link:link,a.wiki_link:visited { color:#000; text-decoration:none; border-width:0px 0px 2px 0px; border-style:dotted; border-color:#ff0000; } 
    3235 
    3336                        /* image anchors */ 
  • themes/PLi-Fusion/PLiXmas/php-files/themes/PLiXmas/templates/templates/_stylesheets.tpl

    r1176 r1275  
    3030a.side                  { color:#99CCCC; text-decoration:none; } 
    3131a:hover.side            { color:#99CCCC; text-decoration:underline; } 
     32 
     33                        /* wiki links */ 
     34a:link.wiki_link, a:visited.wiki_link { color:#000; text-decoration:none; border-width:0px 0px 2px 0px; border-style:dotted; border-color:#ff0000; } 
    3235 
    3336                        /* image anchors */ 
Note: See TracChangeset for help on using the changeset viewer.