Changeset 1063 in ExiteCMS


Ignore:
Timestamp:
11/05/07 22:11:24 (4 years ago)
Author:
hverton
Message:

Updated the style sheet. Added a border around the splash screen, changed the background colors

Location:
trunk/themes/ExiteCMS
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/styles_rev01062.css

    r1023 r1063  
    3333/* --- Website template ------------------------------------ */ 
    3434 
    35                         /* page body (normal mode & maintenance mode */ 
     35                        /* page body (normal/user mode + maintenance/webmaster mode) */ 
    3636body                    { font-size:1em; font-family:Verdana,Arial,Sans-Serif; margin:4px 20px 5px 20px; } 
    37 .body                   { color:#444; background-color:#fff; } 
    38 .body-maint             { color:#444; background-color:#999; } 
     37.body                   { color:#444; background-color:#888; } 
     38.body-maint             { color:#444; background-color:#AF575B; } 
    3939 
    4040                        /* content body, can be different from the body when centered */ 
     
    6464 
    6565.splashscreen-h         { font-size:0.8em; width:800px; position: absolute; top: 50%; left: 0px; width: 100%; margin-top: -150px; text-align: center; min-width: 900px; } 
    66 .splashscreen-v         { color:#444; background-color:#fff; border:1px solid #333; position: relative; text-align: left; width: 500px; height: 250px; margin: 0px auto; } 
     66.splashscreen-v         { color:#444; background-color:#fff; border-left:3px solid #ccc; border-top:3px solid #ccc; border-right:3px solid #333; border-bottom:3px solid #333; position: relative; text-align: left; width: 500px; height: 250px; margin: 0px auto; } 
    6767 
    6868/* --- Header ---------------------------------------------- */ 
     
    181181/* Add your own custom CSS tags below this line!             */ 
    182182/* ========================================================= */ 
    183  
    184 /* --- Google Maps ----------------------------------------- */ 
    185  
    186 #tooltip                { width: 200px; z-index: 99999; } 
    187 .tooltip                { font-weight:bold;padding: 2px;border:1px #036 solid;border-width:1px 2px 2px 1px;border-color: #000 #666 #666 #000;background-color:#FF9;color: #000;} 
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r956 r1063  
    1515{*                                                                         *} 
    1616{***************************************************************************} 
    17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev00954.css' type='text/css' /> 
     17<link rel='stylesheet' href='{$smarty.const.THEME}styles_rev01062.css' type='text/css' /> 
    1818{***************************************************************************} 
    1919{* End of Template                                                         *} 
Note: See TracChangeset for help on using the changeset viewer.