MediaWiki:Common.css: Difference between revisions
Add Fantasy UI classes |
Use absolute hashed URLs for Fantasy UI backgrounds |
||
| Line 1,119: | Line 1,119: | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
padding: 30px 25px 25px 25px; | padding: 30px 25px 25px 25px; | ||
background-image: url('/images/T_FantasyWarrior_Box_Parchment01.png'); | background-image: url('/images/1/13/T_FantasyWarrior_Box_Parchment01.png'); | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Line 1,131: | Line 1,131: | ||
.infobox-fantasy-header { | .infobox-fantasy-header { | ||
background-image: url('/images/T_FantasyWarrior_Bar_Horizontal03.png'); | background-image: url('/images/2/24/T_FantasyWarrior_Bar_Horizontal03.png'); | ||
background-size: 100% 100%; | background-size: 100% 100%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
| Line 1,175: | Line 1,175: | ||
width: 22px; | width: 22px; | ||
height: 22px; | height: 22px; | ||
} | |||
.quest-details-fantasy { | |||
background-image: url('/images/f/f2/T_HUD_FantasyWarrior_Box_Large_Parchment01.png'); | |||
background-size: 100% 100%; | |||
background-repeat: no-repeat; | |||
padding: 30px; | |||
margin-bottom: 20px; | |||
font-family: 'Museo Sans', sans-serif; | |||
color: #332717; | |||
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3)); | |||
} | |||
.quest-details-fantasy-header { | |||
background-image: url('/images/2/24/T_FantasyWarrior_Bar_Horizontal03.png'); | |||
background-size: 100% 100%; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
color: #fff; | |||
text-align: center; | |||
font-family: 'Kingthings Petrock', serif; | |||
font-size: 150%; | |||
padding: 12px 10px; | |||
margin-top: -10px; | |||
margin-bottom: 20px; | |||
text-shadow: 1px 1px 2px #000; | |||
width: 50%; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | } | ||