torierettsegifelkeszito/include/style.css
2019-08-08 16:56:20 +03:00

95 lines
2.1 KiB
CSS

/**
* /include/style.css
* @version 1.0
* @desc Main style file
* @author Fándly Gergő Zoltán (gergo@systemtest.tk, systemtest.tk)
* @copy 2018 Fándly Gergő Zoltán
* License:
Töri Érettsegi Előkeszítő, an app to prepare for the History tests in Romania for Hungarian students
Copyright (C) 2018 Fándly Gergő Zoltán
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, either version 3 of the License, or
(at your option) any later version.
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/
html{
background: url('../res/background.png') center center fixed no-repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background-size: cover;
}
.center{
margin: auto;
}
.centerchild{
text-align: center;
}
button{
background: rgba(163,127,91,0.9);
padding: 1em;
border-radius: 0.5em;
border: 1px solid rgba(118,88,59,0.9);
}
button:hover{
background: rgba(143,107,71,0.9);
}
footer{
background: rgba(163,127,91,0.7);
border-radius: 1em;
width: 80%;
margin: auto;
font-size: 0.8em;
text-align: center;
padding: 0.3em;
}
hr.placeholder{
border: none;
height: 30px;
}
div.container{
background: rgba(163,127,91,0.7);
padding: 1em;
border-radius: 0.5em;
border: 1px solid rgba(118,88,59,0.9);
width: 95%;
}
input{
border-radius: 5px;
padding: 0.5em;
border: 1px solid rgba(118,88,59,0.9);
}
ul.listing{
list-style: none;
}
ul.listing li{
padding: 1em;
background: rgba(136,108,56,0.9);
margin: 0.1em;
}
ul.listing a{
text-decoration: none;
color: rgb(0,0,0);
cursor: pointer;
}