source: temp/trunk/html/css/layout/mypage/favorite.css @ 1328

Revision 1328, 1.6 KB checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1/***************MYƒy[ƒW‚¨‹C‚É“ü‚菤•i***************/
2
3@charset "euc-jp";
4
5
6
7/***‰EƒRƒ“ƒeƒ“ƒc***/
8#container #right #maintitle{
9border: 0;
10margin: 0;
11padding: 0;
12width: 570px;
13}
14
15#container #right #comment{
16border: 0;
17margin: 0 0 15px 0;
18padding: 0;
19width: 570px;
20}
21
22/***MYƒy[ƒWƒiƒr***/
23
24#container #right #navi{
25border: 0;
26margin: 0;
27padding: 0;
28border-width: 0 0 1px 0;
29border-style: solid ;
30border-color: #c9ddf1;
31width: 570px;
32}
33
34/*ƒTƒuƒ^ƒCƒgƒ‹*/
35#container #right #subtitle{
36border-width: 0 0 1px 0;
37border-style: dashed;
38border-color: #b3aa82;
39margin: 25px 0 15px 0;
40padding: 10px;
41text-align: left;
42width: 550px;
43background: #eeece3;
44voice-family: "\"}\"";
45voice-family: inherit;
46width: 570px;
47}
48
49html>body #container #right #subtitle{
50width:550px;
51}
52
53/*ƒe[ƒuƒ‹*/
54#container #right #frame{
55border: 0;
56margin: 0 0 20px 0;
57padding: 0;
58width: 570px;
59background: #ccc;
60text-align: center;
61}
62
63#container #right #frame .left01b{
64background: #ecf5ff;
65width: 40px;
66}
67
68#container #right #frame .left02b{
69background: #ecf5ff;
70width: 100px;
71}
72
73#container #right #frame .left03b{
74background: #ecf5ff;
75width: 255px;
76}
77
78#container #right #frame .left04b{
79background: #ecf5ff;
80width: 90px;
81}
82
83#container #right #frame .left01w{
84background: #fff;
85width: 40px;
86}
87
88#container #right #frame .left02w{
89background: #fff;
90width: 100px;
91}
92
93#container #right #frame .left03w{
94background: #fff;
95width: 255px;
96text-align: left;
97}
98
99#container #right #frame .left04w{
100background: #fff;
101width: 90px;
102text-align: right;
103}
104
105
Note: See TracBrowser for help on using the repository browser.