Changeset 1524 in ExiteCMS for trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl
- Timestamp:
- 07/05/08 12:58:33 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl
r1484 r1524 49 49 50 50 /* buttons */ 51 .button { font-size: 90%; font-weight:normal; 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; }51 .button { font-size:0.8em; font-weight:normal; 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; } 52 52 .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; } 53 53 … … 58 58 59 59 /* page body (normal/user mode + maintenance/webmaster mode) */ 60 body { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; margin:4px 10px 5px 10px; }60 body { font-size:1em; font-family:Verdana,"Bitstream Vera Sans","Deja Vu Sans",Arial,Sans-Serif; margin:4px 10px 5px 10px; width:100%; } 61 61 .body { color:#444; background-color:#aaa; } 62 62 .body-maint { color:#444; background-color:{/literal}{$settings.maintenance_color}{literal}; } … … 176 176 .quote { color:#333; background-color:#ddd; padding:4px; margin:5px 10px 5px 10px; border:1px #444 solid; } 177 177 178 /* code sections within the message body */ 179 .codeblock { font-family: courier, monospace; font-size:110%; margin:5px 20px 5px 20px; overflow-x:auto; white-space: nowrap}180 .code { margin:0px; padding:0 0 0 5px; border:1px #bbb solid; background-color:#fff; overflow-x:hidden}181 .code nr { margin:0px; padding:0px 3px 0px 3px; border:1px #bbb solid; background-color:#ddd; float:left; }178 .codecontainer { width:480px; background-color:#ffffef; border:1px #bbb solid; overflow:hidden; position:relative; z-index:1; } 179 .codeblock { } 180 .codenr { font-family:monospace; font-size:1em; background-color:#fffef; padding: 0px 5px 0px 5px; vertical-align:top; } 181 .code { font-family:monospace; background-color:#ffffef; white-space:nowrap; } 182 182 183 183 /* thumbnail caption in the message body */
Note: See TracChangeset
for help on using the changeset viewer.
