source: branches/comu-utf8/html/css/layout/error.css @ 16094

Revision 16094, 513 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/*枠*/
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.