Changeset 527
- Timestamp:
- 02/22/10 15:13:18 (2 years ago)
- Location:
- trunk/model/sources
- Files:
-
- 3 edited
-
binaries/ppt/ppt_web@ico.transf (modified) (1 diff)
-
office/gen/site/site.skin.doss/css/skin.css (modified) (7 diffs)
-
office/gen/site/transf/base/txt.transf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/binaries/ppt/ppt_web@ico.transf
r508 r527 5 5 <sm:content> 6 6 <sm:WFreeBlock> 7 <addAt ribute xmlns="http://www.w3.org/1999/xhtml" name="class">lnkBin lnkBinPpt</addAtribute>7 <addAttribute xmlns="http://www.w3.org/1999/xhtml" name="class">lnkBin lnkBinPpt</addAttribute> 8 8 </sm:WFreeBlock> 9 9 </sm:content> -
trunk/model/sources/office/gen/site/site.skin.doss/css/skin.css
r525 r527 512 512 513 513 /* Internal links */ 514 a.txt_ref_ul,515 a.lnkBinWeb{514 .sub_a, 515 .res_a{ 516 516 background: url("../img/co/lnkInt.png") center right no-repeat; 517 517 padding-right: 12px; 518 518 } 519 a.txt_ref_ul:hover,520 a.lnkBinWeb:hover{519 .sub_a:hover, 520 .res_a:hover{ 521 521 background-image: url("../img/co/lnkIntOvr.png"); 522 522 } 523 523 /* External links */ 524 a.txt_url_ul,525 li.outMnu_typ_ext a.outMnu_i,526 li.outCat_typ_ext a.outCat_i span,524 .txt_url_ul, 525 li.outMnu_typ_ext .outMnu_i, 526 li.outCat_typ_ext .outCat_i span, 527 527 div.docUrl a{ 528 528 background: url("../img/co/lnkExt.png") center right no-repeat; 529 529 padding-right: 12px; 530 530 } 531 a.txt_url_ul:hover,532 li.outMnu_typ_ext a.outMnu_i:hover,533 li.outCat_typ_ext a.outCat_i:hover span,531 .txt_url_ul:hover, 532 li.outMnu_typ_ext .outMnu_i:hover, 533 li.outCat_typ_ext .outCat_i:hover span, 534 534 div.docUrl a:hover{ 535 535 background-image: url("../img/co/lnkExtOvr.png"); … … 539 539 .txt_def_ul, 540 540 .txt_doc_ul, 541 . txt_ref_ul{541 .ref_a { 542 542 background: url("../img/co/ttInfo.png") center left no-repeat; 543 543 padding-left: 12px; … … 556 556 list-style-type:square; 557 557 } 558 a.event_closed{558 .event_closed{ 559 559 background: url("../img/co/clbClsSml.png") center left no-repeat; 560 560 color: #476042; 561 561 } 562 a.event_open{562 .event_open{ 563 563 background: url("../img/co/clbOpnSml.png") center left no-repeat; 564 564 color: #476042; 565 565 } 566 a.event_closed:hover,567 a.event_open:hover{566 .event_closed:hover, 567 .event_open:hover{ 568 568 text-decoration: none; 569 569 color: #476042; … … 590 590 margin: 1.5em 0em; 591 591 } 592 a.bkBase_closed{592 .bkBase_closed{ 593 593 background: url("../img/co/clbClsLge.png") bottom left no-repeat; 594 594 padding-left: 18px; … … 597 597 min-height:16px; 598 598 } 599 a.bkBase_open{599 .bkBase_open{ 600 600 background: url("../img/co/clbOpnLge.png") bottom left no-repeat; 601 601 padding-left: 18px; … … 604 604 min-height:16px; 605 605 } 606 a.bkBase_closed:hover,607 a.bkBase_open:hover{606 .bkBase_closed:hover, 607 .bkBase_open:hover{ 608 608 text-decoration: none; 609 609 color: #476042; … … 690 690 background-position: center left; 691 691 background-repeat: no-repeat; 692 } 693 .lnkBinWeb{ 694 padding-left: 0px; 692 695 } 693 696 .lnkBinDoc { -
trunk/model/sources/office/gen/site/transf/base/txt.transf
r525 r527 82 82 <sm:when sc:refUri="/office/gen/site/cnd/hasSubNavView.cond"> 83 83 <sm:refItem> 84 <sm:label >84 <sm:label class="sub_a"> 85 85 <sm:textLink/> 86 86 </sm:label> … … 99 99 <sm:when sc:refUri="/office/gen/common/web/cnd/isBlackBoxRes.cond"> 100 100 <sm:refItem> 101 <sm:label >101 <sm:label class="res_a"> 102 102 <sm:callSubModel axis="ico"/> 103 103 <sm:textLink/> … … 113 113 <sm:otherwise> 114 114 <sm:refItem> 115 <sm:label class="tt_a ">115 <sm:label class="tt_a ref_a"> 116 116 <sm:textLink/> 117 117 </sm:label>
Note: See TracChangeset
for help on using the changeset viewer.