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

Revision 15079, 1.2 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@charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8#container #right #contents #left {
9width: 325px;
10}
11
12#container #right #contents #right {
13width: 245px;
14}
15
16/*新着情報*/
17#container #right #contents #right #news{
18border: 0;
19margin: 0;
20padding: 0;
21width: 245px;
22}
23
24#container #right #contents #right #newscontents{
25border: 0;
26margin: 0;
27padding: 0;
28width: 238px;
29text-align: left;
30}
31
32/*おすすめ*/
33#container #right #osusumetitle{
34border: 0;
35margin: 0;
36padding: 0;
37width: 570px;
38}
39
40#container #right #osusume{
41border: 0;
42margin: 0;
43padding: 0;
44width: 555px;
45}
46
47#container #right #osusume #spacer{
48width: 15px;
49}
50
51#container #right #osusume #contents{
52border: 0;
53margin: 0;
54padding: 0;
55width: 270px;
56text-align: left;
57}
58
59#container #right #osusume #contents #left{
60width: 67px;
61}
62
63#container #right #osusume #contents #spacer{
64width: 10px;
65}
66
67#container #right #osusume #contents #right{
68width: 193px;
69}
70
71#container #right #osusume #contents #left #picture{
72border-width: 1px;
73border-style: solid;
74border-color: #ccc;
75margin: 0;
76padding: 0;
77}
78
79
Note: See TracBrowser for help on using the repository browser.