]> Softwares of Agnibho - obscalc.git/blob - custom.css
Minor edit
[obscalc.git] / custom.css
1 /**********************************************************************
2 * Title: ObsCalc
3 * Description: An Obstetric Calculator
4 * Author: Agnibho Mondal
5 * Website: http://code.agnibho.com
6 **********************************************************************
7 Copyright (c) 2016 Agnibho Mondal
8 All rights reserved
9 **********************************************************************
10 This file is part of ObsCalc.
11
12 ObsCalc is free software: you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation, either version 3 of the License, or
15 (at your option) any later version.
16
17 ObsCalc is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with Obscalc. If not, see <http://www.gnu.org/licenses/>.
24 **********************************************************************/
25
26 h1, h2, h3, h4, h5, h6{
27 text-align:center;
28 }
29 #watch{
30 position:fixed;
31 top:0;
32 left:0;
33 cursor:pointer;
34 }
35 #limit{
36 position:fixed;
37 bottom:0;
38 right:0;
39 }
40 #alert{
41 position:fixed;
42 top:0;
43 left:0;
44 }