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

Revision 15079, 837 bytes 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/***本登録完了CSS***/
9
10/***コンテンツ***/
11#containerfull #maintitle{
12border: 0;
13margin: 0 0 30px 0;
14padding: 0;
15width: 700px;
16}
17
18#containerfull #comment{
19border: 0;
20margin: 0 0 30px 0;
21padding: 0;
22width: 700px;
23text-align: center;
24}
25
26/**テーブル**/
27/*枠*/
28#containerfull #frame{
29border: 0;
30margin: 0 100px;
31padding: 0;
32width: 500px;
33background: #ccc;
34}
35
36/*タイトル行*/
37#containerfull #frame #left{
38width: 150px;
39background: #ecf5ff;
40}
41
42#containerfull #frame #right{
43width: 350px;
44background: #fff;
45}
46
47
48/*ボタン*/
49#containerfull #button{
50border: 0;
51margin: 40px 0 20px 0;
52padding: 0;
53text-align: center;
54}
55
Note: See TracBrowser for help on using the repository browser.