7714f9d3a8c07ab5902a46f3d9df0555d12ab8ac
[outofuni/modular.git] / app / www / css / index.css
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one
3  * or more contributor license agreements.  See the NOTICE file
4  * distributed with this work for additional information
5  * regarding copyright ownership.  The ASF licenses this file
6  * to you under the Apache License, Version 2.0 (the
7  * "License"); you may not use this file except in compliance
8  * with the License.  You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing,
13  * software distributed under the License is distributed on an
14  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  * KIND, either express or implied.  See the License for the
16  * specific language governing permissions and limitations
17  * under the License.
18  */
19
20 html {
21         height: 100%;
22 }
23
24 body {
25         height: 100%;
26         margin: 0;
27         background-color: black;
28 }
29
30 #main {
31         width: 100%;
32         height: 100%;
33         display: none;
34 }
35
36 #moddiag {
37         width: 100%;
38         height: 100%;
39 }
40
41 .mod {
42         width: 42.5%;
43         height: 80%;
44         margin-top: 5%;
45         margin-left: 5%;
46         background-color: white;
47         float: left;
48 }
49
50 .mdhead {
51         width: 100%;
52         height: 10%;
53         text-align: center;
54 }
55
56 .mdmain {
57         width: 97%;
58         height: 90%;
59         margin-left: 3%;
60         overflow: auto;
61 }
62
63 .mdcbtn {
64         width: 90%;
65         height: 10%;
66         margin: 3%;
67         text-align: center;
68         background-color: #ddd;
69 }
70
71 .mdcline {
72         width: 30%;
73         float: left;
74 }
75
76 .mdcinput {
77         width: 70%;
78         float: left;
79 }
80
81 #mdnc {
82         width: 100%;
83         margin-top: 3%;
84         clear: left;
85 }
86
87 .item {
88         float: left;
89         text-align: center;
90 }
91
92 #mdcont {
93 }
94
95 #mdnew {
96 }
97