changes changes changes changes changes addes settings submodule changes updates updates new version of the readme.md Update README2.md changes Update the text formatting Update README2.md Update README2.md changes Removed install_script.txt because the profile folder requested here is checked to be Ok. Updated the readme a bit
42 lines
719 B
CSS
42 lines
719 B
CSS
/* 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/. */
|
|
|
|
body {
|
|
color: white;
|
|
}
|
|
|
|
#header,
|
|
#refreshCheckboxContainer,
|
|
#refreshButtonContainer {
|
|
text-align: center;
|
|
margin-left: 40px;
|
|
margin-right: 40px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
#header {
|
|
font-size: 35px;
|
|
font-weight: normal;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
#refreshCheckbox {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#checkboxLabel {
|
|
font-size: 13px;
|
|
}
|
|
|
|
#refreshButton {
|
|
padding: 8px 40px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* The footer goes in the bottom right corner. */
|
|
#footer {
|
|
position: fixed;
|
|
right: 50px;
|
|
bottom: 59px;
|
|
}
|