TTT_Role_Overview/css/styles.css

27 lines
611 B
CSS
Raw Normal View History

2022-03-28 07:40:17 +02:00
html {
background: url("https://img4.goodfon.com/wallpaper/nbig/2/39/tokho-toukhou-devushka-fon-mech.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
2022-03-28 11:31:30 +02:00
.card {
2022-03-28 13:05:08 +02:00
opacity: 0.9;
2022-03-28 11:41:31 +02:00
}
.blurry {
2022-03-28 11:42:40 +02:00
backdrop-filter: blur(7px) !important;
2022-03-28 11:31:30 +02:00
}
2022-03-28 13:55:16 +02:00
pre code {
2022-03-28 14:20:51 +02:00
color: #fff;
2022-03-28 14:22:35 +02:00
background-color: #aaa;
2022-03-28 13:55:16 +02:00
border: 1px solid #999;
display: block;
2022-03-28 14:20:51 +02:00
padding: 5px;
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
2022-03-28 13:55:16 +02:00
}