Teammitglieder online
Support-Box
Neue Beiträge seit dem letzten Besuch.
Textbausteine des MODERATIONSTOOL
AB > PFAD > GENERATOR
FORUM > PFAD > GENERATOR
Unterstützung Lösungs-Probleme
Auffällige
User
Der Runde
Tisch
HÄUFIG GESTELLTE FRAGEN
Regeln und nützliche Hinweise
Neueste Themen
» Die Heidekriger (WaCa) mit Punktesystem
von Rama So 21 Apr 2024 - 20:44

» Forum löschen, Probleme mit Gründeraccount
von Skouliki Di 9 Apr 2024 - 14:03

» [AwsomeBB] LogIn Farbe Weiß auf weiß
von Skouliki Sa 30 März 2024 - 21:14

» kann man noch Blogs hier erstellen?
von Joost Mi 27 März 2024 - 18:40

» Einstellen der Profilfelder funktioniert nicht
von Skouliki Di 26 März 2024 - 12:54

» Gründer-E-Mail-Adresse ändern
von Skouliki Mo 25 März 2024 - 13:48

» PN's werden nicht mehr rot eingefärbt
von Skouliki Fr 22 März 2024 - 7:44

»  Missbrauchsmeldung "Sexueller Inhalt" war (wieder) Werbung/Spam/Scam
von Skouliki Do 21 März 2024 - 9:03

» [phpBB3] Suchfunktion ohne Funktion
von Skouliki Mi 20 März 2024 - 8:41

» Neuer User kann sich anmelden.
von Skouliki Mi 20 März 2024 - 8:38

» Zugangsdaten vergessen/verloren
von Joost Sa 16 März 2024 - 21:07

» Schwierigkeiten mit BBCode
von Skouliki Fr 15 März 2024 - 11:51

» Entdeckt die neue Option Servimg Premium
von Joost Mi 6 März 2024 - 19:50

» Neues YAMAHA XT660-Forum
von gnadenlos Fr 1 März 2024 - 7:33

» Forum nur noch für Eingeloggte sichtbar?
von Skouliki Di 27 Feb 2024 - 7:53

» [phpBB3] Eine Frage zum Forum selbst.
von Skouliki Di 27 Feb 2024 - 7:52

» Beiträge verschwinden
von Skouliki Do 22 Feb 2024 - 7:47

» [Tutorial - alle Versionen] (De)aktiviert die Anzeige von Signaturen aus Eurem Profil
von Eto Do 15 Feb 2024 - 22:17

Beiträge mit den meisten Reaktionen des Monats
» Beitrag von maddo in [AwsomeBB] LogIn Farbe Weiß auf weiß
( 1 )


Fehler bei der automatischen Optimierung von CSS und JavaScript

2 verfasser

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach unten

Fehler bei der automatischen Optimierung von CSS und JavaScript Empty Fehler bei der automatischen Optimierung von CSS und JavaScript

Beitrag von bran Mi 1 Feb 2012 - 16:41

Ich hab eigentlich keine Frage sondern einen kleinen Fehlerbericht. Hoffe es geht in Ordnung, dass ich dies an dieser Stelle poste.

Bei der automatischen CSS-Optimierung wird

Code:
background:-moz-linear-gradient(center top,#999 [...]

zu

Code:
background:-moz-linear-gradient(centertop,#999 [...]

was dann natürlich nicht mehr funktioniert.

Die JavaScripts werden ja neuerdings in einer Datei zusammengefasst. An sich sehr schön, leider wurde nicht bedacht, dass der letzte Befehl eine JavaScript-Datei nicht mit Semikolon abgeschlossen werden muss. Beim Zusammenkopieren gibt das dann nen Fehler. Dürfte für Anfänger vor allem dann verwirrend sein, wenn sie die Seiten, auf denen ihr Script angezeigt wird ändern und es plötzlich nicht mehr funktioniert.

Wäre nett, wenn das bei Gelegenheit korrigiert würde.
avatar
bran
Lehrling
Lehrling

Männlich Beiträge : 9
Anmeldedatum : 09.08.11
PunBB

Nach oben Nach unten

Fehler bei der automatischen Optimierung von CSS und JavaScript Empty Re: Fehler bei der automatischen Optimierung von CSS und JavaScript

Beitrag von Zuckerpuppe Mi 1 Feb 2012 - 18:50

also bei mir funktioniert das einwandfrei und es wird nichts umgeändert bei "center top"
Ich hab jetzt ein paar Mal die automatische Optimierung an- und ausgeschaltet, das CSS erneuert, etc.
Bei mir bleibt immer das Leerzeichen? scratch

bezüglich des Javascriptes:
Es stimmt, dass ein JS nicht mit einem Semikolon abgeschlossen werden muss, aber jeder, der sich mit JS auskennt und diese auch selber schreibt, weiß, dass es ohne das Semikolon Probleme geben kann.
Daher sollte man schon davon ausgehen, dass jemand, der ein JS ohne abschliessendes Semikolon schreibt und dieses dann einsetzt, auch auf die Idee kommt, dass es daran liegt, falls Probleme auftauchen sollten.
Alle anderen, die Scripte hier aus dem Supportforum nehmen (oder auch bei ergoogelten) haben das Problem eh nicht, weil diese immer mit einem Semikolon abgeschlossen werden.
Zuckerpuppe
Zuckerpuppe
Admin a.D.
Admin a.D.

Weiblich Beiträge : 19539
Anmeldedatum : 24.04.08
keine
phpBB3

Nach oben Nach unten

Fehler bei der automatischen Optimierung von CSS und JavaScript Empty Re: Fehler bei der automatischen Optimierung von CSS und JavaScript

Beitrag von bran Mi 1 Feb 2012 - 21:25

Dann muss es beim CSS von der Umgebung abhängen. Mein Original sieht so aus:

Code:
/* Gerüst */
body {font-family:'Arimo',sans-serif;font-size:12px;color:#2C2929;background-color:#999;padding:0;margin:0;background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);background-attachment:fixed;background-color:#333;margin:0;padding:0.8em 0;text-align:center;min-width:550px;}
/*color:#454141;*/

.container_IE {display:inline-block;width:100%;max-width:830px;min-width:500px;background:#999;padding:0;margin:0;text-align:left;box-shadow:0 0.1em 0.5em 0.1em #000;}
.pun {margin:0.7em;width:auto;max-width:inherit;min-width:inherit;}

code {font-family:'Ubuntu Mono',monospace;}

#navigation_header {font-family:'Arimo',serif;}

#pun-navlinks {font-family:'Alegreya SC',serif;}

/* Navigation Header */
#navigation_header {padding:0.5em 0;background-color:#555;color:#111;box-shadow:0 0.1em 0.5em 0.3em #322F30;border-radius:1em;font-style:normal;color:#000;margin:2em;text-align:center;}
#navigation_header .mini_headline {font-weight:bold;margin:0.3em 0;}
#navigation_header img {max-width:100%;}
#navigation_header .column_header img {box-shadow:0.1em -0.2em 0.5em 0.3em #222;}
#navigation_header .column {display:inline-block;width:33.333333%;vertical-align:middle;}
#navigation_header .column_header {text-align:center;padding:1em;}
#navigation_header .column_content {padding:1em;}
#navigation_header .inline {display:inline-block;}
#navigation_header .info {color:#5fb6e3;white-space:nowrap;font-size:100%;font-style:normal;}
#navigation_header .info.citation {white-space:normal;}
#navigation_header .info.citation:before {content:"„";}
#navigation_header .info.citation:after {content:"“";}
#navigation_header hr.separator {width:100%;height:0;border:0;border-top:1px solid #777;border-bottom:1px solid #333;margin:1em 0;padding:0;}
#navigation_header .footer_line {padding:0.5em 1em;text-align:left;}
#navigation_header div.stanza {margin-bottom:1em;}
#navigation_header div:last-child.stanza {margin-bottom:0;}
#navigation_header div.stanza > div {text-indent:1em;}
#navigation_header div.stanza > div:first-child {text-indent:0;}

#pun-navlinks a:active,
#pun-navlinks a:focus,
#pun-navlinks a:hover
{text-decoration:none;}

/* Forum-Headlines */
.blackheadline,
.main .main-head.main_box,
#pun-qpost .main-head{
   white-space:nowrap;
   font-family:'Alegreya SC',serif;
   color:#fff;
   font-weight:lighter;
   text-shadow:1px 1px 1px black;
   padding:0.5em;
}

.blackheadline p.options {font-size:0.75em;}

.blackheadline,
.main .main-head.blackheadline,
.main .main-foot.blackheadline,
#pun-qpost .main-head{
   background-image:url("http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg");
   font-size:1.4em;
   padding:0.5em;
   color:#999;
}

/* Standardeinstellungen überschreiben  */
#pun-intro,
#pun-visit,
#pun-announcement,
#pun-info > .main-content,
#stats,
#onlinelist,
#pun-about,
#main-content > .main-box,
#pun-visit,
.main-box,
#pun-qpost .frm-set dd,
#pun-qpost .frm-set,
#text_editor_controls,
#helpbox
{background:transparent;border:0;padding:0;margin:0;}

#pun-intro {text-align:center;padding:0;}
#pun-intro img {width:100%;max-width:1000px;}

.pun h2,
.pun h3,
.pun input,
.pun select,
.pun th,
.main .main-head .page-title,
.pun .user .user-ident
{font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;}

.pun .main-foot .options a, .pun .main-foot .options a:link, .pun .main-foot .options a:visited {color:inherit;text-decoration:none;}
.pun .main .options {color:inherit;}
.main .main-foot, .main .main-head {color:inherit;font-weight:inherit}

.pun .select {background:#fff;}
.pun .overview {background:#999}

.pun .main-content,
.pun .main .main-content p.message,
fieldset.frm-set.multi,
.pun .frm .frm-form table,
.frm-buttons
{background:transparent;border:0;margin:0;padding:0}

.pun .main .main-content p.message {margin:0.5em 0;}

/* Links */
.pun a {text-decoration:none;color:#454141;}

.pun a:link,
.pun a:visited,
.pun a:focus,
.pun a:active
{text-decoration:none;color:inherit;}

.pun a:hover {text-decoration:none;text-shadow:black 1px 1px 1px;color:#fff;}

.pun a{
-moz-transition-property:all;-webkit-transition-property:all;transition-property:all;
-moz-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s;
}

.pun a img {
-moz-transition-property:all;-webkit-transition-property:all;transition-property:all;
-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;transition-duration:0.4s;
}

.pun a img {position:relative;}
.pun a img:hover {box-shadow:0 0.1em 0.5em 0.2em #CCC;border-radius:3px;background-color:#CCC;z-index: 999;}

/* Forenanzeige */
.pun tbody.statused td.tcl {padding:0.6em;}
.pun table .tdtopics .status,
.pun tbody.statused span.status
{position:static;float:left;margin:0;margin-right:0.6em;}

.main .main-head.main_box,
.main.paged .main-head.main_box
{font-size:1.8em;margin:1em 0 -1em 1em;display:inline-block;background:#999;border:2px groove #DBD7D4;border-radius:8px;box-shadow:0 0.1em 0.5em 0.1em #000;}

.main .main-content.main_box {border: 2px groove #DBD7D4;border-radius:8px;box-shadow:0 0.1em 0.5em #000;background:#999;}

.pun .paged-foot,
.pun .paged-head,
.main .main-foot
{background:transparent;border:0;}

.pun .paged-head {display:none;}

.pun table.table th,
.pun table td.tcl,
.pun .main table td.tc2,
.pun .main table td.tc3,
.pun table.table td
{background:#999;border-width:0px;}

.pun table.table th {color:inherit;}

.pun table .tcl {width:60%;}
.pun .table .tc2, .pun .table .tc3 {width:8%;}
.pun table .tcr {width:24%;}

/* Navigationsleiste */
#pun-head {padding:2em 0 1em 0;background:-moz-linear-gradient(center top,#999 0,rgba(153,153,153,0)100%)repeat scroll 0 0%,-moz-element(#pun-intro)no-repeat scroll center bottom transparent;-moz-transform:scale(1,-1);}
#pun-head #pun-navlinks {-moz-transform:scale(1,-1);background-color:transparent;}
#pun-navlinks .clearfix {text-align:center;}

#pun-navlinks ul {line-height:200%;}

#pun-navlinks a.mainmenu {font-size:1.5em;text-transform:uppercase;text-shadow:black 1px 1px 1px;color:#fff;margin:0 0.7em;white-space:nowrap;}

#pun-navlinks a.mainmenu:hover,
#pun-navlinks a.mainmenu:hover span.new-message
{text-shadow:#fff 1px 1px 1px;color:#333;text-decoration:none;}

#page-header a.mainmenu span.new-message {text-shadow:#200 1px 1px 1px;color:#f44;}

#pun-navlinks li {display:none;font-size:1em;}
#pun-navlinks li.show,
#pun-navlinks li:last-child
{display:inline;}

/* Infokram */
#pun-visit ul {float:none;display:block;width:auto;}
#pun-visit ul li {float:right;}
#pun-visit p {margin:0.5em 0;}

/* Umgebung der Beiträge */
.main.paged .main-head,
.main.paged .main-content.topic
{border:0;border-radius:0;box-shadow:0 0 #000;display:block;margin:0;white-space:normal;}

.pun .post, .pun .postmain, .pun .posthead {border:0;background:transparent;}

.pun .post {border-top:1px solid black;border-bottom:1px solid black;}
.pun .posthead {border:0;}

.pun .post .post-options {float:right;}
.pun .post .post-options br {display:none;}

.pun .postfoot {border-top:0;clear:both;margin:0;padding:0;}

.pun .sig-content,
.pun .signature_div
{text-align:center;margin:0;padding:0;clear:none;padding-top:3em;margin-top:1em;background:url(http://i47.servimg.com/u/f47/16/77/06/86/band1010.png) 50% top no-repeat;}

.pun .sig-content br,
.pun .signature_div br
{display:none;}

.pun .topic {background:transparent;}
.pun .postmain {margin-left:24%;}
.pun .post .user {margin:0;padding:0;width:24%;float:left;}

.pun .sig-content,
.pun .user img
{max-width:100%;}

.pun .user-ident .username {position:static;padding:0.5em;}
.pun .user .user-contact {padding:1em 0;}
.pun .user .user-basic-info img {padding:0 0 0.5em 0;}

.pun-crumbs p {color:inherit;font-size:1.2em;}
.pun-crumbs {margin:1em 0 0 0;padding:0;}

.pun .entry-content {overflow:visible;}

/* Wer ist online Bereich */
#pun-info .sidelogo {float:left;margin-right:0.5em;}
#stats {margin:0.5em 0;}

/* Legende */
#pun-legend .legend-image {margin:0 0.2em 0 2em;}

/* Editor */
.frm-buttons
{text-align:center;}

#pun-qpost .frm-set dt,
#textarea_content dt
{float:none;width:auto;text-align:left;display:none;}

#pun-qpost .frm-set dd,
#textarea_content dd
{border: 1px inset #999999;margin:0.5em 0 0 0;padding:0.5em;}

#text_editor_textarea {width:100% !important;background:transparent;border:0;}

#textarea_content,
#smiley-box
{margin:0;float:none;width:auto;}
#smiley-box {height:8em;overflow:auto;}
.helpboxenclose {float:none;}

#smiley-box iframe {height:auto;}

.pun .main-head a.exthelp,
.pun .main-head a.exthelp:link,
.pun .main-head a.exthelp:visited
{background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Symbol_question_vote.svg/17px-Symbol_question_vote.svg.png");}

.frm-buttons {margin:0.5em 0;}
#text_editor_controls {width:100%;margin-top:0.5em;}

/* Memberlist */
.memberlist .line {display:inline-block;margin:0.5em 1em;}
td.avatar-mini img {height:auto;}

.pun .memberlist .table .col1 {width:20%;}
.pun .memberlist .table .col2 {width:32%;}
.pun .memberlist .table .col3 {width:10%;}
.pun .memberlist .table .col4 {width:10%;}
.pun .memberlist .table .col5 {width:8%;}
.pun .memberlist .table .col6 {width:10%;}
.pun .memberlist .table .col7 {width:10%;}
.pun .memberlist .table {-moz-hyphens:auto;hyphens:auto;}

/* FAQ */
.faq dd {color:inherit;border:0;margin:0;padding:0.5em 0 2em 2em;}

/* Profil */
.main .frm-info,
#tabs ul li a
{border:0;margin:0;padding:0;}

#tabs {min-width:Inherit;}
#tabs ul {padding:0;white-space:normal;}
#tabs ul li {float:none;display:inline-block;margin:0.2em 0.5em;}
#tabs ul li.activetab a {text-decoration:none;}

/* Partner */
#partner {text-align:center;}

/* Beiträge */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4
{padding:0;border:0;margin:0;color:#454141;text-shadow:1px 1px 0px white;text-transform:none;font-weight:bold;color:black;}

.entry-content h1 {font-family:Almendra SC,serif;font-size:180%;}
.entry-content h2 {font-family:IM Fell Double Pica SC,serif;font-size:160%;}
.entry-content h3 {font-family:Playball,serif;font-size:160%;}
.entry-content h4 {font-family:Playball,serif;font-size:140%;}

.entry-content img,
.entry-content video,
.entry-content audio
{max-width:100%;}

.entry-content a {text-decoration:underline;}
.entry-content a:before {content:"*";}
.entry-content a:after {content:"*";}

.entry-content div.btXindex {border:1px solid black;background:#BBB;padding:1em;}
.entry-content div.btXindex br {display:none;}
.entry-content div.btXindex ol {margin:0;margin-left:2em;}
.entry-content div.btXindex a {text-decoration:none;}
.entry-content div.btXindex a:after,
.entry-content div.btXindex a:before {content: "";}

/* Steckbrief */
.entry-content div.portait {border:solid #424242 1px;color:#1D1B19;padding:45px 5px 45px 5px;background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);max-width:640px;font-size:13px;text-align:justify;border-radius:20px;box-shadow:0 0.1em 0.5em 0.1em #000;}
.entry-content div.portait > div {border:solid #424242 1px;padding:1.5em;background-color:#C7C7C7;}
.entry-content div.portait > div.headline {text-align:center;font-size:24px;margin:-35px 0 5px 0;padding:5px 10px;color:#B81810;text-shadow:0px 0px 10px #C06000, -1px -1px #000;background-color:transparent;border:0;letter-spacing:0.15em;font-weight:bold;line-height:1.4em;}

.entry-content div.section {padding-left:1em;margin-bottom:1em;}
.entry-content div.section > div:first-child {margin:0 0 1em -1em;letter-spacing:0.3em;font-variant:small-caps;font-weight:bold;color:#000;text-shadow:#888 1px 1px 1px;font-size:111%;}
.entry-content div.quotation {margin-bottom:1em;padding:0 2em;position:relative;}
.entry-content div.quotation:last-child {margin-bottom:0;}
.entry-content div.quotation > div:last-child {text-align:right;width:1em;font-size:150%;text-shadow:#888 1px 1px 1px;position:absolute;right:0;bottom:0;}
.entry-content div.quotation > div:first-child {text-align:left;width:1em;font-size:150%;text-shadow:#888 1px 1px 1px;position:absolute;left:0;top:0;}
.entry-content div.quotation > div:last-child:after {content:"”";}
.entry-content div.quotation > div:first-child:before {content:"“";}
.entry-content div.quotation > div:last-child:first-child {text-align:justify;width:auto;font-size:100%;text-shadow:none;}
.entry-content img.image_headline {letter-spacing:0.1em;font-size:140%;font-variant:small-caps;text-shadow:#888 3px 3px 5px;}
.entry-content div.image_headline {text-align:center;margin:50px 0;}
.entry-content div.reduced {display:inline-block;width:100%;vertical-align:top;}

.entry-content div.portait_box {padding:0 2em 0 2em;margin-bottom:1em;}
.entry-content div.portait_box > div {padding:1em;background-image:url("http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg");}
.entry-content div.portait_box > div > div {padding:1em;background-color:#C7C7C7;}
.entry-content div.stanza {margin-bottom:1em;}
.entry-content div:last-child.stanza {margin-bottom:0;}
.entry-content div.stanza > div {text-indent:1em;}
.entry-content div.stanza > div:first-child {text-indent:0;}

/* Andere */
.entry-content hr.separator {width:100%;height:0;border-top:1px solid #B0B0B0;border-bottom:1px solid #808080;margin:0;padding:0;}


/* Brettspiele */
.entry-content div.board_game  div.field {text-align:center;display:inline-block;border:3px solid black;}
.entry-content div.board_game  div.field > div  {display:block;}
.entry-content div.board_game  div.field > div > div {width:28px;height:28px;display:inline-block;padding:5px;}
.entry-content div.board_game  div.field > div.rowa > div.columna,
.entry-content div.board_game  div.field > div.rowb > div.columnb
{background-color:#FFCE9E;}
.entry-content div.board_game  div.field > div.rowa > div.columnb,
.entry-content div.board_game  div.field > div.rowb > div.columna
{background-color:#D18B47;}

.entry-content div.board_game  div.field > div > div.kill {background-color:#FFFF00 !important;}
.entry-content div.board_game  div.field > div > div.source {background-color:#800000 !important;}
.entry-content div.board_game  div.field > div > div.target {background-color:#008000 !important;}
.entry-content div.board_game  div.field > div > div.target.source {background-color:#FF0000 !important;}
.entry-content div.board_game  div.field > div > div.option {background-color:#0000FF !important;}

.entry-content div.board_game  div.info {display:inline-block;padding:5px;vertical-align:top;font-size:14px;}
.entry-content div.board_game  div.info div.white {color:#fff;text-shadow:#000 -1px 1px 1px;}
.entry-content div.board_game  div.info div.black {color:#000;text-shadow:#fff -1px 1px 1px;}
.entry-content div.board_game  div.info div.color {height:2em;margin:1.5em 0;border:1em solid #999;border-radius:1em;box-shadow:-0.1em -0.1em 1em #000;}
.entry-content div.board_game  div.info div.turn {font-weight:bold;}
.entry-content div.board_game  div.info div.turn.white:before {content:"Weiß am Zug";}
.entry-content div.board_game  div.info div.turn.black:before {content:"Schwarz am Zug";}

.entry-content div.board_game  div.info div.player {display:inline-block;max-width:50%;padding:0.5em;vertical-align:top;font-weight:bold;}
.entry-content div.board_game  div.info div.player div {font-weight:normal;}
.entry-content div.board_game  div.info div.player.white:before {content:"Weiße Spieler";}
.entry-content div.board_game  div.info div.player.black:before {content:"Schwarze Spieler";}

.entry-content div.board_game  div.info div.options {border:1px outset #999;border-radius:0.5em;margin:1.5em 0;padding:0.5em;font-weight:bold;text-align:center;cursor:pointer;text-shadow:#FFF 0 0.1em 0.3em;background-color:#888;text-decoration:underline;}
.entry-content div.board_game  div.info div.options:hover {border-style:inset;background-color:#AAA;}
.entry-content div.board_game  div.info div.options:before {content:"Optionen";}

/* Dame */
.entry-content div.checkers  div.field .white {background-color:#FFF;box-shadow:0 0 1px 2px #000;}
.entry-content div.checkers  div.field .black {background-color:#000;box-shadow:0 0 1px 2px #FFF;}

.entry-content div.checkers  div.field .white.piece,
.entry-content div.checkers  div.field .black.piece
{width:28px;height:28px;border-radius:14px;}

.entry-content div.checkers  div.field .white.king,
.entry-content div.checkers  div.field .black.king
{width:10px;height:10px;border-radius:14px;}

.entry-content div.checkers  div.field .white.king {background-color:#000;border:9px solid #FFF;}
.entry-content div.checkers  div.field .black.king {background-color:#FFF;border:9px solid #000;}

.entry-content div.checkers  div.info div.win.white:before,
.entry-content div.checkers  div.info div.win.black:before
{content:"Keine Züge möglich: ";}

.entry-content div.checkers  div.info div.win {margin:0.5em 0;font-weight:bold;}

.entry-content div.checkers  div.info div.win.white:after {content:"Weiß gewinnt!";}
.entry-content div.checkers  div.info div.win.black:after {content:"Schwarz gewinnt!";}

.entry-content div.checkers  div.info div.win + div.turn {display:none;}

/* Schach */
.entry-content div.chess  div.field > div > div.involved {background-color:#FFFF00 !important;}

.entry-content div.chess  div.info div.check,
.entry-content div.chess  div.info div.checkmate,
.entry-content div.chess  div.info div.stalemate
{margin:0.5em 0;font-weight:bold;}

.entry-content div.chess  div.info div.check:after {content:"Schach!";}

.entry-content div.chess  div.info div.checkmate.white:after {content:"Schachmatt! Weiß gewinnt!";}
.entry-content div.chess  div.info div.checkmate.black:after {content:"Schachmatt! Schwarz gewinnt!";}

.entry-content div.chess  div.info div.stalemate:after {content:"Patt! Unentschieden!";}

.entry-content div.chess  div.info div.checkmate + div.turn,
.entry-content div.chess  div.info div.stalemate + div.turn
{display:none;}

.entry-content div.chess  div.field .white,
.entry-content div.chess  div.field .black
{width:28px;height:27px;}

.entry-content div.chess  div.field .white
{border-bottom:1px solid white;}

.entry-content div.chess  div.field .black
{border-bottom:1px solid black;}

.entry-content div.chess  div.field .black.king {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Chess_Maurizio_Monge_Fantasy_bk.svg/28px-Chess_Maurizio_Monge_Fantasy_bk.svg.png);}
.entry-content div.chess  div.field .black.queen {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Chess_Maurizio_Monge_Fantasy_bq.svg/28px-Chess_Maurizio_Monge_Fantasy_bq.svg.png);}
.entry-content div.chess  div.field .black.rook {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Chess_Maurizio_Monge_Fantasy_br.svg/28px-Chess_Maurizio_Monge_Fantasy_br.svg.png);}
.entry-content div.chess  div.field .black.bishop {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Chess_Maurizio_Monge_Fantasy_bb.svg/28px-Chess_Maurizio_Monge_Fantasy_bb.svg.png);}
.entry-content div.chess  div.field .black.knight {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Chess_Maurizio_Monge_Fantasy_bn.svg/28px-Chess_Maurizio_Monge_Fantasy_bn.svg.png);}
.entry-content div.chess  div.field .black.pawn {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Chess_Maurizio_Monge_Fantasy_bp.svg/28px-Chess_Maurizio_Monge_Fantasy_bp.svg.png);}

.entry-content div.chess  div.field .white.king {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Chess_Maurizio_Monge_Fantasy_wk.svg/28px-Chess_Maurizio_Monge_Fantasy_wk.svg.png);}
.entry-content div.chess  div.field .white.queen {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Chess_Maurizio_Monge_Fantasy_wq.svg/28px-Chess_Maurizio_Monge_Fantasy_wq.svg.png);}
.entry-content div.chess  div.field .white.rook {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Chess_Maurizio_Monge_Fantasy_wr.svg/28px-Chess_Maurizio_Monge_Fantasy_wr.svg.png);}
.entry-content div.chess  div.field .white.bishop {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Chess_Maurizio_Monge_Fantasy_wb.svg/28px-Chess_Maurizio_Monge_Fantasy_wb.svg.png);}
.entry-content div.chess  div.field .white.knight {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Chess_Maurizio_Monge_Fantasy_wn.svg/28px-Chess_Maurizio_Monge_Fantasy_wn.svg.png);}
.entry-content div.chess  div.field .white.pawn {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Chess_Maurizio_Monge_Fantasy_wp.svg/28px-Chess_Maurizio_Monge_Fantasy_wp.svg.png);}

/* Benutzerverwaltung */

#chess_promotion_dialog .man {width:60px;padding-top:65px;background-repeat:no-repeat;}

#chess_promotion_dialog.white #chess_promotion_queen .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Chess_Maurizio_Monge_Fantasy_wq.svg/60px-Chess_Maurizio_Monge_Fantasy_wq.svg.png);}
#chess_promotion_dialog.black #chess_promotion_queen .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Chess_Maurizio_Monge_Fantasy_bq.svg/60px-Chess_Maurizio_Monge_Fantasy_bq.svg.png);}

#chess_promotion_dialog.white #chess_promotion_rook .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Chess_Maurizio_Monge_Fantasy_wr.svg/60px-Chess_Maurizio_Monge_Fantasy_wr.svg.png);}
#chess_promotion_dialog.black #chess_promotion_rook .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Chess_Maurizio_Monge_Fantasy_br.svg/60px-Chess_Maurizio_Monge_Fantasy_br.svg.png);}

#chess_promotion_dialog.white #chess_promotion_bishop .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Chess_Maurizio_Monge_Fantasy_wb.svg/60px-Chess_Maurizio_Monge_Fantasy_wb.svg.png);}
#chess_promotion_dialog.black #chess_promotion_bishop .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Chess_Maurizio_Monge_Fantasy_bb.svg/60px-Chess_Maurizio_Monge_Fantasy_bb.svg.png);}

#chess_promotion_dialog.white #chess_promotion_knight .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Chess_Maurizio_Monge_Fantasy_wn.svg/60px-Chess_Maurizio_Monge_Fantasy_wn.svg.png);}
#chess_promotion_dialog.black #chess_promotion_knight .man {background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Chess_Maurizio_Monge_Fantasy_bn.svg/60px-Chess_Maurizio_Monge_Fantasy_bn.svg.png);}

#user_management_dialog .options {display:none;}

#user_management_dialog,
#user_management_dialog .ui-tabs {padding:0;margin:0;border:0;}
#user_management_dialog .ui-widget-content {background:none;padding:0.2em;}

#user_management_dialog .ui-tabs .ui-tabs-nav {padding:0.2em 0.5em 0 0.5em;}

#user_management_dialog .drag {display:inline-block;padding:0.2em 0.5em;border:1px solid black;margin:0.2em;border-radius:0.5em;background-color:#AAA;font-weight:bold;cursor:move;z-index:20;}

#user_management_dialog .drop .content {margin:0.1em;padding:0.5em;border:1px solid black;border-radius:0.5em;background-color:#CCC;}

#user_management_dialog .drop.black,
#user_management_dialog .drop.white
{display:inline-block;vertical-align:top;width:50%;}

#user_management_dialog .buttons {margin-top:0.3em;text-align:right;}
#user_management_dialog .header {text-align:center;}
#user_management_dialog .inline {display:inline-block;margin:0.5em;}
#user_management_ok {margin:0.4em 0.4em 0 0;float:right;z-index:10;}
#user_management_color label{font-family:monospace;}
#user_management_user {margin:0.5em 0;}

/* HTML-Seiten */

.entry-content.htmlsite {text-align:center;}

.entry-content.htmlsite h1,
.entry-content.htmlsite h2,
.entry-content.htmlsite h3,
.entry-content.htmlsite h4
{margin:1em 0 0.8em 0;}

Nach Optimierung: (Standard-CSS ist aus, da nicht von Interesse)

Code:
body{background-attachment:fixed;background-color:#333;background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);color:#2C2929;font-family:Arimo,sans-serif;font-size:12px;margin:0;min-width:550px;padding:.8em 0;text-align:center}.container_IE{background:#999;box-shadow:0 .1em .5em .1em #000;display:inline-block;margin:0;max-width:830px;min-width:500px;padding:0;text-align:left;width:100%}.pun{margin:.7em;max-width:inherit;min-width:inherit;width:auto}code{font-family:'Ubuntu Mono',monospace}#navigation_header{background-color:#555;border-radius:1em;box-shadow:0 .1em .5em .3em #322F30;color:#000;font-family:Arimo,serif;font-style:normal;margin:2em;padding:.5em 0;text-align:center}#pun-navlinks{font-family:'Alegreya SC',serif}#navigation_header .mini_headline{font-weight:700;margin:.3em 0}#navigation_header img{max-width:100%}#navigation_header .column_header img{box-shadow:.1em -.2em .5em .3em #222}#navigation_header .column{display:inline-block;vertical-align:middle;width:33.333333%}#navigation_header .column_header{padding:1em;text-align:center}#navigation_header .column_content{padding:1em}#navigation_header .inline{display:inline-block}#navigation_header .info{color:#5fb6e3;font-size:100%;font-style:normal;white-space:nowrap}#navigation_header .info.citation{white-space:normal}#navigation_header .info.citation:before{content:"„"}#navigation_header .info.citation:after{content:"“"}#navigation_header hr.separator{border:0;border-bottom:1px solid #333;border-top:1px solid #777;height:0;margin:1em 0;padding:0;width:100%}#navigation_header .footer_line{padding:.5em 1em;text-align:left}#navigation_header div.stanza{margin-bottom:1em}#navigation_header div:last-child.stanza{margin-bottom:0}#navigation_header div.stanza > div{text-indent:1em}#navigation_header div.stanza > div:first-child{text-indent:0}#pun-navlinks a:active,#pun-navlinks a:focus,#pun-navlinks a:hover{text-decoration:none}#pun-qpost .main-head,.blackheadline,.main .main-head.main_box{color:#fff;font-family:'Alegreya SC',serif;font-weight:lighter;padding:.5em;text-shadow:1px 1px 1px #000;white-space:nowrap}.blackheadline p.options{font-size:.75em}#pun-qpost .main-head,.blackheadline,.main .main-foot.blackheadline,.main .main-head.blackheadline{background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);color:#999;font-size:1.4em;padding:.5em}#helpbox,#main-content > .main-box,#onlinelist,#pun-about,#pun-announcement,#pun-info > .main-content,#pun-intro,#pun-qpost .frm-set,#pun-qpost .frm-set dd,#pun-visit,#pun-visit,#stats,#text_editor_controls,.main-box{background:transparent;border:0;margin:0;padding:0}#pun-intro{padding:0;text-align:center}#pun-intro img{max-width:1000px;width:100%}.main .main-head .page-title,.pun .user .user-ident,.pun h2,.pun h3,.pun input,.pun select,.pun th{font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit}.pun .main-foot .options a,.pun .main-foot .options a:link,.pun .main-foot .options a:visited{color:inherit;text-decoration:none}.pun .main .options{color:inherit}.main .main-foot,.main .main-head{color:inherit;font-weight:inherit}.pun .select{background:#fff}.pun .overview{background:#999}.frm-buttons,.pun .frm .frm-form table,.pun .main .main-content p.message,.pun .main-content,fieldset.frm-set.multi{background:transparent;border:0;margin:0;padding:0}.pun .main .main-content p.message{margin:.5em 0}.pun a{-moz-transition-duration:.2s;-moz-transition-property:all;-webkit-transition-duration:.2s;-webkit-transition-property:all;color:#454141;text-decoration:none;transition-duration:.2s;transition-property:all}.pun a:active,.pun a:focus,.pun a:link,.pun a:visited{color:inherit;text-decoration:none}.pun a:hover{color:#fff;text-decoration:none;text-shadow:#000 1px 1px 1px}.pun a img{-moz-transition-duration:.4s;-moz-transition-property:all;-webkit-transition-duration:.4s;-webkit-transition-property:all;position:relative;transition-duration:.4s;transition-property:all}.pun a img:hover{background-color:#CCC;border-radius:3px;box-shadow:0 .1em .5em .2em #CCC;z-index:999}.pun tbody.statused td.tcl{padding:.6em}.pun table .tdtopics .status,.pun tbody.statused span.status{float:left;margin:0 .6em 0 0;position:static}.main .main-head.main_box,.main.paged .main-head.main_box{background:#999;border:2px groove #DBD7D4;border-radius:8px;box-shadow:0 .1em .5em .1em #000;display:inline-block;font-size:1.8em;margin:1em 0 -1em 1em}.main .main-content.main_box{background:#999;border:2px groove #DBD7D4;border-radius:8px;box-shadow:0 .1em .5em #000}.main .main-foot,.pun .paged-foot,.pun .paged-head{background:transparent;border:0}.pun .paged-head{display:none}.pun .main table td.tc2,.pun .main table td.tc3,.pun table td.tcl,.pun table.table td,.pun table.table th{background:#999;border-width:0}.pun table.table th{color:inherit}.pun table .tcl{width:60%}.pun .table .tc2,.pun .table .tc3{width:8%}.pun table .tcr{width:24%}#pun-head{-moz-transform:scale(1,-1);background:-moz-linear-gradient(centertop,#9990,rgba(153,153,153,0)100%)repeat scroll 0 0%,-moz-element(#pun-intro)no-repeat scroll center bottom transparent;padding:2em 0 1em}#pun-head #pun-navlinks{-moz-transform:scale(1,-1);background-color:transparent}#pun-navlinks .clearfix{text-align:center}#pun-navlinks ul{line-height:200%}#pun-navlinks a.mainmenu{color:#fff;font-size:1.5em;margin:0 .7em;text-shadow:#000 1px 1px 1px;text-transform:uppercase;white-space:nowrap}#pun-navlinks a.mainmenu:hover,#pun-navlinks a.mainmenu:hover span.new-message{color:#333;text-decoration:none;text-shadow:#fff 1px 1px 1px}#page-header a.mainmenu span.new-message{color:#f44;text-shadow:#200 1px 1px 1px}#pun-navlinks li{display:none;font-size:1em}#pun-navlinks li.show,#pun-navlinks li:last-child{display:inline}#pun-visit ul{display:block;float:none;width:auto}#pun-visit ul li{float:right}#pun-visit p{margin:.5em 0}.main.paged .main-content.topic,.main.paged .main-head{border:0;border-radius:0;box-shadow:0 0 #000;display:block;margin:0;white-space:normal}.pun .post,.pun .posthead,.pun .postmain{background:transparent;border:0}.pun .post{border-bottom:1px solid #000;border-top:1px solid #000}.pun .posthead{border:0}.pun .post .post-options{float:right}.pun .post .post-options br{display:none}.pun .postfoot{border-top:0;clear:both;margin:0;padding:0}.pun .sig-content,.pun .signature_div{background:url(http://i47.servimg.com/u/f47/16/77/06/86/band1010.png) 50% top no-repeat;clear:none;margin:1em 0 0;padding:3em 0 0;text-align:center}.pun .sig-content br,.pun .signature_div br{display:none}.pun .topic{background:transparent}.pun .postmain{margin-left:24%}.pun .post .user{float:left;margin:0;padding:0;width:24%}.pun .sig-content,.pun .user img{max-width:100%}.pun .user-ident .username{padding:.5em;position:static}.pun .user .user-contact{padding:1em 0}.pun .user .user-basic-info img{padding:0 0 .5em}.pun-crumbs p{color:inherit;font-size:1.2em}.pun-crumbs{margin:1em 0 0;padding:0}.pun .entry-content{overflow:visible}#pun-info .sidelogo{float:left;margin-right:.5em}#stats{margin:.5em 0}#pun-legend .legend-image{margin:0 .2em 0 2em}.frm-buttons{margin:.5em 0;text-align:center}#pun-qpost .frm-set dt,#textarea_content dt{display:none;float:none;text-align:left;width:auto}#pun-qpost .frm-set dd,#textarea_content dd{border:1px inset #999;margin:.5em 0 0;padding:.5em}#text_editor_textarea{background:transparent;border:0;width:100%!important}#smiley-box,#textarea_content{float:none;margin:0;width:auto}#smiley-box{height:8em;overflow:auto}.helpboxenclose{float:none}#smiley-box iframe{height:auto}.pun .main-head a.exthelp,.pun .main-head a.exthelp:link,.pun .main-head a.exthelp:visited{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Symbol_question_vote.svg/17px-Symbol_question_vote.svg.png)}#text_editor_controls{margin-top:.5em;width:100%}.memberlist .line{display:inline-block;margin:.5em 1em}td.avatar-mini img{height:auto}.pun .memberlist .table .col1{width:20%}.pun .memberlist .table .col2{width:32%}.pun .memberlist .table .col3{width:10%}.pun .memberlist .table .col4{width:10%}.pun .memberlist .table .col5{width:8%}.pun .memberlist .table .col6{width:10%}.pun .memberlist .table .col7{width:10%}.pun .memberlist .table{-moz-hyphens:auto;hyphens:auto}.faq dd{border:0;color:inherit;margin:0;padding:.5em 0 2em 2em}#tabs ul li a,.main .frm-info{border:0;margin:0;padding:0}#tabs{min-width:Inherit}#tabs ul{padding:0;white-space:normal}#tabs ul li{display:inline-block;float:none;margin:.2em .5em}#tabs ul li.activetab a{text-decoration:none}#partner{text-align:center}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{border:0;color:#000;font-weight:700;margin:0;padding:0;text-shadow:1px 1px 0 #fff;text-transform:none}.entry-content h1{font-family:Almendra SC,serif;font-size:180%}.entry-content h2{font-family:IM Fell Double Pica SC,serif;font-size:160%}.entry-content h3{font-family:Playball,serif;font-size:160%}.entry-content h4{font-family:Playball,serif;font-size:140%}.entry-content audio,.entry-content img,.entry-content video{max-width:100%}.entry-content a{text-decoration:underline}.entry-content a:before{content:"*"}.entry-content a:after{content:"*"}.entry-content div.btXindex{background:#BBB;border:1px solid #000;padding:1em}.entry-content div.btXindex br{display:none}.entry-content div.btXindex ol{margin:0 0 0 2em}.entry-content div.btXindex a{text-decoration:none}.entry-content div.btXindex a:after,.entry-content div.btXindex a:before{content:""}.entry-content div.portait{background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);border:solid #424242 1px;border-radius:20px;box-shadow:0 .1em .5em .1em #000;color:#1D1B19;font-size:13px;max-width:640px;padding:45px 5px;text-align:justify}.entry-content div.portait > div{background-color:#C7C7C7;border:solid #424242 1px;padding:1.5em}.entry-content div.portait > div.headline{background-color:transparent;border:0;color:#B81810;font-size:24px;font-weight:700;letter-spacing:.15em;line-height:1.4em;margin:-35px 0 5px;padding:5px 10px;text-align:center;text-shadow:0 0 10px #C06000, -1px -1px #000}.entry-content div.section{margin-bottom:1em;padding-left:1em}.entry-content div.section > div:first-child{color:#000;font-size:111%;font-variant:small-caps;font-weight:700;letter-spacing:.3em;margin:0 0 1em -1em;text-shadow:#888 1px 1px 1px}.entry-content div.quotation{margin-bottom:1em;padding:0 2em;position:relative}.entry-content div.quotation:last-child{margin-bottom:0}.entry-content div.quotation > div:last-child{bottom:0;font-size:150%;position:absolute;right:0;text-align:right;text-shadow:#888 1px 1px 1px;width:1em}.entry-content div.quotation > div:first-child{font-size:150%;left:0;position:absolute;text-align:left;text-shadow:#888 1px 1px 1px;top:0;width:1em}.entry-content div.quotation > div:last-child:after{content:"”"}.entry-content div.quotation > div:first-child:before{content:"“"}.entry-content div.quotation > div:last-child:first-child{font-size:100%;text-align:justify;text-shadow:none;width:auto}.entry-content img.image_headline{font-size:140%;font-variant:small-caps;letter-spacing:.1em;text-shadow:#888 3px 3px 5px}.entry-content div.image_headline{margin:50px 0;text-align:center}.entry-content div.reduced{display:inline-block;vertical-align:top;width:100%}.entry-content div.portait_box{margin-bottom:1em;padding:0 2em}.entry-content div.portait_box > div{background-image:url(http://i22.servimg.com/u/f22/14/82/00/78/boys_o10.jpg);padding:1em}.entry-content div.portait_box > div > div{background-color:#C7C7C7;padding:1em}.entry-content div.stanza{margin-bottom:1em}.entry-content div:last-child.stanza{margin-bottom:0}.entry-content div.stanza > div{text-indent:1em}.entry-content div.stanza > div:first-child{text-indent:0}.entry-content hr.separator{border-bottom:1px solid gray;border-top:1px solid #B0B0B0;height:0;margin:0;padding:0;width:100%}.entry-content div.board_game div.field{border:3px solid #000;display:inline-block;text-align:center}.entry-content div.board_game div.field > div{display:block}.entry-content div.board_game div.field > div > div{display:inline-block;height:28px;padding:5px;width:28px}.entry-content div.board_game div.field > div.rowa > div.columna,.entry-content div.board_game div.field > div.rowb > div.columnb{background-color:#FFCE9E}.entry-content div.board_game div.field > div.rowa > div.columnb,.entry-content div.board_game div.field > div.rowb > div.columna{background-color:#D18B47}.entry-content div.board_game div.field > div > div.kill{background-color:#FF0!important}.entry-content div.board_game div.field > div > div.source{background-color:maroon!important}.entry-content div.board_game div.field > div > div.target{background-color:green!important}.entry-content div.board_game div.field > div > div.target.source{background-color:red!important}.entry-content div.board_game div.field > div > div.option{background-color:#00F!important}.entry-content div.board_game div.info{display:inline-block;font-size:14px;padding:5px;vertical-align:top}.entry-content div.board_game div.info div.white{color:#fff;text-shadow:#000 -1px 1px 1px}.entry-content div.board_game div.info div.black{color:#000;text-shadow:#fff -1px 1px 1px}.entry-content div.board_game div.info div.color{border:1em solid #999;border-radius:1em;box-shadow:-.1em -.1em 1em #000;height:2em;margin:1.5em 0}.entry-content div.board_game div.info div.turn{font-weight:700}.entry-content div.board_game div.info div.turn.white:before{content:"Weiß am Zug"}.entry-content div.board_game div.info div.turn.black:before{content:"Schwarz am Zug"}.entry-content div.board_game div.info div.player{display:inline-block;font-weight:700;max-width:50%;padding:.5em;vertical-align:top}.entry-content div.board_game div.info div.player div{font-weight:400}.entry-content div.board_game div.info div.player.white:before{content:"Weiße Spieler"}.entry-content div.board_game div.info div.player.black:before{content:"Schwarze Spieler"}.entry-content div.board_game div.info div.options{background-color:#888;border:1px outset #999;border-radius:.5em;cursor:pointer;font-weight:700;margin:1.5em 0;padding:.5em;text-align:center;text-decoration:underline;text-shadow:#FFF 0 .1em .3em}.entry-content div.board_game div.info div.options:hover{background-color:#AAA;border-style:inset}.entry-content div.board_game div.info div.options:before{content:"Optionen"}.entry-content div.checkers div.field .white{background-color:#FFF;box-shadow:0 0 1px 2px #000}.entry-content div.checkers div.field .black{background-color:#000;box-shadow:0 0 1px 2px #FFF}.entry-content div.checkers div.field .black.piece,.entry-content div.checkers div.field .white.piece{border-radius:14px;height:28px;width:28px}.entry-content div.checkers div.field .black.king,.entry-content div.checkers div.field .white.king{border-radius:14px;height:10px;width:10px}.entry-content div.checkers div.field .white.king{background-color:#000;border:9px solid #FFF}.entry-content div.checkers div.field .black.king{background-color:#FFF;border:9px solid #000}.entry-content div.checkers div.info div.win.black:before,.entry-content div.checkers div.info div.win.white:before{content:"Keine Züge möglich: "}.entry-content div.checkers div.info div.win{font-weight:700;margin:.5em 0}.entry-content div.checkers div.info div.win.white:after{content:"Weiß gewinnt!"}.entry-content div.checkers div.info div.win.black:after{content:"Schwarz gewinnt!"}.entry-content div.checkers div.info div.win + div.turn{display:none}.entry-content div.chess div.field > div > div.involved{background-color:#FF0!important}.entry-content div.chess div.info div.check,.entry-content div.chess div.info div.checkmate,.entry-content div.chess div.info div.stalemate{font-weight:700;margin:.5em 0}.entry-content div.chess div.info div.check:after{content:"Schach!"}.entry-content div.chess div.info div.checkmate.white:after{content:"Schachmatt! Weiß gewinnt!"}.entry-content div.chess div.info div.checkmate.black:after{content:"Schachmatt! Schwarz gewinnt!"}.entry-content div.chess div.info div.stalemate:after{content:"Patt! Unentschieden!"}.entry-content div.chess div.info div.checkmate + div.turn,.entry-content div.chess div.info div.stalemate + div.turn{display:none}.entry-content div.chess div.field .black,.entry-content div.chess div.field .white{height:27px;width:28px}.entry-content div.chess div.field .white{border-bottom:1px solid #fff}.entry-content div.chess div.field .black{border-bottom:1px solid #000}.entry-content div.chess div.field .black.king{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Chess_Maurizio_Monge_Fantasy_bk.svg/28px-Chess_Maurizio_Monge_Fantasy_bk.svg.png)}.entry-content div.chess div.field .black.queen{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Chess_Maurizio_Monge_Fantasy_bq.svg/28px-Chess_Maurizio_Monge_Fantasy_bq.svg.png)}.entry-content div.chess div.field .black.rook{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Chess_Maurizio_Monge_Fantasy_br.svg/28px-Chess_Maurizio_Monge_Fantasy_br.svg.png)}.entry-content div.chess div.field .black.bishop{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Chess_Maurizio_Monge_Fantasy_bb.svg/28px-Chess_Maurizio_Monge_Fantasy_bb.svg.png)}.entry-content div.chess div.field .black.knight{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Chess_Maurizio_Monge_Fantasy_bn.svg/28px-Chess_Maurizio_Monge_Fantasy_bn.svg.png)}.entry-content div.chess div.field .black.pawn{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Chess_Maurizio_Monge_Fantasy_bp.svg/28px-Chess_Maurizio_Monge_Fantasy_bp.svg.png)}.entry-content div.chess div.field .white.king{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Chess_Maurizio_Monge_Fantasy_wk.svg/28px-Chess_Maurizio_Monge_Fantasy_wk.svg.png)}.entry-content div.chess div.field .white.queen{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Chess_Maurizio_Monge_Fantasy_wq.svg/28px-Chess_Maurizio_Monge_Fantasy_wq.svg.png)}.entry-content div.chess div.field .white.rook{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Chess_Maurizio_Monge_Fantasy_wr.svg/28px-Chess_Maurizio_Monge_Fantasy_wr.svg.png)}.entry-content div.chess div.field .white.bishop{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Chess_Maurizio_Monge_Fantasy_wb.svg/28px-Chess_Maurizio_Monge_Fantasy_wb.svg.png)}.entry-content div.chess div.field .white.knight{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Chess_Maurizio_Monge_Fantasy_wn.svg/28px-Chess_Maurizio_Monge_Fantasy_wn.svg.png)}.entry-content div.chess div.field .white.pawn{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Chess_Maurizio_Monge_Fantasy_wp.svg/28px-Chess_Maurizio_Monge_Fantasy_wp.svg.png)}#chess_promotion_dialog .man{background-repeat:no-repeat;padding-top:65px;width:60px}#chess_promotion_dialog.white #chess_promotion_queen .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Chess_Maurizio_Monge_Fantasy_wq.svg/60px-Chess_Maurizio_Monge_Fantasy_wq.svg.png)}#chess_promotion_dialog.black #chess_promotion_queen .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Chess_Maurizio_Monge_Fantasy_bq.svg/60px-Chess_Maurizio_Monge_Fantasy_bq.svg.png)}#chess_promotion_dialog.white #chess_promotion_rook .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Chess_Maurizio_Monge_Fantasy_wr.svg/60px-Chess_Maurizio_Monge_Fantasy_wr.svg.png)}#chess_promotion_dialog.black #chess_promotion_rook .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Chess_Maurizio_Monge_Fantasy_br.svg/60px-Chess_Maurizio_Monge_Fantasy_br.svg.png)}#chess_promotion_dialog.white #chess_promotion_bishop .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Chess_Maurizio_Monge_Fantasy_wb.svg/60px-Chess_Maurizio_Monge_Fantasy_wb.svg.png)}#chess_promotion_dialog.black #chess_promotion_bishop .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Chess_Maurizio_Monge_Fantasy_bb.svg/60px-Chess_Maurizio_Monge_Fantasy_bb.svg.png)}#chess_promotion_dialog.white #chess_promotion_knight .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Chess_Maurizio_Monge_Fantasy_wn.svg/60px-Chess_Maurizio_Monge_Fantasy_wn.svg.png)}#chess_promotion_dialog.black #chess_promotion_knight .man{background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Chess_Maurizio_Monge_Fantasy_bn.svg/60px-Chess_Maurizio_Monge_Fantasy_bn.svg.png)}#user_management_dialog .options{display:none}#user_management_dialog,#user_management_dialog .ui-tabs{border:0;margin:0;padding:0}#user_management_dialog .ui-widget-content{background:none;padding:.2em}#user_management_dialog .ui-tabs .ui-tabs-nav{padding:.2em .5em 0}#user_management_dialog .drag{background-color:#AAA;border:1px solid #000;border-radius:.5em;cursor:move;display:inline-block;font-weight:700;margin:.2em;padding:.2em .5em;z-index:20}#user_management_dialog .drop .content{background-color:#CCC;border:1px solid #000;border-radius:.5em;margin:.1em;padding:.5em}#user_management_dialog .drop.black,#user_management_dialog .drop.white{display:inline-block;vertical-align:top;width:50%}#user_management_dialog .buttons{margin-top:.3em;text-align:right}#user_management_dialog .header{text-align:center}#user_management_dialog .inline{display:inline-block;margin:.5em}#user_management_ok{float:right;margin:.4em .4em 0 0;z-index:10}#user_management_color label{font-family:monospace}#user_management_user{margin:.5em 0}.entry-content.htmlsite{text-align:center}.entry-content.htmlsite h1,.entry-content.htmlsite h2,.entry-content.htmlsite h3,.entry-content.htmlsite h4{margin:1em 0 .8em}
.fade {
display:inline-block;
background: -moz-linear-gradient(left, rgb() 0%, rgba(,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb()), color-stop(1.00, rgba(,0)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#00, GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#00, GradientType=1)";
}
.blur {
display:inline-block;
color:#ddd;
text-shadow: 0 0 2px #aaaaaa;
text-shadow: 0 0 4px #aaaaaa;
text-shadow: 0 0 6px #aaaaaa;
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2)";
filter:
progid:DXImageTransform.Microsoft.MotionBlur(strength=1,direction=310)
progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}
.flipH {
display:inline-block;
-moz-transform:scale(-1,1);
-o-transform:scale(-1,1);
-webkit-transform:scale(-1,1);
transform:scale(-1,1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=-1,
M12=0,
M21=0,
M22=1,
SizingMethod="auto expand");
}
.flipV {
display:inline-block;
-moz-transform:scale(1,-1);
-o-transform:scale(1,-1);
-webkit-transform:scale(1,-1);
transform:scale(1,-1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=1,
M12=0,
M21=0,
M22=-1,
SizingMethod="auto expand");
}

Mit strg+f ("-moz-linear-gradient") findet man die Stelle recht schnell.

Was das JavaScript angeht, so halte ich es für ziemlich Benutzerfeindlich durch einen Automatismus die Funktion zu ändern. Es ist nun mal so, dass das geht und es wäre keine großer Aufwand, beim Zusammenführen an jede Datei ein Semikolon anzuhängen. Die anschließende Optimierung würde es ja ohnehin wieder Löschen, falls es überflüssig ist. Ich sehe nicht wirklich, warum man so eine Kleinigkeit nicht korrigieren sollte.
avatar
bran
Lehrling
Lehrling

Männlich Beiträge : 9
Anmeldedatum : 09.08.11
PunBB

Nach oben Nach unten

Vorheriges Thema anzeigen Nächstes Thema anzeigen Nach oben

- Ähnliche Themen

 
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten