Changeset 2626


Ignore:
Timestamp:
Sep 30, 2008, 12:05:17 AM (16 years ago)
Author:
vdigital
Message:

Link borders removed: with Stripy agreement.

Location:
trunk
Files:
2 edited

Legend:

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

    r2622 r2626  
    8181  color : #f36; text-decoration: none; border: 0; color: #f36; }
    8282*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    83 a { color:#f70; border-color: #f70; }
    84 a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; }
     83a { color:#f70; border: 0px solid #f70; }
     84a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
    8585
    8686h2 { display:block; font-size:28px; letter-spacing:-1px;
     
    124124 scrollbar-arrow-color: #ff3333; }
    125125#menubar .selected a { color: #f70; }
    126 #menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;}
     126#menubar .selected a:hover { color: #f36; border-bottom: 0px solid #f33;}
    127127#menubar dd {
    128128background: transparent url(images/menubar-detail.png) repeat-y top left;
     
    137137#menubar dt  span { background-color: #111; cursor:pointer; }
    138138#menubar a { text-decoration:none; font-size: 12px;
    139 color: #F70; border-bottom: 1px dotted #F70;}
     139color: #F70; border-bottom: 0px dotted #F70;}
    140140#menubar li { margin: 0 0 0 6px; }
    141141#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2622 r2626  
    8080.content UL.thumbnails SPAN.wrap2:hover { color: #666;
    8181background-color: #111; border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ }
    82 A, INPUT.rateButton { color:#f70; border-color: #f70; }
    83 A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; }
     82A, INPUT.rateButton { color:#f70; border: 0px solid #f70; }
     83A:hover, A:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; }
    8484*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    8585#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset for help on using the changeset viewer.