source: branches/dev/html/css/layout/login/confirm.css @ 8

Revision 8, 944 bytes checked in by root, 17 years ago (diff)

new import

Line 
1/*
2 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6 @charset "<!--{$smarty.const.CHAR_CODE}-->";
7
8/***¥³¥ó¥Æ¥ó¥Ä***/
9#containerfull #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 700px;
14}
15
16#containerfull #subtitle02{
17border: 0;
18margin: 0 0 15px 0;
19padding: 0;
20width: 700px;
21}
22
23/*¥³¥á¥ó¥È*/
24#containerfull #comment{
25border: 0;
26margin: 0 0 15px 0;
27padding: 0;
28width: 570px;
29}
30
31
32/**¥Æ¡¼¥Ö¥ë**/
33
34/*ÏÈ*/
35#containerfull #frame{
36border: 0;
37margin: 0;
38padding: 0;
39width: 700px;
40background: #ccc;
41}
42
43/*¥³¥ó¥Æ¥ó¥Ä¹Ô*/
44#frame #left{
45background: #ecf5ff;
46width: 170px;
47}
48
49#frame #right{
50background: #fff;
51width: 507px;
52}
53
54/*¥Ü¥¿¥ó*/
55#containerfull #button{
56border: 0;
57margin: 30px 0 15px 0;
58padding: 0;
59text-align: center;
60}
61
62/*¥Ù¥ê¥µ¥¤¥ó*/
63#containerfull #verisign{
64border: 0;
65margin: 35px 65px;
66padding: 0;
67width: 570px;
68}
Note: See TracBrowser for help on using the repository browser.