Changeset 6663
- Timestamp:
- Apr 19, 2008, 10:55:01 PM (14 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/public_html/xhtml_style.php
r6659 r6663 1305 1305 background: #<?php echo $colors[8]; ?>; 1306 1306 } 1307 .homeInfoBox .caution { 1308 color: #ff0000; 1309 } 1307 1310 1308 1311 /*============================================================================== -
OpenPNE/trunk/webapp/modules/pc/templates/common/layout.tpl
r6433 r6663 8 8 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 9 9 <title>({$INC_HEADER_title})</title> 10 <link rel="stylesheet" href="./css/default.css" type="text/css" /> 11 <link rel="stylesheet" href="./xhtml_style.php" type="text/css" /> 10 <link rel="stylesheet" href="./xhtml_style.php?r=6659" type="text/css" /> 12 11 <script type="text/javascript" src="./js/prototype.js"></script> 13 12 <script type="text/javascript" src="./js/Selection.js"></script> … … 15 14 <script type="text/javascript" src="./js/tiny_mce/tiny_mce.js"></script> 16 15 <style type="text/css"> 17 .border_01 { border: #({$INC_HEADER_color_config.border_01}) 1px solid; }18 .border_07 { border: #({$INC_HEADER_color_config.border_07}) 1px solid; }19 .border_10 { border: #({$INC_HEADER_color_config.border_10}) 1px solid; }20 .bg_00 { background-color: #({$INC_HEADER_color_config.bg_00}); }21 .bg_01 { background-color: #({$INC_HEADER_color_config.bg_01}); }22 .bg_02 { background-color: #({$INC_HEADER_color_config.bg_02}); }23 .bg_03 { background-color: #({$INC_HEADER_color_config.bg_03}); }24 .bg_04 { background-color: #({$INC_HEADER_color_config.bg_04}); }25 .bg_05 { background-color: #({$INC_HEADER_color_config.bg_05}); }26 .bg_06 { background-color: #({$INC_HEADER_color_config.bg_06}); }27 .bg_07 { background-color: #({$INC_HEADER_color_config.bg_07}); }28 .bg_08 { background-color: #({$INC_HEADER_color_config.bg_08}); }29 .bg_09 { background-color: #({$INC_HEADER_color_config.bg_09}); }30 .bg_10 { background-color: #({$INC_HEADER_color_config.bg_10}); }31 .bg_11 { background-color: #({$INC_HEADER_color_config.bg_11}); }32 .bg_12 { background-color: #({$INC_HEADER_color_config.bg_12}); }33 .bg_13 { background-color: #({$INC_HEADER_color_config.bg_13}); }34 .bg_14 { background-color: #({$INC_HEADER_color_config.bg_14}); }35 .color_19 { background-color: #({$INC_HEADER_color_config.color_19}); }36 body { background-color: #({$INC_HEADER_color_config.bg_12}); }37 .container { background-color: #({$INC_HEADER_color_config.bg_13}); }38 39 16 /* 文字装飾 */ 40 17 ({if $INC_HEADER_decoration_config.op_b})
Note: See TracChangeset
for help on using the changeset viewer.