probleme mit css

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

probleme mit css

Post by mmm »

hi,

habe momentan ein kleines problem. jeder "a href"-tag wird von meinem cms her unterstrichen. habe das gesamte css durchsucht, doch es wurde nicht definiert.

http://www.bleibfit.at

kann es sein das die "a href"-tags irgendwo in einem php-file definiert sind?? oder ist "a href" immer unterstrichen, wenn man es nicht selbst formatiert?

hier mein koplettes cms:
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}


form, div {
margin: 0;
padding: 0;
}

td, tr, th, p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px
}


.articleText { text-align: left;
font-size: 10px;
}

.articleCode {
font-family: "Courier New", Courier, monospace;
font-size: 10px;
}

.articleHead, .articleList_tophead, h2, h3 {
font-weight: bold;
font-size: 10px;
font-family: "Verdana", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
line-height : 110%;
color : 4A4A55;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
font-family: "Verdana", Helvetica, Arial, sans-serif;
font-size: 10px;
color: 4A4A55;
line-height: 100%;
margin-bottom: 0px;
}

.articleSummary {
font-family: Verdana, Arial, Verdana, sans-serif;
font-size: 10px;
color: 4A4A55;
line-height: 135%;
}

.contentHead {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
line-height: 110%;
}

.contentSubHead {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 10px;
color: #000000;
line-height: 110%;
}

.tableHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
line-height: 13px;
}

.tableSubHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.v09 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


.formButton { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.inputText { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



a.menu01 {
font-weight: bold;
margin-left: 10px;
font-size: 10px;
font-family: "Verdana", Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: FFFFFF;
}

a.menu01:hover {
font-weight: bold;
text-decoration: none;
color: FFFFFF;
}

a.menu02 {
font-weight: bold;
margin-left: 10px;
font-size: 10px;
font-family: "Verdana", Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: 66666E;
}

a.menu02:hover {
font-weight: bold;
text-decoration: underline;
color: 66666E;
}


.listing {
float: left;
}

.articleHead2 {
font-weight: bold;
font-size: 10px;
font-family: "Verdana", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
line-height : 110%;
color : C7C8CD;
}

.articleSubHead2 {
font-family: "Verdana", Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: C7C8CD;
line-height: 100%;
margin-bottom: 0px;
}

.articleSummary2 {
font-family: Verdana, Arial, Verdana, sans-serif;
font-size: 10px;
color: C7C8CD;
line-height: 135%;
}
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hallo,

hier ist ein underline drin:
  • a.menu02:hover {
    font-weight: bold;
    text-decoration: underline;
    color: 66666E;
    }
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

prima daran lag es oder?nun ist das underline weg im menü ;-D
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

Post by mmm »

der ist für das linke menü. habe ich mal rausgenommen, das problem habe ich tortzdem weiter...

lgM
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Hallo,

ich habe Deine CSS einmal mit einer Seite von mir verglichen:

Meines Erachtens fehlt folgendes in Deinem CSS:
  • a, a:link, a:visited, a:active {
    color: #FF3300;
    text-decoration: none
    }

    a:hover {
    color: #FF3300;
    text-decoration: underline;
    }
Das ist in der Regel bei dem Standard-CSS dabei.

Farben entsprechend ändern -vielleicht geht es dann?
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
mmm
Posts: 70
Joined: Sun 17. Apr 2005, 18:33

Post by mmm »

danke, das war es!!

lgM
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hallo mmm,

prima freut mich :-)
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Post Reply