2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2012-03-29 21:50:48 -07:00
|
|
|
|
|
|
|
html {
|
2012-06-12 18:24:55 -07:00
|
|
|
font-family: Roboto,"Droid Sans",helvetica,arial,clean,sans-serif;
|
2012-03-29 21:50:48 -07:00
|
|
|
font-size: 18px;
|
2013-02-13 08:50:57 -08:00
|
|
|
background-color: #ced7de;
|
2012-03-29 21:50:48 -07:00
|
|
|
-moz-text-size-adjust: none;
|
|
|
|
}
|
|
|
|
|
2012-08-07 09:49:30 -07:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
color: black;
|
|
|
|
padding: 15px 0px 0px;
|
|
|
|
-moz-padding-start: 25px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 2px solid;
|
|
|
|
min-height: 44px;
|
|
|
|
-moz-border-bottom-colors: #ff9100 #f27900;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header > .icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app:active,
|
|
|
|
.header > .icon:active {
|
|
|
|
background-color: #febc2b;
|
|
|
|
}
|
|
|
|
|
2012-03-29 21:50:48 -07:00
|
|
|
#main-container {
|
|
|
|
margin: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid grey;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app {
|
|
|
|
float: left;
|
|
|
|
cursor: pointer;
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em;
|
2012-08-07 09:49:30 -07:00
|
|
|
width: 100px;
|
|
|
|
height: 121px;
|
|
|
|
font-size: 14px;
|
2012-03-29 21:50:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.app img {
|
2012-08-07 09:49:30 -07:00
|
|
|
width: 91px;
|
|
|
|
height: 91px;
|
2012-04-13 19:45:39 -07:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app div {
|
|
|
|
pointer-events: none;
|
2012-03-29 21:50:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#noapps {
|
|
|
|
padding: 1em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|