Suche im Forum:
Suchen


Autor Nachricht
Beitrag06.10.2012 um 05:56 (UTC)    
Titel: Link nicht Unterstreichen!

Hallo Liebe HpBK Community.

Habe mir Heute eine Vorgefertigte CSS Vorlage geholt. Doch eine Sache stört mich dabei. und zwar das die Links mit Blau unterstrichen sind. Habe es leider nicht wegbekommen ;`( Vielleicht habt ihr ja eine Idee ?

Hier ist ein Bild. Das Blaue unter der Mailadresse soll weg.
-> http://www.loaditup.de/files/735934_eb7kuvmc99.jpg


Code:
/* Goodimage Version 1.0 ......... Design powered by www.omba.de.tl. Dieses ist eines von vielen kostenlosen Designs, welche Sie auf www.omba.de.tl erhalten können! */
td[height="102"] {
position:absolute;
left:50%;
top: 95px;
margin-left:-376px;
z-index: 1000;
}

*{padding:0px;margin:0px;} 

body {
background-color:#d7d7d7;
color:#525252;
font-size:12px;
font-family:tahoma;
text-align:left;
letter-spacing: 1px;
}

a img {
        border: none;
}

a {
        color: #255c9a;
}

p{
padding-top: 10px;
padding-bottom: 10px;
}

#headertop {
width:100%;
position:absolute;
left:0;
height:73px;
margin-top:-102px;
background-image:url(http://img.webme.com/pic/o/omba-test/oben_image.png);
}

#weiss {
    background: #F6FAFF;
    height: 473px;
    left: 0;
    margin-top: -50px;
    position: absolute;
    width: 100%;
    z-index: -1000;
}

#container {
width:950px;
height:auto;
margin:auto;
overflow:hidden;
margin-top: 680px;
}

#content {
float:left;
margin-top:0px;
margin-bottom:0px;
width:100%;
text-shadow: 0.05em 0.05em #fff;
}

#logo {
width: 265px;
height: 50px;
background-repeat: no-repeat;
position: absolute;
top: 10px;
margin-left: -450px;
left: 50%;
background-image:url(http://www.loaditup.de/files/735573_ehmqrs588w.png);
z-index: 2000;
}

#slider {
width: 950px;
height: 310px;
position: absolute;
top: 198px;
margin-left: -473px;
left: 50%;
z-index: 2000;
}

#footer {
width:100%;
position:absolute;
left:0;
height: 78px;
margin-top:30px;
background-color:#42474f;
background-image:url(http://img.webme.com/pic/o/omba-test/footer_image.png);
background-repeat: repeat-x;
color: #fff;
padding-top: 72px;
}

#footer a {
color: #7cc6d9;
}

#footerbox {
width: 950px;
margin: auto;
}

#button {
height: 18px;
width: auto;
color: #000;
background: #e8e8e8;
text-shadow: 0.0em 0.0em #fff;
text-transform: uppercase;
padding: 10px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
}

#button a{
color:#000;
text-decoration: none;
 border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

#button:hover {
background: #2c2c2c;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
}

#button:hover a {
color: #fff;
}

h1, h2, h3, h4 {
        color: #3a3b41;
        font-weight: normal;
        letter-spacing: 0.03125em;
        font-family: tahoma;
}
h1 {
        font-size: 230%;
        margin-bottom:1em;
        text-shadow: 0.0em 0.05em 0.0em #fff;

}
h2 {
        font-size: 182%;
        margin-bottom: 0em;
        line-height: 1.6em;
        font-weight: bold;
        text-shadow: 0.0em 0.05em 0.0em #fff;
}

h3 {
        font-size: 150%;
        line-height: 1.2;
        font-weight: bold;
        color: #f06e20;
        margin: 1em 0 0.5em 0;
        text-shadow: 0.0em 0.05em 0.0em #fff;
}

h4 {
        font-size: 130%;
        font-weight: bold;
        color: #333;
        margin: 1em 0 0.5em 0;
        text-shadow: 0.0em 0.05em 0.0em #fff;
}


h2#title{display:none;}
h1#header {display:none;}
#header-container {display:none;}
#nav_heading{display:none;}
#sidebar_heading {display:none;}
#pre_content {display:none;}
#pre_header {display:none;}
#post_header {display:none;}
#post_content {display:none;}
#below_content{display:none;}
#extraDiv2 {display:none;}
#extraDiv3 {display:none;}
#extraDiv4 {display:none;}
#extraDiv5 {display:none;}
#extraDiv6 {display:none;}
div.header{display: none;}
#counter{display:none;}

#rechtebox {
width:100%;
position:absolute;
left:0;
height:220px;
margin-top:420px;
background-image:url(http://img.webme.com/pic/o/omba-test/unten_image.png);
background-repeat: repeat-x;
background-color: #49c6e3;
padding-top: 25px;
}

#box {
width: 950px;
height: 200px;
margin: auto;
}

#nav_container {
position:absolute;
left:50%;
top:16px;
margin-left: -193px;
height:103px;
text-align:left;
border-top:0px solid #ffffff;
text-transform: uppercase;
text-shadow: 0.0em 0.05em #3a3a3a;

}

li.nav_element {
display:inline-block;
text-align:center;
padding:10px;
width:auto;
}

li.nav_element a {
font-size:14px;
color:#ececec;
font-family:Tahoma;
text-decoration:none;
}

li.nav_element a:hover {
color:#4bc3e1;
-webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;
          opacity: 1.0;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
          filter: alpha(opacity=100); } /*IE7 und kleiner*/
}

/* unnötige Felder im Design entfernt */ 
#pre_header {display:none;} 
#post_header {display:none;} 
#post_content {display:none;} 
#below_content{display:none;} 
#counter{display:none;} 


#nav_Impressum,
#nav_Datenschutz,
#nav_AGB,
#nav_Seitenname3
{
display: none;
}
Beitrag06.10.2012 um 08:43 (UTC)    
Titel:

in diesem Teil:
Code:
a {
        color: #255c9a;
}

folgendes hinzufügen:
Code:
text-decoration: none;
, also:
Code:
a {
        color: #255c9a;
        text-decoration: none;
}


mfg Philipp
______________
Forenregeln, FAQ, Suchfunktion
Beitrag06.10.2012 um 08:44 (UTC)    
Titel:

probier mal das:

a{
text-decoration: none;
outline: none;}

im Designcode einfügen

edit: ups Philipp war schneller, aber das von ihm geht auch
______________
MfG aus Klein Paris-vereinzelte Rechtschreibfehler sind Special Effects meiner Tastatur


Zuletzt bearbeitet von klein-paris am 06.10.2012, 09:45, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de