Changeset 2392

Show
Ignore:
Timestamp:
06/22/08 22:38:19 (5 years ago)
Author:
vdigital
Message:

Removal some references to previous admin pages
New favicon

Location:
trunk
Files:
1 removed
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/admin.tpl

    r2390 r2392  
    11{* $Id$ *} 
    22<div id="menubar"> 
    3   <dl> 
     3  <dl class="first"> 
    44    <dt class="rdion">{'Links'|@translate}</dt> 
    55    <dd> 
     
    99        <li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li> 
    1010{if isset($pwgmenu)} 
    11         <li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, '');  
     11        <li class="external"><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, '');  
    1212          return false;">{'WIKI / DOC'|@translate}</a></li> 
    13         <li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); 
     13        <li class="external"><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); 
    1414          return false;">{'FORUM'|@translate}</a></li> 
    1515{/if} 
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2390 r2392  
    194194padding:5px 60px 0 0; position:absolute; right:0; 
    195195text-align:right; top:90px; width:550px; } 
    196  
     196/*.content div.titrePage ul.categoryActions { 
     197position:absolute; right:12px; top:110px; } */ 
    197198fieldset#uploadConf input { margin-left:5%; width:160px; } 
    198199table.table2 th { padding:3px 30px; } 
     
    206207font-size:8px; line-height:14px; list-style-image:none; 
    207208margin: 0; padding: 0; position:relative; text-decoration:none; 
    208 top:-2px; white-space:nowrap; width:730px; } 
     209top:-2px; white-space:nowrap; width:710px; } 
    209210.tabsheet li { 
    210 float:right; margin: 0; padding: 0; text-align:right; overflow: hidden; 
     211float:left; margin: 0; padding: 0; text-align:right; overflow: hidden; 
    211212width:136px !important; border: 0; } 
    212213.tabsheet a {  
     
    223224background:transparent url(images/admin_v2_menuBox-bottom.png) no-repeat scroll left bottom; 
    224225border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:423px; padding: 0; 
    225 position:absolute; top: 0; width:190px; display: inline; 
     226position:absolute; top: 0; width:207px; display: inline; 
    226227text-align: left; /*  "be nice to IE5" rule */ } 
    227228#menubar .selected a { color: #f70; border-bottom: 1px dotted #a72; } 
     
    231232margin: 0; padding: 0; height:232px; display:block; } 
    232233#menubar dl { 
    233 background:transparent url(images/menubar-top.png) no-repeat scroll left top;  
     234background:transparent url(images/admin_v2_menuBox-top_Y_n3.png) no-repeat scroll left top;  
    234235width: 207px; border:0; margin: 0; padding: 0; display: block; } 
     236#menubar dl.first { 
     237background:transparent url(images/menubar-top.png) no-repeat scroll left top; } 
    235238#menubar dt { margin: 0; display: block; background: none; left:10px;  
    236239position:relative; padding: 5px; top:-15px; font-size: 14px; } 
     
    239242#menubar li { margin: 0 0 0 6px; } 
    240243#menubar li:hover { color: #F36; } 
     244#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } 
     245#menubar li.external:hover { list-style-image:url(images/external_active.png); } 
    241246#menubar ul { color: #333; margin:9px 0pt 3px 9px;  
    242247  list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; } 
  • trunk/template/yoga/admin.tpl

    r2352 r2392  
    22<div id="post-header"></div> 
    33<div id="menubar"> 
    4   <dl> 
     4  <dl class="topmenu"> 
    55    <dt class="rdion">{'Links'|@translate}</dt> 
    66    <dd> 
  • trunk/template/yoga/admin/default-layout.css

    r2325 r2392  
    11/* $Id: */ 
    2 BODY#theAdminPage #theHeader P { 
    3   display: none; 
    4 } 
    5  
    62/* History tables */ 
    73TABLE.table2 { 
  • trunk/template/yoga/theme/p0w0/theme.css

    r2352 r2392  
    1919/* Texts Only */ 
    2020BODY, H1, H3, DT, H2, .throw { color: #369; } 
    21 H2, #menubar DT, .throw, TD H3, #theAdminPage H3 { 
     21H2, #menubar DT, .throw, TD H3 { 
    2222  color: #fff; 
    2323} 
     
    4242} 
    4343.infoTable, 
    44 #theAdminPage .content, 
    4544input#qsearchInput { color: #369; } 
    4645.content .infos { color: #036; } 
     
    8281  color: #369; 
    8382} 
    84 .tabsheet li, .tabsheet li a, #theAdminPage h3 a, 
     83.tabsheet li, .tabsheet li a, 
    8584.content div.thumbnailCategory .description h3 a { 
    8685  color: #fff; 
     
    9796#thePicturePage #the_page, 
    9897#thePicturePage #theImage, 
    99 #theAdminPage #the_page, 
    10098.content { background-color: #dfe8ff; } 
    10199#the_page { background-color: #dfe8ff; } 
     
    105103#imageToolBar, 
    106104#imageHeaderBar, #imageHeaderBar H2, .tabsheet li, 
    107 #theAdminPage H3 { background-color: #369; } 
    108105.content H2 { background-color: #369; } 
    109106.content .infos { background-color: #47a; ;} 
     
    212209  margin: 0px; 
    213210} 
    214 #theAdminPage .content table td { padding: 2px 8px; } 
    215211ul.tabsheet, ul.tabsheet li { border-color: #369 !important; } 
    216212.tabsheet li:hover { border-color: #f92 !important; } 
  • trunk/template/yoga/theme/wipi/theme.css

    r2352 r2392  
    4545  float: left; 
    4646} 
    47 #theAdminPage #menubar DT:before, 
    48 #theAdminPage #menubar DT:after { 
    49  content: '';  
    50 } 
    5147.content .pageNumberSelected { 
    5248  color: #f92; 
     
    7066  background-color: #222; 
    7167} 
    72 #theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; } 
    73 #imageHeaderBar, #theAdminPage #the_page { 
     68 
     69#imageHeaderBar { 
    7470  background-color: #111; 
    7571} 
     
    8985  padding: 5px; 
    9086} 
    91 #theAdminPage #the_page .content { 
    92   background-color: #111; 
    93   border-width: 0px; 
    94   padding: 5px; 
    95 } 
    96 H2, #menubar DT, .throw, TD H3, #theAdminPage H3 { 
     87 
     88H2, #menubar DT, .throw, TD H3 { 
    9789  background-image: url(images/tableh1_bg.png); 
    9890  background-repeat: repeat-x;