Teammitglieder online
Regeln und nützliche Hinweise
Neueste Themen
» Style-Wechsel funktioniert nicht mehrvon Miho Heute um 11:05
» Profil in beiträgen nur im blog deaktivieren.
von Skouliki Heute um 10:16
» Das Plauderforum ist zurück!
von derforumde Heute um 0:42
» [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 Alastor in [Invision] Transparent Logohintergrund/Struktur ( 2 )
» Beitrag von Agorass in Passwort für meinen Adminbereich vergessen.
( 2 )
» Beitrag von Keks in [phpBB2] Unterforen Nebeneinander
( 1 )
» Beitrag von Alastor in [Invision] Schriftgröße Navigationsleiste, Links und Forenbeschreibungen
( 1 )
[phpBB2] Hilfe mit CSS
3 verfasser
Das Forum der Foren :: Hilfe und Unterstützung :: Probleme mit Scripten oder Codes :: Probleme mit Scripten oder Codes - Archiv
Seite 1 von 1 • Teilen
[phpBB2] Hilfe mit CSS
Hallo,
ich brauche Hilfe mit meinem CSS Stylesheet
Meine Co Admina hat alles gemacht was damit zusammenhing und nun weiß ich nicht, wie, oder wo ich etwas desktiviren kann
unzwar geht es um die Großschreibung, die ich weghaben möchte, da sie doch als störend empfindet wird
Nur ist der Code so komplex das ich ohne Hilfe nicht herausfinde, wie ich das ausschalten kann und die Person kann ich auch nicht fragen ._.
Daher erbitte ich mir hier Hilfe
Wäre schön wenn mir jemand helfen kann
Der ganze Code lautet wie folgt:
ich brauche Hilfe mit meinem CSS Stylesheet
Meine Co Admina hat alles gemacht was damit zusammenhing und nun weiß ich nicht, wie, oder wo ich etwas desktiviren kann
unzwar geht es um die Großschreibung, die ich weghaben möchte, da sie doch als störend empfindet wird
Nur ist der Code so komplex das ich ohne Hilfe nicht herausfinde, wie ich das ausschalten kann und die Person kann ich auch nicht fragen ._.
Daher erbitte ich mir hier Hilfe
Wäre schön wenn mir jemand helfen kann
Der ganze Code lautet wie folgt:
- Spoiler:
- Code:
div.sceditor-toolbar {
background: none repeat scroll 0 0 padding-box #9C8782 !important;}
.sceditor-container iframe, .sceditor-container textarea {
background: none repeat scroll 0 0 #9C8782 !important;
}
.sceditor-container {
background: none repeat scroll 0 0 padding-box #9C8782 !important;
}
a.mainmenu:hover {
background-color: #c6b5a5 !important;
border-radius: 0 20px 20px 0;
font-size: 13px !important;
margin: -15px !important;
opacity: 0.4;
padding: 9px;
color: #38363E;
margin-bottom:30px;
text-decoration: none!important;}
a.mainmenu {
background-color: #c6b5a5 !important;
border-radius: 0 20px 20px 0;
font-size: 13px !important;
margin-left: -15px !important;
opacity: 0.4;
padding: 9px;
color: #38363E;
margin-bottom:30px;
text-decoration: none!important;
}
.nav a.nav img{
max-width: 200px;
max-height: 36px;
}
/*-- Funktionen --*/
i {font-family:Georgia;
color: #38363E;
font-size: 16px;
letter-spacing: 0mm;
}
/*-- Seitenabstandpost --*/
.postbody > div:first-child {
text-align: justify;
margin-bottom:0px;
margin-top:0px;
margin-left:15px;
margin-right:15px;}
/*-- Seitenabstandpost --*/
.postbody b, .postbody strong {text-shadow: #38363E 3px 2px 4px;}
u {border-bottom: 2px dotted #38363E;}
{
text-decoration: none !important;
color: #38363E !important;
font-style: normal !important;
}
/*-- Funktionen --*/
/*-- Links --*/
a:link{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a:visited{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a:hover{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 14px;}
a:active{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.gen:hover, a.genmed:hover, a.gensmall:hover {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 14px;}
a.gen, a.genmed, a.gensmall {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.nav:hover {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 14px;}
a.nav {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.forumlink:link{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 20px;}
a.forumlink:visited{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 20px;}
a.forumlink:hover {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 20px;}
a.forumlink:active{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 20px;}
a.postlink:hover {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 14px;}
a.postlink:visited {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.postlink:link {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.postlink:active{font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
div div div.gen strong a {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a:-webkit-any-link {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.topictitle:visited {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
a.topictitle:hover {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
text-shadow: 0.1em 0.1em 0.2em;
font-size: 14px;}
a.topictitle:link {font-family:Georgia;
letter-spacing: 1mm;
text-transform: none;
color:#38363E;
text-decoration: none!important;
font-size: 14px;}
/*-- Links --*/
.center1{
background-color:#B59771;
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:#d4b07a;
text-shadow:#a58860 3px 3px 2px;
line-height:100%;}
.steckiname{font-family: 'Miss Fajardose';
font-size:60px;
color:#d4b07a;
text-shadow:#a58860 3px 3px 2px ;
line-height:100%;}
.steckizite{font-size:11px;
margin-top:-7px;
letter-spacing:2px;
text-transform:lowercase;
color:#d4b07a;
text-shadow:#a58860 3px 3px 2px ;}
.steckidiv{font-size:11px;
color:#38363E;
margin-top:-7px;
letter-spacing:1px;}
.steckiunterline{border-bottom: 2px solid #d4b07a;}
.steckidiver{border:2px solid #d4b07a;
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:#7D5D56;
color:#38363E;
border:2px solid #9C8782;
font-family:Georgia;
font-size:12px;}
.steckbrief {margin-left:auto;
margin-right:auto;
width:450px;
background-color:#7D5D56;
color:#38363E;
border:2px solid #9C8782;
font-family:Georgia;
font-size:12px;}
.titel {font-family: 'Miss Fajardose';
font-size:60px;
color:#d4b07a;
text-shadow:#a58860 3px 3px 2px ;
line-height:100%;}
.untertitel {font-size:11px;
margin-top:-7px;
letter-spacing:2px;
text-transform:lowercase;
color:#d4b07a;
text-shadow:#a58860 3px 3px 2px ;}
.box {border:2px solid #d4b07a;
border-radius:5px;
width: 270px;
height: 227px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;
color: #38363E;
text-transform: uppercase; }
.boxberu {border:2px solid #d4b07a;
border-radius:5px;
width: 270px;
height: 227px;
overflow:auto;
text-align:justify;
padding-left:12px;
padding-right:10px;
color: #38363E;
text-transform: uppercase; }
.boxy {width: 400px;
height: 250px;
overflow: auto;
border:2px solid #d4b07a;
text-align: justify;
font-size: 11px;
color: #38363E;
text-transform: none;
padding: 6px;}
.boxbday {border:2px solid #d4b07a;
width: 400px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #38363E;
text-transform: none;
padding: 6px;}
.boxavas { border:2px solid #d4b07a;
width: 400px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #38363E;
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: #38363E;
text-transform: uppercase; }
.frei {border:2px solid #d4b07a;
width: 200px;
height: 104px;
overflow: auto;
text-align: justify;
font-size: 11px;
color: #38363E;
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: #38363E;
float: left;
text-transform: none;
padding: 6px;}
.einwohnerabc {border:2px solid #d4b07a;
width: 420px;
text-align: justify;
font-size: 9px;
color: #38363E;
text-transform: uppercase;
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 #d4b07a;
width: 420px;
text-align: justify;
font-size: 9px;
color: #291B1B;
text-transform: uppercase;
padding: 5px; }
.einwohnerberu { border:2px solid #d4b07a;
width: 420px;
text-align: justify;
font-size: 9px;
color: #38363E;
text-transform: uppercase;
padding: 5px; }
.szene {font-family: 'New Times Roman';
font-size: 18px;
color: #38363E;
background-color: #B59771;
text-transform: lowercase;
text-align: center;
line-height: 13px;}
.beschr {font-family: calibri;
text-align: center;
font-weight: bold;
font-size: 15px;
color: #9C8782;
background-color: #38363E;
text-transform: uppercase;
text-align: center;}
.datum {font-family: calibri;
font-size: 11px;
text-transform: uppercase;
background-color: #38363E;
color: #B59771;
text-align: center;
word-spacing: 0.3em;}
.namm {font-family: calibri;
font-style: italic;
text-decoration: underline;
text-transform: uppercase;
background-color: #38363E;
color: #B59771;
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-transform: uppercase;
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 #d4b07a;
text-align: center;
font-family: 'Century Gothic';
font-size: 11px;
text-transform: uppercase;
padding: 6px;
margin-top: 4px;}
.element {width: 118px;
height: 100px;
overflow: auto;
border:2px solid #d4b07a;
text-align: center;
font-family: 'Century Gothic';
font-size: 11px;
text-transform: uppercase;
padding: 6px;
margin-top: 4px;}
.chrstuf{font-family: 'Georgia';
font-size: 12px;
color: #291B1B;
text-transform: uppercase;
text-align: justify;
line-width: 300px;
line-height: 0.9em;
margin-top: 10px;}
.chname {font-family: 'Georgia';
font-size: 16px;
color: #291B1B;
text-transform: uppercase;
text-align: center;
line-height: 0.9em;
margin-top: 0px;
width: 400px; }
.loop { background-color: #B59771;}
.storytxt{font-family: 'Georgia';
font-size: 10px;
color: #291B1B;
text-transform: uppercase;
text-align: justify;
line-height: 0.9em;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;}
a.Rohan:link { display:block;
background-image: url(http://img12.imageshack.us/img12/4803/rohanhover.jpg);
height:150px;
width: 65px;
}
a.Rohan:hover { display:block;
background-image: url(http://img203.imageshack.us/img203/6725/rohanhover1.jpg);
height:150px;
width: 65px;
}
a.Rohan:visited { display:block;
background-image: url(http://img12.imageshack.us/img12/4803/rohanhover.jpg);
height:150px;
width: 65px;
}
a.Morgaine:link { display:block;
background-image: url(http://img94.imageshack.us/img94/9967/morgahover.jpg);
height:150px;
width: 65px;
}
a.Morgaine:hover { display:block;
background-image: url(http://img560.imageshack.us/img560/7272/morgahover1.jpg);
height:150px;
width: 65px;
}
a.Morgaine:visited { display:block;
background-image: url(http://img94.imageshack.us/img94/9967/morgahover.jpg);
height:150px;
width: 65px;
}
a.Freya:link { display:block;
background-image: url(http://img822.imageshack.us/img822/2139/freyahover.jpg);
height:150px;
width: 65px;
}
a.Freya:hover { display:block;
background-image: url(http://img600.imageshack.us/img600/4728/freyahover1.jpg);
height:150px;
width: 65px;
}
a.Freya:visited { display:block;
background-image: url(http://img822.imageshack.us/img822/2139/freyahover.jpg);
height:150px;
width: 65px;
}
a.Angus:link { display:block;
background-image: url(http://img855.imageshack.us/img855/5226/angushover.jpg);
height:150px;
width: 65px;
}
a.Angus:hover { display:block;
background-image: url(http://img18.imageshack.us/img18/7189/angushover1.jpg);
height:150px;
width: 65px;
}
a.Angus:visited { display:block;
background-image: url(http://img855.imageshack.us/img855/5226/angushover.jpg);
height:150px;
width: 65px;
}
.quote {background-color: #9c8782;
border: #9c8782;
border-style: solid;
border-width: 1px;
color: #38363e;
font-family: arial;
font-size: 10px;
line-height: 100%;
}
Zuletzt von Sev Snape am So 4 Aug 2013 - 10:57 bearbeitet; insgesamt 1-mal bearbeitet
Eternal Flame- Meister
- Beiträge : 154
Anmeldedatum : 20.12.12
Re: [phpBB2] Hilfe mit CSS
Hi Sev,
wonach du suchen musst ist
Da ich aber nicht weiss, welche Großschrift du weghaben willst musst du dich einfach mal durch die einzelnen Elemente durchprobieren ....
wonach du suchen musst ist
- Code:
text-transform: uppercase;
Da ich aber nicht weiss, welche Großschrift du weghaben willst musst du dich einfach mal durch die einzelnen Elemente durchprobieren ....
LouiXIV- Kaiser
- Beiträge : 5210
Anmeldedatum : 22.03.09
Re: [phpBB2] Hilfe mit CSS
Ah super vielen Dank
Das meiste hab ich schon mal wegbekommen
Den rest bekomme ich aber sicher auch noch weg wenn ich weiß wonach ich suchen muss
edit: bei der Tabelle klappt es nicht :/ da finde ich auch nicht diese Stelle
Das meiste hab ich schon mal wegbekommen
Den rest bekomme ich aber sicher auch noch weg wenn ich weiß wonach ich suchen muss
edit: bei der Tabelle klappt es nicht :/ da finde ich auch nicht diese Stelle
Eternal Flame- Meister
- Beiträge : 154
Anmeldedatum : 20.12.12
Re: [phpBB2] Hilfe mit CSS
Kann gut sein, dass die Tabelle in die Templates gepackt, bzw. per HTML eingebunden wurde.
Dann gibt es keinen CSS-Code dafür...
Dann gibt es keinen CSS-Code dafür...
LouiXIV- Kaiser
- Beiträge : 5210
Anmeldedatum : 22.03.09
Re: [phpBB2] Hilfe mit CSS
Hab gerade bei den Templates geschaut da sind index_body
index_box und overall_header verändert wurden
Weiß aber nicht was zu der Tabelle gehört :/
index_box und overall_header verändert wurden
Weiß aber nicht was zu der Tabelle gehört :/
Eternal Flame- Meister
- Beiträge : 154
Anmeldedatum : 20.12.12
Re: [phpBB2] Hilfe mit CSS
Leider kenn ich mit den Templates auch nicht aus.
Musst du leider warten, bis einer kommt, der dir helfen kann.
Gebe ab ...
Musst du leider warten, bis einer kommt, der dir helfen kann.
Gebe ab ...
LouiXIV- Kaiser
- Beiträge : 5210
Anmeldedatum : 22.03.09
Re: [phpBB2] Hilfe mit CSS
In diesem Forum:
http://mysticknightsnext.forumieren.com/
ist diese Tabelle, so wie es aussieht, unter Nachricht auf der Startseite eingesetzt.
Dort findest du du solche Abschnitte mehrfach:
http://mysticknightsnext.forumieren.com/
ist diese Tabelle, so wie es aussieht, unter Nachricht auf der Startseite eingesetzt.
Dort findest du du solche Abschnitte mehrfach:
Das hier Rot eingefärbte musst du in allen Abschnitten entfernen.div style="width:260px; height:150px; overflow:auto; border:0px solid;background-color: #9C8782; text-align:justify; font-family: Georgia; font-size:10px;font-family: 'Georgia';text-transform: uppercase;">
#Frank- Admin a.D.
- Beiträge : 34614
Anmeldedatum : 13.08.08
Re: [phpBB2] Hilfe mit CSS
Ah super vielen Dank jetzt ist alles weg was ich weghaben wollte
Liebe Grüße und einen schönen Sonntag euch noch
Liebe Grüße und einen schönen Sonntag euch noch
Eternal Flame- Meister
- Beiträge : 154
Anmeldedatum : 20.12.12
Re: [phpBB2] Hilfe mit CSS
Ja, super... Sieht ja nun so aus, wie du es haben wolltest.
#Frank- Admin a.D.
- Beiträge : 34614
Anmeldedatum : 13.08.08
Das Forum der Foren :: Hilfe und Unterstützung :: Probleme mit Scripten oder Codes :: Probleme mit Scripten oder Codes - Archiv
Seite 1 von 1
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten