2020-04-05 09:36:27 +02:00
|
|
|
/**
|
|
|
|
* Titles
|
|
|
|
*/
|
|
|
|
|
|
|
|
.release-date {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2020-03-08 12:30:03 +01:00
|
|
|
/**
|
|
|
|
* Controls
|
|
|
|
*/
|
|
|
|
|
|
|
|
input[type=radio] {
|
2020-06-28 07:43:08 +02:00
|
|
|
margin: 0px;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
|
|
|
|
2020-06-28 07:43:08 +02:00
|
|
|
label {
|
|
|
|
margin-left: 10px;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
|
|
|
|
2020-06-28 07:43:08 +02:00
|
|
|
input[type=radio], label {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ruleset-generator {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 100%;
|
2020-03-08 12:30:03 +01:00
|
|
|
}
|
2020-07-09 20:55:05 +02:00
|
|
|
|
|
|
|
#history {
|
2020-07-24 08:16:25 +02:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
2020-07-09 20:55:05 +02:00
|
|
|
}
|
|
|
|
|
2020-07-24 08:16:25 +02:00
|
|
|
#generator-section {
|
|
|
|
display: none;
|
2020-07-09 20:55:05 +02:00
|
|
|
}
|
2020-08-30 19:07:34 +02:00
|
|
|
|
|
|
|
.important {
|
|
|
|
background-color: #fbdcdc;
|
|
|
|
border: 2px solid red;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #555;
|
|
|
|
}
|