Files

47 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2020-11-14 23:48:48 +01:00
.col-sm {
2020-11-17 03:10:30 +01:00
max-height: 80% !important;
2020-11-14 23:48:48 +01:00
}
.col-sm.vert {
2020-11-17 03:10:30 +01:00
max-height: 60% !important;
}
body {
2020-11-17 03:18:51 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-12-01 04:55:42 +01:00
background-color: #fff;
2020-12-01 11:56:11 +01:00
padding-right: 10px;
2020-12-01 04:55:42 +01:00
}
div.highlight {
2020-12-03 04:45:20 +01:00
background-color: rgba(165, 165, 165, 0.372);
2020-12-01 04:55:42 +01:00
margin-left: -15px;
margin-right: -15px;
2020-12-01 11:56:11 +01:00
width: 100vw;
2020-12-03 23:03:15 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-11-17 03:10:30 +01:00
}
nav {
2020-11-17 03:18:51 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-11-29 03:58:43 +01:00
}
2020-11-30 16:59:35 +01:00
header {
background-color: rgba(219, 219, 219, 0.448);
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
2020-11-29 03:58:43 +01:00
.disable-select {
user-select: none; /* supported by Chrome and Opera */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
2020-12-02 17:21:01 +01:00
}
a {
outline: none !important;
2020-12-03 23:03:15 +01:00
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
2020-12-02 17:21:01 +01:00
}
button {
outline: none !important;
2020-11-14 23:48:48 +01:00
}