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...Using Modules a...Using Modules a...Page Header Tags without stylePage Header Tags without style
Previous
 
Next
New Post
1/17/2010 9:13 PM
 

 Hello,

For some reason, the CSS file of my site doesn't have a style for the Page Header Tags.  I am not familiar with CSS files and I am not a programmer but I would like to add a style for the Page Header Tags in my CSS.

This is how my CSS looks like.  Can someone tell me what (and where) I have to add the Page Header Tag style atributes?

Thank you in advance.  MK

----------------------------------------------------

BODY

{

padding-right: 0px;

padding-left: 0px;

padding-bottom: 0px;

margin: 0px;

padding-top: 0px;

text-align: center;

}

A

{

font-size: 12px;

font-family: tahoma;

}

A:link

{

color: #336699;

text-decoration: underline;

}

A:visited

{

color: #336699;

text-decoration: underline;

}

A:active

{

color: #336699;

text-decoration: underline;

}

A:hover

{

color: #FF6600;

text-decoration: underline;

}

#LanguageComboBox SELECT

{

font-size: 11px;

width: 135px;

height: 17px;

}

/* MODULE Links */

A.Normal

{

font-size: 11px;

font-family: tahoma;

}

A.Normal:link

{

font-weight: bold;

color: #336699;

text-decoration: none;

}

A.Normal:visited

{

font-weight: bold;

color: #336699;

text-decoration: none;

}

A.Normal:active

{

font-weight: bold;

color: #336699;

text-decoration: none;

}

A.Normal:hover

{

font-weight: bold;

color: #FF6600;

text-decoration: underline;

}

/* [USER][LOGIN] */

.Top_Link

{

padding-right: 2px;

padding-left: 2px;

color: #C0D1E7;

font-weight: normal;

font-size: 3px;

font-family: Tahoma;

}

 

A.Top_Link:link

{

color: #C0D1E7;

text-decoration: none;

}

A.Top_Link:visited

{

color: #C0D1E7;

text-decoration: none;

}

A.Top_Link:active

{

color: #C0D1E7;

text-decoration: none;

}

A.Top_Link:hover

{

color: #C0D1E7;

text-decoration: underline;

}

.Search

{

padding-left: 2px;

font-weight: normal;

font-size: 12px;

text-transform: capitalize;

color: #777777;

font-family: Tahoma;

height: 17px;

}

.Search_Button

{

vertical-align: bottom;

}

A.Search:link

{

color: #184773;

text-decoration: none;

}

A.Search:visited

{

color: #184773;

text-decoration: none;

}

A.Search:active

{

color: #184773;

text-decoration: none;

}

A.Search:hover

{

color: #FF5500;

text-decoration: none;

}

.Breadcrumb

{

font-weight: bold;

font-size: 9px;

color: #336699;

font-family: Tahoma;

}

.Breadcrumb_Link

{

font-weight: normal;

font-size: 9px;

color: #336699;

font-family: Tahoma;

}

A.Breadcrumb_Link:link

{

color: #336699;

text-decoration: underline;

}

A.Breadcrumb_Link:visited

{

color: #336699;

text-decoration: underline;

}

A.Breadcrumb_Link:active

{

color: #336699;

text-decoration: underline;

}

A.Breadcrumb_Link:hover

{

color: #003366;

text-decoration: underline;

}

.Current_Date

{

font-weight: bold;

font-size: 9px;

color: #666666;

font-family: Tahoma;

}

/* [LINKS] */

.Content_Link

{

padding-right: 2px;

padding-left: 2px;

font-weight: normal;

color: #003366;

font-size: 12px;

font-family: Tahoma;

}

A.Content_Link:link

{

color: #003366;

text-decoration: none;

}

A.Content_Link:visited

{

color: #003366;

text-decoration: none;

}

A.Content_Link:active

{

color: #003366;

text-decoration: none;

}

A.Content_Link:hover

{

color: #336699;

text-decoration: underline;

}

.Copyright

{

font-weight: normal;

font-size: 11px;

color: #336699;

font-family: Tahoma;

}

/* [TERMS][PRIVACY][HELP] */

.Bottom_Link

{

padding-right: 5px;

padding-left: 5px;

font-weight: normal;

font-size: 11px;

font-family: Tahoma;

}

A.Bottom_Link:link

{

color: #003366;

text-decoration: underline;

}

A.Bottom_Link:visited

{

color: #003366;

text-decoration: underline;

}

A.Bottom_Link:active

{

color: #003366;

text-decoration: underline;

}

A.Bottom_Link:hover

{

color: #336699;

text-decoration: underline;

}

.sloganpane 

{

}

.toppane 

{

width: 100%;

padding-right: 10px;

padding-left: 10px;

padding-top: 10px;

height: 0%;

background-color: transparent;

}

.leftpane

{

padding-right: 10px;

padding-left: 10px;

padding-top: 10px;

height: 100%;

background-color: transparent;

}

.contentpane

{

width: 100%;

padding-right: 10px;

padding-left: 10px;

padding-top: 8px;

height: 100%;

background-color: transparent;

}

.rightpane

{

padding-right: 10px;

padding-left: 0px;

padding-top: 8px;

background-color: transparent;

}

.midpane01

{

padding-right: 10px;

padding-left: 0px;

padding-top: 8px;

margin: 5px;

background-color: transparent;

}

.midpane02

{

padding-right: 0px;

padding-left: 10px;

padding-top: 8px;

margin: 5px;

background-color: transparent;

}

.midpane03

{

padding-right: 10px;

padding-left: 10px;

padding-top: 8px;

margin: 5px;

background-color: transparent;

}

.bottompane

{

padding-right: 10px;

width: 100%;

padding-left: 10px;

padding-top: 8px;

height: 100%;

background-color: transparent;

}

.bottompane2

{

padding-right: 10px;

padding-left: 10px;

width: 100%;

padding-top: 8px;

height: 0%;

background-color: transparent;

}

/* [SOLPATRMENU] */

.MainMenu_MenuContainer

{

background-color: transparent;

}

.MainMenu_MenuBar

{

}

.MainMenu_MenuItem

{

padding-left: 2px;

font-weight: normal;

font-size: 11px;

color: #777777;

border-top-style: none;

border-right-style: none;

border-left-style: none;

height: 20px;

border-bottom-style: none;

}

.MainMenu_MenuItemSel

{

padding-left: 2px;

font-weight: normal;

font-size: 11px;

height: 20px;

color: #003366;

background-color: transparent;

}

.MainMenu_MenuIcon

{

display: none;

background-color: #f5f5f5;

}

.MainMenu_MenuIcon_Admin

{

border-top: #f5f5f5 1px solid;

border-left: #f5f5f5 1px solid;

width: 0px;

border-bottom: #f5f5f5 1px solid;

background-color: #f5f5f5;

}

.MainMenu_MenuArrow

{

border-right: #f5f5f5 1px solid;

border-top: #f5f5f5 1px solid;

width: 7px;

border-bottom: #f5f5f5 1px solid;

background-color: transparent;

}

.MainMenu_MenuBreak

{

border-top-style: none;

border-right-style: none;

border-left-style: none;

background-color: transparent;

border-bottom-style: none;

}

.MainMenu_SubMenu

{

border-right: #999999 1px solid;

padding-right: 2px;

border-top: #999999 1px solid;

padding-left: 2px;

padding-bottom: 2px;

border-left: #999999 1px solid;

padding-top: 2px;

border-bottom: #999999 1px solid;

background-color: #f5f5f5;

}

.MainMenu_SubMenuItemSel

{

font-size: 11px;

border-top-style: none;

border-bottom-style: none;

border-right-style: none;

border-left-style: none;

height: 20px;

background-color: #FF934A;

}

.MainMenu_RootMenuArrow

{

padding-right: 1px;

padding-left: 0px;

}

.MainMenu_RootMenuItem

{

padding-right: 3px;

padding-left: 3px;

font-weight: bold;

font-size: 13px;

background-image: url(media/menuitem.gif);

color: #F06000;

background-repeat: repeat-x;

font-family: Arial;

height: 30px;

}

.MainMenu_RootMenuItemActive

{

padding-right: 3px;

padding-left: 3px;

font-weight: bold;

font-size: 13px;

background-image: url(media/menuitemsel.gif);

color: #336699;

background-repeat: repeat-x;

font-family: Arial;

height: 30px;

}

.MainMenu_RootMenuItemSel

{

padding-right: 3px;

padding-left: 3px;

font-weight: bold;

font-size: 13px;

background-image: url(media/menuitemsel.gif);

color: #777777;

background-repeat: repeat-x;

font-family: Arial;

height: 30px;

background-color: transparent;

}

.LabelEditOverClass

{

text-decoration: none;

}

/* BANNER */

#Banner_Bg

{

    background-image: url(media/banner.jpg);

    background-repeat: repeat-x;

    height: 71px;

}

#Left_Td

{

width: 200px;

}

#Left_Td_P

{

width: 200px;

}

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Page Header Tags without stylePage Header Tags without style


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