Changeset 1077 in ExiteCMS
- Timestamp:
- 11/06/07 21:04:20 (4 years ago)
- Location:
- trunk/themes/ExiteCMS
- Files:
-
- 1 edited
- 1 moved
-
styles_rev01077.css (moved) (moved from trunk/themes/ExiteCMS/styles_rev01062.css) (2 diffs)
-
templates/templates/_stylesheets.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/ExiteCMS/styles_rev01077.css
r1063 r1077 25 25 26 26 /* buttons */ 27 .button { font-size:90%; font-weight:normal; font-family:"trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin: 0; padding:0 1px 0 1px; }27 .button { font-size:90%; font-weight:normal; font-family:"trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif; width:auto; overflow:visible; font-weight: bold; color:#ffffff; background-color:#666; border-top:1px #bbb solid; border-left:1px #bbb solid; border-bottom:1px #000 solid; border-right:1px #000 solid; cursor:pointer; margin:2px 0px 2px 0px; padding:0px; } 28 28 .button:hover { color:#666; background-color:#ddd; border-top:1px #999 solid; border-left:1px #999 solid; border-bottom:1px #fff solid; border-right:1px #fff solid; } 29 29 … … 35 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:# 888; }38 .body-maint { color:#444; background-color:# AF575B; }37 .body { color:#444; background-color:#aaa; } 38 .body-maint { color:#444; background-color:#cf5a6a; } 39 39 40 40 /* content body, can be different from the body when centered */ -
trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl
r1063 r1077 15 15 {* *} 16 16 {***************************************************************************} 17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev010 62.css' type='text/css' />17 <link rel='stylesheet' href='{$smarty.const.THEME}styles_rev01077.css' type='text/css' /> 18 18 {***************************************************************************} 19 19 {* End of Template *}
Note: See TracChangeset
for help on using the changeset viewer.
