source: temp/trunk/html/install/user_data/css/contents.css @ 2846

Revision 2846, 2.0 KB checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1@charset "euc-jp";
2
3/*FORM*/
4.box3 { width: 33px; }  /*W3*/
5.box6 { width: 54px; }  /*W6*/
6.box10 { width: 82px; } /*W10*/
7.box12 { width: 96px; } /*W12*/
8.box18 { width: 138px; }    /*W18*/
9.box19 { width: 145px; }    /*W19*/
10.box20 { width: 152px; }    /*W20*/
11.box30 { width: 222px; }    /*W30*/
12.box33 { width: 243px; }    /*W30*/
13.box40 { width: 292px; }    /*W40*/
14.box47 { width: 341px; }    /*W47*/
15.area40 { width: 302px; height: 134px; }    /*W40¡ßH8*/
16.area45 { width: 337px; height: 290px; }    /*W40¡ßH20*/
17.area46 { width: 337px; height: 134px; }    /*W40¡ßH8*/
18.area50 { width: 372px; height: 290px; }    /*W50¡ßH20*/
19.area55 { width: 407px; height: 290px; }    /*W55¡ßH20*/
20.area65 { width: 444px; height: 290px; }    /*W65¡ßH20*/
21.area68 { width: 498px; height: 134px; }    /*W68¡ßH8*/
22.area80 { width: 572px; height: 134px; }    /*W80¡ßH8*/
23.area80_2 { width: 572px; height: 420px; }  /*W80¡ßH30*/
24.area92 { width: 666px; height: 160px; }    /*W92¡ßH10*/
25.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
26.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
27
28/*LINK*/
29a:link { color: #3a75af; text-decoration: underline; }
30a:visited { color: #3a75af; text-decoration: underline; }
31a:hover { color: #3a75af; text-decoration: none; }
32
33/*OVER*/
34a.over:link{ color:#4a6fa6; text-decoration: none; }
35a.over:visited { color:#4a6fa6; text-decoration: none; }
36a.over:hover { color:#4a6fa6; text-decoration: underline; }
37
38/*COLOR*/
39.white { color: #ffffff; }
40.whitest { color: #ffffff; font-weight: bold; }
41.red { color: #ec0000; }
42.redst { color: #ec0000; font-weight: bold; }
43.blue { color: #3a75af; }
44.bluest { color: #3a75af; font-weight: bold; }
45.black { color: #000000; }
46.blackst { color: #000000; font-weight: bold; }
47.orange { color: #ff6600; }
48.orangest { color: #ff6600; font-weight: bold; }
49
50/*PHOTO*/
51.picture {
52    border-width: 1px;
53    border-style: solid;
54    border-color: #cccccc;
55}
56
57/*PHOTO*/
58img {
59    border: 0px;
60}
61
62
63#container #right #contents #right #price{
64border-width: 1px;
65border-style: solid;
66border-color: #ccc;
67padding: 0;
68margin: 0;
69padding: 0;
70width: 295px;
71background: #ecf5ff;
72}
Note: See TracBrowser for help on using the repository browser.