TTT_Role_Overview/css/styles.css

27 lines
611 B
CSS
Raw Normal View History

2022-03-28 05:40:17 +00: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 09:31:30 +00:00
.card {
2022-03-28 11:05:08 +00:00
opacity: 0.9;
2022-03-28 09:41:31 +00:00
}
.blurry {
2022-03-28 09:42:40 +00:00
backdrop-filter: blur(7px) !important;
2022-03-28 09:31:30 +00:00
}
2022-03-28 11:55:16 +00:00
pre code {
2022-03-28 12:20:51 +00:00
color: #fff;
2022-03-28 12:22:35 +00:00
background-color: #aaa;
2022-03-28 11:55:16 +00:00
border: 1px solid #999;
display: block;
2022-03-28 12:20:51 +00: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 11:55:16 +00:00
}