mirror of https://github.com/nymea/nymea.git
48 lines
1.9 KiB
CSS
48 lines
1.9 KiB
CSS
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* *
|
|
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> *
|
|
* *
|
|
* This file is part of guh. *
|
|
* *
|
|
* Guh 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, version 2 of the License. *
|
|
* *
|
|
* Guh 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. *
|
|
* *
|
|
* You should have received a copy of the GNU General Public License *
|
|
* along with guh. If not, see <http://www.gnu.org/licenses/>. *
|
|
* *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
|
|
|
|
table {
|
|
display: table;
|
|
border-collapse: colapse;
|
|
border-spacing: 2px;
|
|
border-color: gray;
|
|
}
|
|
|
|
p {
|
|
color: #676767;
|
|
font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif;
|
|
font-size: 100%;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
margin: 0 0 20px 0;
|
|
font-family: "Ubuntu", Helvetica, "Helvetica Neue", Arial, sans-serif;
|
|
font-weight: normal;
|
|
color: #676767;
|
|
text-transform: none;
|
|
}
|
|
|
|
html {
|
|
color: #676767;
|
|
font-family: "Ubuntu", Arial, Helvetica, sans-serif;
|
|
background: white;
|
|
}
|