NK_Design/theme/style.css

25 lines
712 B
CSS

/*
Theme Name: Warrior of the Mists
Theme URI: https://nebelkrieger.de
Author: fips
Author URI: https://nebelkrieger.de
Version: 1.0
License: MIT
Text Domain: nebelkrieger
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body{
font-family:Didact Gothic;font-size: 100%;background: no-repeat fixed url(https://wow.zamimg.com/uploads/screenshots/normal/1044204-sepulcher-of-the-first-ones-screenshots.jpg); background-size:cover;
}
.bg-dark-st{
background: rgba(0,0,0,0.8 )!important;
}
.bg-darkl-st{
background: rgba(0,0,0,0.4)!important;
}
.bg-light-st{
background: rgba(255,255,255,0.3)!important;
}