2012-06-11 14:59:50 +00: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/. */
|
|
|
|
|
|
|
|
%filter substitution
|
|
|
|
%include defines.inc
|
|
|
|
|
|
|
|
html {
|
2012-06-13 01:24:55 +00:00
|
|
|
font-family: Roboto,"Droid Sans",helvetica,arial,clean,sans-serif;
|
2012-06-11 14:59:50 +00:00
|
|
|
font-size: 24px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
-moz-text-size-adjust: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
width: 100%;
|
|
|
|
color: black;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
border-bottom: 4px solid;
|
|
|
|
-moz-border-bottom-colors: #ff9100 #f27900;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
font-family: "Droid Serif",serif;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
display: none;
|
|
|
|
}
|