66 lines
1.6 KiB
CSS
66 lines
1.6 KiB
CSS
/**
|
|
*
|
|
* Name: Default theme
|
|
* Pandora Stylesheet
|
|
*
|
|
* @category Stylesheet
|
|
* @package Pandora FMS
|
|
* @subpackage Community
|
|
* @version 1.0.0
|
|
* @license See below
|
|
*
|
|
* ______ ___ _______ _______ ________
|
|
* | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __|
|
|
* | __/| _ | | _ || _ | _| _ | | ___| |__ |
|
|
* |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
|
|
*
|
|
* ============================================================================
|
|
* Copyright (c) 2005-2023 Pandora FMS
|
|
* Please see https://pandorafms.com for full contribution list
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation for version 2.
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
* ============================================================================
|
|
*/
|
|
|
|
div#asteroids {
|
|
background-color: #000;
|
|
color: #fff;
|
|
margin: 50px auto;
|
|
width: 640px;
|
|
border: 1px solid #fff;
|
|
padding: 5px;
|
|
}
|
|
|
|
div#asteroids > * {
|
|
color: #fff;
|
|
}
|
|
|
|
div#asteroids > div {
|
|
font-family: "System", monospace;
|
|
font-size: 11px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
div#asteroids > div > span {
|
|
float: right;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
div#instructions {
|
|
width: 640px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|