. .
pragmaMx Support Forum 08 Januar 2009, 15:02:06 *
Willkommen Gast. Bitte einloggen oder registrieren.


Einloggen mit Benutzername und Passwort
News:
Brauchen Sie Hilfe? Bitte nutzen Sie unsere Suchfunktion bevor Sie Beiträge oder Fragen ins Board schreiben! Viele Fragen wurden bereits gestellt und beantwortet. Danke!
 
Übersicht Hilfe Forenregeln / Boardrules
 
Suche
Seiten: [1]   Nach unten
Drucken
Autor Thema: Probleme mit selbsterstellten Theme  (Gelesen 1485 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
tuningcar
weiss mehr
****
Offline Offline

Geschlecht: Männlich
Beiträge: 363



WWW
« am: 20 Oktober 2005, 21:51:24 »

Und zwar habe ich Probleme die Farben mit Hilfe des css Anzupassen.

Wo finde ich zb. die Codes für die Farbe der Conten Blöcke ?



Und wo finde ich die Farben der Menü Überschriften ?

Irgendwie sehe ich heute den Wald vor lauter Bäumen nicht  Roll Eyes
Gespeichert

henne
Inventar
*******
Offline Offline

Geschlecht: Männlich
Beiträge: 2.897


« Antworten #1 am: 20 Oktober 2005, 21:57:34 »

tjo da wär die css des themes recht hilfreich. Ist das ein Theme auf Basis der Themeengine ? oder mit theme.php

Haste das mitgekaufte umgebaut ?
Gespeichert

bye Henne

don't click the blue "e" on your desktop, use Firefox

Jeden Tag verschwinden Rentner im Internet, weil sie gleichzeitig alt und entfernen drücken
tuningcar
weiss mehr
****
Offline Offline

Geschlecht: Männlich
Beiträge: 363



WWW
« Antworten #2 am: 20 Oktober 2005, 22:13:28 »

das ist die css vom tut theme .

Naja , umgebaut kann mans fast nicht mehr nenen.

Eher neu aufgebaut  ?    Wink

@ Henne

Aber irgendwann will ich schon noch ein prof. Theme von dir  Wink

Hier mal die css :

Zitat
/* $Id: style.css,v 1.4.2.2 2004/08/27 20:02:47 EllselAn Exp $ */
/**********************************************************************/
/* vkpMx 2.1.a  Content Management System Platform                    */
/* ================================================================== */
/* Copyright (C) 2004 by the vkpMx & pragmaMx Developer Team          */
/* email:        team@pragmamx.org                                    */
/* homepage:     http://www.pragmaMx.de & http://www.pragmaMx.org     */
/* ================================================================== */
/*   The vkpMx is distributed free of charge by pragmaMx.de.          */
/*   The use of this system is allowed until copyright information    */
/*   is shown perspicuous visible and correcty on all system pages.   */
/*   Sales, rent out and the use of single code parts from this       */
/*   system must be allowed by pragmaMx.de.                           */
/**********************************************************************/

* {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: none;
}

a:link {
   color: #FFFFFF;
   text-decoration: none;
   background-color: transparent;
   border-bottom: #333333 1px dotted;
}

a:visited {
   color: #FFFFFF;
   text-decoration: none;
   background-color: transparent;
   border-bottom: #333333 1px dotted;

}

a:hover {
   color: #FF9900;
   text-decoration: none;
   border-bottom: #ff6600 1px dotted;

}

a:hover img {
   filter: glow(Color=#ff6600,Strength=1);
}

a:active {
   color: #333366;
   text-decoration: none;
   background-color: transparent;
   border-bottom: #333333 1px dotted;

}


body {
   background-color: #808080;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   scrollbar-3dlight-color: #808080;
   scrollbar-arrow-color: #000000; /* BACKGROUND-repeat: repeat; */
   scrollbar-darkshadow-color: #333333;
   scrollbar-face-color: #808080;
   scrollbar-highlight-color: #808080;
   scrollbar-shadow-color: #808080;
   scrollbar-track-color: #808080;
   text-decoration: none;
   color: #333333;
}

br {
   line-height: 8px;
}

form {
   display: inline;
}

h1 {
   font-weight: bold;
}

h2 {
   font-weight: bold;
}

h3 {
   font-weight: bold;
}

h4 {
   font-weight: bold;
}

h5 {
   font-weight: bold;
}

h6 {
   font-weight: bold;
}

h7 {
   font-weight: bold;
}

img {
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
   border-top: 0px;
}

input {
   background-color: #808080;
   border-bottom: 1px inset #666666;
   border-left: 1px inset #666666;
   border-right: 1px inset #666666;
   border-top: 1px inset #666666;
   color: #FFFFF;
}

input.formbutton {
   border-bottom: #666666 1px outset;
   border-left: #666666 1px outset;
   border-right: #666666 1px outset;
   border-top: #666666 1px outset;
}

select {
   background-color: #f2f2f2;
   border-bottom: 1px inset #666666;
   border-left: 1px inset #666666;
   border-right: 1px inset #666666;
   border-top: 1px inset #666666;
   color: #FFFFFF;
}

span.footmsg a {
   color: #f2f2f2;
   font-size: 9px;
   background-color: transparent;
}

textarea {
   background-color: #f2f2f2;
   border-bottom: 1px inset #666666;
   border-left: 1px inset #666666;
   border-right: 1px inset #666666;
   border-top: 1px inset #666666;
   color: #FFFFFF;
}

th {
   font-weight: bold;
}

input.formbutton {
   background-color: #f2f2f2;
   border-bottom: #666666 1px outset;
   border-left: #666666 1px outset;
   border-right: #666666 1px outset;
   border-top: #666666 1px outset;
   color: #333333;
   text-align: center;
}

input.formcheckbox {
background-color: transparent;
border: none;
}
.blocksRight {

   background-color: #414141;
   border-left: #FFFFFF dotted 1px;
   width: 156px;
   
}

.blocksLeft {

   background-color: #414141;
   border-right: #333333  dotted 1px;
   width: 150px;
   
}

.CenterBox {

   background-color: #414141;
   border-bottom: #414141 2px solid;
   border-right: #414141 2px solid;
   border-left: #414141 2px solid;
   border-top: #414141 2px solid;
   height:   400px;   
   
}

.box {
   border-bottom: #666666 1px solid;
   border-left: #666666 1px solid;
   border-right: #666666 1px solid;
   border-top: #666666 1px solid;
   
}

.boxcontent {
   font-size: 12px;
}

.boxtitle {
   font-size: 16px;
   font-weight: bold;
}

.content {
   font-size: 12px;
}

.footmsg {
   color: #f2f2f2;
   font-size: 9px;
   background-color: transparent;
}

.footmsgl {
   color: #f2f2f2;
   font-size: 9px;
   background-color: transparent;
}

.option {
   font-size: 12px;
   font-weight: bold;
}

.storycat {
   font-size: 12px;
   font-weight: bold;
}

.storytitle {
   font-size: 16px;
   font-weight: bold;
}

.tiny {
   font-size: 9px;
}

.title {
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   background-color: transparent;
}
.sitetitle {
   font-family: "Times New Roman", Times, serif;
   font-variant: small-caps;
   font-weight: bold;
   font-size: 30px;
   letter-spacing: 1px;
   font-style: italic;
   margin-left: 10px;
   margin-top: 5px;
   }
.viewbench {

   color: #000000;
   font-size: 9px;
   background-color: transparent;
}
.date  {

   color: #000000;
   font-size: 9px
}

}
.time  {

   color: #000000;
   font-size: 9px
}
}
.totaluser  {

   color: #000000;
   font-size: 9px
}

#searchform {

    background-color: transparent;
   color: #333333;    
   font-size: 10px;    
   font-style: normal;    
   font-variant: normal;    
   font-weight: lighter;    
   height: 20px;    
   line-height: normal;
   margin: 2px 4px 0px;
   overflow: hidden;    
   width: 164px;
}

#searchform input {

   background-color: #f2f2f2;    
   border-bottom: 1px solid #666666;    
   border-left: 1px solid #666666;    
   border-right: 1px solid #666666;    
   border-top: 1px solid #666666;    
   color: #333333;    height: 17px;    
   line-height: normal;    
   padding-left: 3px;    
   width: 100px;
}

#searchform input.formbutton {
   
   background-color: #f2f2f2;
   border-bottom: 1px solid #666666;       
   border-left: 1px solid #666666;    
   border-right: 1px solid #666666;    
   border-top: 1px solid #666666;    
   color: #333333;    height: 17px;    
   margin: 0px 0px 0px 3px;    
   text-transform: lowercase;    
   width: 50px;    
   padding: 0px 0px 3px 0px;    
   font-size: 10px;
}
 
#searchform input.formbutton:focus {    
   
   background-color: #f2f2f2;    
   color: #333333;
}

#searchform input:focus {    

   background-color: #f2f2f2;    
   color: #333333;
}
#loginform {    
   
   background-color: transparent;
    color: #000000;    
   font-size: 10px;    
   font-style: normal;    
   font-variant: normal;    
   font-weight: lighter;    
   line-height: normal;    
   margin: 0px;


#loginform a {    

   background-color: transparent;    
   border-bottom-color: #000000;    
   border-bottom-style: dotted;    
   border-bottom-width: 1px;    
   color: #000000;
}

#loginform a:link {    

   background-color: transparent;    
   color: #000000;
}  #loginform a:visited {    

   background-color: transparent;    
   color: #000000;


#loginform a:hover,

#loginform a:focus {    

   background-color: transparent;    
   border-bottom-color: #000000;    
   color: #000000;


#loginform a:active {    

   background-color: transparent;    
   color: #000000;


#loginform form {    

   display: inline;


#loginform input {    

   background-color: #000000;    
   border-bottom: #666666 1px inset;    
   border-left: #666666 1px inset;    
   border-right: #666666 1px inset;    
   border-top: #666666 1px inset;    
   color: #333333;    height: 16px;    
   padding-left: 3px;    
   width: 80px;


#loginform input.formbutton {    

   background-color: #f2f2f2;    
   border-bottom: 1px solid #666666;    
   border-left: 1px solid #666666;    
   border-right: 1px solid #666666;    
   border-top: 1px solid #666666;    
   color: #333333;    
   font-size: 10px;    
   height: 17px;    
   line-height: 10px;    
   margin: 0px 0px 0px 4px;    
   text-transform: lowercase;    
   width: 60px;    
   padding: 0px;


#loginform input.formbutton:focus {    

   background-color: #D8D9DE;    
   color: #1C223C;


#loginform input:focus {    

   background-color: #D8D9DE;    
   color: #FFFFFF;



#loginform td {    

   background-color: transparent;    
   color: #000000;    
   font-size: 11px;    
   text-align: center;
}

#pathview {    

   background-color: transparent;    
   color: #000000;    
   font-size: 9px;    
   font-style: normal;    
   font-variant: normal;    
   font-weight: normal;    
   line-height: normal;


#pathview a {    

   background-color: transparent;    
   border-bottom: none;    
   color: #f2f2f2;


#pathview a:link {    

   background-color: transparent;    
   color: #000000;


#pathview a:visited {    

   background-color: transparent;    
   color: #000000;


#pathview a:hover,

#pathview a:focus {    

   background-color: transparent;    
   color: #000000;


#pathview a:active {    

   background-color: transparent;    
   color: #000000; }
« Letzte Änderung: 20 Oktober 2005, 22:17:23 von tuningcar » Gespeichert

henne
Inventar
*******
Offline Offline

Geschlecht: Männlich
Beiträge: 2.897


« Antworten #3 am: 20 Oktober 2005, 22:52:30 »

Blocküberschriften:

wenn Du alles richtig gemacht hast Wink kannst Du in die Klasse .boxtitle ne Farbe hinzufügen siehe unten:

Code: [Select]  
.boxtitle {
   font-size: 16px;
   font-weight: bold;
   color: #ff6600;
}

Wo finde ich zb. die Codes für die Farbe der Conten Blöcke

schau mal in die theme.html ob Du die da festgelegt hast
Gespeichert

bye Henne

don't click the blue "e" on your desktop, use Firefox

Jeden Tag verschwinden Rentner im Internet, weil sie gleichzeitig alt und entfernen drücken
RiotheRat
Inventar
*******
Offline Offline

Geschlecht: Männlich
Beiträge: 1.925


WWW
« Antworten #4 am: 20 Oktober 2005, 22:55:28 »

Moin,

könnt Ihr sowas nicht bitte als *.txt-Datei auf Euren Server packen und dann hier verlinken? Wer soll sich bitteschön 490 (!) Zeilen hier im Forum antun? Man muss es dann eh hier rauskopieren um es zu bearbeiten. Besser also so Monstercode irgendwo zu hinterlegen. Das bläht auch unsere Datenbank nicht unnötig auf.

RtR
Gespeichert

Unaufgeforderte PNs & Emails werden ignoriert

Erst wenn die letzte Zeile Code verhunzt, der letzte Server gehackt und der letzte Script-Kidde befriedigt ist, erst dann, werdet Ihr feststellen, dass Nuke nicht sicher ist...
tuningcar
weiss mehr
****
Offline Offline

Geschlecht: Männlich
Beiträge: 363



WWW
« Antworten #5 am: 22 Oktober 2005, 10:18:12 »

Eigentlich nicht , da ist niergendwo weiß definiert .

Ich kenn mich bald nicht mehr aus .

Wer kann mir helfen das Theme farblich anzupassen ?
Gespeichert

henne
Inventar
*******
Offline Offline

Geschlecht: Männlich
Beiträge: 2.897


« Antworten #6 am: 22 Oktober 2005, 12:35:17 »

zip das Teil mal und hängs hier an dann schau ich drüber Wink
Gespeichert

bye Henne

don't click the blue "e" on your desktop, use Firefox

Jeden Tag verschwinden Rentner im Internet, weil sie gleichzeitig alt und entfernen drücken
tuningcar
weiss mehr
****
Offline Offline

Geschlecht: Männlich
Beiträge: 363



WWW
« Antworten #7 am: 22 Oktober 2005, 17:53:38 »

Schick mir mal deine Mail addy ( PN ) dann schick ichs dir  Wink
Gespeichert

Seiten: [1]   Nach oben
Drucken
 
Gehe zu:  

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
design by hENNE, layout based on YAML