Template:Monster block/style.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".mon-stat-block::before, .mon-stat-block::after { content: ""; display: block; background-image: url('/images/3/33/Stat_bar_book.png'); background-size: 100% 100%; h..." |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
background-image: url( | background-image: url(/images/3/33/Stat_bar_book.png); | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
height: 6px; | height: 6px; | ||
Line 17: | Line 17: | ||
.mon-stat-block::after { | .mon-stat-block::after { | ||
bottom: -3px; | bottom: -3px; | ||
} | |||
.mon-stat-block { | |||
background-image: url(/images/6/69/Block_top_texture.png), url(/images/1/1d/Paper_texture.png); | |||
background-size: 100% auto; | |||
background-position: top center; | |||
background-repeat: no-repeat, repeat; | |||
position: relative; | |||
box-shadow: 0 0 5px #979aa4; | |||
border: 1px solid #d4d0c3; | |||
padding: 15px; | |||
margin: 15px 0; | |||
font-size: 15px; | |||
} | |||
.column1 { | |||
color: #822000; | |||
} | |||
/* Template:Monster stats colors */ | |||
.column1 .stats-header img { | |||
filter: invert(13%) sepia(48%) saturate(5233%) hue-rotate(15deg) brightness(68%) contrast(101%); | |||
} | } |
Latest revision as of 21:07, 14 February 2022
.mon-stat-block::before,
.mon-stat-block::after {
content: "";
display: block;
background-image: url(/images/3/33/Stat_bar_book.png);
background-size: 100% 100%;
height: 6px;
position: absolute;
left: -3px;
right: -3px;
}
.mon-stat-block::before {
top: -3px;
}
.mon-stat-block::after {
bottom: -3px;
}
.mon-stat-block {
background-image: url(/images/6/69/Block_top_texture.png), url(/images/1/1d/Paper_texture.png);
background-size: 100% auto;
background-position: top center;
background-repeat: no-repeat, repeat;
position: relative;
box-shadow: 0 0 5px #979aa4;
border: 1px solid #d4d0c3;
padding: 15px;
margin: 15px 0;
font-size: 15px;
}
.column1 {
color: #822000;
}
/* Template:Monster stats colors */
.column1 .stats-header img {
filter: invert(13%) sepia(48%) saturate(5233%) hue-rotate(15deg) brightness(68%) contrast(101%);
}