http://www.mirrorsedge.de.gd/wordpress/?page_id=41
ihr seht ja "OFFICIAL MIRROR’S EDGE™ WEBSITE"
das ist in dunkelrot geschrieen aber ich will eine andere farbe verwenden bsp gelb wo kann ich das ändern :D
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenhttp://www.mirrorsedge.de.gd/wordpress/?page_id=41
ihr seht ja "OFFICIAL MIRROR’S EDGE™ WEBSITE"
das ist in dunkelrot geschrieen aber ich will eine andere farbe verwenden bsp gelb wo kann ich das ändern :D
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
in der content.css
Zitatcolor: #990000;
in der content.css
hmhm aber ich hab jz ein problem obwohl ich die farbe schwarz #000 genommen habe zeigt der auf meiner website die farbe immernoch dunkelrot an
obwohl ich die farbe schwarz #000 genommen habe
Schwarz wofür?
Für den a-Tag steht in der content.css noch rot drin.
Schwarz wofür?
Für den a-Tag steht in der content.css noch rot drin.
das steht bei content drin aber wo steht da rot?
@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright Copyright 2005-2007, Dirk Jesse
* @license CC-A 2.0 ([url]http://creativecommons.org/licenses/by/2.0/[/url]),
* YAML-C ([url]http://www.yaml.de/en/license/license-conditions.html[/url])
* @link [url]http://www.yaml.de[/url]
* @package yaml
* @version 3.0.3
* @revision $Revision: 118 $
* @lastmodified $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
* @appdef yaml
*/
@media all
{
/**
* Fonts
* (en) font-family and font-size selection for headings and standard text elements
* (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
*
* @section content-fonts
*/
/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { font-size: 100.01% }
/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 85.00%;
}
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
h1 {
font-size: 200%
} /* 24px */
h2 { font-size: 166.67% } /* 20px */
h3 { font-size: 150% } /* 18px */
h4 { font-size: 133.33% } /* 16px */
h5 { font-size: 116.67% } /* 14px */
h6 { font-size: 116.67%; font-style:italic } /* 14px */
p { line-height: 1.5em; margin: 0 0 1em 0; }
/* ### Lists | Listen #### */
ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em }
dt { font-weight: bold }
dd { margin: 0 0 1em 2em }
/* ### text formatting | Textauszeichnung ### */
cite, blockquote { font-style:italic }
blockquote { margin: 0 0 1em 1.5em }
strong,b { font-weight: bold }
em,i { font-style:italic }
pre, code { font-family: monospace; font-size: 1.1em; }
acronym, abbr {
letter-spacing: .07em;
border-bottom: .1em dashed #c00;
cursor: help;
}
/**
* Generic Content Classes
* (en) standard classes for positioning and highlighting
* (de) Standardklassen zur Positionierung und Hervorhebung
*
* @section content-generic-classes
*/
.note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
.important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
.warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { text-align:center; margin: 0.5em auto }
/**
* External Links
*
* (en) Formatting of hyperlinks
* (de) Gestaltung von Hyperlinks
*
*/
a {color: #900; text-decoration:none;}
a:focus,
a:hover,
a:active {background-color: #fee; text-decoration:underline;}
#topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
#topnav a:focus,
#topnav a:hover,
#topnav a:active{ text-decoration:underline; background-color: transparent;}
#footer a { color: #aac; background:transparent; font-weight: bold;}
#footer a:focus,
#footer a:hover,
#footer a:active {color: #fff; background-color: transparent; text-decoration:underline;}
/**
* (en) Emphasizing external Hyperlinks via CSS
* (de) Hervorhebung externer Hyperlinks mit CSS
*
* @section content-external-links
* @app-yaml-default disabled
*/
/*
#main a[href^="http://www.my-domain.com"],
#main a[href^="https://www.my-domain.com"]
{
padding-left: 12px;
background-image: url('your_image.gif');
background-repeat: no-repeat;
background-position: 0 0.45em;
}
*/
/**
* Tables | Tabellen
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }
th,td { padding: 0.5em; }
thead th { background: #444; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
/**
* Miscellaneous | Sonstiges
*
* @section content-misc
*/
hr {
color: #fff;
background:transparent;
margin: 0 0 0.5em 0;
padding: 0 0 0.5em 0;
border:0;
border-bottom: 1px #000 solid;
}
}
Alles anzeigen
Bitte Code den du hier postest auch über die Buttons als solchen formatieren!!
rot= color: #900
Bitte Code den du hier postest auch über die Buttons als solchen formatieren!!
rot= color: #900
k aber wo soll ich das ändern ich will du siehst ja hier http://www.mirrorsedge.de.gd/wordpress/?page_id=41 die überschrift
OFFICIAL MIRROR’S EDGE™ WEBSITE
und etwas drunter steht
Schreibe einen Kommentar · TrackBack · RSS Comments die alle möchte ich schwarz haben aber wo ändere i das jz in der css
Du musst schon das umsetzen, was empfohlen wird. Da steht immer noch der HEX Code für das rot drin:
ZitatAlles anzeigena {
-moz-text-blink: none;
-moz-text-decoration-color: -moz-use-text-color;
-moz-text-decoration-line: none;
-moz-text-decoration-style: solid;
color: #990000;[COLOR=Red] --> ändern in #000[/COLOR]
Immer noch in der content.css...
hi ähm wo ist die die content.css
in Deinem Theme-Ordner...u.U. findest Du sie auch unter Design/Editor auf der rechten Seite.
in Deinem Theme-Ordner...u.U. findest Du sie auch unter Design/Editor auf der rechten Seite.
k aber ich finde da nur stylesheet.css aber da steht nur folgendes
[COLOR=Lime]@charset "UTF-8";
/*
Theme Name: Blitzblank
Theme URI: http://www.blogatelier.de/blitzblank
Description: Theme is based on Yaml - a XHTML/CSS-Framework | Theme basiert auf Yaml (http://www.yaml.de)
Version: 1.2
Author: Jochen Bauer
Author URI: http://www.jochen-bauer.net
*/
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) draft for a central stylesheet
* (de) Vorlage für ein zentrales Stylesheets
*
* copyright Copyright 2005-2007, Dirk Jesse
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
* YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* Link http://www.yaml.de
* @package yaml
* @version 3.0.3
* Revision $Revision: 118 $
* @lastmodified $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
*/
/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);
/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(css/screen/basemod.css);
@import url(css/screen/content.css);
/* import print layout | Druck-Layout einbinden */
@import url(css/print/print_003.css);[/COLOR]
was für ne lausige Farbe, das schmerzt richtig...
Aber, da steht doch drin wo die Datei liegt:Also im Ordner screen, welcher wiederum im Ordner css liegt.
da steht folgendes
[COLOR=RoyalBlue]@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* copyright Copyright 2005-2007, Dirk Jesse
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
* YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* Link http://www.yaml.de
* @package yaml
* @version 3.0.3
* Revision $Revision: 118 $
* @lastmodified $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
* @appdef yaml
*/
Media all
{
/**
* Fonts
* (en) font-family and font-size selection for headings and standard text elements
* (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
*
* @section content-fonts
*/
/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { font-size: 100.01% }
/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 85.00%;
}
h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
h1 {
font-size: 200%
} /* 24px */
h2 { font-size: 166.67% } /* 20px */
h3 { font-size: 150% } /* 18px */
h4 { font-size: 133.33% } /* 16px */
h5 { font-size: 116.67% } /* 14px */
h6 { font-size: 116.67%; font-style:italic } /* 14px */
p { line-height: 1.5em; margin: 0 0 1em 0; }
/* ### Lists | Listen #### */
ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em }
dt { font-weight: bold }
dd { margin: 0 0 1em 2em }
/* ### text formatting | Textauszeichnung ### */
cite, blockquote { font-style:italic }
blockquote { margin: 0 0 1em 1.5em }
strong,b { font-weight: bold }
em,i { font-style:italic }
pre, code { font-family: monospace; font-size: 1.1em; }
acronym, abbr {
letter-spacing: .07em;
border-bottom: .1em dashed #c00;
cursor: help;
}
/**
* Generic Content Classes
* (en) standard classes for positioning and highlighting
* (de) Standardklassen zur Positionierung und Hervorhebung
*
* @section content-generic-classes
*/
.note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
.important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
.warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { text-align:center; margin: 0.5em auto }
/**
* External Links
*
* (en) Formatting of hyperlinks
* (de) Gestaltung von Hyperlinks
*
*/
a {color: #900; text-decoration:none;}
a:focus,
a:hover,
a:active {background-color: #fee; text-decoration:underline;}
#topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
#topnav a:focus,
#topnav a:hover,
#topnav a:active{ text-decoration:underline; background-color: transparent;}
#footer a { color: #aac; background:transparent; font-weight: bold;}
#footer a:focus,
#footer a:hover,
#footer a:active {color: #fff; background-color: transparent; text-decoration:underline;}
/**
* (en) Emphasizing external Hyperlinks via CSS
* (de) Hervorhebung externer Hyperlinks mit CSS
*
* @section content-external-links
* @app-yaml-default disabled
*/
/*
#main a[href^="http://www.my-domain.com"],
#main a[href^="https://www.my-domain.com"]
{
padding-left: 12px;
background-image: url('your_image.gif');
background-repeat: no-repeat;
background-position: 0 0.45em;
}
*/
/**
* Tables | Tabellen
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }
th,td { padding: 0.5em; }
thead th { background: #444; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
/**
* Miscellaneous | Sonstiges
*
* @section content-misc
*/
hr {
color: #fff;
background:transparent;
margin: 0 0 0.5em 0;
padding: 0 0 0.5em 0;
border:0;
border-bottom: 1px #000 solid;
}
}
[/COLOR]aber wo ändere ich jz die farbe
...da, wo #900 steht! Wie oft willste das noch lesen? Und benutze bitte immer den Button "Zitat einfügen" für Codes...
...da, wo #900 steht! Wie oft willste das noch lesen? Und benutze bitte immer den Button "Zitat einfügen" für Codes...
geändert in #000 hat aber nix gebracht farbe ist immernoch dunkelrot
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!