Changeset 1841


Ignore:
Timestamp:
Feb 20, 2007, 8:16:41 AM (17 years ago)
Author:
vdigital
Message:

improvement:

  • wipi theme minor changes
  • Admin Advices ! include URI.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_advices/main.inc.php

    r1833 r1841  
    44Author: PhpWebGallery team
    55Description: Give you an advice on the administration page.
     6Plugin URI: http://www.phpwebgallery.net
    67*/
    78
  • trunk/template/yoga/theme/wipi/theme.css

    r1836 r1841  
    7575#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
    7676#theAdminPage #the_page {
    77   background-color: #222;
     77  background-color: #111;
    7878}
    7979#imageToolBar, .header_notes {
     
    8989  background-color: #181818;
    9090  border: 1px solid #eee;
     91  padding: 5px;
     92}
     93#theAdminPage #the_page #content, #theAdminPage #the_page .content {
     94  background-color: #111;
     95  border-width: 0px;
    9196  padding: 5px;
    9297}
     
    200205
    201206#content UL.thumbnails SPAN.wrap2:hover,
    202 #content UL.thumbnailCategories DIV.thumbnailCategory:hover,
    203 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
    204   background-color: #dfe8ff;
     207#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
     208  background-color: #333;
    205209  border-color: #69c;           /* thumbnails border color when mouse cursor is over it */
    206   color: black;
    207210}
    208211
Note: See TracChangeset for help on using the changeset viewer.