source: branches/feature-module-update/html/css/layout/mypage/change_confirm.css @ 15079

Revision 15079, 1.3 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1/*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6/***************MY?????????????***************/
7
8@charset "<!--{$smarty.const.CHAR_CODE}-->";
9
10
11
12/***??????***/
13#container #right #maintitle{
14border: 0;
15margin: 0;
16padding: 0;
17width: 570px;
18}
19
20#container #right #comment{
21border: 0;
22margin: 0 0 15px 0;
23padding: 0;
24width: 570px;
25}
26
27#container #right #plus{
28border: 0;
29margin: 0 0 15px 0;
30}
31
32/***MY?????***/
33
34#container #right #navi{
35border: 0;
36margin: 0;
37padding: 0;
38border-width: 0 0 1px 0;
39border-style: solid ;
40border-color: #c9ddf1;
41width: 570px;
42}
43
44/*??????*/
45#container #right #subtitle{
46border-width: 0 0 1px 0;
47border-style: dashed;
48border-color: #b3aa82;
49margin: 25px 0 15px 0;
50padding: 10px;
51text-align: left;
52width: 550px;
53background: #eeece3;
54voice-family: "\"}\"";
55voice-family: inherit;
56width: 570px;
57}
58
59html>body #container #right #subtitle{
60width:550px;
61}
62
63/*???*/
64#container #right #button{
65border: 0;
66margin: 30px 0 15px 0;
67padding: 0;
68text-align: center;
69}
70
71/*????*/
72#container #right #frame{
73border: 0;
74margin: 0;
75padding: 0;
76width: 570px;
77background: #ccc;
78}
79
80#container #right #frame #left{
81background: #ecf5ff;
82width: 170px;
83}
84
85#container #right #frame #right{
86background: #fff;
87width: 357px;
88}
89
Note: See TracBrowser for help on using the repository browser.