Changeset 2392 for trunk/template/yoga


Ignore:
Timestamp:
Jun 22, 2008, 10:38:19 PM (16 years ago)
Author:
vdigital
Message:

Removal some references to previous admin pages
New favicon

Location:
trunk/template/yoga
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.