Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...White Text in Container TitlebarWhite Text in Container Titlebar
Previous
 
Next
New Post
8/28/2007 1:43 PM
 

I have a small question, I'm creating skins and they're looking good however the container is giving me a hard time. I want white text in the titlebar but it remains black, no matter how many time I make certain modifications. I'm posting my current CSS code and if somebody come please tell me what I'm doing wrong I'd appreicate it so much. Thanks.

.containermaster_blue {
 width: 100%;
 background-color: #E9E9E9;
 BORDER-RIGHT: white 1px solid;
 BORDER-TOP: white 1px solid;
 BORDER-LEFT: white 1px solid;
 BORDER-BOTTOM: white 1px solid;
 moz-border-radius-bottomleft: 15px;
 moz-border-radius-bottomright: 15px;
 moz-border-radius-topleft: 3px;
 moz-border-radius-topright: 3px;
}
.containerrow1_blue {
 background-image: url(menubarc.jpg);
 
}
.containerrow2_blue {
 background-color: #FFFFFF;
 background-image: url(selectedc.JPG);
}
.ModuleTitle_MenuBar {
 cursor: pointer;
 cursor: hand;
 color: white;
 height:16px;
 background-color: Transparent;
}
.ModuleTitle_MenuItem {
 cursor: pointer;
 color: White;
 font-size: 9pt;
 font-weight: normal;
 font-style: normal;
 background-color: Transparent;
 font-family: Georgia;
 border-bottom: white 0px solid;
 border-top: white 0px solid;
}
.ModuleTitle_MenuIcon {
 background-color: transparent;
 cursor: pointer;
 cursor: hand;
 text-align: center;
 width: 15px;
 height: 21px;
 background-image: url(dropmenu.JPG);
 border-left: #EEEEEE 0px solid;
  border-bottom: #EEEEEE 0px solid;
  border-top: #EEEEEE 0px solid;
}
.ModuleTitle_SubMenu {
 color: Black;
 cursor: hand;
 font-family: Georgia;
 background-image: none;
 background-repeat: repeat-x;
 repeat-y;
 background-position: top;
 font: normal normal normal/normal Georgia;
 background: #3D4D6F;
}

.ModuleTitle_MenuItemSel {
 background-color: transparent;
 cursor: pointer;
 cursor: hand;
 color: White;
 font-family: Georgia;
 font-size: 9pt;
 font-weight: normal;
 font-style: normal;
 height: 21px;
 background-image: url(selected.JPG);
}
.ModuleTitle_MenuArrow {
 font-family: webdings;
 font-size: 10pt;
 cursor: pointer;
 cursor: hand;
 border-right: #FFFFFF 0px solid;
 border-bottom: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
 font-family: webdings;
 font-size: 10pt;
 cursor: pointer;
 cursor: hand;

 
New Post
8/29/2007 6:31 PM
 

The default css class for a container title is .Head  - this means you can add 
.Head { color: #ffffff }
to modify the container title.

You can also change the default css name by adding
  <Object>
    <Token>[TITLE]</Token>
    <Settings>
      <Setting>
        <Name>CssClass</Name>
        <Value>YourCssClassName</Value>
      </Setting>
    </Settings>
  </Object>

 
New Post
8/30/2007 10:20 AM
 

Yes!!!! This is exactly what I wanted. Thank you very much for your reply, it helped finish my skin and made it look nicer and more readable!!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...White Text in Container TitlebarWhite Text in Container Titlebar


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out