Switch to unified view

a b/compass-app/plugins/org.apache.cordova.splashscreen/test/master.css
1
/*
2
 *
3
 * Licensed to the Apache Software Foundation (ASF) under one
4
 * or more contributor license agreements.  See the NOTICE file
5
 * distributed with this work for additional information
6
 * regarding copyright ownership.  The ASF licenses this file
7
 * to you under the Apache License, Version 2.0 (the
8
 * "License"); you may not use this file except in compliance
9
 * with the License.  You may obtain a copy of the License at
10
 *
11
 *   http://www.apache.org/licenses/LICENSE-2.0
12
 *
13
 * Unless required by applicable law or agreed to in writing,
14
 * software distributed under the License is distributed on an
15
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
 * KIND, either express or implied.  See the License for the
17
 * specific language governing permissions and limitations
18
 * under the License.
19
 *
20
*/
21
22
  body {
23
    background:#222 none repeat scroll 0 0;
24
    color:#666;
25
    font-family:Helvetica;
26
    font-size:72%;
27
    line-height:1.5em;
28
    margin:0;
29
    border-top:1px solid #393939;
30
  }
31
32
  #info{
33
    background:#ffa;
34
    border: 1px solid #ffd324;
35
    -webkit-border-radius: 5px;
36
    border-radius: 5px;
37
    clear:both;
38
    margin:15px 6px 0;
39
    min-width:295px;
40
    max-width:97%;
41
    padding:4px 0px 2px 10px;
42
    word-wrap:break-word;
43
    margin-bottom:10px;
44
    display:inline-block;
45
    min-height: 160px;
46
    max-height: 300px;
47
    overflow: auto;
48
    -webkit-overflow-scrolling: touch;
49
  }
50
  
51
  #info > h4{
52
    font-size:.95em;
53
    margin:5px 0;
54
  }
55
  
56
  #stage.theme{
57
    padding-top:3px;
58
  }
59
60
  /* Definition List */
61
  #stage.theme > dl{
62
      padding-top:10px;
63
      clear:both;
64
      margin:0;
65
      list-style-type:none;
66
      padding-left:10px;
67
      overflow:auto;
68
  }
69
70
  #stage.theme > dl > dt{
71
      font-weight:bold;
72
      float:left;
73
      margin-left:5px;
74
  }
75
76
  #stage.theme > dl > dd{
77
      width:45px;
78
      float:left;
79
      color:#a87;
80
      font-weight:bold;
81
  }
82
83
  /* Content Styling */
84
  #stage.theme > h1, #stage.theme > h2, #stage.theme > p{
85
    margin:1em 0 .5em 13px;
86
  }
87
88
  #stage.theme > h1{
89
    color:#eee;
90
    font-size:1.6em;
91
    text-align:center;
92
    margin:0;
93
    margin-top:15px;
94
    padding:0;
95
  }
96
97
  #stage.theme > h2{
98
      clear:both;
99
    margin:0;
100
    padding:3px;
101
    font-size:1em;
102
    text-align:center;
103
  }
104
105
  /* Stage Buttons */
106
  #stage.theme .btn{
107
      border: 1px solid #555;
108
      -webkit-border-radius: 5px;
109
      border-radius: 5px;
110
      text-align:center;
111
      display:inline-block;
112
      background:#444;
113
      width:150px;
114
      color:#9ab;
115
      font-size:1.1em;
116
      text-decoration:none;
117
      padding:1.2em 0;
118
      margin:3px 0px 3px 5px;
119
  }
120
  
121
  #stage.theme .large{
122
      width:308px;
123
      padding:1.2em 0;
124
  }
125
  
126
  #stage.theme .wide{
127
    width:100%;
128
    padding:1.2em 0;
129
  }
130
  
131
  #stage.theme .backBtn{
132
   border: 1px solid #555;
133
   -webkit-border-radius: 5px;
134
   border-radius: 5px;
135
   text-align:center;
136
   display:block;
137
   float:right;
138
   background:#666;
139
   width:75px;
140
   color:#9ab;
141
   font-size:1.1em;
142
   text-decoration:none;
143
   padding:1.2em 0;
144
   margin:3px 5px 3px 5px;
145
  }
146
  
147
  #stage.theme .input{
148
   border: 1px solid #555;
149
   -webkit-border-radius: 5px;
150
   border-radius: 5px;
151
   text-align:center;
152
   display:block;
153
   float:light;
154
   background:#888;
155
   color:#9cd;
156
   font-size:1.1em;
157
   text-decoration:none;
158
   padding:1.2em 0;
159
   margin:3px 0px 3px 5px;    
160
 }
161
  
162
  #stage.theme .numeric{
163
   width:100%;
164
  }