| Revision 16094,
782 bytes
checked in by adachi, 19 years ago
(diff) |
|
set property
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/css; 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{ |
|---|
| 12 | border: 0; |
|---|
| 13 | margin: 0 0 30px 0; |
|---|
| 14 | padding: 0; |
|---|
| 15 | width: 700px; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | #containerfull #comment{ |
|---|
| 19 | border: 0; |
|---|
| 20 | margin: 0 0 30px 0; |
|---|
| 21 | padding: 0; |
|---|
| 22 | width: 700px; |
|---|
| 23 | text-align: center; |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | /**テーブル**/ |
|---|
| 27 | /*枠*/ |
|---|
| 28 | #containerfull #frame{ |
|---|
| 29 | border: 0; |
|---|
| 30 | margin: 0 100px; |
|---|
| 31 | padding: 0; |
|---|
| 32 | width: 500px; |
|---|
| 33 | background: #ccc; |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | /*タイトル行*/ |
|---|
| 37 | #containerfull #frame #left{ |
|---|
| 38 | width: 150px; |
|---|
| 39 | background: #ecf5ff; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | #containerfull #frame #right{ |
|---|
| 43 | width: 350px; |
|---|
| 44 | background: #fff; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | /*ボタン*/ |
|---|
| 49 | #containerfull #button{ |
|---|
| 50 | border: 0; |
|---|
| 51 | margin: 40px 0 20px 0; |
|---|
| 52 | padding: 0; |
|---|
| 53 | text-align: center; |
|---|
| 54 | } |
|---|
| 55 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.