Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
fenek

Wie den "#Navstrip" und "#Newslink" abändern

Recommended Posts

Tag zusammen,

ich hänge grad bei neimen Prob das ich den Navstrip und den Newslink nicht so abändern kann,

wie ich das gerne hätte.

Das was nun so schwarz auf diesen dunklegrün hätte ich sehr gerne in weisser Schrift.

Also die Schrift komplett in weiss.

Hab mich da auch schon gequält, was muss ich denn da "wie" abändern ??

.#navstrip{

font-size: 12px;

font-weight: bold;

margin: 0 0 5px 0;

padding: 5px 0px 8px 0px;

}

#navstrip a:link,

#navstrip a:visited{

text-decoration: none;

}

#navstrip a:hover,

#navstrip a:active{

}

Und hier der Newslink

.newslink{

background: #eeeeee;

margin: 0;

width: 100%;

}

.newslink td{

color: #222;

font-size: 11px;

padding: 5px 5px 5px 10px;

}

.newslink span{

background: transparent;

font-style: italic;

font-weight: normal;

}

.newslink input{

font-size: 10px;

padding: 3px;

vertical-align: middle;

width: auto;

}

.newslink input.button{

background: transparent;

border: 0;

color: #072A66;

vertical-align: middle;

}

Danke schön !!

Anlage ein Bildchen

Edited by fenek

Share this post


Link to post

Danke vielmals Rigo !

habs soweit nun (95 %) in weiss, cool !

einzigst was mir oder dem Board noch fehlt,

ist das was hier hinter steht (Link):

Forum Neuste Mitteilung: Link-Bla bla blub-Link

Das Fettgeschriebene (Link-Bla bla blub-Link) ist leider immer noch schwarz/dunkel.

Da hab ich wohl noch nicht das richtige verändert,

kannst Du mir da evtl noch nen Tip geben ?

Share this post


Link to post

Ich vermute mal das dieser Link generell über die globalen Linkfarben gesteuert wird.

Füge mal der CSS Daten folgende Zeilen hinzu:

.newslink td a:link,
.newslink td a:active,
.newslink td a:visited {
color:#F00;
}

Share this post


Link to post

:clap:

Joooo !

Schaut nun doch etwas "annehmbarer" aus !

Nochmals vielen Dank !!

CSS und ich,

ich glaub da prallt was aufeinander was nicht ganz zusammengehört :wheelchair:

Gibt doch Heftleins darüber..

Sollte ich mal nen Einblick nehmen :blink:

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×