Runnina: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 136: | Line 136: | ||
<!-- Arkaudia --> | <!-- Arkaudia --> | ||
<div style=" | <div style=" | ||
position:relative; | |||
background:#000; | background:#000; | ||
border-radius:8px; | border-radius:8px; | ||
overflow:hidden; | overflow:hidden; | ||
cursor:pointer; | cursor:pointer; | ||
transition:transform 0.2s; | transition:transform 0.2s, box-shadow 0.2s; | ||
border:1px solid #222;" | border:1px solid #222;" | ||
onmouseover="this.style.transform='scale(1.03)'" | onmouseover=" | ||
onmouseout="this.style.transform='scale(1)'" | this.style.transform='scale(1.03)'; | ||
this.style.boxShadow='0 0 10px rgba(0,0,0,0.8)'; | |||
this.querySelector('.overlay').style.opacity='1';" | |||
onmouseout=" | |||
this.style.transform='scale(1)'; | |||
this.style.boxShadow='none'; | |||
this.querySelector('.overlay').style.opacity='0';" | |||
onclick="window.location.href='[[Arkaudia]]';"> | onclick="window.location.href='[[Arkaudia]]';"> | ||
[[File:OutlierOfArkaudiaArticleFlag.png|frameless|center|200px|alt=Arkaudia]] | [[File:OutlierOfArkaudiaArticleFlag.png|frameless|center|200px|alt=Arkaudia]] | ||
<!-- Overlay Text --> | |||
<div class="overlay" style=" | |||
position:absolute; | |||
top:0; | |||
left:0; | |||
right:0; | |||
bottom:34px; | |||
background:rgba(0,0,0,0.75); | |||
color:#fff; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
text-align:center; | |||
padding:10px; | |||
opacity:0; | |||
transition:opacity 0.3s; | |||
font-size:0.85em;"> | |||
Click to learn about Arkaudia! | |||
</div> | |||
<div style=" | <div style=" | ||
background:#111; | background:#111; | ||
Line 158: | Line 187: | ||
<!-- Emeraldland --> | <!-- Emeraldland --> | ||
<div style=" | <div style=" | ||
position:relative; | |||
background:#000; | background:#000; | ||
border-radius:8px; | border-radius:8px; | ||
overflow:hidden; | overflow:hidden; | ||
cursor:pointer; | cursor:pointer; | ||
transition:transform 0.2s; | transition:transform 0.2s, box-shadow 0.2s; | ||
border:1px solid #222;" | border:1px solid #222;" | ||
onmouseover="this.style.transform='scale(1.03)'" | onmouseover=" | ||
onmouseout="this.style.transform='scale(1)'" | this.style.transform='scale(1.03)'; | ||
this.style.boxShadow='0 0 10px rgba(0,0,0,0.8)'; | |||
this.querySelector('.overlay').style.opacity='1';" | |||
onmouseout=" | |||
this.style.transform='scale(1)'; | |||
this.style.boxShadow='none'; | |||
this.querySelector('.overlay').style.opacity='0';" | |||
onclick="window.location.href='[[Emeraldland]]';"> | onclick="window.location.href='[[Emeraldland]]';"> | ||
[[File:Emeraldland_Thumbnail.png|frameless|center|200px|alt=Emeraldland]] | [[File:Emeraldland_Thumbnail.png|frameless|center|200px|alt=Emeraldland]] | ||
<div class="overlay" style=" | |||
position:absolute; | |||
top:0; | |||
left:0; | |||
right:0; | |||
bottom:34px; | |||
background:rgba(0,0,0,0.75); | |||
color:#fff; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
text-align:center; | |||
padding:10px; | |||
opacity:0; | |||
transition:opacity 0.3s; | |||
font-size:0.85em;"> | |||
Discover Emeraldland's alliances. | |||
</div> | |||
<div style=" | <div style=" | ||
background:#111; | background:#111; | ||
Line 180: | Line 237: | ||
<!-- Rachael --> | <!-- Rachael --> | ||
<div style=" | <div style=" | ||
position:relative; | |||
background:#000; | background:#000; | ||
border-radius:8px; | border-radius:8px; | ||
overflow:hidden; | overflow:hidden; | ||
cursor:pointer; | cursor:pointer; | ||
transition:transform 0.2s; | transition:transform 0.2s, box-shadow 0.2s; | ||
border:1px solid #222;" | border:1px solid #222;" | ||
onmouseover="this.style.transform='scale(1.03)'" | onmouseover=" | ||
onmouseout="this.style.transform='scale(1)'" | this.style.transform='scale(1.03)'; | ||
this.style.boxShadow='0 0 10px rgba(0,0,0,0.8)'; | |||
this.querySelector('.overlay').style.opacity='1';" | |||
onmouseout=" | |||
this.style.transform='scale(1)'; | |||
this.style.boxShadow='none'; | |||
this.querySelector('.overlay').style.opacity='0';" | |||
onclick="window.location.href='[[Scythecia]]';"> | onclick="window.location.href='[[Scythecia]]';"> | ||
[[File:Rachael_Thumbnail.png|frameless|center|200px|alt=Rachael]] | [[File:Rachael_Thumbnail.png|frameless|center|200px|alt=Rachael]] | ||
<div class="overlay" style=" | |||
position:absolute; | |||
top:0; | |||
left:0; | |||
right:0; | |||
bottom:34px; | |||
background:rgba(0,0,0,0.75); | |||
color:#fff; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
text-align:center; | |||
padding:10px; | |||
opacity:0; | |||
transition:opacity 0.3s; | |||
font-size:0.85em;"> | |||
Meet the leaders of Rachael. | |||
</div> | |||
<div style=" | <div style=" | ||
background:#111; | background:#111; | ||
Line 202: | Line 287: | ||
<!-- New Anita King --> | <!-- New Anita King --> | ||
<div style=" | <div style=" | ||
position:relative; | |||
background:#000; | background:#000; | ||
border-radius:8px; | border-radius:8px; | ||
overflow:hidden; | overflow:hidden; | ||
cursor:pointer; | cursor:pointer; | ||
transition:transform 0.2s; | transition:transform 0.2s, box-shadow 0.2s; | ||
border:1px solid #222;" | border:1px solid #222;" | ||
onmouseover="this.style.transform='scale(1.03)'" | onmouseover=" | ||
onmouseout="this.style.transform='scale(1)'" | this.style.transform='scale(1.03)'; | ||
this.style.boxShadow='0 0 10px rgba(0,0,0,0.8)'; | |||
this.querySelector('.overlay').style.opacity='1';" | |||
onmouseout=" | |||
this.style.transform='scale(1)'; | |||
this.style.boxShadow='none'; | |||
this.querySelector('.overlay').style.opacity='0';" | |||
onclick="window.location.href='[[OtherCountry]]';"> | onclick="window.location.href='[[OtherCountry]]';"> | ||
[[File:NAK_Thumbnail.png|frameless|center|200px|alt=New Anita King]] | [[File:NAK_Thumbnail.png|frameless|center|200px|alt=New Anita King]] | ||
<div class="overlay" style=" | |||
position:absolute; | |||
top:0; | |||
left:0; | |||
right:0; | |||
bottom:34px; | |||
background:rgba(0,0,0,0.75); | |||
color:#fff; | |||
display:flex; | |||
align-items:center; | |||
justify-content:center; | |||
text-align:center; | |||
padding:10px; | |||
opacity:0; | |||
transition:opacity 0.3s; | |||
font-size:0.85em;"> | |||
Explore New Anita King. | |||
</div> | |||
<div style=" | <div style=" | ||
background:#111; | background:#111; |
Revision as of 03:52, 10 July 2025
Runnina: A Shattered World, Bleeding with Power.
Welcome to our online community of those who enjoy a world which is the most real in its fashion to capture the true nature of violence, of the extreme inequalities of those boarding to hire mercenaries to protect their family heritage, hoarding all their wealth as the rest of the population beg for their lives, rivers which are polluted & those whose heartstrings are tied in the bounds of power, all are welcome to write how people really do struggle to make their world known.
Revolutionary Movements!
Documentation of warfare tactics, nationalistic fever & conquering people.
Official Countries!
Study all of the countries on Runnina!
Political Figures!
Get to know the leaders in this world trying to grasp in their hands the most power.
Kanu Non Happi!
Arkaudia & Emeraldland, a Friendship Unbreakable.
Scythecians are united in their love for the Outlier, they believe they are one with them.
Runnina's Major Worlds
Major World 1 Thumbnail
The Internationale
Communists, Socialists & Revolutionary Democrats Fighting to Liberate their World for themselves!
Major World 2 Thumbnail
Organization of Democratic & Independent Nations
Our freedom is true to the liberty of Runninakind doing all they wish, leading this world! Never chained down by identity! Only willpower!
Major World 3 Thumbnail
National Socialist Front
Culture of the highest means the most to us. Join our leader's path of obtaining the true form of greatness!
Major World 4 Thumbnail
Iron Fist Pact.
Only through discipline & hard work, our people become satisfied in their well-being to strive for the best!
Major World 5 Thumbnail
Ascendency of States
Advancing technology, bioengineering, & empowering technology will reach us with nature to control everybody!
Featured Countries