Difference between revisions of "Yue"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | <!-- CSS Notes Begin - | |
− | + | Dusty Blue: #326b8d | |
− | + | RGB: rgba(50, 107, 141, 0.5); | |
− | + | Dark grey: | |
+ | RGB: rgba(75, 75, 75,1); | ||
+ | - CSS Notes End --> | ||
− | + | <!-- Header CSS Begin --> | |
− | + | {{#css: | |
− | |||
− | |||
− | |||
− | |||
− | + | @import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap'); | |
− | + | ||
+ | |||
+ | #LBorder { | ||
+ | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75, 75, 75,1) 0%,rgba(0,0,0,1) 8%,rgba(0,0,0,1) 42%,rgba(75, 75, 75,1) 50%); | ||
+ | border: 50px solid TRANSPARENT; | ||
+ | border-radius: 12px; | ||
+ | } | ||
+ | |||
+ | #LBorderSh { | ||
+ | -webkit-box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | -moz-box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | box-shadow: inset 0px -5px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | border: 0 solid TRANSPARENT; | ||
+ | border-radius: 12px; | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | outline: 10px BLACK; | ||
+ | z-index: 1000; | ||
+ | } | ||
+ | |||
+ | #container { | ||
+ | background: url(https://liberationmush.site/liberationwiki/images/8/80/Brushed-alum-dark.png) repeat, repeating-linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 10%,rgba(173,173,173,1) 20%,rgba(165,165,165,1) 30%,rgba(173,173,173,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60% 33.3%) repeat; | ||
+ | -webkit-box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 2px 4px rgba(225,225,225,1); | ||
+ | -moz-box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 5px 2px rgba(225,225,225,1); | ||
+ | box-shadow: -1px -1px rgba(75, 75, 75,1), 3px 3px rgba(75, 75, 75,0.3), -0px -0px 25px 10px rgba(75, 75, 75,0.75), inset -3px -3px 5px 2px rgba(96,96,96,0.75), inset 5px 3px 5px 2px rgba(225,225,225,1); | ||
+ | border-radius: 8px; | ||
+ | font-family: Uncial Antiqua; | ||
+ | color: rgba(75, 75, 75,1); | ||
+ | position: relative; | ||
+ | padding: 5px; | ||
+ | } | ||
+ | |||
+ | #FlapL { | ||
+ | z-index: 999; | ||
+ | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
+ | height: 130px; | ||
+ | width: 50px; | ||
+ | border-radius: 0 0 8px 8px; | ||
+ | margin: -48px 0 0 100px; | ||
+ | position: absolute; | ||
+ | -webkit-box-shadow: 1px 1px 5px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | -mox-box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | } | ||
+ | |||
+ | #FlapHL { | ||
+ | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
+ | -webkit-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | -moz-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | height: 30px; | ||
+ | width: 60px; | ||
+ | border-radius: 20px; | ||
+ | margin: 63px 0 0 95px; | ||
+ | position: absolute; | ||
+ | z-index: 998; | ||
+ | } | ||
+ | |||
+ | #FlapR { | ||
+ | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
+ | height: 130px; | ||
+ | width: 50px; | ||
+ | border-radius: 0 0 8px 8px; | ||
+ | margin: -48px 100px 0 0; | ||
+ | z-index: 999; | ||
+ | float: right; | ||
+ | position: relative; | ||
+ | -webkit-box-shadow: 1px 1px 5px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | -mox-box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | box-shadow: 1px 1px 2px rgba(75, 75, 75,1), inset 0px -5px 5px 5px rgba(75, 75, 75,0.8), 0px 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
+ | } | ||
+ | |||
+ | #FlapHR { | ||
+ | background: url("https://liberationmush.site/liberationwiki/images/3/3d/Leather.png") repeat, repeating-linear-gradient(to bottom, rgba(75,75,75,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 70%,rgba(75,75,75,1) 100%); | ||
+ | -webkit-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | -moz-box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | box-shadow: inset 0px -3px 5px 2px rgba(0,0,0,0.8), -2px -2px rgba(75, 75, 75,0.3), 2px 2px 2px 2px rgba(225,225,225,1); | ||
+ | height: 30px; | ||
+ | width: 60px; | ||
+ | border-radius: 20px; | ||
+ | float: right; | ||
+ | margin: 63px -55px 0 0; | ||
+ | position: relative; | ||
+ | z-index: 998; | ||
+ | } | ||
+ | #deboss { | ||
+ | margin: 4px; | ||
+ | padding: 6px; | ||
+ | border: 58px solid TRANSPARENT; | ||
+ | border-image: url("https://liberationmush.site/liberationwiki/images/0/06/KnotBorder.png") 62 repeat; | ||
+ | } | ||
+ | |||
+ | .MtlBrdr { | ||
+ | -webkit-box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | -moz-box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | box-shadow: inset 0px -3px 5px 5px rgba(75, 75, 75,0.8); | ||
+ | background: url(https://liberationmush.site/liberationwiki/images/8/80/Brushed-alum-dark.png) repeat, repeating-linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(221,221,221,1) 10%,rgba(173,173,173,1) 20%,rgba(165,165,165,1) 30%,rgba(173,173,173,1) 40%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 60% 33.3%) repeat; | ||
+ | border: 0 solid TRANSPARENT; | ||
+ | border-radius: 8px; | ||
+ | outline: 10px BLACK; | ||
+ | position: absolute; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .GalDiv { | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #wrapper { | ||
+ | margin: -30px; | ||
+ | } | ||
+ | |||
+ | #bcp #bcprightcolumn { | ||
+ | font-size: 0.7em; | ||
+ | margin: -15px 0 -15px -5px; | ||
+ | } | ||
+ | |||
+ | .bcpPunch, .content-table { | ||
+ | color: rgba(0, 0, 0,1); | ||
+ | } | ||
+ | |||
+ | .TitleMn { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 4em; | ||
+ | color: rgba(0, 0, 0,1); | ||
+ | text-shadow: -1px -1px 2px rgba(0,0,0,1), 2px 2px 2px rgba(255,255,255,1); | ||
+ | text-align: center; | ||
+ | margin: 0 0 -30px 100px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .Title { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 4em; | ||
+ | color: rgba(0, 0, 0,1); | ||
+ | text-shadow: -1px -1px 2px rgba(0,0,0,1), 2px 2px 2px rgba(255,255,255,1); | ||
+ | text-align: center; | ||
+ | margin: 0 0 -30px 0px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .TitleSm { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 2em; | ||
+ | color: rgba(0, 0, 0,1); | ||
+ | text-align: center; | ||
+ | text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | ||
+ | } | ||
+ | |||
+ | .Quote { | ||
+ | padding: 0 3px 0 3px; | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 2.2em; | ||
+ | font-weight: medium; | ||
+ | text-align: center; | ||
+ | color: rgba(0, 0, 0,1); | ||
+ | text-align: center; | ||
+ | text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | .PgText { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 1em; | ||
+ | vertical-align: middle; | ||
+ | <!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | ||
+ | } | ||
+ | |||
+ | .PgTextSm { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 1.3em; | ||
+ | <!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | ||
+ | } | ||
+ | |||
+ | .PgTextSm2 { | ||
+ | font-family: Uncial Antiqua; | ||
+ | font-size: 1em; | ||
+ | <!-- text-shadow: -1px -1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(255,255,255,1); --> | ||
+ | } | ||
+ | |||
+ | .tab { | ||
+ | margin-left: 4em; | ||
+ | } | ||
+ | |||
+ | .bold { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #Eirian1 { | ||
+ | -webkit-box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | ||
+ | -moz-box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | ||
+ | box-shadow: inset 2px 2px 4px 2px rgba(75, 75, 75,1), inset -2px -2px 4px 2px rgba(225,225,225,1); | ||
+ | position: relative; | ||
+ | background: url(https://liberationmush.site/liberationwiki/images/9/9d/EirianWiki.png) no-repeat; | ||
+ | background-size: contain; | ||
+ | height: 200px; | ||
+ | width: 163px; | ||
+ | margin: 0 15px 0 15px; | ||
+ | display: inline-block; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
+ | <!-- Header CSS End --> | ||
+ | |||
+ | <!-- HTML Begin --> | ||
+ | |||
+ | <div id="LBorderSh"> | ||
+ | <div id="LBorder"> | ||
+ | <div id="FlapL"> | ||
+ | </div> | ||
+ | <div id="FlapHL"> | ||
+ | </div> | ||
+ | <div id="FlapR"> | ||
+ | </div> | ||
+ | <div id="FlapHR"> | ||
+ | </div> | ||
+ | <div id="container"> | ||
+ | <div id="deboss"> | ||
+ | <div id="wrapper"> | ||
+ | <div class="TitleMn">Eirian</div> | ||
+ | {{BasicCharacterPage | ||
+ | | pagename=Eirian | ||
+ | | titlefg=TRANSPARENT | ||
+ | | titlebg=TRANSPARENT | ||
+ | | quote= | ||
+ | <div class="Quote">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum diam vitae urna feugiat feugiat eu nec leo. - Eirian</div> | ||
+ | | fullname= | ||
+ | <div class="TitleSm" style="padding-top:60px;">Eirian Arwel Williams</div> | ||
+ | | profileimage=[[File:EirianWiki.png]] | ||
+ | <center><div class="PgTextSm">(Click to enlarge.)</div></center> | ||
+ | | profile= | ||
+ | <div class="PgTextSm bcpPunch"> | ||
+ | {{!}} Date of Birth | ||
+ | {{!}} DATE | ||
+ | {{!}}- | ||
+ | {{!}} Age | ||
+ | {{!}} AGE | ||
+ | {{!}}- | ||
+ | {{!}} Apparent Age | ||
+ | {{!}} APP AGE | ||
+ | {{!}}- | ||
+ | {{!}} Nationality | ||
+ | {{!}} Welsh | ||
+ | {{!}}- | ||
+ | {{!}} Raised in | ||
+ | {{!}} TEXT | ||
+ | {{!}}- | ||
+ | {{!}} Legacy | ||
+ | {{!}} LEGACY | ||
+ | {{!}}- | ||
+ | {{!}} Demeanor | ||
+ | {{!}} DEMEANOR | ||
+ | {{!}}- | ||
+ | {{!}} Kith | ||
+ | {{!}} Sidhe | ||
+ | {{!}}- | ||
+ | {{!}} Court | ||
+ | {{!}} Seelie | ||
+ | {{!}}- | ||
+ | {{!}} House | ||
+ | {{!}} HOUSE | ||
+ | {{!}}- | ||
+ | {{!}} Occupation | ||
+ | {{!}} JOB | ||
+ | </div> | ||
+ | |||
+ | | statistics= | ||
+ | <div class="TitleSm">Statistics</div> | ||
+ | <span class="PgTextSm2 bold bcpPunch"> | ||
+ | STAT 1 | ||
+ | </span><br> | ||
+ | <span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | ||
+ | STAT 1 INFO | ||
+ | </span><br><br> | ||
+ | |||
+ | <span class="PgTextSm2 bold bcpPunch"> | ||
+ | STAT 2 | ||
+ | </span><br> | ||
+ | <span class="PgTextSm2 bcpPunch" style="padding-left:20px;"> | ||
+ | STAT 2 INFO | ||
+ | </span> | ||
+ | |||
+ | | soundtrack= | ||
+ | <div class="TitleSm">Soundtrack</div><br> | ||
+ | <div class="PgTextSm" style="font-size:1em; font-weight: bold;">Valis the Poet</div> | ||
+ | <div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https://youtu.be/sOv0hENoQnE?si=4ICziMwAwoMbg_Dy Soldier, Poet, King]</div><br> | ||
+ | |||
+ | <div class="PgTextSm" style="font-size:1em; font-weight: bold;">Moon Prince Valis</div> | ||
+ | <div class="PgTextSm" style="text-align: top; font-size: 1em; "> [https://youtu.be/IYPiw2SAET0?si=PNkWVWCr4VcufKkg Rises the Moon]</div><br> | ||
+ | |||
+ | | biography= | ||
+ | <div class="Title">Biography</div><br><br> | ||
+ | <div class="PgText"> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum diam vitae urna feugiat feugiat eu nec leo. Duis suscipit quam dictum lectus mattis venenatis. Mauris urna nisl, auctor ac congue eu, tempus vitae mauris. Curabitur placerat viverra velit sed accumsan. Nam pulvinar velit risus, ac volutpat ipsum dapibus at. Fusce sed ullamcorper lorem. Integer a lorem dolor. Suspendisse potenti.<br><br> | ||
+ | |||
+ | Nam egestas velit sit amet orci rutrum vestibulum. Quisque et cursus enim. In dictum blandit dui at condimentum. Quisque pretium posuere vulputate. Nunc laoreet, odio posuere tincidunt tristique, nisi lacus finibus velit, nec cursus nisi massa tempor metus. Curabitur mattis eget diam sed feugiat. Nunc blandit tellus et odio bibendum, nec bibendum nulla scelerisque. Etiam pharetra mattis eleifend. Maecenas at nisi sagittis, cursus nunc vel, convallis turpis. Phasellus ex urna, lobortis et nisi sit amet, dignissim lobortis felis. Mauris erat tortor, cursus in molestie sed, viverra in orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ac tincidunt mauris. Fusce feugiat facilisis justo ac condimentum. | ||
+ | </div> | ||
+ | <div class="Title">Personality</div><br><br> | ||
+ | <div class="PgText"> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum diam vitae urna feugiat feugiat eu nec leo. Duis suscipit quam dictum lectus mattis venenatis. Mauris urna nisl, auctor ac congue eu, tempus vitae mauris. Curabitur placerat viverra velit sed accumsan. Nam pulvinar velit risus, ac volutpat ipsum dapibus at. Fusce sed ullamcorper lorem. Integer a lorem dolor. Suspendisse potenti.<br><br> | ||
+ | |||
+ | Nam egestas velit sit amet orci rutrum vestibulum. Quisque et cursus enim. In dictum blandit dui at condimentum. Quisque pretium posuere vulputate. Nunc laoreet, odio posuere tincidunt tristique, nisi lacus finibus velit, nec cursus nisi massa tempor metus. Curabitur mattis eget diam sed feugiat. Nunc blandit tellus et odio bibendum, nec bibendum nulla scelerisque. Etiam pharetra mattis eleifend. Maecenas at nisi sagittis, cursus nunc vel, convallis turpis. Phasellus ex urna, lobortis et nisi sit amet, dignissim lobortis felis. Mauris erat tortor, cursus in molestie sed, viverra in orci. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur ac tincidunt mauris. Fusce feugiat facilisis justo ac condimentum. | ||
+ | |||
+ | </div> | ||
+ | |||
+ | | rphooks= | ||
+ | <div class="Title">RP Hooks</div><br> | ||
+ | [[image:RubyJewel30.png|30px|Link=]] | ||
+ | <span class="PgText bold" style="padding-left:5px;"> | ||
+ | Hook 1 | ||
+ | </span> | ||
+ | <br><br> | ||
+ | <span class="PgText" style="display:inline-block;margin-left:46px;"> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum diam vitae urna feugiat feugiat eu nec leo. Duis suscipit quam dictum lectus mattis venenatis. Mauris urna nisl, auctor ac congue eu, tempus vitae mauris. Curabitur placerat viverra velit sed accumsan. Nam pulvinar velit risus, ac volutpat ipsum dapibus at. Fusce sed ullamcorper lorem. Integer a lorem dolor. Suspendisse potenti. | ||
+ | </span> | ||
+ | |||
+ | [[image:RubyJewel30.png|30px|Link=]] | ||
+ | <span class="PgText bold" style="padding-left:5px;"> | ||
+ | Hook 2 | ||
+ | </span> | ||
+ | <br><br> | ||
+ | <span class="PgText" style="display:inline-block;margin-left:46px;"> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam elementum diam vitae urna feugiat feugiat eu nec leo. Duis suscipit quam dictum lectus mattis venenatis. Mauris urna nisl, auctor ac congue eu, tempus vitae mauris. Curabitur placerat viverra velit sed accumsan. Nam pulvinar velit risus, ac volutpat ipsum dapibus at. Fusce sed ullamcorper lorem. Integer a lorem dolor. Suspendisse potenti. | ||
+ | </span> | ||
+ | |||
+ | | gallery= | ||
+ | <span class="Title">Gallery</span> <span class="PgTextSm">(Click to enlarge.)</span><br><br> | ||
+ | <!-- <div class="GalDiv"><div class="MtlBrdr" style="height: 220px; width: 190px; margin-top: -10px;"></div> --> [[File:EirianWiki.png|x700px|Eirian.]] [[File:EirianWiki.png|x700px|Eirian.]] <!-- </div> <div class="MtlBrdr" style="height: 220px; width: 190px; margin-top: -10px;"></div><div id="Eirian1"></div></div> --> <br><br><br> | ||
+ | |||
+ | <span class="TitleSm">SAMPLE</span> <span class="PgTextSm">(Click to enlarge.)</span><br><br> | ||
+ | [[File:AntqRegster.png|x700px|Working antique cash register.]] [[File:GiantChairs.png|x700px|Giant steel reinforced, tufted leather gentleman's chair.]]<br><br><br> | ||
+ | |||
+ | <span class="TitleSm">Roleplay Logs</span> | ||
+ | | logs= | ||
+ | }} |
Revision as of 07:34, 6 November 2024
Eirian