OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / _layout / css / template.css
1 /* begin Page */
2 /* Created by Artisteer v3.0.0.41778 */
3 html 
4 {
5     height:100%;
6 }
7 body
8 {
9   padding: 0; 
10   margin:0;
11   color: #343932;
12   height:100%;
13   min-height:100%;
14   background-color: #D4CCAA;
15   min-width: 900px;
16 }
17
18 .cleared
19 {
20   display:block;
21   clear: both;
22   float: none;
23   margin: 0;
24   padding: 0;
25   border: none;
26   font-size: 0;
27   height:0;
28   overflow:hidden;
29 }
30
31 table.position
32 {
33   position: relative;
34   width: 100%;
35   table-layout: fixed;
36 }
37 /* end Page */
38
39 /* begin Box, Sheet */
40 .art-sheet
41 {
42   position: relative;
43   margin: 0 auto;
44   min-width: 53px;
45   min-height: 53px;
46   margin-top: 10px;
47   margin-bottom: -5px;
48 /*  cursor:auto;*/
49   width: 900px;
50 }
51
52 .art-sheet-body
53 {
54   position: relative;
55   padding: 8px;
56     padding-top:8px;
57     padding-bottom:8px;
58 }
59
60 .art-sheet-cc
61 {
62   position: absolute;
63   top: 36px;
64   left: 36px;
65   right: 36px;
66   bottom: 36px;
67   background-color: #F0EDE0;
68 }
69
70 .art-hmenu-extra1
71 {
72 width:50%;
73 float: left;
74 }
75
76 .art-hmenu-extra2
77 {
78 width:50%;
79 float: right;
80 }
81
82 /* begin Layout */
83 .art-content-layout
84 {
85   display: table;
86   position:relative;
87   margin: 0 auto;
88   table-layout: fixed;
89   border-collapse: collapse;
90   background-color: Transparent;
91   border: none !important;
92   padding:0 !important;
93   width:100%;
94   margin-top:2px;
95   margin-bottom:0;
96 }
97
98 .art-content-layout .art-content-layout{margin:0;}
99 .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
100 .art-layout-cell .art-layout-cell{display: block;}
101 .art-content-layout-row {display: table-row;}
102 .art-layout-glare{position:relative;}/* end Layout */
103
104 .art-content-layout .art-sidebar1
105 {
106   width: 200px;
107 }
108 .art-content-layout .art-sidebar2
109 {
110   width: 200px;
111 }
112 #footer
113 {
114   text-align: center;
115 }