Teammitglieder online
Regeln und nützliche Hinweise
Neueste Themen
» Das Plauderforum ist zurück!von Eto Gestern um 17:59
» Style-Wechsel funktioniert nicht mehr
von Miho Gestern um 11:05
» Profil in beiträgen nur im blog deaktivieren.
von Skouliki Gestern um 10:16
» [Invision] Editor über den Bildrand ziehbar + Schriftgrößenproblem
von Skouliki Mi 20 Nov 2024 - 8:06
» Passwort für meinen Adminbereich vergessen.
von Joost Sa 9 Nov 2024 - 10:13
» [Invision] Signatur wird nicht immer eingefügt
von Skouliki Mo 4 Nov 2024 - 16:33
» [Invision] Schriftgröße Navigationsleiste, Links und Forenbeschreibungen
von Skouliki So 27 Okt 2024 - 13:29
» [Invision] Transparent Logohintergrund/Struktur
von Joost So 27 Okt 2024 - 12:58
» png wird im servimg in ein jpg umgewandelt
von Skouliki Mi 23 Okt 2024 - 20:26
» Passwort Vergessen (SilentHowl)
von Joost Do 17 Okt 2024 - 17:14
» [Invision] Hintergrundbild fixieren
von Skouliki Mo 14 Okt 2024 - 11:30
» Paßwort vergessen
von Joost So 13 Okt 2024 - 17:58
» Anti-Spam-Prüfung
von Hana19 Sa 12 Okt 2024 - 16:59
» Private Nachrichten bleiben im Postausgang hängen
von Skouliki Fr 11 Okt 2024 - 11:11
» [phpBB3] Mittelteil des Forums verschoben
von Eto Mo 7 Okt 2024 - 20:50
» [phpBB3] Farbpalette ändern
von Skouliki Mo 7 Okt 2024 - 10:08
» [Klassische Version] Account löschen
von Joost Sa 5 Okt 2024 - 21:05
» Chatbox einloggen nicht möglich
von Joost So 29 Sep 2024 - 8:01
Beiträge mit den meisten Reaktionen des Monats
» Beitrag von Agorass in Passwort für meinen Adminbereich vergessen. ( 2 )
» Beitrag von Keks in [phpBB2] Unterforen Nebeneinander
( 1 )
[phpBB2] Probleme mit CSS
2 verfasser
Seite 1 von 1 • Teilen
[phpBB2] Probleme mit CSS
Hallo,
ich bekomme in meinem Forum das entweder { oder } zu wenig ist in meinem CSS, ich habe den jetzt auch mehrmals angesehen, komme aber nicht drauf wo was fehlt ._.
Darum hoffe ich, dass mir hier jemand helfen kann
Das wäre der ganze CSS:
Lg
ich bekomme in meinem Forum das entweder { oder } zu wenig ist in meinem CSS, ich habe den jetzt auch mehrmals angesehen, komme aber nicht drauf wo was fehlt ._.
Darum hoffe ich, dass mir hier jemand helfen kann
Das wäre der ganze CSS:
- Spoiler:
- Code:
a.mainmenu{
filter:alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
}
a.mainmenu:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00;
}
a:hover {
color:#716582;
text-shadow: 3px 3px 7px #ffffff;
text-transform: none;
text-decoration: none;
}
a[href="/u1"] {
text-shadow: 0 0 12px;
}
a[href="/u2"] {
text-shadow: 0 0 12px;
}
a[href="/u100"] {
text-shadow: 0 0 12px;
a:link,a:active,a:visited {
font-variant:none;
text-transform: none;
letter-spacing: 1px;
text-decoration: none;
}
a:hover {
font-variant:normal;
text-shadow: 5px 5px 6px;
text-transform: none;
text-decoration: none !important
}
.avatar.mini, .avatar.mini img {
height:100%;
width:100%;
}
text-transform{color:#000000 ;}
a[href="/g14-administration"] {
text-shadow: 5 5 11px;
font-style: italic;
}
[href="/u1"]{ text-shadow: #FFF 0 0 9px; }
[href="/u2"]{ text-shadow: #FFF 0 0 9px; }
[href="/u3"]{ text-shadow: #FFF 0 0 9px; }
[href="/u4"]{ text-shadow: #FFF 0 0 9px; }
[href="/u5"]{ text-shadow: #FFF 0 0 9px; }
[href="/u6"]{ text-shadow: #FFF 0 0 9px; }
[href="/u7"]{ text-shadow: #FFF 0 0 9px; }
[href="/u8"]{ text-shadow: #FFF 0 0 9px; }
[href="/u9"]{ text-shadow: #FFF 0 0 9px; }
[href="/u10"]{ text-shadow: #FFF 0 0 9px; }
[href="/u11"]{ text-shadow: #FFF 0 0 9px; }
[href="/u12"]{ text-shadow: #FFF 0 0 9px; }
[href="/u13"]{ text-shadow: #FFF 0 0 9px; }
[href="/u14"]{ text-shadow: #FFF 0 0 9px; }
[href="/u15"]{ text-shadow: #FFF 0 0 9px; }
[href="/u16"]{ text-shadow: #FFF 0 0 9px; }
[href="/u17"]{ text-shadow: #FFF 0 0 9px; }
[href="/u18"]{ text-shadow: #FFF 0 0 9px; }
[href="/u19"]{ text-shadow: #FFF 0 0 9px; }
[href="/u20"]{ text-shadow: #FFF 0 0 9px; }
[href="/u21"]{ text-shadow: #FFF 0 0 9px; }
[href="/u22"]{ text-shadow: #FFF 0 0 9px; }
[href="/u23"]{ text-shadow: #FFF 0 0 9px; }
[href="/u24"]{ text-shadow: #FFF 0 0 9px; }
#memberlist_avatar img {
max-height: 100px;
max-width: 150px;
}
a:hover { text-decoration:line-through !important; }
.mainMenu a:hover { text-decoration:line-through !important; }
.styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
height: 34px;
}
cursor:crosshair;
}
.title {
cursor:crosshair;
}
.tab {
cursor:crosshair;
}
h1 {
cursor:crosshair;
}
textarea, input, select {
cursor:crosshair;
}
.normalfont, td, tr {
cursor:crosshair;}
u { text-decoration:point;
cursor:crosshair;
}
i {
cursor:crosshair;}
.light {
cursor:crosshair;}
.smallfont {
cursor:crosshair;}
/* FORMATIERUNGEN .. FORUM < */
td.catBottom, th.thBottom, td.catRight, td.row3Right, th.thRight {
border: 0;
}
/* SKALIERT IN DER NAVI */
.nav a.nav img{
max-width: 400px;
max-height: 36px;}
/* BLOCKQUOTE */
.postbody > div:first-child {
text-align: justify;
margin-bottom:0px;
margin-top:0px;
margin-left:15px;
margin-right:15px;}
.postbody b, .postbody strong {text-shadow: #38363E 3px 2px 4px;}
u {border-bottom: 2px dotted #38363E;}
{
text-decoration: none !important;
color: #38363E !important;
/* SKALIERT IN DER NAVI */
.nav a.nav img{
max-width: 600px;
max-height: 36px;}
font-style: normal !important;
}
/* RESTLICHES CSS */
.center1{
background-color:#3f8d9b;
border-bottom-color:#0B0017;
border-style:solid;
border-bottom-width:0px;
border-left-color:#0B0017;
border-left-width:0px;
border-right-color:#0B0017;
border-right-width:0px;
border-top-color:#0B0017;
border-top-width:0px;
margin-bottom:3px;
padding: 3px 3px 3px 3px;
text-align: center;
color: #291B1B;
}
.center2{
text-align: center}
.steckifont{font-family: 'Miss Fajardose';
font-size:40px;
color:#3f8d9b;
text-shadow:#00000 1px 1px 2px;
font-weight: bold;
line-height:100%;}
.steckiname{font-family: 'Miss Fajardose';
font-size:60px;
color:#3f8d9b;
text-shadow:#000000 1px 1px 2px;
font-weight: bold;
line-height:100%;}
.steckizite{font-size:11px;
margin-top:-7px;
letter-spacing:2px;
text-transform:lowercase;
color:#3f8d9b;
text-shadow:#000000 1px 1px 2px ;}
.steckidiv{font-size:11px;
color:#38363E;
margin-top:-7px;
letter-spacing:1px;}
.steckiunterline{border-bottom: 2px solid #3f8d9b;}
.steckidiver{border:2px solid #3f8d9b;
border-radius:5px;
width:350px;
height:150px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;}
#steckbrief {margin-left:auto;
margin-right:auto;
width:450px;
background-color: #c1c4c9;
color:#38363E;
border:2px solid #3f8d9b;
font-family: VERDANA;
font-size:12px;}
.steckbrief {margin-left:auto;
margin-right:auto;
width:450px;
background-color:#c1c4c9;
color:#38363E;
border: #3f8d9b;
font-family:VERDANA;
font-size:12px;}
/*RULES TITEL */
.titel {font-family: 'Lora';
font-size: 20px;
color:#3f8d9b;
line-height:100%;
letter-spacing: 1px;
border-bottom: dashed 2px #3f8d9b;}
.untertitel {font-size:11px;
margin-top:-7px;
letter-spacing:2px;
text-transform:lowercase;
color:#3f8d9b;
text-shadow:#3f8d9b 3px 3px 2px ;}
.box {border:2px solid #c1c4c9;
border-radius:5px;
width: 270px;
height: 227px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;
color: #3f8d9b;
}
.boxberu {border:2px solid #dc1c4c9;
border-radius:5px;
width: 270px;
height: 227px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;
color: #38363E;
}
.boxy {width: 400px;
height: 250px;
overflow: auto;
border:2px solid # dc1c4c9;
text-align: justify;
font-size: 11px;
color: #000000;
text-transform: none;
padding: 6px;}
.boxbday {border:2px solid #c1c4c9;
width: 400px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #3c1c4c9;
text-transform: none;
padding: 6px;}
.boxavas { border:2px solid #3c1c4c9;
width: 400px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #3c1c4c9;
text-transform: none;
padding: 6px;}
.boxabc {border:2px solid #d4b07a;
border-radius:5px;
width: 270px;
height: 227px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;
color: #3f8d9b;
}
.frei {border:2px solid #d4b07a;
width: 200px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #3f8d9b;
text-transform: none;
float: right;
padding: 6px;}
.vergeben {border:2px solid #d4b07a;
width: 200px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #3f8d9b
float: left;
text-transform: none;
padding: 6px;}
.einwohnerabc {border:2px solid #3f8d9b;
width: 420px;
text-align: justify;
font-size: 9px;
color: #3f8d9b
padding: 5px; }
.bild { float: center;
width: 400px;
height: 200px;
margin-left: 10px; }
.bild1 { float: left;
width: 118px;
height: 239px;
margin-left: 10px; }
.bild2 { float: right;
width: 118px;
height: 239px;
margin-right: 10px; }
.einwohner {border:2px solid #3f8d9b;
width: 420px;
text-align: justify;
font-size: 9px;
padding: 5px;
background-color: #3f8d9b;}
.einwohnerberu { border:2px solid #3f8d9b;
width: 420px;
text-align: justify;
font-size: 9px;
padding: 5px;
background-color: #3f8d9b;}
.szene {font-family: 'New Times Roman';
font-size: 18px;
color: #3f8d9b;
background-color: #3f8d9b;
text-transform: lowercase;
text-align: center;
line-height: 13px;}
.beschr {font-family: calibri;
text-align: center;
font-weight: bold;
font-size: 15px;
color: #oooooo;
background-color: #000000;
text-align: center;}
.datum {font-family: calibri;
font-size: 11px;
background-color: #3f8d9b;
color: #3f8d9b;
text-align: center;
word-spacing: 0.3em;}
.namm {font-family: calibri;
font-style: italic;
text-decoration: underline;
background-color: #3f8d9b;
color: #3f8d9b;
letter-spacing: 1px;}
.nick { font-family: 'Georgia';
font-size: 8px;
color: #291B1B;
font-weight: normal;
text-align: center;
text-shadow: #211f1e; 1px 1px 1px}
.infos { font-family: 'Georgia';
font-size: 8px;
color:;
text-align: center;
line-height: 0.9em;
margin-top: -10px;
width: 400px;}
.rit { float: left;
width: 118px;
height: 239px;
margin-left: 25px; }
.weap { float: left;
width: 118px;
height: 239px;
margin-left: 25px; }
.spruch {width: 118px;
height: 100px;
overflow: auto;
border:2px solid #3f8d9b;
text-shadow:#3f8d9b;
text-align: center;
font-family: 'Century Gothic';
font-size: 11px;
color: #000000;
padding: 6px;
margin-top: 4px;}
.element {width: 118px;
height: 100px;
overflow: auto;
border:2px solid #3f8d9b;
text-shadow:#3f8d9b;
text-align: center;
font-family: 'Century Gothic';
font-size: 11px;
color: #000000;
padding: 6px;
margin-top: 4px;}
.chrstuf{font-family: 'Georgia';
font-size: 12px;
color: #3f8d9b;
text-align: justify;
line-width: 300px;
line-height: 0.9em;
margin-top: 10px;}
.chname {font-family: 'Georgia';
font-size: 16px;
color: #3f8d9b;
text-align: center;
line-height: 0.9em;
margin-top: 0px;
width: 400px; }
/* RULES */
.loop { background-color: #b3b3b3;}
.storytxt{font-family: 'Georgia';
font-size: 10px;
color: #291B1B;
text-align: justify;
line-height: 0.9em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;}
.quote {background-color: #9c8782;
border: #9c8782;
border-style: solid;
border-width: 1px;
color: #38363e;
font-family: arial;
font-size: 10px;
line-height: 100%;
}
i {
color: #oooooo;
font-family: verdana;
font-size: 10px;
letter-spacing: 1px;
}
.post .name strong {
font-size: 14px;
}
.sceditor-container iframe, .sceditor-container textarea {
background: none repeat scroll 0 0 #d7d8db !important;
}
.sceditor-container {
background: none repeat scroll 0 0 padding-box #d7d8db !important;
}
.sceditor-container {
border: 1px solid #d7d8db !important;
}
div.sceditor-toolbar {
border-bottom: 1px solid #d7d8db !important;
}
div.sceditor-toolbar {
background: none repeat scroll 0 0 padding-box #d7d8db !important;
}
a.mainmenu{
filter:alpha(opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
}
a.mainmenu:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00;
}
a:hover {
color:#716582;
text-shadow: 3px 3px 7px #ffffff;
text-transform: none;
text-decoration: none;
}
a[href="/u1"] {
text-shadow: 0 0 12px;
}
a[href="/u2"] {
text-shadow: 0 0 12px;
}
a[href="/u3"] {
text-shadow: 0 0 12px;
}
a[href="/u4"] {
text-shadow: 0 0 12px;
}
a[href="/u5"] {
text-shadow: 0 0 12px;
}
a[href="/u6"] {
text-shadow: 0 0 12px;
}
a[href="/u7"] {
text-shadow: 0 0 15px;
}
a[href="/u8"] {
text-shadow: 0 0 15px;
}
a[href="/u9"] {
text-shadow: 0 0 15px;
}
a[href="/u10"] {
text-shadow: 0 0 15px;
}
a:link,a:active,a:visited {
font-variant:none;
text-transform: none;
letter-spacing: 1px;
text-decoration: none;
}
a:hover {
font-variant:normal;
text-shadow: 5px 5px 6px;
text-transform: none;
text-decoration: none !important
}
.avatar.mini, .avatar.mini img {
height:100%;
width:100%;
}
text-transform{color:#000000 ;}
a[href="/g14-administration"] {
text-shadow: 5 5 11px;
font-style: italic;
}
[href="/u1"]{ text-shadow: #FFF 0 0 9px; }
[href="/u2"]{ text-shadow: #FFF 0 0 9px; }
[href="/u3"]{ text-shadow: #FFF 0 0 9px; }
[href="/u4"]{ text-shadow: #FFF 0 0 9px; }
[href="/u5"]{ text-shadow: #FFF 0 0 9px; }
[href="/u6"]{ text-shadow: #FFF 0 0 9px; }
[href="/u7"]{ text-shadow: #FFF 0 0 9px; }
[href="/u8"]{ text-shadow: #FFF 0 0 9px; }
[href="/u9"]{ text-shadow: #FFF 0 0 9px; }
[href="/u10"]{ text-shadow: #FFF 0 0 9px; }
[href="/u11"]{ text-shadow: #FFF 0 0 9px; }
[href="/u12"]{ text-shadow: #FFF 0 0 9px; }
[href="/u13"]{ text-shadow: #FFF 0 0 9px; }
[href="/u14"]{ text-shadow: #FFF 0 0 9px; }
[href="/u15"]{ text-shadow: #FFF 0 0 9px; }
[href="/u16"]{ text-shadow: #FFF 0 0 9px; }
[href="/u17"]{ text-shadow: #FFF 0 0 9px; }
[href="/u18"]{ text-shadow: #FFF 0 0 9px; }
[href="/u19"]{ text-shadow: #FFF 0 0 9px; }
[href="/u20"]{ text-shadow: #FFF 0 0 9px; }
[href="/u21"]{ text-shadow: #FFF 0 0 9px; }
[href="/u22"]{ text-shadow: #FFF 0 0 9px; }
[href="/u23"]{ text-shadow: #FFF 0 0 9px; }
[href="/u24"]{ text-shadow: #FFF 0 0 9px; }
#memberlist_avatar img {
max-height: 100px;
max-width: 150px;
}
a:hover { text-decoration:line-through !important; }
.mainMenu a:hover { text-decoration:line-through !important; }
.styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
border: 1px solid #ccc;
height: 34px;
}
cursor:crosshair;
}
.title {
cursor:crosshair;
}
.tab {
cursor:crosshair;
}
h1 {
cursor:crosshair;
}
textarea, input, select {
cursor:crosshair;
}
.normalfont, td, tr {
cursor:crosshair;}
u { text-decoration:point;
cursor:crosshair;
}
i {
cursor:crosshair;}
.light {
cursor:crosshair;}
.smallfont {
cursor:crosshair;}
/*---Schriftgröße beim Beitragsschreiben----*/
#text_editor_textarea {
font-size:14px;
}
/* --- Ende--- */
/* ---Schriftgröße im geschriebenen Beitrag--- */
.postbody {
font-size:14px;
}
/* --- Ende--- */
.bodylinewidth {
width: 80%
}
a.forumlink:link{ font-family: 'LAURA'
letter-spacing: 1px;
text-transform: none;
color:;
text-transform: uppercase;
text-decoration: none!important;
font-size: 20px;
float: center;
text-shadow: 1px 1px 0px #000000; }
Lg
Eternal Flame- Meister
- Beiträge : 154
Anmeldedatum : 20.12.12
Re: [phpBB2] Probleme mit CSS
Ich habe nun auf Anhieb mindestens vier mal nich geschlossene oder schließende Klammern gefunden.
Außerdem frage ich mich, warum du teilweise die selben Zuweisungen mehrfach eingesetzt hast.
Du solltest dich nochmal hinsetzen und alles genau durchgehen und auch mehrfach vorhandene Sachen entfernen.
Edit: du kannst bei Google nach "css validator" suchen.
Auch gibt es entsprechende Firefox Addons die dir dabei helfen können.
Außerdem frage ich mich, warum du teilweise die selben Zuweisungen mehrfach eingesetzt hast.
Du solltest dich nochmal hinsetzen und alles genau durchgehen und auch mehrfach vorhandene Sachen entfernen.
Edit: du kannst bei Google nach "css validator" suchen.
Auch gibt es entsprechende Firefox Addons die dir dabei helfen können.
Zuletzt von Günther am Mi 13 Nov 2013 - 18:27 bearbeitet; insgesamt 1-mal bearbeitet (Grund : keine Rückmeldung -> closed)
#Frank- Admin a.D.
- Beiträge : 34614
Anmeldedatum : 13.08.08
Ähnliche Themen
» [phpBB2] Probleme mit den Einloggen!
» [phpBB2] Probleme mit Editor
» [phpBB2]Probleme mit Kategoriebanner
» [phpBB2] Probleme bei der Profilansicht
» [phpBB2] Chatbox Probleme
» [phpBB2] Probleme mit Editor
» [phpBB2]Probleme mit Kategoriebanner
» [phpBB2] Probleme bei der Profilansicht
» [phpBB2] Chatbox Probleme
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten