source: branches/version-2_5-dev/html/admin/css/common.css @ 20116

Revision 20116, 1.4 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1/*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 */
22@charset "<!--{$smarty.const.CHAR_CODE}-->";
23.fs10 {font-size: 62.5%; line-height: 150%;}
24.fs12 {font-size: 75%; line-height: 150%;}
25.fs14 {font-size: 87.5%; line-height: 150%;}
26.fs18 {font-size: 117.5%; line-height: 150%;}
27.fs22 {font-size: 137.5%; line-height: 130%;}
28.fs24 {font-size: 150%; line-height: 130%;}
29.fs30 {font-size: 187.5%; line-height: 125%;}
30.fs10n {font-size: 62.5%;}
31.fs12n {font-size: 75%;}
32.fs14n {font-size: 87.5%;}
33.fs18n {font-size: 117.5%;}
34.fs22n {font-size: 137.5%;}
35.fs24n {font-size: 150%;}
36.fs30n {font-size: 187.5%;}
37.fs12st {font-size: 75%; line-height: 150%; font-weight: bold;}
Note: See TracBrowser for help on using the repository browser.