2018-05-02 19:59:45 +02:00
|
|
|
html {
|
2020-12-29 14:39:47 +01:00
|
|
|
font-size: 0.9rem;
|
2018-07-11 23:36:46 +02:00
|
|
|
}
|
|
|
|
|
2021-05-17 20:04:59 +02:00
|
|
|
.link {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2019-05-18 11:54:39 +02:00
|
|
|
/*
|
2020-12-29 14:39:47 +01:00
|
|
|
Left sidebar
|
2019-05-18 11:54:39 +02:00
|
|
|
*/
|
2020-11-30 22:00:54 +01:00
|
|
|
|
2020-12-29 14:39:47 +01:00
|
|
|
div.sidebar .nav-item a {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
2019-05-18 11:54:39 +02:00
|
|
|
}
|
|
|
|
|
2020-12-29 14:39:47 +01:00
|
|
|
div.sidebar .nav-item h4 {
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2020-11-30 22:00:54 +01:00
|
|
|
|
2019-05-18 11:54:39 +02:00
|
|
|
/*
|
2020-12-29 14:39:47 +01:00
|
|
|
Editor
|
2019-05-18 11:54:39 +02:00
|
|
|
*/
|
2021-01-12 21:46:42 +01:00
|
|
|
#btnCurrenType {
|
2020-12-29 14:39:47 +01:00
|
|
|
cursor: pointer;
|
2019-05-18 11:54:39 +02:00
|
|
|
}
|
|
|
|
|
2021-02-07 17:19:24 +01:00
|
|
|
.link {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
2018-07-20 18:36:47 +02:00
|
|
|
}
|
|
|
|
|
2018-06-05 23:50:03 +02:00
|
|
|
|
2018-10-30 16:12:44 +01:00
|
|
|
|