Terraria Wiki
Terraria Wiki
K (Interwiki-Links von Sub-Wikis des Hauptwikis hinzugefügt.)
Westgrass (Diskussion | Beiträge)
(update css.)
Zeile 189: Zeile 189:
 
z-index: 10;
 
z-index: 10;
 
margin: 3px 1em;
 
margin: 3px 1em;
  +
font-size: 12px;
 
}
 
}
 
#box-wikiheader .main-title > span{
 
#box-wikiheader .main-title > span{
font-size: 166.66666667%;
+
font-size: 200%;
 
line-height: 1;
 
line-height: 1;
  +
margin-bottom: 4px;
 
}
 
}
 
#box-wikiheader .main-title > span > span{
 
#box-wikiheader .main-title > span > span{
Zeile 239: Zeile 241:
 
flex-wrap: wrap;
 
flex-wrap: wrap;
 
margin: auto 0;
 
margin: auto 0;
  +
font-size: 12px;
 
}
 
}
 
#latest-version * {
 
#latest-version * {
Zeile 292: Zeile 295:
 
-moz-align-items: center;
 
-moz-align-items: center;
 
align-items: center;
 
align-items: center;
margin: auto 4px;
+
margin: auto 5px;
 
}
 
}
 
#latest-version ul li > div {
 
#latest-version ul li > div {
Zeile 335: Zeile 338:
 
@media(max-width:2680px){
 
@media(max-width:2680px){
 
#box-wikiheader .main-title {
 
#box-wikiheader .main-title {
max-width: 440px;
+
max-width: 425px;
 
}
 
}
 
}
 
}

Version vom 1. August 2019, 01:55 Uhr

Vorlage:Current versions{{#css:

h1.firstHeading { display: none; } /* hide contentSub */

  1. contentSub{

display: none; } /* body content clear fix.*/

  1. bodyContent {

*zoom: 1; }

  1. bodyContent::before,
  2. bodyContent::after {

content: " "; display: table; }

  1. bodyContent::after {

clear: both; } /* main wrapper min width */

  1. mainpage-wrapper {

min-width: 300px; }

  1. mainpage-wrapper .section{

margin: 0 -2px; }

  1. mainpage-wrapper .section .infocard{

width: auto; margin: 2px; } /* boxes */ .infocard{ min-width: 200px; } .infocard .outro{ padding-top: 2px; } .infocard.compact .main-heading .hgroup > .main{ font-size: 1.5em; } .infocard.compact .heading{ margin-top: 0; } .skin-hydradark #content .infocard .main-heading a{ color: #ffffff; } .mclist{ column-gap: 0.5em; } @media (max-width:360px){ .mclist{ column-gap: 0; } }

/**** some fix for mobile view ****/

  1. mw-content-text {

/* for mobile view*/ font-size: 14px; } @media(max-width: 600px){ .skin-minerva #bodyContent{ margin: 0; padding: 5px; } }

}}

{{#css:
  1. box-wikiheader{

background: #E4F0F7; margin-bottom: 2px; padding: 7px; color: #033251; position: relative; } .skin-hydradark #box-wikiheader{ background: #383838; color: #fff; border-color: #505050; }

  1. box-wikiheader > div{

background: #fff; width: 100%; } .skin-hydradark #box-wikiheader > div{ background: #202020; }

  1. box-wikiheader > div > div{

margin: auto; padding: 8px 5px; }

  1. box-wikiheader-toggle-link {

position: absolute; bottom: 7px; left: 50%; line-height: 1; padding: 3px; cursor: pointer; font-size: 10px; display: none; margin-left: -3em; }

  1. box-wikiheader-toggle-link span{

display: none; width: 6em; text-align: center; }

  1. box-wikiheader-toggle-link span:first-child::before {

content: ""; vertical-align: middle; display: inline-block; width: 4px; height: 4px; transform: rotate(45deg); position: relative; left: -3px; border-left: 0; border-top: 0; border-right: 2px solid #0645ad; border-bottom: 2px solid #0645ad; top: -2px; }

  1. box-wikiheader-toggle-link span:last-child::before {

content: ""; vertical-align: middle; display: inline-block; width: 4px; height: 4px; transform: rotate(45deg); position: relative; left: -3px; border-left: 2px solid #0645ad; border-top: 2px solid #0645ad; border-right: 0; border-bottom: 0; top: 1px; }

  1. box-wikiheader .main-title {

text-align: center; position: relative; z-index: 10; margin: 3px 1em; font-size: 12px; }

  1. box-wikiheader .main-title > span{

font-size: 200%; line-height: 1; margin-bottom: 4px; }

  1. box-wikiheader .main-title > span > span{

display: inline-block; }

  1. box-wikiheader .main-title > span + div{

margin: auto 0.25em; }

  1. box-wikiheader .related-info {

position: relative; z-index: 100; background: #fff; overflow: hidden; margin: 2px 2em; } .skin-hydradark #box-wikiheader .related-info { background: #202020; }

  1. box-wikiheader .related-info .i {

margin: 5px 1em; text-align: center; }

  1. box-wikiheader .related-info .i li{

margin: 0; }

  1. latest-version {

line-height: 1; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; margin: auto 0; font-size: 12px; }

  1. latest-version * {

vertical-align: middle; }

  1. latest-version a:hover {

text-decoration: none; }

  1. latest-version a.external {

padding: 0; background: none; color: #0645ad; } .skin-hydradark #latest-version a.external { color: #19999e; }

  1. latest-version ul {

display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }

  1. latest-version ul li {

display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin: auto 5px; }

  1. latest-version ul li > div {

margin: auto auto auto 0.25em; text-align: left; }

  1. latest-version ul li > div > * {

display: block; }

  1. latest-version ul li > div.pic > * {

display: inline; }

  1. latest-version ul li > div > span {

font-size: 10px; }

  1. latest-version ul li > div > strong {

font-size: 16px; }

  1. latest-version ul li > div > small {

font-size: 10px; color: #999; }

  1. latest-version div.pic {

text-align: center; } @media(max-width:3280px){ #box-wikiheader .main-title { max-width: 850px; margin: auto; } #box-wikiheader .related-info{ max-width: 1550px; margin: auto; } #box-wikiheader .related-info .i{ margin: auto 0.75em; } #latest-version{ margin: 0.5em 0; } } @media(max-width:2680px){ #box-wikiheader .main-title { max-width: 425px; } } @media(max-width:2280px){ #box-wikiheader .related-info{ max-width: 1220px; } } @media(max-width:1850px){ #box-wikiheader .main-title { max-width: 750px; } #box-wikiheader .main-title > span{ display: block; } #box-wikiheader .related-info{ margin: 0.25em auto 0; } #box-wikiheader .related-info .i{ margin: 0.25em 1em; } #latest-version{ margin: 0.25em auto 0; } #latest-version ul li{ margin: 0.25em 0.5em; } #box-wikiheader>div{ padding-bottom: 15px; } #box-wikiheader-toggle-link span{ display: inline-block; } #box-wikiheader-toggle-link span:first-child { display: none; } #box-wikiheader.collapsed .related-info { display: none !important; } #box-wikiheader.collapsed .main-title .statistics { display: none; } #box-wikiheader.collapsed #box-wikiheader-toggle-link span:first-child { display: inline-block; } #box-wikiheader.collapsed #box-wikiheader-toggle-link span:last-child { display: none; } } @media(max-width:1140px){ #box-wikiheader .related-info{ max-width: 1130px; } #box-wikiheader .related-info .i:first-child{ max-width: 700px; } } @media(max-width:1010px){ #box-wikiheader .main-title .statistics{ max-width: 440px; } } @media(max-width:525px){ #box-wikiheader .main-title{ max-width: 350px; } }

}}
Willkommen beim offiziellen deutschen Terraria Wiki,
dem umfangreichen Nachschlagewerk, von Spielerinnen und Spielern verfasst und instand gehalten.
1 aktive Benutzerinnen und Benutzer (von 34.345.084 registrierten) halten momentan 2.211 Artikel (insgesamt 7.669 Seiten) und 66 Dateien aktuell.
Mehr...Einklappen
{{#css:
  1. main-section .sep{

display: none; width: 100%; height: 0; }

  1. main-section li{

margin-bottom: 1px; } @media(max-width:3249px) and (min-width:2560px){ #main-section #sep-D{ display: block; } } @media(max-width:2299px) and (min-width:1670px){ #main-section #sep-B,#main-section #sep-E{ display: block; } } @media(max-width:1669px){ #main-section #sep-B,#main-section #sep-D,#main-section #sep-F{ display: block; } }

}}
{{#css:
  1. box-game .item-link{

line-height: 60px; }

  1. box-game .intro{

margin-right: 1em; }

  1. box-game{

flex: 3 0 960px; }

  1. box-game .mclist{

columns: 6; }

  1. box-game .mclist li{

height: 60px; } @media (max-width: 4500px) and (min-width:3250px){ #box-game{ flex: 2 0 640px; } #box-game .mclist{ columns: 4; } } @media(max-width:3249px) and (min-width:1670px){ #box-game{ flex: 3 0 840px; } } @media (max-width:1669px){ #box-game{ flex: 19 0 640px; } #box-game .mclist{ columns: 4; margin: auto; } } @media (max-width:1200px){ #box-game{ flex: 1 1 1000px; } #box-game .mclist{ columns: 6; } } @media (max-width:1150px){ #box-game .mclist{ columns: 4; } } @media (max-width:700px){ #box-game .mclist{ columns: 3; } } @media (max-width:540px){ #box-game .mclist{ columns: 2; } }

}}

Terraria ist eine Welt voller Abenteuer! Eine Welt voller Geheimnisse! Es ist deine Welt. Du kannst sie formen, verteidigen und das Leben in ihr genießen. Deine Möglichkeiten in Terraria sind grenzenlos. Egal ob Kämpfen, Entwerfen und Bauen, Sammeln oder Entdecken, es ist für jeden etwas dabei.

Baue einen Unterschlupf und grabe nach Erzen und anderen Ressourcen. Entdecke und stelle über 400 Magie-, Fern- und Nahkampf- und Beschwörungswaffen und Rüstungen her und benutze sie, um Hunderte verschiedener Gegner zu bekämpfen. Schon bald wirst du gegen Dutzende Bossgegner antreten. Gehe angeln, schwing dich auf Reittiere, finde fliegende Inseln, baue Häuser für hilfreiche NPCs und vieles, vieles mehr.

{{#css:
  1. box-news{

flex: 1 0 480px; display: flex; flex-direction: column; }

  1. box-news .main-heading{

flex: none; }

  1. box-news .news ul{

margin-top: 0; }

  1. box-news .outro{

flex: 1 0 auto; display: flex; flex-direction: column; }

  1. box-news .more{

display: block; font-style: italic; font-size: 85%; margin-left: 2em; margin-top: 0.5em; flex: 1 0 auto; }

  1. box-news .links{

margin-top: 0.25em; margin-bottom: 0.25em; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; /*fallback*/ justify-content: space-evenly; }

  1. box-news .links span{

margin: 0.75em 0.25em 0; display: inline-block; } @media (min-width:1750px), (max-width:1669px){ #box-news{ flex: 1 0 320px; } }

}}

Aktuelle Neuigkeiten

Terraria State of the Game – März 2024

2021

State of the Game

2020

State of the Game

2019

State of the Game

2018

State of the Game

2017

2016

2015

2014

2013

2012

2011

Siehe auch

Weitere Neuigkeiten...
{{#css:
  1. box-items .item-link{

line-height: 28px; }

  1. box-items .item-link > a:first-child{

display: inline-block; width: 20px; text-align: center; }

  1. box-items .mclist{

columns: 3; }

  1. box-items .mclist li{

height: 28px; }

  1. box-items{

flex: 2 0 auto; } @media (max-width: 4500px) and (min-width:3250px){ #box-items .mclist{ columns: 2; } } @media(max-width:1669px){ #box-items .mclist{ columns: 4; } } @media(max-width:1320px){ #box-items .mclist{ columns: 3; } } @media(max-width:1140px){ #box-items{ flex: 1 1 720px; } #box-items .mclist{ columns: 6; } } @media(max-width:1040px){ #box-items .mclist{ columns: 4; } } @media(max-width:980px){ #box-items .mclist{ columns: 6; } } @media(max-width:870px){ #box-items .mclist{ columns: 4; } } @media(max-width:620px){ #box-items .mclist{ columns: 3; } } @media(max-width:450px){ #box-items .mclist{ columns: 2; } }

}}
{{#css:
  1. box-biomes .item-link{

line-height: 28px; }

  1. box-biomes .item-link > a:first-child{

display: inline-block; width: 20px; text-align: center; }

  1. box-biomes .mclist{

columns: 2; }

  1. box-biomes .mclist li{

height: 28px; }

  1. box-biomes{

flex: 2 0 auto; } @media(max-width:3249px) and (min-width:2560px), (max-width:1669px){ #box-biomes .mclist{ columns: 3; } } @media(max-width:1140px){ #box-biomes{ flex: 1 1 720px; } #box-biomes .mclist{ columns: 5; } } @media(max-width:1040px){ #box-biomes .mclist{ columns: 4; } } @media(max-width:980px){ #box-biomes .mclist{ columns: 5; } } @media(max-width:870px){ #box-biomes .mclist{ columns: 4; } } @media(max-width:720px){ #box-biomes .mclist{ columns: 3; } } @media(max-width:540px){ #box-biomes .mclist{ columns: 2; } } @media(max-width:359px){ #box-biomes .mclist{ columns: 1; } }

}}
{{#css:
  1. box-mechanics .item-link{

line-height: 28px; }

  1. box-mechanics .item-link > a:first-child{

display: inline-block; width: 20px; text-align: center; }

  1. box-mechanics .mclist{

columns: 3; }

  1. box-mechanics .mclist li{

height: 28px; }

  1. box-mechanics{

flex:2 0 auto; } @media (max-width: 4500px) and (min-width:3250px), (max-width: 1470px){ #box-mechanics .mclist{ columns: 2; } } @media (max-width: 1080px){ #box-mechanics{ flex:1 1 720px; } #box-mechanics .mclist{ columns: 4; } } @media (max-width: 750px){ #box-mechanics .mclist{ columns: 3; } } @media (max-width: 550px){ #box-mechanics .mclist{ columns: 2; } } @media (max-width: 359px){ #box-mechanics .mclist{ columns: 1; } }

}}
{{#css:
  1. box-npcs .item-link{

line-height: 32px; }

  1. box-npcs .item-link > a:first-child{

display: inline-block; width: 32px; text-align: center; }

  1. box-npcs .mclist li{

height: 32px; }

  1. box-npcs .prehardmode .mclist{

columns: 3; }

  1. box-npcs{

flex: 3 0 720px; }

  1. box-npcs .prehardmode{

padding-right: 40px; flex: 1 0 auto; }

  1. box-npcs .hardmode{

flex: 1 0 150px; } @media (max-width: 4500px) and (min-width:3250px){ #box-npcs .prehardmode .mclist{ columns: 2; } #box-npcs{ flex: 2 0 460px; } #box-npcs .prehardmode{ padding-right: 0px; } #box-npcs .hardmode{ flex: 1 0 auto; } } @media (max-width: 3249px) and (min-width:2560px){ #box-npcs{ flex: 2 0 auto; } #box-npcs .prehardmode{ padding-right: 20px; } #box-npcs .hardmode{ flex: 1 0 auto; } } @media (max-width: 1470px){ #box-npcs .prehardmode .mclist{ columns: 2; } #box-npcs{ flex: 2 0 auto; } #box-npcs .prehardmode{ padding-right: 1em; flex: 2 0 auto; } #box-npcs .hardmode{ flex: 1 0 auto; } } @media (max-width: 1080px){ #box-npcs{ flex:1 1 720px; } #box-npcs .prehardmode .mclist{ columns: 3; } } @media (max-width: 720px){ #box-npcs{ flex:1 1 720px; } #box-npcs .prehardmode{ width: 100%; padding-right: 0; } #box-npcs .prehardmode .mclist{ columns: 3; } #box-npcs .hardmode{ width: 100%; } #box-npcs .hardmode .mclist{ columns: 3; } } @media (max-width: 570px){ #box-npcs .prehardmode .mclist{ columns: 2;

} #box-npcs .hardmode .mclist{ columns: 2; } } @media (max-width: 350px){ #box-npcs .prehardmode .mclist{ columns: 1;

} #box-npcs .hardmode .mclist{ columns: 1; } }

}}
{{#css:
  1. box-bosses .item-link{

line-height: 32px; }

  1. box-bosses .mclist li{

height: 32px; }

  1. box-bosses .item-link > a:first-child{

display: inline-block; width: 24px; text-align: center; }

  1. box-bosses{

flex: 2 0 360px; }

  1. box-bosses .content > div{

flex: 1 0 auto; } @media (max-width: 4500px) and (min-width:3250px){ #box-bosses{ flex: 2 0 310px; } } @media (max-width: 3249px) and (min-width:2560px){ #box-bosses{ flex: 3 0 600px; } #box-bosses .mclist{ columns: 2; } } @media (max-width:1669px){ #box-bosses .mclist{ columns: 2; column-gap: 0.25em; } } @media (max-width:1365px){ #box-bosses .mclist{ columns: 1; } } @media (max-width:800px){ #box-bosses{ flex: 1 1 720px; } #box-bosses .mclist{ columns: 2; } } @media (max-width: 720px){ #box-bosses .prehardmode, #box-bosses .hardmode{ width: 100%; } #box-bosses .mclist{ columns: 3; } } @media (max-width: 480px){ #box-bosses .mclist{ columns: 2; } }

}}
{{#css:
  1. box-events .item-link{

line-height: 32px; }

  1. box-events .mclist li{

height: 32px; }

  1. box-events .item-link > a:first-child{

display: inline-block; width: 24px; text-align: center; }

  1. box-events{

flex: 2 0 360px; }

  1. box-events .content > div{

flex: 1 0 auto; } @media (max-width: 4500px) and (min-width:3250px){ #box-events{ flex: 2 0 310px; } } @media (max-width:1669px){ #box-events .mclist{ columns: 2; column-gap: 0.25em; } } @media (max-width:1365px){ #box-events .mclist{ columns: 1; } } @media (max-width:800px){ #box-events{ flex: 1 1 720px; } #box-events .mclist{ columns: 2; } } @media (max-width: 720px){ #box-events .prehardmode, #box-events .hardmode{ width: 100%; } #box-events .mclist{ columns: 4; } } @media (max-width: 650px){ #box-events .mclist{ columns: 3; } } @media (max-width: 540px){ #box-events .mclist{ columns: 2; } }

}}
{{#css:
  1. sect-ext dd{

margin-left: 1em; }

  1. box-software{

flex: 1 0 auto; }

  1. box-wiki{

flex: 3 0 auto; } @media(min-width: 2300px){ #sect-ext .outro{ display: flex; } #sect-ext .outro dl{ flex: 1 0 auto; } } @media(max-width: 2299px){ #box-software{ flex-basis: 220px; } #box-software .outro dl{ display: inline-block; width: 100%; } #box-wiki{ flex-basis: 900px; } #box-wiki .outro dl{ display: inline-block; width: 33.33333333%; } } @media(max-width: 1499px){ #box-wiki{ flex-basis: 620px; } #box-wiki .outro dl{ width: 50%; } } @media(max-width: 1100px){ #box-software{ flex-basis: 620px; } #box-software .outro dl{ width: 50%; } } @media(max-width: 680px){ #box-software{ flex-shrink: 1; } #box-software .outro dl{ width: 100%; } #box-wiki{ flex-shrink: 1; } #box-wiki .outro dl{ width: 100%; } }

}}
Software
Floppy
Informationen zu Servern
Richte Mehrspieler-Spiele aus
Mods & Kartenaufdecker
Drittanbieter-Software für Terraria
Wiki-Community
Community
Registriere dich
Behalte deine Beiträge im Auge.
Bekomme Hilfe zum Bearbeiten
Lerne, wie du Seiten bearbeitest/erstellst.
Was zu tun ist
Finde heraus, wie du zum Wiki beitragen kannst.
Gemeinschaftsportal
Diskutiere wichtige Wiki-Themen oder stelle eine Frage.
Projekte
Nimm an einem speziellen Terraria Wiki-Projekt teil.
Leitfäden
Schreib, lies oder bitte um Anleitungen oder Artikel.
{{#css:
  1. mainpage-wrapper .footer {

text-align: center; margin: 0.75em 2px 0; }

  1. mainpage-wrapper .footer > div {

border: 1px solid #AFCFE2; -moz-border-radius: 5px; border-radius: 5px; background: #E4F0F7; padding: 0.5em; max-width: 25em; margin: auto; }

  1. mainpage-wrapper .footer > div span{

display: inline-block; } .skin-hydradark #mainpage-wrapper .footer > div { border: 1px solid #505050; background: #202020; }

}}


cs:Terraria Wiki/cz el:Terraria Wiki/el fi:Terraria Wiki/fi id:Terraria Wiki/id it:Terraria Wiki/it lt:Terraria Wiki/lt lv:Terraria Wiki/lv nl:Terraria Wiki/nl no:Terraria Wiki/no se:Terraria Wiki/se th:Terraria Wiki/th tr:Terraria Wiki/tr