User:Serany: Difference between revisions

From Ethene
Content deleted Content added
Created page with "{{#css: body { background: yellow; font-size: 20pt; color: red; } }} test"
 
mNo edit summary
Line 1: Line 1:
{{#css:
{{#css:
.image-container {
body {
background: yellow;
position: relative;
font-size: 20pt;
text-align: center;
}
color: red;

.image-container img {
width: 100%;
height: auto;
}

.image-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
background: rgba(0, 0, 0, 0.5);
padding: 10px;
}
}
}}
}}


<div class="image-container">
[[File:Quest_Header.png|alt=test]]
<div class="image-overlay">test</div>
</div>


<!--
<div style="float: right">
{| class=wikitable style="padding=10px; width: 50%"
!scope="col" colspan ="4" style="font-size:20px;" |
test
|-
!scope="row" style="width: 130px" | Location
|colspan="3" |
test
|-
!scope="row" | Starting NPC
|colspan="3" |
test
|-
!scope="row" | Description
|colspan="3" |
test
|-
!scope="row" | Requirements
|colspan="3" |
test
|-
!scope="row" | Initial Reward
|colspan="3" |
test
|-
!scope="row" | Replay Reward
|colspan="3" |
test
|-
!scope="row" | EXP/Fame
|colspan="3" |
test
|-
!scope="row" | Replay EXP/Fame
|colspan="3" |
test
|-
!scope="col" style="width: 15%;" | Previous Quest
|style="text-align:center; width: 35%;" |
test
!scope="col" style="width: 15%;" | Next Quest
|style="text-align:center; width: 35%;" |
test
test
|}
</div>
!-->

Revision as of 21:04, 4 November 2023


test

test