Changeset 1304 in ExiteCMS


Ignore:
Timestamp:
02/24/08 14:12:18 (4 years ago)
Author:
hverton
Message:

Updated the ExiteCMS default theme to version 7.1

Location:
trunk/themes/ExiteCMS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r1281 r1304  
    3535 
    3636                        /* wiki links */ 
    37 a.wiki_link:link,a.wiki_link:visited { color:#9c0204; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#9c0204; } 
     37a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; } 
    3838 
    3939                        /* horizontal lines */ 
     
    193193.rev_title              { color:#333; font-weight:bold; } 
    194194                        /* revision title for major revisions */ 
    195 .rev_major              { color:#9c0204; font-weight:bold; } 
     195.rev_major              { color:#34329C; font-weight:bold; } 
    196196 
    197197                        /* revision description text */ 
  • trunk/themes/ExiteCMS/wikka.css

    r1281 r1304  
    4545 
    4646.page a { 
    47     color: #9c0204; 
     47    color: #34329C; 
    4848    text-decoration: none; 
    4949} 
    5050 
    5151.page a:hover { 
    52     color: #9c0204; 
     52    color: #34329C; 
    5353    text-decoration: underline; 
    5454} 
     
    357357 
    358358.notes { 
    359     color: #9c0204; 
     359    color: #34329C; 
    360360} 
    361361 
     
    404404 
    405405.code_header { 
    406     color: #9c0204; 
     406    color: #34329C; 
    407407    background: #ddd; 
    408408    border-top: 1px solid #CCC; 
     
    497497 
    498498a.ext { 
    499     color: #9c0204; 
     499    color: #34329C; 
    500500} 
    501501 
    502502a.ext:hover { 
    503     color: #9c0204; 
     503    color: #34329C; 
    504504} 
    505505 
Note: See TracChangeset for help on using the changeset viewer.