Changeset 1063 in ExiteCMS
- Timestamp:
- 11/05/07 22:11:24 (4 years ago)
- Location:
- trunk/themes/ExiteCMS
- Files:
-
- 1 edited
- 1 moved
-
styles_rev01062.css (moved) (moved from trunk/themes/ExiteCMS/styles_rev00954.css) (3 diffs)
-
templates/templates/_stylesheets.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/ExiteCMS/styles_rev01062.css
r1023 r1063 33 33 /* --- Website template ------------------------------------ */ 34 34 35 /* page body (normal mode & maintenance mode*/35 /* page body (normal/user mode + maintenance/webmaster mode) */ 36 36 body { 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; } 39 39 40 40 /* content body, can be different from the body when centered */ … … 64 64 65 65 .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; } 67 67 68 68 /* --- Header ---------------------------------------------- */ … … 181 181 /* Add your own custom CSS tags below this line! */ 182 182 /* ========================================================= */ 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 15 15 {* *} 16 16 {***************************************************************************} 17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev0 0954.css' type='text/css' />17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev01062.css' type='text/css' /> 18 18 {***************************************************************************} 19 19 {* End of Template *}
Note: See TracChangeset
for help on using the changeset viewer.
