Joomla Seprator kleuren

Status
Niet open voor verdere reacties.

nagaina

Gebruiker
Lid geworden
20 feb 2007
Berichten
11
JCE Editor Joomla
______________

Ik heb Joomla en JCE Editor

Ik heb in mijn menu een separator aangebracht om zo interne en externe links te scheiden van elkaar, maar zoals je heironder kunt zien kleurt de separator niet mee.. Toch heb ik hem al opgenomen in mijn CSS, maar hij werkt niet. Weet iemand hoe dit op te lossen



Mijn CSS:
PHP:
BODY {
color : #000000;
background-color: #E9F4FF;
scrollbar-base-color: #B2D1EF;
}
td, tr, p, div {
font-family : StoneSerif;
font-size : 12px;
color : #000000;
}
ul {
margin : 0px 0px 0px 0px;
}
hr {
background : #CCCCCC;
height : 1px;
width : 100%;
}
.title {
font-family: StoneSerif;
font-size: 24px;
font-weight: bold;
color: #7B8DA1;
}
.pathway {
font-family: StoneSerif;
font-size: 11px;
color: #000000;
}
a.pathway:link, a.pathway:visited {
color : #000000;
font-weight : normal;
}
a.pathway:hover {
color : #000000;
font-weight : normal;
text-decoration : underline;
}
/* --Default Class Settings-- */
a.mainlevel:link, a.mainlevel:visited {
font-family: TNTformBSK;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
margin: 2px;
}
a.mainlevel:hover {
font-family:TNTformBSK;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
margin: 2px;
}
a.mainmenu:hover, {
font-family:TNTformBSK;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
margin: 2px;
}
a.sublevel:hover {
font-family:TNTformBSK;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
margin: 4px;
}
a.sublevel:link, a.sublevel:visited {
font-family:TNTformBSK;
font-size: 13px;
font-weight: normal;
color: #FFFFFF;
margin: 4px;
}
[COLOR="Red"]span.mainlevel-nav {
   font-family      : StoneSerif; /* Not a web font - most likely won't display */
   font-size        : 10px;
   color            : #CCCCCC;
}[/COLOR]
table.moduletable {
margin: 0px 0px 0px 0px;
width: 95%;
margin-left: 2px;
}
table.moduletable th {
font-weight: bold;
background-image: url(/images/stories//kop.gif);
text-align: left;
width: 13%;
height: 10px;
}
table.moduletable td {
font-weight: bold;
background-image: url(/images/stories//kop.gif);
text-align: left;
width: 13%;
height: 10px;
}
.poll {
font-family : StoneSerif;
font-size : 10px;
color : #666666;
line-height : 14px;
}
.sectiontableheader {
background-color : #CCCCCC;
color : #000000;
}
.small {
font-family : StoneSerif;
font-size : 10px;
color : #000000;
text-decoration : none;
font-weight : medium;
}
.smalldark {
font-family : StoneSerif;
font-size : 11px;
color : #000000;
text-decoration : none;
font-weight : normal;
}
.contentheading, .componentheading {
font-family : TNTformBSK ;
font-size : 13px;
font-weight : bold;
color : #0085C7;
}
.createdate {
font-family : StoneSerif;
font-size : 10px;
color : #0084C7;
text-align : left;
}
.button {
font-family : StoneSerif;
font-style : normal;
font-size : 10px;
background-color : #CCCCCC;
color : #000000;
border : 1px solid #999999;
}
.inputbox {
font-family : StoneSerif;
font-size : 10px;
color : #000000;
background-color : #FFFFFF;
border : 1px solid #999999;
}
a:link, a:visited {
font-size : 11px;
color : #000000;
text-decoration : none;
font-family : StoneSerif;
}
a:hover {
color : #000000;
text-decoration : underline;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
font-family: StoneSerif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-align:left;
}
a.contentpagetitle:hover {
font-family: TNTformBSK;
font-size: 13px;
font-weight: bold;
text-align:left;
color: #7B8DA1;
text-decoration: underline;
font-weight: bold;
}
a.category:link, a.category:visited {
color : #333333;
font-weight : bold;
}
a.category:hover {
color : #7B8DA1;
}
/* Styles for dhtml tabbed-pages */
.ontab {
background-color: #ffae00;
border-left: outset 2px #ff9900;
border-right: outset 2px #808080;
border-top: outset 2px #ff9900;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: bold;
color: #FFFFFF;
}
.offtab {
background-color : #e5e5e5;
border-left: outset 2px #E0E0E0;
border-right: outset 2px #E0E0E0;
border-top: outset 2px #E0E0E0;
border-bottom: solid 1px #d5d5d5;
text-align: center;
cursor: hand;
font-weight: normal;
}
.tabpadding {
}
.tabheading {
background-color: #ffae00;
text-align: left;
}
.pagetext {
visibility: hidden;
display: none;
position: relative;
top: 0;
}
/* for modifying {moscode} output. Dont set the colour! */
.moscode {
background-color: #f0f0f0;
}
/* Text passed with mosmsg url parameter */
.message {
font-family : StoneSerif;
font-weight: bold;
font-size : 10pt;
color : #ff6600;
text-align: center;
}
/* custom stuff */
.container {
border: solid;
border-width: 1px;
border-color: #efefef;
background-color: White;
}
.boxes {
border: solid;
border-color: #efefef;
border-width: 1px;
}
 
Laatst bewerkt door een moderator:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan