Style-Ersteller gesucht!

Hier wird über Freewar-Styles und -Designs geredet. Man kann eigene Styles vorstellen oder Fragen zu den CSS-Styles stellen.
Antworten
Orblank
Feuerwolf
Beiträge: 112
Registriert: 3. Jul 2012, 20:07

Style-Ersteller gesucht!

Beitrag von Orblank » 16. Mär 2020, 16:06

Hallo, ich bin auf der Suche nach jemanden der mir einen etwas veralterten Style mit den erneuerten Features eines anderen Style ein wenig modernisiert.

Fast alle Featurefunktionen und Erneuerungen von
https://freewar.zocker.eu/style/style.php?par=6ABDEGi

sollten auf das komplett farbliche Layout von
https://minilieb.justgalak.com/Styles/4/miniwald.css

angepasst werden.

Folgende Feature wären das um den Minwald-Style auf den aktuellen Stand zu bringen:
- Aggro-NPC Anzeige, rechts oben auf der Map (Siehe Style)
- Umgib alle sicheren Felder mit einem grünen Rand (Siehe Style)
- Inventarverkleinerung, mit Direkt-Klick bei Mouseover (Siehe Style)
. Angepasste farbliche Sichtbarkeit der Phasenenergieanzeige (Siehe Style)
- Global Chat-Botton (Siehe Style)
- Schwarze begehbare Felder (Unterkunftsfelder) sichtbar machen (Siehe Style)
- Nicht begehbare Felder (Berge etc.) per Mouseover anzeigen (Siehe Style)
- Keine Bildsymbole für den Menüauswahlberieich (Nachrichten / Aktualisieren / Karte / Logout, etc.)
- Keine Bildsymbole für den Statusbereich (Vergiftet, Lebensenergie, Kampfunfähig, Stärkepush, etc.)
- Übersichtlichere bzw. verkleinerte Nebenfensteranzeige (A-Waffe, V-Waffe etc.), inkl. Waffenzustandsanzeige in Rot neben den Waffen.
-Schrift der neuen Unterkunftsmenü-Anzeige im transparenten Hintergrund (Siehe Style)
-Keine vergrößerte Schrift beim Verjagen/Schnellangriff oder Angriff etc.
-Notizen der Freundesliste in Tabellenform (Siehe Style)
- Transparenter Hintergrund der Lebenspunkteanzeige bei geöffneten Inventar, etc.

Bei Rückfragen einfach eine Pn schreiben oder mich in Welt 1 unter Blank kontaktieren.Teamspeak oder Skype sind auch möglich, wenn nicht sogar praktischer. Just Pn

MFG

Benutzeravatar
restless wayfarer
Klauenbartrein
Beiträge: 1564
Registriert: 18. Jul 2005, 00:59

Re: Style-Ersteller gesucht!

Beitrag von restless wayfarer » 19. Mär 2020, 13:51

Ich hab mich mal rangesetzt und alle deine wünsche soweit umgesetzt.
UK konnte ich nicht testen & als Hinweis: die Farbe des Waffenzustandes in % verändert sich je nach Haltbarkeit.
Ich hab den Style temporär auf meinem Webspace hochgeladen. Bitte kopier dir den Quelltext und lad ihn selber hoch.

Spenden werden in W6 gerne gesehen ;).

http://restlesswayfarer.bplaced.net/Freewar/orblank.css

Code: Alles auswählen

/* Freewar style - Onlo layout - (c) 2005 by minilieb*/
/* Modifiziert - 19.03.2020 - restless wayfarer */

/* global */
p,ul,ol,div,td,span,
layer,table,body	  { color: #E4E4E4; font-size: 12px; font-family: Arial, "Comic Sans MS", Verdana }
p 					 { color: #E4E4E4; margin: 0; padding: 0 }

/* body */
body 				 { background-color: #ffffff; margin: 0 }

/* table */
table 				{ border:0px; border-collapse: collapse; } /* cellspacing & cellpadding & border =0 no longer needed
td 					{ padding:0px; margin:0px; }

/* scrollbars */
/* body, textarea 		{ scrollbar-base-color:#BBBBBB; scrollbar-3dlight-color:#FFFFFF; scrollbar-arrow-color:#007F9F; scrollbar-darkshadow-color:#999999; scrollbar-face-color:#D5D5D5; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#636363; scrollbar-track-color:#F5F5F5; } */

/* links */
a:link {
	color: #9ED800;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #9ED800;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #9ED800;
	text-decoration: hover;
	font-weight: bold;
}
a:hover  {
	color: #00FFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* fonts */
h1    { color: #E4E4E4; font-size: 12px; font-weight: bold; margin-bottom: 0; }
.medium    { color: #E4E4E4; font-size: 11px; }
.small    { color: #E4E4E4; font-size: 10px; }

/* colors */
.fontcolor  { color: silver; }
.white { color: #FFFFFF; }

/* bgcolors */
.body { background-color: #FFFFFF; }
.divider { background-color: #555555; }
.outline { background-color: #999999; }
.menubg	{ background-color: #F1F1F1; }

.brightbg	{ background-color: #E5E5E5; }
.verybrightbg	{ background-color: #F1F1F1; }
.reallybrightbg	{ background-color: #FAFAFA; }


.whitebg { background-color: #FFFFFF; }
.blackbg { background-color: #000000; }
.brownbg { background-color: #E1D8D1; }

/* forms */
.registerinput { width: 100%; font-size: 10px; }
.registersubmit { font-size: 10px; }
.logininput { width: 100%; font-size: 10px; }
.loginsubmit { width: 100%; font-size: 10px; }

/* forms */
.input 				{
	font-size: 10px;
	background-color: #0E2C0F;
	border: 1px solid #9ED800;
	color: #FFE1E1;
}

.submitsagen 		{
	font-size: 10px;
	font-weight: bold;
	color: #FFE1E1;
	width: 80px;
	margin-left: 1px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitschreien 	{
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	width: 80px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitclan 		{
	font-size: 10px;
	font-weight: bold;
	color: #D20000;
	width: 80px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitgroup		{
	font-size: 10px;
	font-weight: bold;
	color: #FC7410;
	width: 80px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitworldsay 	{
	font-size: 10px;
	font-weight: bold;
	color: #FFE1E1;
	width: 80px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitwhisper {
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	width: 80px;
	margin-left: 1px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
.submitglobalchat {
	font-size: 10px;
	font-weight: bold;
	color: #6E621E;
	width: 80px;
	margin-right: 2px;
	background-color: #0E2C0F;
}
textarea			{
	font-size: 12px;
	background-color: #0E2C0F;
	color: #A6FCC8;
	border: 1px solid #9ED800;
}
select 				{
	font-size: 11px;
	background-color: #0E2C0F;
	color: #A6FCC8;
	height: 30px;
}

/* banner stuff */
.bannerad { border: 1px solid #C85424; }



/* text classes */
.chattext    { color: #E4E4E4; font-size: 12px; font-family: Verdana; }
.chattextscream  { color: #8199FF; font-size: 12px; font-family: Verdana; }
.chattextclan  { color: #EE7621; font-size: 12px; font-family: Verdana; }
.chattextinfo       { color: black; font-family: Verdana; font-style: italic; background-color: #A5E547; font-size: 13px; }
.chattextgroup { color: #7FFF00; font-size: 12px; font-family: Verdana; }
.chattextworldsay     { color: black; font-family: Verdana; background-color: #008B00; font-size: 13px; }
.healthmed { color: #FF8000; }
.healthok { color: #9ACD32; }
.healthcritical { color: #D20000; }
.chatpics { display: none; }
.submitwhisper  { color: #00cd00; font-size: 10px; font-weight: bold; background-color: transparent; margin-right: 2px; margin-left: 1px; width: 88px; }
.chattextwhisper { color: #00CD00; font-size: 12px; font-family: Verdana; }

/* frames bg */
.framebannerbg         { background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_banner.jpg); background-repeat: no-repeat; border-bottom: 1 solid #000000 }
.framechatformbg       { color: #E4E4E4; background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_bg2.jpg) }
.framechattextbg     { background-color: #002d00; background-image: none; margin: 5px 5px 5px 10px }
.framemainbg            { color: #BCEE68; background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_bg2.jpg); background-attachment: fixed; margin: 10px }
.frameitembg      { color: #BCEE68; background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_itembg.jpg); background-attachment: fixed; margin: 10px }
.framemapbg       { color: #BCEE68; background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_itembg.jpg); margin: 3px 10px 10px }
.framemenubg      { color: #BCEE68; background-color: #002d00; background-image: url(https://minilieb.justgalak.com/Styles/4/mw_itembg.jpg) }

/* main module */
td.mainheader              { color: #E4E4E4; font-size: 35px; font-family: "Comic Sans MS"; font-style: italic; background-image: url(mw_mh2.jpg); height: 55px; border-bottom: 1px solid #002d00 }
table.areadescription       { background-color: transparent; width: 100%; border: solid 1px #999999 }
td.areadescription           { color: #A2CD5A; background-color: transparent; padding: 5px }
.imageborder  { background-color: black; margin-right: 10px; margin-bottom: 0; border: solid 1px #999999 }
p.maincaption        { color: #E4E4E4; font-size: 30px; font-family: "Comic Sans MS"; background-color: transparent; background-repeat: repeat-y; background-position: left top; padding: 2px 2px 2px 5px }
p.maincaption2        { color: #eee8aa; font-size: 12px; font-weight: bold; background-color: transparent; background-image: url(mw_mc2.png); background-repeat: no-repeat; padding: 2px 2px 2px 5px }
p.maindesc1      { color: #E4E4E4; background-color: transparent; padding: 2px 2px 2px 5px; width: 300px }
p.maindesc2      { color: #E4E4E4; background-color: transparent; width: 100%; border: solid 0 #999999 }
p.listusersrow      { color: #E4E4E4; background-color: transparent; padding: 1px 1px 1px 5px; border-style: none solid solid; border-width: 0; border-color: #d6cbc2 }
p.listplaceitemsrow   { color: #E4E4E4; background-color: transparent; padding: 1px 1px 1px 5px; border-style: none solid solid; border-width: 0; border-color: #d6cbc2 }

/* item module */
p.listcaption        { color: #BCEE68; font-weight: bold; background-color: #002d00; background-image: none; padding: 2px 2px 2px 5px; border: solid 1px #a2a09f }
p.listsubcaption  { color: #E4E4E4; border-bottom: 1px solid #d6cbc2 }
p.listrow   { color: #E4E4E4; background-color: transparent; padding: 1px 1px 1px 5px; border-style: none solid solid; border-width: 0; border-color: #d6cbc2 }
p.listitemrow     { color: #E4E4E4; background-color: transparent; margin-bottom: 3px; padding: 2px 2px 2px 5px; border: solid 1px #d6cbc2 }
p.listmainrow   { background-color: transparent; padding: 2px 2px 2px 5px; bottom: 55px; border-style: none solid solid; border-width: 0 1px 1px; border-color: #d6cbc2 }
.valueincreased { font-weight: bold; color: #EE4000; } 
.itemamount { font-weight: bold; color: #8F8F8F; }
.itemequipped { font-weight: bold; color: #EE4000; }
.itemmagic { font-weight: bold; color: #9ACD32; }
.iteminventorypics { display: none }

/* map module */
p.positiontext      { color: #BCEE68; font-size: 10px; background-color: #002d00; margin-right: 0; margin-bottom: 3px; margin-left: 0; padding-right: 0; padding-left: 0; width: 100%; border: solid 1px #a2a09f }

/* main module */
p.personlistcaption        { color: #BCEE68; font-weight: bold; background-color: #002d00; background-image: none; padding: 2px 2px 2px 5px; border: solid 1px #a2a09f }
p.itemlistcaption        { color: #A2CD5A; font-weight: bold; background-color: #002d00; background-image: none; padding: 2px 2px 2px 5px; border: solid 1px #a2a09f }

/* worldsay */
p.worldsay table tr      { color: #002d00; background-color: #A5E547 }
p.worldsay table tr td  { color: #002d00 }
p.worldsay a:link { color: #191970; text-decoration:none; font-weight:bold; }

/* misc */
.borderbg { background-color: #D0CFCF; }
.stdjpg { background-image:url(../std2.jpg); }

		/* Modifikationen */

	/* AGGRO */

/* > > A: 3 */
.framemapbg td#mapx-508y-376:before,.framemapbg td#mapx-426y-298:before,.framemapbg td#mapx-428y-297:before,.framemapbg td#mapx-427y-297:before,.framemapbg td#mapx-425y-297:before,.framemapbg td#mapx-427y-296:before,.framemapbg td#mapx-426y-296:before { content: "3"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 5 */
.framemapbg td#mapx-10001y-10004:before,.framemapbg td#mapx-645y-144:before { content: "5"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 9 */
.framemapbg td#mapx-827y-914:before,.framemapbg td#mapx-826y-912:before,.framemapbg td#mapx-823y-912:before,.framemapbg td#mapx-825y-911:before,.framemapbg td#mapx-822y-910:before,.framemapbg td#mapx-826y-908:before,.framemapbg td#mapx-823y-906:before,.framemapbg td#mapx-824y-905:before,.framemapbg td#mapx-826y-904:before,.framemapbg td#mapx-823y-903:before { content: "9"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 10 - 2630 */
.framemapbg td#mapx-826y-916:before,.framemapbg td#mapx-825y-914:before,.framemapbg td#mapx-827y-913:before,.framemapbg td#mapx-825y-912:before,.framemapbg td#mapx-825y-910:before,.framemapbg td#mapx-827y-909:before,.framemapbg td#mapx-823y-908:before,.framemapbg td#mapx-823y-905:before,.framemapbg td#mapx-826y-903:before,.framemapbg td#mapx-230y-538:before { content: "10-2630"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 12 */
.framemapbg td#mapx-348y-699:before,.framemapbg td#mapx-347y-699:before,.framemapbg td#mapx-349y-698:before,.framemapbg td#mapx-348y-698:before,.framemapbg td#mapx-347y-698:before,.framemapbg td#mapx-349y-697:before,.framemapbg td#mapx-348y-697:before,.framemapbg td#mapx-347y-697:before,.framemapbg td#mapx-346y-697:before,.framemapbg td#mapx-348y-696:before,.framemapbg td#mapx-347y-696:before,.framemapbg td#mapx-346y-696:before,.framemapbg td#mapx-348y-695:before,.framemapbg td#mapx-347y-695:before,.framemapbg td#mapx-346y-695:before,.framemapbg td#mapx-345y-695:before,.framemapbg td#mapx-348y-694:before,.framemapbg td#mapx-347y-694:before,.framemapbg td#mapx-346y-694:before,.framemapbg td#mapx-345y-694:before,.framemapbg td#mapx-348y-693:before,.framemapbg td#mapx-347y-693:before,.framemapbg td#mapx-346y-693:before,.framemapbg td#mapx-345y-693:before { content: "12"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 15 */
.framemapbg td#mapx-508y-377:before,.framemapbg td#mapx-509y-376:before { content: "15"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 25 */
.framemapbg td#mapx-226y-540:before,.framemapbg td#mapx-228y-539:before,.framemapbg td#mapx-224y-539:before,.framemapbg td#mapx-229y-538:before,.framemapbg td#mapx-227y-538:before,.framemapbg td#mapx-225y-538:before { content: "25"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 25 / 710 */
.framemapbg td#mapx-224y-541:before { content: "25-710"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 34 */
.framemapbg td#mapx-605y-267:before,.framemapbg td#mapx-608y-266:before,.framemapbg td#mapx-607y-266:before,.framemapbg td#mapx-606y-266:before,.framemapbg td#mapx-605y-266:before,.framemapbg td#mapx-604y-265:before,.framemapbg td#mapx-610y-264:before,.framemapbg td#mapx-602y-264:before,.framemapbg td#mapx-601y-263:before,.framemapbg td#mapx-613y-262:before,.framemapbg td#mapx-611y-262:before,.framemapbg td#mapx-609y-262:before,.framemapbg td#mapx-607y-262:before,.framemapbg td#mapx-600y-262:before,.framemapbg td#mapx-606y-261:before,.framemapbg td#mapx-605y-260:before,.framemapbg td#mapx-601y-260:before { content: "34"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 35 */
.framemapbg td#mapx-428y-298:before,.framemapbg td#mapx-424y-298:before,.framemapbg td#mapx-426y-297:before,.framemapbg td#mapx-425y-296:before { content: "35"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 50 */
.framemapbg td#mapx-645y-148:before,.framemapbg td#mapx-643y-148:before,.framemapbg td#mapx-647y-145:before,.framemapbg td#mapx-647y-143:before,.framemapbg td#mapx-236y-388:before,.framemapbg td#mapx-236y-385:before,.framemapbg td#mapx-238y-387:before,.framemapbg td#mapx-238y-386:before,.framemapbg td#mapx-236y-384:before { content: "50"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 70 */
.framemapbg td#mapx-201y-200:before,.framemapbg td#mapx-200y-199:before { content: "70"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   } 

/* > > A: 73 */
.framemapbg td#mapx-167y-857:before,.framemapbg td#mapx-163y-857:before,.framemapbg td#mapx-163y-856:before,.framemapbg td#mapx-165y-855:before { content: "73"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 80 */
.framemapbg td#mapx-232y-386:before,.framemapbg td#mapx-234y-386:before,.framemapbg td#mapx-235y-385:before,.framemapbg td#mapx-235y-386:before,.framemapbg td#mapx-236y-387:before,.framemapbg td#mapx-236y-386:before { content: "80"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 271 */
.framemapbg td#mapx-826y-918:before,.framemapbg td#mapx-825y-915:before,.framemapbg td#mapx-826y-914:before,.framemapbg td#mapx-826y-911:before,.framemapbg td#mapx-827y-910:before,.framemapbg td#mapx-825y-909:before,.framemapbg td#mapx-822y-909:before,.framemapbg td#mapx-825y-904:before { content: "271"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 465 */
.framemapbg td#mapx-738y-230:before,.framemapbg td#mapx-736y-230:before,.framemapbg td#mapx-738y-229:before,.framemapbg td#mapx-737y-229:before,.framemapbg td#mapx-736y-229:before,.framemapbg td#mapx-740y-228:before,.framemapbg td#mapx-739y-228:before,.framemapbg td#mapx-737y-228:before,.framemapbg td#mapx-736y-227:before { content: "465"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 666 */
.framemapbg td#mapx-199y-829:before,.framemapbg td#mapx-199y-828:before,.framemapbg td#mapx-198y-828:before,.framemapbg td#mapx-199y-827:before { content: "666"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 710 */
.framemapbg td#mapx-225y-541:before { content: "710"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 800 */
.framemapbg td#mapx-200y-201:before,.framemapbg td#mapx-202y-199:before { content: "800"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 1040 / 35 */
.framemapbg td#mapx-426y-299:before { content: "1040"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 1600 */
.framemapbg td#mapx-846y-379:before,.framemapbg td#mapx-849y-378:before,.framemapbg td#mapx-843y-377:before,.framemapbg td#mapx-842y-377:before,.framemapbg td#mapx-845y-376:before,.framemapbg td#mapx-840y-376:before,.framemapbg td#mapx-848y-374:before,.framemapbg td#mapx-844y-374:before { content: "1600"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 1630 */
.framemapbg td#mapx-223y-541:before,.framemapbg td#mapx-225y-540:before { content: "1630"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 1674 */
.framemapbg td#mapx-237y-387:before { content: "1674"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 2710 */
.framemapbg td#mapx-821y-910:before { content: "2710"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 4200 */
.framemapbg td#mapx-844y-377:before { content: "4200"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

/* > > A: 5300 */
.framemapbg td#mapx-845y-375:before { content: "5300"; z-index: 2; width: 50px; position: absolute; right: 0px; top: 0px; line-height: 120%; font-family: Arial Narrow, Arial, sans-serif; font-size: 14px; font-weight: bold; text-align: right; color: #FF0000;   }

	/* Sichere Felder /*
/* Ortsgrafik Fix */
.framemapbg td, .framemapbg td a { display: inline-block; position: relative; width: 50px; height: 50px; }

p,ul,ol,div,td,span,
layer,table,body	{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #B7DCFF;
}
p 					{
	margin: 0px;
	padding: 0px;
}

/* Definition */	

.framemapbg {
	margin: 10px;
	margin-top: 3px;
}

/* Mainpart */

.framemapbg td#mapx36y96:before,.framemapbg td#mapx44y96:before,.framemapbg td#mapx84y100:before,.framemapbg td#mapx89y101:before,.framemapbg td#mapx89y104:before,.framemapbg td#mapx88y105:before,.framemapbg td#mapx186y136:before,.framemapbg td#mapx184y139:before,.framemapbg td#mapx187y139:before,.framemapbg td#mapx185y140:before,.framemapbg td#mapx86y85:before,.framemapbg td#mapx87y87:before,.framemapbg td#mapx85y90:before,.framemapbg td#mapx65y90:before,.framemapbg td#mapx66y90:before,.framemapbg td#mapx68y94:before,.framemapbg td#mapx119y122:before,.framemapbg td#mapx56y100:before,.framemapbg td#mapx804y806:before,.framemapbg td#mapx100y88:before,.framemapbg td#mapx109y91:before,.framemapbg td#mapx107y93:before,.framemapbg td#mapx100y94:before,.framemapbg td#mapx104y94:before,.framemapbg td#mapx106y95:before,.framemapbg td#mapx97y96:before,.framemapbg td#mapx-19999y-19999:before,.framemapbg td#mapx-19998y-19999:before,.framemapbg td#mapx-19997y-19999:before,.framemapbg td#mapx-19999y-19998:before,.framemapbg td#mapx-19998y-19998:before,.framemapbg td#mapx-19997y-19998:before,.framemapbg td#mapx-19999y-19997:before,.framemapbg td#mapx-19998y-19997:before,.framemapbg td#mapx-19997y-19997:before,.framemapbg td#mapx-19998y-19996:before,.framemapbg td#mapx-19993y-19999:before,.framemapbg td#mapx-19994y-19998:before,.framemapbg td#mapx-19993y-19998:before,.framemapbg td#mapx-19992y-19998:before,.framemapbg td#mapx-19991y-19998:before,.framemapbg td#mapx-19992y-19997:before,.framemapbg td#mapx78y97:before,.framemapbg td#mapx76y98:before,.framemapbg td#mapx80y99:before,.framemapbg td#mapx74y101:before,.framemapbg td#mapx77y101:before,.framemapbg td#mapx76y103:before,.framemapbg td#mapx76y104:before,.framemapbg td#mapx-827y-919:before,.framemapbg td#mapx-471y-473:before,.framemapbg td#mapx-470y-473:before,.framemapbg td#mapx-469y-473:before,.framemapbg td#mapx-467y-473:before,.framemapbg td#mapx-471y-472:before,.framemapbg td#mapx-470y-472:before,.framemapbg td#mapx-469y-472:before,.framemapbg td#mapx-467y-472:before,.framemapbg td#mapx-471y-471:before,.framemapbg td#mapx-470y-471:before,.framemapbg td#mapx-469y-471:before,.framemapbg td#mapx-468y-471:before,.framemapbg td#mapx-467y-471:before,.framemapbg td#mapx-466y-471:before,.framemapbg td#mapx-470y-470:before,.framemapbg td#mapx-490y-492:before,.framemapbg td#mapx-489y-492:before,.framemapbg td#mapx-491y-491:before,.framemapbg td#mapx-490y-491:before,.framemapbg td#mapx-489y-491:before,.framemapbg td#mapx-490y-490:before,.framemapbg td#mapx90y88:before,.framemapbg td#mapx88y89:before,.framemapbg td#mapx89y89:before,.framemapbg td#mapx92y89:before,.framemapbg td#mapx87y90:before,.framemapbg td#mapx92y92:before,.framemapbg td#mapx89y93:before,.framemapbg td#mapx-1299y-1399:before,.framemapbg td#mapx-1298y-1399:before,.framemapbg td#mapx-1294y-1393:before,.framemapbg td#mapx71y101:before,.framemapbg td#mapx70y102:before,.framemapbg td#mapx-500y-502:before,.framemapbg td#mapx-499y-502:before,.framemapbg td#mapx-500y-501:before,.framemapbg td#mapx-500y-500:before,.framemapbg td#mapx-100y-95:before,.framemapbg td#mapx-10001y-10011:before,.framemapbg td#mapx93y113:before,.framemapbg td#mapx66y85:before,.framemapbg td#mapx96y99:before,.framemapbg td#mapx97y99:before,.framemapbg td#mapx100y100:before,.framemapbg td#mapx96y101:before,.framemapbg td#mapx97y101:before,.framemapbg td#mapx98y101:before,.framemapbg td#mapx96y102:before,.framemapbg td#mapx97y102:before,.framemapbg td#mapx98y102:before,.framemapbg td#mapx101y102:before,.framemapbg td#mapx99y103:before,.framemapbg td#mapx58y106:before,.framemapbg td#mapx114y98:before,.framemapbg td#mapx117y100:before,.framemapbg td#mapx116y101:before,.framemapbg td#mapx117y106:before,.framemapbg td#mapx117y107:before,.framemapbg td#mapx117y113:before,.framemapbg td#mapx120y115:before,.framemapbg td#mapx51y73:before,.framemapbg td#mapx51y75:before,.framemapbg td#mapx52y75:before,.framemapbg td#mapx54y75:before,.framemapbg td#mapx56y75:before,.framemapbg td#mapx44y76:before,.framemapbg td#mapx53y76:before,.framemapbg td#mapx54y76:before,.framemapbg td#mapx55y76:before,.framemapbg td#mapx53y77:before,.framemapbg td#mapx54y77:before,.framemapbg td#mapx49y83:before,.framemapbg td#mapx96y84:before,.framemapbg td#mapx92y87:before,.framemapbg td#mapx84y112:before,.framemapbg td#mapx87y112:before,.framemapbg td#mapx86y113:before,.framemapbg td#mapx81y114:before,.framemapbg td#mapx82y114:before,.framemapbg td#mapx75y115:before,.framemapbg td#mapx76y115:before,.framemapbg td#mapx78y115:before,.framemapbg td#mapx79y115:before,.framemapbg td#mapx80y115:before,.framemapbg td#mapx81y115:before,.framemapbg td#mapx82y115:before,.framemapbg td#mapx83y115:before,.framemapbg td#mapx84y115:before,.framemapbg td#mapx85y115:before,.framemapbg td#mapx75y116:before,.framemapbg td#mapx76y116:before,.framemapbg td#mapx77y116:before,.framemapbg td#mapx78y116:before,.framemapbg td#mapx79y116:before,.framemapbg td#mapx80y116:before,.framemapbg td#mapx81y116:before,.framemapbg td#mapx82y116:before,.framemapbg td#mapx83y116:before,.framemapbg td#mapx84y116:before,.framemapbg td#mapx85y116:before,.framemapbg td#mapx86y116:before,.framemapbg td#mapx79y117:before,.framemapbg td#mapx80y117:before,.framemapbg td#mapx81y117:before,.framemapbg td#mapx82y117:before,.framemapbg td#mapx83y117:before,.framemapbg td#mapx84y117:before,.framemapbg td#mapx85y117:before,.framemapbg td#mapx80y118:before,.framemapbg td#mapx81y118:before,.framemapbg td#mapx83y118:before,.framemapbg td#mapx80y119:before,.framemapbg td#mapx103y115:before,.framemapbg td#mapx101y116:before,.framemapbg td#mapx96y117:before,.framemapbg td#mapx101y117:before,.framemapbg td#mapx103y117:before,.framemapbg td#mapx99y118:before,.framemapbg td#mapx101y119:before,.framemapbg td#mapx98y120:before,.framemapbg td#mapx501y54:before,.framemapbg td#mapx507y57:before,.framemapbg td#mapx508y57:before,.framemapbg td#mapx104y104:before,.framemapbg td#mapx106y106:before,.framemapbg td#mapx113y106:before,.framemapbg td#mapx126y85:before,.framemapbg td#mapx100y107:before,.framemapbg td#mapx105y111:before,.framemapbg td#mapx109y111:before,.framemapbg td#mapx110y111:before,.framemapbg td#mapx-105y-95:before,.framemapbg td#mapx108y113:before,.framemapbg td#mapx114y114:before,.framemapbg td#mapx110y115:before,.framemapbg td#mapx76y110:before,.framemapbg td#mapx79y110:before,.framemapbg td#mapx96y106:before,.framemapbg td#mapx95y108:before,.framemapbg td#mapx96y110:before,.framemapbg td#mapx94y111:before,.framemapbg td#mapx98y111:before,.framemapbg td#mapx95y112:before,.framemapbg td#mapx-90y-90:before,.framemapbg td#mapx72y107:before,.framemapbg td#mapx74y107:before,.framemapbg td#mapx71y90:before,.framemapbg td#mapx73y90:before,.framemapbg td#mapx75y90:before,.framemapbg td#mapx78y93:before,.framemapbg td#mapx68y109:before,.framemapbg td#mapx65y112:before,.framemapbg td#mapx68y116:before,.framemapbg td#mapx69y116:before,.framemapbg td#mapx-2359y-2359:before,.framemapbg td#mapx122y91:before,.framemapbg td#mapx115y94:before,.framemapbg td#mapx111y96:before,.framemapbg td#mapx77y85:before,.framemapbg td#mapx-286y-472:before,.framemapbg td#mapx82y92:before,.framemapbg td#mapx92y99:before,.framemapbg td#mapx94y100:before,.framemapbg td#mapx93y101:before,.framemapbg td#mapx91y104:before,.framemapbg td#mapx95y104:before,.framemapbg td#mapx92y105:before,.framemapbg td#mapx111y82:before,.framemapbg td#mapx110y83:before,.framemapbg td#mapx111y83:before,.framemapbg td#mapx112y83:before,.framemapbg td#mapx-448y-446:before,.framemapbg td#mapx100y105:before,.framemapbg td#mapx100y104:before,.framemapbg td#mapx79y114:before,.framemapbg td#mapx85y118:before,.framemapbg td#mapx104y131:before,.framemapbg td#mapx103y132:before,.framemapbg td#mapx104y132:before,.framemapbg td#mapx105y132:before,.framemapbg td#mapx101y133:before,.framemapbg td#mapx102y133:before,.framemapbg td#mapx103y133:before,.framemapbg td#mapx104y133:before,.framemapbg td#mapx105y133:before,.framemapbg td#mapx106y133:before,.framemapbg td#mapx107y133:before,.framemapbg td#mapx101y134:before,.framemapbg td#mapx102y134:before,.framemapbg td#mapx103y134:before,.framemapbg td#mapx104y134:before,.framemapbg td#mapx105y134:before,.framemapbg td#mapx106y134:before,.framemapbg td#mapx107y134:before,.framemapbg td#mapx108y134:before,.framemapbg td#mapx100y135:before,.framemapbg td#mapx102y135:before,.framemapbg td#mapx102y135:before,.framemapbg td#mapx103y135:before,.framemapbg td#mapx104y135:before,.framemapbg td#mapx105y135:before,.framemapbg td#mapx106y135:before,.framemapbg td#mapx102y136:before,.framemapbg td#mapx103y136:before,.framemapbg td#mapx104y136:before,.framemapbg td#mapx-49004y-49002:before,.framemapbg td#mapx-49003y-49002:before,.framemapbg td#mapx-49003y-49001:before,.framemapbg td#mapx-49002y-49001:before,.framemapbg td#mapx-49001y-49001:before,.framemapbg td#mapx-49001y-49002:before,.framemapbg td#mapx-49002y-49002:before,.framemapbg td#mapx-49003y-49003:before,.framemapbg td#mapx-49002y-49003:before,.framemapbg td#mapx-49001y-49003:before,.framemapbg td#mapx-49000y-49003:before,.framemapbg td#mapx-49001y-49004:before,.framemapbg td#mapx-49001y-49005:before,.framemapbg td#mapx-49002y-49004:before { position:absolute;left:0;right:0;top:0;bottom:0;opacity:.8;content:url(save.png) }

.frameitembg select[name="z_pos_id"] option[value="73"]{font-weight:bold; color: #009900;}
.frameitembg select[name="z_pos_id"] option[value="1079"]{font-weight:bold; color: #009900;}

	/* Inventarveränderung */


/* Inventarveränderungen (CID)*/

	p.listitemrow 			                            { position: relative; padding: 2px 4px 3px 4px; font-size: 1px; color: transparent; border: 1px solid #BABABA; }
	p.listitemrow:hover 						        { padding: 2px 65px 3px 4px; }
	p.listitemrow + p 						            { margin-top: 3px; }
    p.listitemrow {font-size:0;white-space:nowrap;position:relative;} /* padding:2px 0;*/
	p.listitemrow b 						            { font-size: 11px; color: #A6FCC8; }
    .itemamount                                         {font-size:11px;color: #41E80E!important;display:inline-block;font-weight:bold}
	.itemmagic 							                { font-size: 11px; margin-left: 1px; }
	.itemequipped b 						            { color: #D20000 !important; }
	p.listitemrow .iteminventorypics 				    { max-height: 14px; opacity: 1; }
	p.listitemrow .iteminventorypics:hover 				{ opacity: 1.00; }
	p.listitemrow img[src$="icon_transfer.gif"] 		{ display: none; }
	p.listitemrow img[src$="icon_drop.gif"] 			{ display: none; }
	p.listitemrow img[src$="icon_view.gif"] 			{ display: none; }

	.listitemrow:not(#filterrow) a[href^="item.php?action=repairweapon"]:after{display:inline-block;content:'';height:20;width:84%;position:absolute;bottom:-3;left:83}

    .listitemrow:not(#filterrow) a[href^="item.php?action=activate"]:after{display:inline-block;content:'';height:100%;width:84%;position:absolute;top:0;left:0}
    .listitemrow:not(#filterrow):hover b{color:#00FFFF!important}

    .listitemrow:not(#filterrow) a[href^="item.php?action=watch"]:after{padding-right:0;margin-bottom:1px;position:absolute;right:25px;content: url("https://freewar.zocker.eu/style/green_images/icon_view.gif");top:4px;opacity:.2}

    .listitemrow:not(#filterrow) a[href^="item.php?action=watch"]:hover:after{content: url("https://freewar.zocker.eu/style/green_images/icon_view.gif");top:4px;opacity:1}

    .listitemrow:not(#filterrow) a[href^="item.php?action=transfer1"]:after{padding-right:0;position:absolute;right:11px;content: url("https://freewar.zocker.eu/style/green_images/icon_transfer.gif");top:1px;opacity:.2}

    .listitemrow:not(#filterrow) a[href^="item.php?action=transfer1"]:hover:after{content: url("https://freewar.zocker.eu/style/green_images/icon_transfer.gif");top:1px;opacity:1}

    .listitemrow:not(#filterrow) a[href^="item.php?action=manytransfer1"]:after{padding-right:0;position:absolute;right:11px;content: url("https://freewar.zocker.eu/style/green_images/icon_transfer.gif");top:1px;opacity:.2}

    .listitemrow:not(#filterrow) a[href^="item.php?action=manytransfer1"]:hover:after{content: url("https://freewar.zocker.eu/style/green_images/icon_transfer.gif");top:1px;opacity:1}

    .listitemrow:not(#filterrow) a[href^="item.php?action=manydrop"]:after{padding-right:0;position:absolute;right:1px;content: url("https://freewar.zocker.eu/style/green_images/icon_drop.gif");top:1px;opacity:.2}

    .listitemrow:not(#filterrow) a[href^="item.php?action=manydrop"]:hover:after{content: url("https://freewar.zocker.eu/style/green_images/icon_drop.gif");top:1px;opacity:1}
	p.listitemrow span.medium 					        { font-size: 1px; color: transparent; }
	p.listitemrow span.medium a 					    { font-size: 1px; color: #FF0000; display: block; height: 0px; margin: -2px 0px 0px 300px; }
	#filterrow 							                { padding: 2px; }
	#filterrow b 							            { font-size: 10px; }
	#filterrow:before 						            { color: #5E5E5E; }
Edit: Fix diverser Kleinigkeiten.
Zuletzt geändert von restless wayfarer am 19. Mär 2020, 17:41, insgesamt 9-mal geändert.

Benutzeravatar
restless wayfarer
Klauenbartrein
Beiträge: 1564
Registriert: 18. Jul 2005, 00:59

Re: Style-Ersteller gesucht!

Beitrag von restless wayfarer » 19. Mär 2020, 13:52

Code: Alles auswählen

/* Waffenanzeige */
#listrow_listrow_neck { white-space: nowrap; overflow: hidden; text-overflow: clip;}
#listrow_attackw { white-space: nowrap; overflow: hidden; text-overflow: clip;}
#listrow_defensew { white-space: nowrap; overflow: hidden; text-overflow: clip;}


#listrow_attackw>b>a,#listrow_defensew>b>a{font-size:0;}

#listrow_attackw>b>a:before{content:"A-Waffe"; font-size:11px; }
#listrow_defensew>b>a:before{content:"V-Waffe"; font-size:11px; }
#listrow_attackw>b>a:after{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; direction: rtl; position: relative;}
#listrow_defensew>b>a:after{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; direction: rtl; position: relative;}

/* Waffenzustand */
#listrow_int ~ p.listrow[title$=" 0%"]:after { content: " (<3% - REPAIR)"; color: #F00000;  }
#listrow_int ~ p.listrow[title$=" 1%"]:after { content: " (<3% - REPAIR)"; color: #F00000; }
#listrow_int ~ p.listrow[title$=" 2%"]:after { content: " (<3% - REPAIR)"; color: #F00000; }
#listrow_int ~ p.listrow[title$=" 3%"]:after { content: " (3%)"; color: #F00000;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 3%"]:before { content: url(green_images/achtung2.gif); }
#listrow_int ~ p.listrow[title$=" 4%"]:after { content: " (4%)"; color: #F00000;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 4%"]:before { content: url(green_images/achtung.gif); }
#listrow_int ~ p.listrow[title$=" 5%"]:after { content: " (5%)"; color: #F00000;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 5%"]:before { content: url(green_images/achtung.gif); }
#listrow_int ~ p.listrow[title$=" 6%"]:after { content: " (6%)"; color: #F07100;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 6%"]:before { content: url(green_images/warnung.png); }
#listrow_int ~ p.listrow[title$=" 7%"]:after { content: " (7%)"; color: #F07100;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 7%"]:before { content: url(green_images/warnung.png); }
#listrow_int ~ p.listrow[title$=" 8%"]:after { content: " (8%)"; color: #F07100;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 8%"]:before { content: url(green_images/warnung.png); }
#listrow_int ~ p.listrow[title$=" 9%"]:after { content: " (9%)"; color: #F07100;font-size: smaller; }
#listrow_int ~ p.listrow[title$=" 9%"]:before { content: url(green_images/warnung.png); }
#listrow_int ~ p.listrow[title$="10%"]:after { content: " (10%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="11%"]:after { content: " (11%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="12%"]:after { content: " (12%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="13%"]:after { content: " (13%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="14%"]:after { content: " (14%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="15%"]:after { content: " (15%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="16%"]:after { content: " (16%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="17%"]:after { content: " (17%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="18%"]:after { content: " (18%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="19%"]:after { content: " (19%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="20%"]:after { content: " (20%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="21%"]:after { content: " (21%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="22%"]:after { content: " (22%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="23%"]:after { content: " (23%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="24%"]:after { content: " (24%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="25%"]:after { content: " (25%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="26%"]:after { content: " (26%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="27%"]:after { content: " (27%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="28%"]:after { content: " (28%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="29%"]:after { content: " (29%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="30%"]:after { content: " (30%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="31%"]:after { content: " (31%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="32%"]:after { content: " (32%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="33%"]:after { content: " (33%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="34%"]:after { content: " (34%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="35%"]:after { content: " (35%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="36%"]:after { content: " (36%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="37%"]:after { content: " (37%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="38%"]:after { content: " (38%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="39%"]:after { content: " (39%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="40%"]:after { content: " (40%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="41%"]:after { content: " (41%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="42%"]:after { content: " (42%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="43%"]:after { content: " (43%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="44%"]:after { content: " (44%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="45%"]:after { content: " (45%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="46%"]:after { content: " (46%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="47%"]:after { content: " (47%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="48%"]:after { content: " (48%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="49%"]:after { content: " (49%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="50%"]:after { content: " (50%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="51%"]:after { content: " (51%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="52%"]:after { content: " (52%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="53%"]:after { content: " (53%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="54%"]:after { content: " (54%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="55%"]:after { content: " (55%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="56%"]:after { content: " (56%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="57%"]:after { content: " (57%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="58%"]:after { content: " (58%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="59%"]:after { content: " (59%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="60%"]:after { content: " (60%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="61%"]:after { content: " (61%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="62%"]:after { content: " (62%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="63%"]:after { content: " (63%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="64%"]:after { content: " (64%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="65%"]:after { content: " (65%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="66%"]:after { content: " (66%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="67%"]:after { content: " (67%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="68%"]:after { content: " (68%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="69%"]:after { content: " (69%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="70%"]:after { content: " (70%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="71%"]:after { content: " (71%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="72%"]:after { content: " (72%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="73%"]:after { content: " (73%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="74%"]:after { content: " (74%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="75%"]:after { content: " (75%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="76%"]:after { content: " (76%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="77%"]:after { content: " (77%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="78%"]:after { content: " (78%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="79%"]:after { content: " (79%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="80%"]:after { content: " (80%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="81%"]:after { content: " (81%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="82%"]:after { content: " (82%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="83%"]:after { content: " (83%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="84%"]:after { content: " (84%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="85%"]:after { content: " (85%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="86%"]:after { content: " (86%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="87%"]:after { content: " (87%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="88%"]:after { content: " (88%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="89%"]:after { content: " (89%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="90%"]:after { content: " (90%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="91%"]:after { content: " (91%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="92%"]:after { content: " (92%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="93%"]:after { content: " (93%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="94%"]:after { content: " (94%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="95%"]:after { content: " (95%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="96%"]:after { content: " (96%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="97%"]:after { content: " (97%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="98%"]:after { content: " (98%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="99%"]:after { content: " (99%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="100%"]:after { content: " (100%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="101%"]:after { content: " (101%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="102%"]:after { content: " (102%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="103%"]:after { content: " (103%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="104%"]:after { content: " (104%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="105%"]:after { content: " (105%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="106%"]:after { content: " (106%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="107%"]:after { content: " (107%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="108%"]:after { content: " (108%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="109%"]:after { content: " (109%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="110%"]:after { content: " (110%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="111%"]:after { content: " (111%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="112%"]:after { content: " (112%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="113%"]:after { content: " (113%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="114%"]:after { content: " (114%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="115%"]:after { content: " (115%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="116%"]:after { content: " (116%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="117%"]:after { content: " (117%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="118%"]:after { content: " (118%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="119%"]:after { content: " (119%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="120%"]:after { content: " (120%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="121%"]:after { content: " (121%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="122%"]:after { content: " (122%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="123%"]:after { content: " (123%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="124%"]:after { content: " (124%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="125%"]:after { content: " (125%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="126%"]:after { content: " (126%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="127%"]:after { content: " (127%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="128%"]:after { content: " (128%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="129%"]:after { content: " (129%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="130%"]:after { content: " (130%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="131%"]:after { content: " (131%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="132%"]:after { content: " (132%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="133%"]:after { content: " (133%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="134%"]:after { content: " (134%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="135%"]:after { content: " (135%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="136%"]:after { content: " (136%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="137%"]:after { content: " (137%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="138%"]:after { content: " (138%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="139%"]:after { content: " (139%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="140%"]:after { content: " (140%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="141%"]:after { content: " (141%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="142%"]:after { content: " (142%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="143%"]:after { content: " (143%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="144%"]:after { content: " (144%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="145%"]:after { content: " (145%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="146%"]:after { content: " (146%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="147%"]:after { content: " (147%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="148%"]:after { content: " (148%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="149%"]:after { content: " (149%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="150%"]:after { content: " (150%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="151%"]:after { content: " (151%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="152%"]:after { content: " (152%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="153%"]:after { content: " (153%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="154%"]:after { content: " (154%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="155%"]:after { content: " (155%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="156%"]:after { content: " (156%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="157%"]:after { content: " (157%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="158%"]:after { content: " (158%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="159%"]:after { content: " (159%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="160%"]:after { content: " (160%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="161%"]:after { content: " (161%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="162%"]:after { content: " (162%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="163%"]:after { content: " (163%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="164%"]:after { content: " (164%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="165%"]:after { content: " (165%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="166%"]:after { content: " (166%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="167%"]:after { content: " (167%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="168%"]:after { content: " (168%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="169%"]:after { content: " (169%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="170%"]:after { content: " (170%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="171%"]:after { content: " (171%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="172%"]:after { content: " (172%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="173%"]:after { content: " (173%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="174%"]:after { content: " (174%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="175%"]:after { content: " (175%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="176%"]:after { content: " (176%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="177%"]:after { content: " (177%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="178%"]:after { content: " (178%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="179%"]:after { content: " (179%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="180%"]:after { content: " (180%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="181%"]:after { content: " (181%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="182%"]:after { content: " (182%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="183%"]:after { content: " (183%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="184%"]:after { content: " (184%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="185%"]:after { content: " (185%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="186%"]:after { content: " (186%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="187%"]:after { content: " (187%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="188%"]:after { content: " (188%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="189%"]:after { content: " (189%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="190%"]:after { content: " (190%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="191%"]:after { content: " (191%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="192%"]:after { content: " (192%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="193%"]:after { content: " (193%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="194%"]:after { content: " (194%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="195%"]:after { content: " (195%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="196%"]:after { content: " (196%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="197%"]:after { content: " (197%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="198%"]:after { content: " (198%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="199%"]:after { content: " (199%)"; color: #008000;font-size: smaller; }
#listrow_int ~ p.listrow[title$="200%"]:after { content: " (200%)"; color: #008000;font-size: smaller; }

	/* Phasenenergie */
#phasespacer {
display : inline-block;
height : 8px;
}
#phasespacer br {
display : none;
}
#fullenergydisp {
background-image : url(https://freewar.zocker.eu/style/green_images/button2.png) !important ;
background-color : #ccc !important ;
border : #999 solid 1px !important ;

overflow : hidden;
}
#curenergy {
background-image : url(https://freewar.zocker.eu/style/green_images/phase.jpg) !important ;
background-color : transparent !important ;
border : #eee solid 0 !important ;

overflow : hidden;
height : 11px !important ;
margin-left : 1px;
margin-top : 1px;
}
#phasetext {
color : #0E2C0F;
}
	/* Schwarze Felder UK */

.listitemrow:not(#filterrow) a[href^="item.php?action=activate"]::after{z-index:10}
td[style*="/map/black.jpg"] a:not(.nocango),td[style*="/map/u/Einzelbilder/002.jpg"] a,td[style*="/map/ixi19.jpg"] a{width:50px;height:50px;display:block;background-image:url("green_images/uk.png")}

.ukbar.editcaption {
background-color: #0E2C0F;
}
.ukbar.visitcaption  {
background-color: #0E2C0F;
}
	/* die markierung, wenn man mit der maus über nicht betretbare felder kommt */
              img.nocango {background: transparent;}
              a.nocango {background: #transparent; height: 50px; width: 50px; border-width: 0; display: block;}
              a.nocango:hover {background: url(https://freewar.zocker.eu/style/green_images/map/nocango.gif) top left no-repeat; cursor: default;}

	/* Freundesliste */
/*unsichtbare freunde online kommentar tabele*/


table.friendlist a[href="#"] {
position : relative;
}

.friendlist a[href="#"][onclick*="tt(event,"]:after {
padding-left: 50px;
content : attr(title);
position : absolute;
left : 235px;
right : 5px;
display : inline-block;
border : #69441D solid 1px;
border-bottom : 0;
background-image : none;
background-color: #111111;
padding : 1px;
color : #C2772E;
height : 16px;
overflow : hidden;
visibility : visible;
width : 500px;
}
.friendlist tr:first-of-type a[href="#"][onclick^="tt"]:after {
border-top-left-radius : 4px;
border-top-right-radius : 4px;
}
.friendlist tr:last-of-type a[href="#"][onclick^="tt"]:after {
border-bottom-left-radius : 4px;
border-bottom-right-radius : 4px;
border-bottom : 1px solid #ccc;
height : 16px;
}
.friendlist a[href="#"][onclick*="tt(event,"][title="Kommentar verfassen"]:after {
content : "Kein Kommentar festgelegt...";
color : #bbb;
font-style : italic;
}
/*unsichtbare freunde offline kommentar tabele*/
.friendlist + br + p + .friendlist a[href="#"][onclick*="tt(event,"]:after {
left : 257px;
visibility : visible;
width : 500px;
}

	/* LP Hintergrund transparent */
#toplp{background-color:transparent!important;border:none!important}

/* shopgrafik & einlassbeschränkungen */
		.framebannerbg:after {
		top : 0px;
		left : 400px;
		position : absolute;
		content : url("https://freewar.zocker.eu/vvvg.php");
		width : 350px;
		height : 75px; }
		.framebannerbg:before {
		top : 0px;
		left : 0px;
		position : absolute;
		content : url("https://freewar.zocker.eu/grafik.php");
		width : 350px;
Edit: Shopgrafik & Einlassbeschränkung von freewar.zocker.eu im Banner noch hinzugefügt.
Zuletzt geändert von restless wayfarer am 19. Mär 2020, 17:29, insgesamt 1-mal geändert.

Benutzeravatar
restless wayfarer
Klauenbartrein
Beiträge: 1564
Registriert: 18. Jul 2005, 00:59

Re: Style-Ersteller gesucht!

Beitrag von restless wayfarer » 19. Mär 2020, 14:10

Ich musste den Code in 2 Teile spalten, da ich die Zeichengrenze pro Post sonst überschreiten würde. Entweder rufst du die .css datei unter der Domäne auf oder kopierst dir die beiden Code-Teile und packst sie in ein Textdokument als .css

Bei weiteren gewünschten Änderungen oder Bugs, einfach melden.

Edit: Falls du (oder jemand anders, der auch Interesse an dem Style hätte) den Banner oder das Hintergrundbild nicht mehr passend findest, änder ich dir das auch gerne noch wieder um. Aber so wie es jetzt ist, sollte es genauso sein, wie du es dir im Ausgangspost gewünschst hast.

Orblank
Feuerwolf
Beiträge: 112
Registriert: 3. Jul 2012, 20:07

Re: Style-Ersteller gesucht!

Beitrag von Orblank » 19. Mär 2020, 18:03

Danke für die zahlreichen Meldungen, hatte vergessen, dass der Thread noch offen war. Der Style ist soweit fertig jetzt. Neo The Hunter hat sich meiner Seele erbarmt und sich der Sache angenommen. Falls Interesse besteht, poste ich das fertige Stück hier im Forum, wenn er komplett stehen sollte.

Bis dahin, Gruß zum Fuß

Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 11 Gäste