source: branches/feature-module-update/html/css/layout/error.css @ 15078

Revision 15078, 548 bytes checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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/*枠*/
12#containerfull #frame{
13border: 0;
14margin: 50px 100px;
15padding: 0;
16width: 500px;
17background: #ccc;
18}
19
20/*タイトル行*/
21#containerfull #frame #left{
22background: #fff;
23text-align: center;
24height:150px;
25}
26
27
28
29/*ボタン*/
30#containerfull #button{
31border: 0;
32margin: 30px 0;
33padding: 0;
34text-align: center;
35}
Note: See TracBrowser for help on using the repository browser.