Benutzer:Cloned/Testseite2

Aus Guild Wars 2 Wiki
Zur Navigation springen Zur Suche springen

Einleitung[Bearbeiten]

Version 2.1

Der großteil ist überarbeitet. Anmerkungen meinerseits: Ich habe mal die eingefärbten Tabellenköpfe gelassen, falls ihr meint, dass schaut ohne Hintergrundfarbe besser aus, die Farbe ist recht schnell entfernt. Ich habe versucht unterschiedlichen Elementen unterschiedliche Farben zu geben, aber wie das nun mal so ist: Beim erstellen fallen einem Unstimmigkeiten nicht (sofort) auf, also falls Elemente eine total unpassende, bzw. manche Elemente doch besser die selbe Farbe haben sollen, auch dies ist schnell erledigt. Für alle die sich mit CSS etwas auskennen: Nein, noch ist nichts gruppiert und zusammengefasst, der jetzige Schreibstil hat den Vorteil dass die Farbe (+co) für einzelne Hauptelemente schnell geändert werden kann.

Es ist auch einfach möglich, zB nur den Infoboxen diesen dickeren Rahmen zu geben und bei Tabellen einen schmaleren Rahmen zu lassen. Das sind mal die Diskussionspunkte meinerseits, aber je mehr Leute sich das ansehen desto mehr fallen Unstimmigkeiten etc. auf. Also wie immer: Feedback ist gern gesehen!


Danke für die Aufmerksamkeit.

Anmerkungen

Infoboxen sind jetzt mit Hintergrundfarbe und Header-Bereich versehen, bei den Infoboxen im Inhalt (Werte für Waffen etc.) habe ich das mal bewusst weggelassen: Meiner Meinung nach würde das dann sonst sonst zu viel werden wenn da drei solche Infoboxen auf einer Seite sind, kann man aber auch gut einbauen falls es doch gewünscht und besser ist.

Testseite für eine Vorschau dieses CSS

CSS[Bearbeiten]


/* box-sizing: FTW!*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.mw-wiki-logo {
    background-image:url("/images/b/b8/Benutzer_Dren_WikiLogo1a.png");
}

table.wikit{
    border-radius: 0;
    padding: 0;    
    /*border-width: 2px;*/
    border-color: #7F6147
}

table.wikit th{
    background-color: #f9e5cc;
    border-radius: 0 !important;
    border: 0;
}
table.wikit tr th[colspan]{
    border-color: #a29788;
}

div#mw-panel #p-logo + div.portal h3 {
    display: block
}

table.abgerundet{
    border-radius: 0;
    border-collapse: collapse;
}

div.infobox{
    /*border-width: 2px;*/
    width: 280px;
}


/*allgemein infobox*/
div.infobox {
    border-color: #757575;
}

div.infobox .infobox-kopf{
    /*border-bottom: 1px solid #12551A;*/
    color: #000;
    background: transparent !important;
}

/*breite für Werte wie Zustandsschaden (zB https://wiki-de.guildwars2.com/wiki/Meuchelnde_Stiefel) */
div.infobox .infobox-daten dd {
    width: 51%;
}

div.infobox .infobox-daten dd + dd {
    float: right;
    /* margin-left: 33%; */
    width: 67.1% !important;
}

div.infobox .infobox-kopf:first-child{
    background-color: #757575  !important;
    color: #FFF;
}

div.infobox .infobox-kopf:first-child::after{
    border: none;
}

div.infobox .infobox-kopf::after{
	content: "";
    display:block;
    width: 240px;
    border-bottom: 1px solid #757575;
    margin: 0 auto;
}


/*damit rüstungsschmied nicht so dran-pickt */
div.infobox .infobox-daten dt {
    width: 44%;
    margin: 0 4px;
}


/*Schneehaufen -> bild mit Scrollbalken bei overflow:auto*/
.infobox-daten{
    /*overflow:auto;*/
    text-align:center;
}

/* wirklich nötig? 
.infobox-daten img{
    display:block;
    max-width: 100%;
    margin: 0 auto;
}
*/

.area-list img {
    display:inline
}

.infobox-daten > a {display:inline-block}

.infobox-daten dl img{
    display:inline;
}


div.infobox{
    border-radius: 0
}
div.infobox .infobox-kopf{
    border-radius: 0;
    margin: 0;
    letter-spacing: 1px;
}
div.infobox .infobox-kopf:first-child{
    padding: 6px 0;
    margin-top: 0
}


.infobox.vorlage-rezept{
    max-width:275px;
    float:none;
    width: 100%;
    /*
    7ea19c
    */
}

div.infobox.vorlage-rezept .infobox-kopf:first-child{
	background-color: #757575 !important;
    color: #FFF;
}

.material-list{
    overflow:auto
}
.material-list > span, .tabelle-rezeptliste td:nth-child(3n) span{
    margin-bottom: 3px
}

.material-list > span:nth-of-type(odd), .tabelle-rezeptliste td:nth-child(3n) span:nth-of-type(odd){
    width: 10% !important;
    float: left;
    clear: left;
    text-align: right;
}
.material-list > span:nth-of-type(even), .tabelle-rezeptliste td:nth-child(3n) span:nth-of-type(even){
    width: 85%;
    float: left;
    margin-left: 5px;
    text-align: left;
}



/*
ALLGEMEINE TABELLEN
*/
table.wikit > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #D4B08E;
    border-bottom-color: #7F6147;
}

table.wikit tr td{
    padding: 5px;
}

table.wikit tr:nth-child(even) td{
    background-color: #F2ECE5;
}



/*Infobox Gegenstände*/
div.infobox-gegenstand {
    border-color: #A94C47;
    background-color: rgba(117, 117, 117, .07);
}

div.infobox-gegenstand .infobox-kopf:first-child{
    background-color: #757575 !important;
    color: #FFF;
}

div.infobox-gegenstand .infobox-kopf:first-child::after{
    /*border-bottom: 2px solid #A94C47;*/
    
}

div.infobox-gegenstand .infobox-kopf::after{
    border-bottom: 1px solid #A94C47;
}
div.infobox-gegenstand .infobox-daten dd{
    border-left-color: #A94C47;
}

div.infobox-gegenstand .infobox-daten dt{
    width: 43%
}


/*
.infobox.infobox-gegenstand .infobox-daten{
    text-align:center;
}
*/

/*
Waffen
*/
div.infobox-waffe {
    border-color: #6E1B17;
    background-color: rgba(110, 27, 23, .07);
}

div.infobox-waffe .infobox-kopf:first-child::after{
    border-bottom: none;
}
div.infobox-waffe .infobox-kopf:first-child{
    background-color: #6E1B17 !important;
    color: #FFF;
}
div.infobox-waffe .infobox-kopf::after{
    border-bottom: 1px solid #6E1B17;
}
div.infobox-waffe .infobox-daten dd{
    border-left-color: #6E1B17;
}

/*
Rüstung
*/
div.infobox-rüstung {
    background-color: rgba(169, 76, 71, .07);
    border-color: #A94C47;
}

div.infobox-rüstung .infobox-kopf:first-child{
    background: #A94C47 !important;
    color: #FFF;
}
div.infobox-rüstung .infobox-kopf::after{
    border-bottom: 1px solid #A94C47;
}
div.infobox-rüstung .infobox-daten dd{
    border-left-color: #A94C47;
}



/*
Schmuck
*/

div.infobox-schmuck {
    border-color: #520077;
    background-color: rgba(82, 0, 119, .07);
}

div.infobox-schmuck .infobox-kopf:first-child{
    background-color: #520077 !important;
    color: #FFF;
}
div.infobox-schmuck .infobox-kopf::after{
    border-bottom: 1px solid #520077;
}
div.infobox-schmuck .infobox-daten dd{
    border-left-color: #520077;
}




/*
REZEPTLISTEN
TODO: br entfernen?
*/
table.tabelle-rezeptliste{
    border-radius: 0;
    padding:0;
}

table.wikit.tabelle-rezeptliste > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #D3C0A8;
    border-bottom-color: #a29788;
}

table.wikit.tabelle-rezeptliste tr:nth-child(even) td{
    background-color: #F2ECE5;
}


/*
NAVLEISTEN
*/
.navleiste{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.navleiste th{
    padding: 0
}

.navleiste tr{
    border-top: 1px solid rgb(154, 154, 195)
}
.navleiste td{
    margin: 0;
    padding: 4px; /* zb: siehe Düsternis */
}

.navleiste td > div:first-child, .navleiste th > div:first-child{
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 5px 0 !important;
}

.navleiste, .navleiste th{
    border-radius: 0px !important;
    margin: 0;
}

/*navleiste effekt*/
.navleiste-effekt td{
    border-radius: 0 !important;
}

/*
ANGEBOTE
*/
table.tabelle-angebote{
    border-radius: 0;
    padding:0;
    border-color: #11551A;
}

table.wikit.tabelle-angebote  tr > th{
    background-color: #539ca2 ;
    color: #fff;
    border-bottom: 2px solid #6b3;
    
}

table.wikit.tabelle-angebote > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #2b6267 ;
    border-bottom: 1px solid #11551A;
    
}

table.wikit.tabelle-angebote tr:nth-child(even) td{
    background-color: #E8F8E1;
}

table.wikit.tabelle-angebote tr th{
    border-left: 1px solid #11551A;
    border-bottom: 1px solid #11551A;
}

table.wikit.tabelle-angebote tr th:first-child{
    border-left: none;
}

/*
NSC
*/
div.infobox-nsc {
    border-color: #2b6267;
    background-color: rgba(43, 98, 103, .07);
}

div.infobox-nsc .infobox-kopf:first-child{
    background-color: #2b6267 !important;
    color: #FFF;
}
div.infobox-nsc .infobox-kopf::after{
    border-bottom: 1px solid #2b6267;
}
div.infobox-nsc .infobox-daten dd{
    border-left-color: #2b6267;
}



/*
Schauplatz
*/
table.wikit.tabelle-schauplatz > *:first-child > tr:first-child > th{
    background: #FC6;
}
table.wikit.tabelle-schauplatz tr:nth-child(even) td{
    border-radius: 0 !important;
    background-color: #FFF8E8;
    border-bottom-color: #a29788;
}

div.infobox-schauplatz {
    border-color: #12551A;
    background-color: rgba(18, 85, 26, .07);
}

div.infobox-schauplatz .infobox-kopf{
    /*border-bottom: 1px solid #12551A;*/
    color: #000;
    background: transparent !important;
}

div.infobox-schauplatz .infobox-kopf:first-child{
    background-color: #12551A !important;
    color: #FFF;
}

div.infobox-schauplatz .infobox-kopf::after{
    border-bottom: 1px solid #12551A;
}

div.infobox-schauplatz .infobox-kopf.ebene2{
    background: transparent;
    margin-top: 0 !important;
    color: #FFF;
    text-shadow: none;;
}

div.infobox-schauplatz .infobox-daten dd{
    border-left-color: #12551A;
}

/*
Belohnungspfad
TODO: Inline-style font-weight: bold für jedes 5. Element entfernen
*/
table.tabelle-belohnungspfad{
    border-radius: 0;
    padding:0;
}

table.wikit.tabelle-belohnungspfad th{
    background-color: #FFCCB3;
    border-color: #CCA38F;
}

table.wikit.tabelle-belohnungspfad > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #fb7e41;
    border-bottom-color: #a29788;
}

table.wikit.tabelle-belohnungspfad tr:nth-child(even) td{
    background-color: #F2ECE5;
}

table.wikit.tabelle-belohnungspfad tr:nth-child(5n + 1 ){
    border-bottom: 2px solid black;
    font-weight: bold;
}
table.wikit.tabelle-belohnungspfad tr:nth-child(5n + 1 ) td{
    border-bottom: 1px solid #CCA38F;
}

/*
Aufgabe
*/

div.infobox-aufgabe {
    border-color: #fdb827;
    background-color: rgba(253, 184, 39, .07);
}

div.infobox-aufgabe .infobox-kopf:first-child{
    background-color: #fdb827 !important;
}
div.infobox-aufgabe .infobox-kopf::after{
    border-bottom: 1px solid #fdb827;
}
div.infobox-aufgabe .infobox-daten dd{
    border-left-color: #fdb827;
}

/*Abenteuer*/

div.infobox.abenteuer {
    border-color: #fdb827;
    background-color: rgba(253, 184, 39, .07);
}

div.infobox.abenteuer .infobox-kopf{
    margin-top: 0 !important;
}

div.infobox.abenteuer .infobox-kopf.ebene2 {
    margin-top: 4px !important;
}

div.infobox.abenteuer .infobox-kopf:first-child{
    background-color: #fdb827 !important;
}
div.infobox.abenteuer .infobox-kopf::after{
    border-bottom: 1px solid #fdb827;
}
div.infobox.abenteuer .infobox-daten dd{
    border-left-color: #fdb827;
}

/*
Fehlende Infos
*/
.fehlende-informationen{
    border-radius: 0 !important;
    color: #174468 !important;
    background-color: #d0eeff !important;
    /*border: 1px solid #174468;*/
    padding: 7px !important;
}

/*
Erfolgstabelle
*/
table.tabelle-erfolg{
    border-color: #8FA3B8;
}

table.wikit.tabelle-erfolg > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #69C;
    border-bottom-color: #8FA3B8;
}

table.wikit.tabelle-erfolg tr th{
    background-color: #B3CCE6;
    border-color: #69C;
}

table.wikit.tabelle-erfolg tr:nth-child(even) td{
    background-color: #e2eaf5;
}

/*
Saisonaler Inhalt
TODO: Da ist keine Tabelle notwendig!
*/
table.tabelle-saisonaler-inhalt{
    border-radius: 0px !important;
}

/*
Klassen
*/
/* krieger */
table.krieger > *:first-child > tr:first-child > th {
    background-color: #ffdb5c;
}
table.krieger tr:nth-child(even) td {
    background-color: #fff0bd;
}

/* wächter */
table.wächter > *:first-child > tr:first-child > th {
    background-color: #8ea8c6;
}
table.wächter tr:nth-child(even) td{
    background-color: #d3dde8;
}
/* widergänger */
table.widergänger > *:first-child > tr:first-child > th {
    background-color: #A93333;
}
table.widergänger tr:nth-child(even) td{
    background-color: #FFB0B0;
}

/* dieb */
table.dieb > *:first-child > tr:first-child > th {
    background-color: #b38ea7;
}
table.dieb tr:nth-child(even) td{
    background-color: #efe3ef;
}

/* ingenieur */
table.ingenieur > *:first-child > tr:first-child > th {
    background-color: #e9a159;
}
table.ingenieur tr:nth-child(even) td{
    background-color: #f6e8cd;
}

/* waldläufer */
table.waldläufer > *:first-child > tr:first-child > th {
    background-color: #90d847;
}
table.waldläufer tr:nth-child(even) td{
    background-color: #ddf4c6;
}

/* elementarmagier */
table.elementarmagier > *:first-child > tr:first-child > th {
    background-color: #ee7777;
}
table.elementarmagier tr:nth-child(even) td{
    background-color: #ffdddd;
}

/* mesmer */
table.mesmer > *:first-child > tr:first-child > th {
    background-color: #cf51ee;
}
table.mesmer tr:nth-child(even) td{
    background-color: #eeddff;
}

/* nekromant */
table.nekromant > *:first-child > tr:first-child > th {
    background-color: #74deaf;
}
table.nekromant tr:nth-child(even) td{
    background-color: #ccffee;
}

/* asura */
table.asura > *:first-child > tr:first-child > th {
    background-color: #74deaf;
}
table.asura tr:nth-child(even) td{
    background-color: #ccffee;
}

/*
SHOPSORTIMENT
*/
table.tabelle-shopsortiment{
    border-radius: 0;
    padding:0;
    border-color: #65a1f3;
}

table.wikit.tabelle-shopsortiment > *:first-child > tr:first-child > th{
    border-radius: 0 !important;
    background-color: #65a1f3;
    border-bottom-color: #1b3378;
}

table.wikit.tabelle-shopsortiment tr:nth-child(even) td{
    background-color: #d8e7fb;
}


/*
persönliche Geschichte
*/
div.infobox-persönliche-geschichte {
    border-color: #87d559;
    background-color: rgba(135, 213, 89, .1);
}

div.infobox-persönliche-geschichte .infobox-kopf:first-child{
    background-color: #87d559 !important;
    
}
div.infobox-persönliche-geschichte .infobox-kopf::after{
    border-bottom: 1px solid #87d559;
}
div.infobox-persönliche-geschichte .infobox-daten dd{
    border-left-color: #87d559;
}


/*
Eventbelohnungen
*/
table.tabelle-eventbelohnung > tbody >  tr > th {
    padding: 5px !important;
    border: 1px solid #d66f1b !important;
    /*border: none !important;*/
    border-radius: 0 !important;
}

table.tabelle-eventbelohnung  tr > td{
    border: none !important;
    border-radius: 0 !important;
}

table.tabelle-eventbelohnung  tr:first-child > td{
    border: none !important;
    border: 1px solid #d66f1b !important;
}

table.tabelle-eventbelohnung  tr:nth-child(2) > td:nth-child(3n+1){
    border-right: 1px solid #d66f1b !important;
}

table.tabelle-eventbelohnung  tr:last-child > td, table.tabelle-eventbelohnung  tr:last-child > th{
    border-bottom: 1px solid #d66f1b !important;
}

table.tabelle-eventbelohnung.niederlage-ja tr:nth-child(2), table.tabelle-eventbelohnung tr:nth-child(4) {
    display: none;
}

table.tabelle-eventbelohnung tr:nth-child(3) > td{
    border-bottom: 1px solid #d66f1b !important;
}
table.tabelle-eventbelohnung tr:nth-child(3) > td[rowspan]{
    border-right: 1px solid #d66f1b !important;
    border-left: 1px solid #d66f1b !important;
}

table.tabelle-event-alt th, table.tabelle-event-alt td{
    border: none !important;
    border-left: 1px solid #d66f1b !important;
    border-right: 1px solid #d66f1b !important;
    border-top:  1px solid #d66f1b !important;
}


/*Qual-Schadenstabelle*/
table.tabelle-schadenswerte{
    border-width: 2px;
    text-align: center;
}

table.tabelle-schadenswerte tr:nth-child(2) th{
    text-align: center;
    min-width: 70px;
}


/*infobox event*/

div.infobox-event {
    border-color: #f8a945;
	background-color: rgba(253, 184, 39, .07);
}

div.infobox-event .infobox-kopf:first-child{
	background-color: #f8a945 !important;
    /*color: #FFF;*/
}
div.infobox-event .infobox-kopf::after{
    border-bottom: 1px solid #f8a945;
}
div.infobox-event .infobox-daten dd{
    border-left-color: #f8a945;
}


/*bug-meassage*/
.bug-message > span {
    border-radius: 0px !important;
}

.bug-message > span:first-child{
    border-width: 2px 0 2px 2px !important;
}
.bug-message > span:last-child{
    border-width: 2px 2px 2px 0 !important;
}

/*
CHARAKTERERSTELLUNG
*/

table.tabelle-charaktererstellung{
    border-radius: 0px;
    border-collapse:collapse;
    border-width: 2px !important;
}

table.tabelle-charaktererstellung table td dl, table.tabelle-charaktererstellung table td p{
    margin: 0 10px 10px;
}
table.tabelle-charaktererstellung table td{
    padding: 0;
    border-radius: 0 !important;
}

table.tabelle-charaktererstellung table td > div {
    border-radius: 0 !important;
}
/*
biographie
*/
table.tabelle-biographie{
    border-radius: 0px;
    border-collapse:collapse;
    border-width: 2px !important;
}

table.tabelle-biographie table td dl, table.tabelle-biographie table td p{
    margin: 0 10px 10px;
}
table.tabelle-biographie table td, table.tabelle-biographie table th{
    padding: 0;
    border-radius: 0 !important;
}

table.tabelle-biographie table td > div {
    border-radius: 0 !important;
}

/*
Gegenstand
*/
div.infobox-gegenstand {
    border-color: #757575;
}

div.infobox-gegenstand .infobox-kopf:first-child::after{
    border-bottom: 2px solid #757575;
}
div.infobox-gegenstand .infobox-kopf::after{
    border-bottom: 1px solid #757575;
}
div.infobox-gegenstand .infobox-daten dd{
    border-left-color: #757575;
}

/*
Objekt
*/
div.infobox-objekt {
    border-color: #757575;
}

div.infobox-objekt .infobox-kopf:first-child{
    background-color: #757575 !important;
    color: #FFF;
}
div.infobox-objekt .infobox-kopf::after{
    border-bottom: 1px solid #757575;
}
div.infobox-objekt .infobox-daten dd{
    border-left-color: #757575;
}




/*
Willkommensnachticht
*/
table.tabelle-willkommen td, table.tabelle-willkommen td > div:first-child{
    border-radius: 0px !important;
    margin: 0 !important;
    border-width: 2px !important;
    border-color: lightblue !important;
}
table.tabelle-willkommen td{
    padding: 0;
}


/*
Galerie
*/
ul.galerie > li > div:first-child{
    width: 200px;
}

/* persönliche Geschichte überblick */
/*[[GW2Wiki:Projekte/Persönliche Geschichte]]*/
.page-GW2Wiki_Projekte_Persönliche_Geschichte table.wikit tr:first-child th{
    text-align: left; 
    border: none;
    background-color: #f9e5cc;
}

.tabelle-geschichtstext{
    border: none;
}



table.tabelle-biographie th, table.tabelle-biographie td{
    border-radius: 0 !important;
}

table.edelsteine tr:nth-child(5) td, table.edelsteine tr:nth-child(8) td, table.edelsteine tr:nth-child(10) td, table.edelsteine tr:nth-child(12) td{
    border-bottom-color: #7F6147 !important;
}

/*entfernter Inhalt*/
p.entfernter-inhalt{
    border: none !important;
    align-items: stretch !important;
                                        
}
p.entfernter-inhalt > a:first-child{
    border-width: 1px 0 1px 1px;
    border-color: #77c;
    border-style: solid;
    padding: 5px;
}
p.entfernter-inhalt > span:last-child{
    border-width: 1px 1px 1px 0;
    border-color: #77c;
    border-style: solid;
    padding: 5px;
}

.HoT-Inhalt {
    border-radius: 0 !important;
}

/*Hinweise*/
table.tabelle-hinweis {
    margin: .25em auto !important;
}

table.tabelle-hinweis td:nth-child(2){
    width: auto !important;
    padding: 0 10px;
}

table.entfernter-inhalt{
    border-radius: 0 !important
}


/*falsche informationen*/
table.falsche-informationen{
    border-radius: 0 !important;
    border-collapse: collapse;
    width: 70%;
    max-width: 900px;
}
table.falsche-informationen div{
    border-radius: 0 !important;
    padding: 7px 10px ;
}

table.falsche-informationen td {
   padding: 0;
}

table.falsche-informationen tr:nth-child(2) td{
    padding-top: 7px;
}

/*archive*/
table.archiv,table.archiviert {
    border-radius: 0 !important;
}

/*datei verbessern*/
table.datei-verbessern {
	border-radius: 0 !important;
    border-collapse: collapse;
}

table.datei-verbessern tr:first-child div{
    border-radius: 0 !important;
    padding: 5px 0;
}

/*richtlinien einhalten*/
table.richtlinien-einhalten {
    border-radius: 0 !important;
    border-collapse: collapse;
}

table.richtlinien-einhalten th{
    border-radius: 0 !important;
    padding: 5px 0;
}

/*löschantrag*/

table.löschantrag {
    border-radius: 0 !important;
    border-collapse: collapse;
    width: 70%;
    max-width: 900px;
}

table.löschantrag th{
    border-radius: 0 !important;
    padding: 5px 0;
}

/*stylesheet-bild*/

table.stylesheet-bild {
    border-radius: 0 !important;
    border-collapse: collapse;
    width: 70%;
    max-width: 900px;
}

table.stylesheet-bild th{
    border-radius: 0 !important;
    padding: 5px 0;
}

table.spoiler td{
    padding: 7px;
}

/*überarbeiten*/

.überarbeiten{
	border-radius: 0 !important;
    padding: 0 !important;
}

.überarbeiten > div:first-child{
    padding: 5px 10px;
}

.überarbeiten > div {
	border-radius: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*vorlage-übersetzungsfehler*/
div.vorlage-übersetzungsfehler{
    border-radius: 0 !important
}