/* global.css Copyright (C) 2012 Minacle. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ .left { float: left; } .right { float: right; } .clear { clear: both; } .inline { display: inline-block; } .fill { width: 100%; height: 100%; } .absolute { display: absolute; left: 0; top: 0; } .relative { display: relative; } .hidden { visibility: hidden; } .transparent, .o00, .o0 { opacity: 0.0; } .o01 { opacity: 0.1; } .o02 { opacity: 0.2; } .o03 { opacity: 0.3; } .o04 { opacity: 0.4; } .o05 { opacity: 0.5; } .o06 { opacity: 0.6; } .o07 { opacity: 0.7; } .o08 { opacity: 0.8; } .o09 { opacity: 0.9; } .opaque, .o10, .o1 { opacity: 1.0; } .none { display: none; } .centre-wrapper, .center-wrapper { text-align: center; } .centre-wrapper > *, .center-wrapper > * { margin-left: auto; margin-right: auto; text-align: left; } span.tiny { font-size: 70%; } span.small { font-size: 80%; } span.normal { font-size: 100%; } span.medium { font-size: 125%; } span.medium-large { font-size: 150%; } span.large { font-size: 175%; } span.extra-large { font-size: 225%; } span.huge { font-size: 300%; } span.w100 { font-weight: 100; } span.w200 { font-weight: 200; } span.w300 { font-weight: 300; } span.w400 { font-weight: 400; } span.w500 { font-weight: 500; } span.w600 { font-weight: 600; } span.w700 { font-weight: 700; } span.w800 { font-weight: 800; } span.w900 { font-weight: 900; } span.bold { font-weight: bold; } span.bolder, span.thick { font-weight: bolder; } span.lighter, span.thin { font-weight: lighter; } span.underline, span.add, span.u { text-decoration: underline; } span.overline { text-decoration: overline; } span.line-through, span.del, span.d { text-decoration: line-through; } span.italic { font-style: italic; } span.oblique, span.i { font-style: oblique; } /* Written by Minacle. Modified at 26 Nov 2012 11:18 PM KST. */