source: branches/comu-ver2/html/user_data/packages/default/css/index.css @ 17073

Revision 17073, 2.0 KB checked in by Yammy, 16 years ago (diff)

カレンダーブロックを追加(PEAR::Calendarクラス使用仕様)

Line 
1@charset "utf-8";
2
3
4/* FLASH
5----------------------------------------------- */
6div#flasharea {
7    width: 400px;
8    margin: 0 auto;
9}
10
11
12/* 繝九Η繝シ繧ケ
13----------------------------------------------- */
14div#newsarea {
15    width: 400px;
16    margin: 0 auto;
17    font-size: 90%;
18}
19
20div#newsarea dl {
21    padding: 10px 0;
22    background: url("../img/common/line_400.gif") no-repeat bottom;
23}
24
25div#newsarea dl.end {
26    padding: 10px 0;
27    background: url("") no-repeat bottom;
28}
29
30div#newsarea dl dt {
31    padding: 0 0 0 20px;
32    background: url("../img/top/news_icon.gif") no-repeat;
33}
34
35
36/* 縺翫☆縺吶a
37----------------------------------------------- */
38div#recomendarea {
39    width: 400px;
40    margin: 0 auto;
41}
42
43div.recomendblock {
44    clear: both;
45    width: 400px;
46    padding: 10px 0;
47    overflow: auto;
48    background: url("../img/common/line_402.gif") no-repeat bottom;
49}
50
51div.recomendleft {
52    float: left;
53    margin: 0 5px 0 0;
54}
55
56div.recomendleft p {
57    margin: 0 0 5px 0;
58}
59
60div.recomendright {
61    float: right;
62    width: 190px;
63    position: relative;
64}
65
66div.recomendleft img, div.recomendright img {
67    display: block;
68    float: left;
69    margin: 0 5px 0 0;
70}
71
72div.recomendright p {
73    margin: 0 0 5px 0;
74}
75
76div.recomendleft h3 {
77    font-size: 100%;
78}
79
80div.recomendright h3 {
81    font-size: 100%;
82}
83
84/* ブロック - カレンダー
85----------------------------------------------- */
86#block-calendar {border: 1px solid #CCCCCC;padding: 0 0 10px;}
87#block-calendar h2 {
88/*
89    height: 29px;
90    text-indent: -9999em;
91    background: url(../images/tit-calendar.gif) 0 0 no-repeat;
92*/
93}
94#block-calendar table {
95    border-collapse: collapse;
96    margin: 0 auto 10px;
97    text-align:center;
98}
99#block-calendar th, #block-calendar td {
100    padding: 2px;
101    border: 1px solid #CCCCCC;
102}
103#block-calendar th {
104    background: #FF8144;
105    color: #FFFFFF;
106}
107#block-calendar .off {
108    background: #FFEECC;
109    color: #E04A00;
110}
111#block-calendar caption {color: #DD4400;}
Note: See TracBrowser for help on using the repository browser.