Hauptseite: Unterschied zwischen den Versionen

Aus Der Kampf um Naivara
Zeile 1: Zeile 1:
  
 
[[Category:Inhalt]]
 
[[Category:Inhalt]]
<html>
+
 
 
<center>
 
<center>
 
[[Datei:Titel.png|900px|center|middle|frameless]]
 
[[Datei:Titel.png|900px|center|middle|frameless]]

Version vom 1. Januar 2023, 21:42 Uhr


Titel.png


Wir begrüßen dich auf dem Wiki zum Discord-Rollenspielserver "Der Kampf um Naivara".
Hier findest du auf 277 Seiten alle möglichen Informationen über die Welt Naivaras!

Viel Spaß beim Stöbern!


<head> <style> .wrapper {

 display: flex;
 justify-content: space-evenly;

} .container {

 position: relative;
 width: 150px;

}

.image {

 opacity: 1;
 display: block;
 width: 150px;
 transition: .5s ease;
 backface-visibility: hidden;

}

.middle {

 transition: .5s ease;
 opacity: 0;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 text-align: center;

}

.container:hover .image {

 opacity: 0.3;

}

.container:hover .middle {

 opacity: 1;

}

.text {

 background-color: #313131;
 border: 1px solid #212121;
 color: white;
 font-size: 16px;
 padding: 16px 32px;
 width: 160px;

} </style> </head> <body>

 <img src="/images/6/6a/Charaktererstellung.png" alt="Avatar" class="image" style="width:150px">
Charaktererstellung
 <img src="/images/a/ab/HInsel.png" alt="Avatar" class="image" style="width:150px">
Die Insel
 <img src="/images/3/32/Magisches.png" alt="Avatar" class="image" style="width:150px">
Magie


 <img src="/images/d/da/Göttliches.png" alt="Avatar" class="image" style="width:150px">
Glaubenswelt
 <img src="/images/b/bc/Plot.png" alt="Avatar" class="image" style="width:150px">
Handlung
 <img src="/images/e/e5/Sammlung.png" alt="Avatar" class="image" style="width:150px">
Lexica

</body> </html>