Difference between revisions of "Stratonian"

m
m (CSS)
Line 1: Line 1:
<div>
+
<div class="recipe-img">
 
<span class="quality-common" style="position:absolute;">[[File:Recipe Background.png]]</span>
 
<span class="quality-common" style="position:absolute;">[[File:Recipe Background.png]]</span>
 
<span style="position: absolute; padding-left: 35px">[[File:Alchemy Recipe.png|100px]]</span>
 
<span style="position: absolute; padding-left: 35px">[[File:Alchemy Recipe.png|100px]]</span>
 
<span style="padding-left: 4px; -webkit-clip-path: polygon(0% -55px, 0% 455%, 105% 460%); clip-path: polygon(0% -55px, 0% 455%, 105% 460%);">[[File:Campfire.png]]</span>
 
<span style="padding-left: 4px; -webkit-clip-path: polygon(0% -55px, 0% 455%, 105% 460%); clip-path: polygon(0% -55px, 0% 455%, 105% 460%);">[[File:Campfire.png]]</span>
 
</div>
 
</div>
 +
 +
<!-- CSS FOR MEDIAWIKI:COMMON
 +
.recipe-img { position: relative; width: 136px; height: 136px; }
 +
.recipe-img::after {
 +
  position: absolute;
 +
  content: "";
 +
  left: -22px;
 +
  top: 64px;
 +
  right: -22px;
 +
  border-top: 3px black solid;
 +
  -webkit-transform: rotate(45deg);
 +
  -moz-transform: rotate(45deg);
 +
  -ms-transform: rotate(45deg);
 +
  -o-transform: rotate(45deg);
 +
  transform: rotate(45deg);
 +
}
 +
-->

Revision as of 20:31, 11 January 2024

Recipe Background.png Alchemy Recipe.png Campfire.png