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

Revision 15079, 674 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
19/**テーブル**/
20/*枠*/
21#containerfull #frame{
22border: 0;
23margin: 0 100px;
24padding: 0;
25width: 500px;
26background: #ccc;
27}
28
29/*タイトル行*/
30#containerfull #frame #left{
31background: #fff;
32text-align: center;
33height:150px;
34}
35
36
37/*ボタン*/
38#containerfull #button{
39border: 0;
40margin: 40px 0 20px 0;
41padding: 0;
42text-align: center;
43}
44
Note: See TracBrowser for help on using the repository browser.