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, ...border display around entire dnnmenuborder display around entire dnnmenu
Previous
 
Next
New Post
7/12/2011 3:42 PM
 
Hey Guys,  I am having an issue where when I click on a menu item, there is a border that displays around the entire navigation.  Does anyone have any suggestions for how to solve this?

I've seen this before, but cant remember how to solve it.  The site can be seen here

If you click on any of the main navigation items, you'll see a border display around the entire navigation. Thanks!

Here is the skin stylesheet.

/* CSS Document */
* {margin:0;padding:0;}
html {margin:0; padding:0;height: 100%;font: normal 12px Arial, sans-serif;}
body {background:#fff;font: normal 12px Arial, sans-serif; color: #414141;/*background:#182f3e url('images/bg.jpg') repeat-x top;*/}
#Body {margin:0; padding:0;text-align: left;color: #414141;background:#182f3e url('images/bg.jpg') repeat-x top;}
/************************* DNN Styles *********************************/
/* style for module titles */
.Head {font: bold 14px Helvetica, Arial, sans-serif;color: #004e91;margin: 8px 0 15px 0;padding: 0;}
/* style of item titles on edit and admin pages */
.SubHead {font: bold 100% Arial, sans-serif;color: #000;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font: bold 100% Arial, sans-serif;color: #000;}
/* text style used for most text rendered by modules */
.Normal {font: normal 100% Arial, sans-serif;color: #414141;}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {font: normal 100% Arial, sans-serif;color: #000;}
.NormalRed {font: bold 100% Arial, sans-serif;color: #000;}
.NormalBold {font: bold 100% Arial, sans-serif;color: #000;}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {font: normal 100% Arial, sans-serif;}    
A.CommandButton:link {text-decoration: underline;color: #666;}
A.CommandButton:visited {text-decoration: underline;color: #666;}
A.CommandButton:hover {text-decoration: underline;color: #999;}
A.CommandButton:active {text-decoration: underline;color: #666;}
/*   end of dnn styles   */
a, a:link, a:visited, a:active {font-weight:normal;color: #5b9cd3;text-decoration:underline;outline: none;}
a:hover {color:#004e91; text-decoration:underline;}
img {border: 0px;}
p {margin: 0;padding: 0 0 10px 0;}
table {font: normal 100% Arial, sans-serif;line-height: 1.2em;color: #333;}
hr {height: 1px; border: 0; color: #cecece;background: url('images/dotter.jpg') repeat-x;margin: 5px 0;}
ul {list-style-type: disc;line-height: 1.3em;margin: 0 0 5px 15px;padding: 0 0 0px 3px;}
ul li {list-style-type: disc; padding: 0 0 0 3px;}
ol {margin: 0 0 12px 20px;}
ol li {margin: 0 0 8px 0;}
#homebody ul li, #intbody ul li {list-style:none;padding: 0 0 0 12px;background: url('images/arrow.gif') no-repeat 0px 6px;}
h1 {font: normal 24px "Helvetica Neue", Helvetica, Arial, sans-serif; color: #004e91;margin: 8px 0 15px 0;padding: 0;}
h2 {font: normal 20px "Helvetica Neue", Helvetica, Arial, sans-serif;color: #004e91;margin: 8px 0 15px 0;padding: 0;}
h3 {font: normal 18px Helvetica, Arial, sans-serif;color: #004e91;margin: 8px 0 15px 0;padding: 0 0 3px;border-bottom: 1px solid #286689;}
h4 {font: normal 16px Helvetica, Arial, sans-serif;color: #004e91;margin: 8px 0 15px 0;padding: 0;}
h5 {font: normal 15px Helvetica, Arial, sans-serif;color: #004e91;margin: 8px 0 15px 0;padding: 0;}


/*-------- design style --------*/
#wrap
{
width: 1010px; margin: auto;
}

.logoBox
{
width: 390px;
height: 130px;
float:left;
}

.appointment
{
width: 262px;
height: 130px;
float: right;
}

.navBar
{
width: 1010px;
height: 59px;
clear: both;
background-image: url(images/nav-bg.gif);
background-position: top;
background-repeat: repeat-x;
font-size: 12px;
border: 0px;

}

.mainContainer
{
width: 1010px;
background-color: #fff;
overflow: hidden;
}

.homeLeft, .interiorContent
{
width: 748px;
float: left;
}

.homeImage
{
width: 748px;
height: 480px;
background-image: url(images/dr.jpg);
background-position: top;
background-repeat: no-repeat;
}

.homeImageAwards
{
width: 748px;
height: 480px;
background-image: url(images/home-main.jpg);
background-position: top;
background-repeat: no-repeat;
}

.introTextHolder
{
width: 748px;
height: 354px;
overflow:hidden;
}

.introTextBox
{
width: 375px;
overflow: hidden;
padding: 60px 0 25px;
margin: 0 20px 25px;
float: right;
background-image: url(images/liner.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.introTextBox .Normal
{
font-size: 17px;
font-style: italic;
}

.introLinksBox
{
width: 405px;
overflow: hidden;
padding: 0px 0 15px;
margin: 0 0px 15px;
float: right;
font-size: 20px;
line-height: 175%;
color: #fd6e00;
}

.introLinksBox li
{
list-style:none;
padding: 0 0 0 15px;
background-image: url(images/intro-link-arrow.gif);
background-position: top left;
background-repeat: no-repeat;
}

.introLinksBox .Normal a:link, .introLinksBox .Normal a:visited, .introLinksBox .Normal a:hover, .introLinksBox .Normal a:active  
{
color: #fd6e00;
text-decoration: none;
line-height: 175%;
}

.awardsHolder
{
width: 718px;
height: 105px;
}

.awardsPanel
{
width: 215px;
padding: 10px 0px 10px 24px;
float: left;
text-align: center;
}

.awardsPanel .Normal
{
color: #fff;
font-size: 11px;
line-height: 13px;
text-align: center;
font-style: italic;
}

.interiorImage
{
width: 748px;
height: 200px;
}

.leftContentInterior
{
width: 164px;
padding: 20px 12px 30px 12px;
float: left;
overflow: hidden;
}

.leftContentHome
{
width: 275px;
min-height: 392px;
float: left;
padding: 5px 30px 0 28px;
}

.rightContentHome
{
width: 400px;
min-height: 392px;
float: left;
padding: 5px 0 50px 0px;
overflow: hidden;
}

.rightContentHome .blank-pad
{
padding: 0 25px 0 20px;
}

.interiorContent .rightContentInterior
{
width: 520px;
padding: 20px;
float: right;
}
 
table.infoTable
{
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
margin: 0 0 15px 0;
}

table.infoTable td
{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px 5px 25px 5px;
}

table.infoTable h5
{
color: #fff;
}

.rightSideBar
{
width: 245px;
margin: 0 0 15px 0;
padding: 0 0 6px;
float: left;
background-image: url(images/right-side-bar.jpg);
background-position: top;
background-repeat: no-repeat;
background-color: #27516e;
overflow: hidden;
}

.rightSideBar h3
{
color: #c7eafb;
font-size: 20px;
}

.rightTop .Normal, .rightBottom .Normal
{
padding: 0 14px;
overflow: hidden;
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 11px;
line-height: 18px;
color: #a1dcfb;
}

.rightTop a:link {color: #a1dcfb; text-decoration: none;}
.rightTop a:visited {color: #a1dcfb; text-decoration: none;}
.rightTop a:hover {color: #a1dcfb; text-decoration: underline;}
.rightTop a:active {color: #a1dcfb; text-decoration: underline;}

.rightBottom a
{
color: #fc6d00;
text-decoration: none;
font-weight: bold;
font-style: italic;
font-size: 14px;
}

.rightBottom .blank-title
{
padding: 0 14px;
}

.rightMiddle .Normal
{
padding: 6px;
overflow: hidden;
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 12px;
color: #a1dcfb;
}

.rightBottom
{
min-height: 150px;
}

.rightLast
{
margin: 0 6px;
background-color: #1d72a2;
width: 203px;
padding: 15px;
color: #d7e6f3;
}

.footerLinks
{
height: 28px;
padding: 15px 0 0 25px;
border-top: 3px solid #182f3e;
background-image: url(images/footer-nav-bg.gif);
background-position: top;
background-repeat: repeat-x;
}

.footerLinks a:link, .footerLinks a:visited
{
color: #3188b9;
font-weight: bold;
text-decoration:none;
}

.footerLinks a:hover
{
color: #3188b9;
font-weight: bold;
text-decoration: underline;
}

.footerLinks a:active
{
color: 3188b9;
font-weight: bold;
text-decoration: underline;
}

.base
{
width: 1010px;
height: 30px;
padding: 0 0 30px;
}

.base a:link {text-decoration:none;}
.base a:visited {text-decoration:none;}
.base a:hover {text-decoration:underline;}
.base a:active {text-decoration:underline;}

.footerTextLeft
{
width: 495px;
float: left;
font-size: 11px;
text-align: left;
color: #3289ba;
padding: 15px 0 0 10px;
}

.footerTextRight
{
width: 495px;
float: left;
font-size: 11px;
text-align: right;
color: #3289ba;
padding: 15px 10px 0 0;
}
/*-------------- ADMIN --------------*/
#adminbody {}
    .admin {padding: 10px;}
.user {font: normal 16pxArial;line-height: 45px;}
a.user {padding: 0 5px;}
a.user:hover {}
/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}
/*--------- dnn menu style ----------*/
a:focus
{
-moz-outline-style: none;
}a, input {
outline-color: invert;
outline-style: none;
outline-width: medium;
}

/* main menu td */
.main_dnnmenu_bar {
    cursor:pointer;
    background-color:transparent;
    line-height: 40px;
    padding: 0;
    margin: 0;
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 13px;
font-weight: normal;
font-style: italic;
color: #1e3649;
border: 0px;
}

#navigation, #dnnNAV
{
border: 0px;
}
/*  Main Menu Normal  */
.main_dnnmenu_rootitem {    
    color: #1e3649;
    padding: 10px 15px 0;
    height: 49px;
    margin: 0;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 0px;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover {  
    color: #fff;
    background-color: #fd6e00;
    padding: 10px 15px 0;
    height: 49px;
    margin: 0;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 0px;
}
/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
    color: #fff;
background-color: #fd6e00;
    padding: 10px 15px 0;
    height: 49px;
    margin: 0;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border: 0px;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu {
    border:0;
    background-color:#f6f6f6;
    margin-top: 0px;
    z-index: 1000;
    border: 0px;
}
.main_dnnmenu_submenu td {
    font-size: 12px;
    font-weight:normal;
    text-align:left;
    color:#5b9cd3;
    line-height:2em;
    padding: 0px 5px;
    margin:0px;
    z-index: 1000;
    border: 0px;
}
/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td {
    font-size: 12px;
    color:#1670bd;
    font-weight:normal;
    text-align:left;
    line-height:2em;
    padding: 0px 5px;
    margin:0px;
    background: #eee;
    z-index: 1000;
    border: 0px;
}
.main_dnnmenu_itemselected td {
    font-size: 12px;
    color:#000;
    background: #eee;
    font-weight:normal;
    text-align:left;
    line-height:2em;
    padding: 0px 5px;
    margin:0px;
    z-index: 1000;
    border: 0px;
}
/* Dotted line around active button in Firefox */
:-moz-any-link:focus {
    outline-style: none !important;
    outline-width: 0px !important;
    border: 0px;
}
/* End Dotted line around active button in Firefox */

/* SideMenu  */
.MenuHdr
{
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: default;
  background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuHdr0
{
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: default;
  background-image: url(images/side-nav-arrow-hdr1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuHdr1
{
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: default;
  background-image: url(images/side-nav-arrow-hdr1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuHdr2
{
  font-size: 12px;
  padding-left: 15px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: default;
  background-image: url(images/side-nav-arrow-in2.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;  
  margin-right: 5px;
}

.MenuItem0 HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;  
  margin-right: 5px;
}

.MenuItem1 HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;  
  margin-right: 5px;
}

.MenuItem2 HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;  
  margin-right: 5px;
}

.MenuItem3 HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;  
  margin-right: 5px;
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #fff !important;  
}

.MenuItemMouseOver0
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #fff !important;  
}

.MenuItemMouseOver1
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #fff !important;  
}

.MenuItemMouseOver2
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #fff !important;  
}

.MenuItemMouseOver3
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;
  background-color: #fff !important;  
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}

.MenuItem0, .MenuItemMouseOver0
{
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}

.MenuItem1, .MenuItemMouseOver1
{
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}

.MenuItem2, .MenuItemMouseOver2
{
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}

.MenuItem3, .MenuItemMouseOver3
{
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 3px;
}


.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{
  text-decoration: none;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr1 A, .MenuHdr1 A:Active, .MenuHdr1 A:Hover, .MenuHdr1 A:Visited, .MenuHdr1 A:Link
{
  text-decoration: none;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr2 A, .MenuHdr2 A:Active, .MenuHdr2 A:Hover, .MenuHdr2 A:Visited, .MenuHdr2 A:Link
{
  text-decoration: none;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr0 A:Hover
{
  text-decoration: none;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr1 A:Hover
{
  text-decoration: none;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuHdr2 A:Hover
{
  text-decoration: none;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: block;
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link,
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover,
.MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem0 A, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, .MenuItem0 A:Link,
.MenuItemMouseOver0 A, .MenuItemMouseOver0 A:Active, .MenuItemMouseOver0 A:Hover,
.MenuItemMouseOver0 A:Visited, .MenuItemMouseOver0 A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  /*background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;*/
}

.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link,
.MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Hover,
.MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Hover, .MenuItem2 A:Visited, .MenuItem2 A:Link,
.MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Hover,
.MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link
{
  display: block;
  padding-left: 15px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow-in.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem3 A, .MenuItem3 A:Active, .MenuItem3 A:Hover, .MenuItem3 A:Visited, .MenuItem3 A:Link,
.MenuItemMouseOver3 A, .MenuItemMouseOver3 A:Active, .MenuItemMouseOver3 A:Hover,
.MenuItemMouseOver3 A:Visited, .MenuItemMouseOver3 A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #406788;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow-sub1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem A:Hover, .MenuItemMouseOver A:Hover
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem0 A:Hover, .MenuItemMouseOver0 A:Hover
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  /*background-image: url(images/side-nav-arrow.gif);
  background-position: top left;
  background-repeat: no-repeat;*/
}

.MenuItem1 A:Hover, .MenuItemMouseOver1 A:Hover
{
  display: block;
  padding-left: 10px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  /*background-image: url(images/side-nav-arrow-sub1.gif);
  background-position: top left;
  background-repeat: no-repeat;*/
}

.MenuItem2 A:Hover, .MenuItemMouseOver2 A:Hover
{
  display: block;
  padding-left: 15px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  background-image: url(images/side-nav-arrow-in.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.MenuItem3 A:Hover, .MenuItemMouseOver3 A:Hover
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #729abc;
  font-weight: bold;
  font-style: italic;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
}

.MenuCurrentPage
{
  color: red;
}

.currentItemHighlight A, .currentItemHighlight A:Active, .currentItemHighlight A:Hover, .currentItemHighlight A:Visited, .currentItemHighlight A:Link,
.currentItemHighlight1 A, .currentItemHighlight1 A:Active, .currentItemHighlight1 A:Hover, .currentItemHighlight1 A:Visited, .currentItemHighlight1 A:Link,
.currentItemHighlight2 A, .currentItemHighlight2 A:Active, .currentItemHighlight2 A:Hover, .currentItemHighlight2 A:Visited, .currentItemHighlight2 A:Link,
.currentItemHighlight3 A, .currentItemHighlight3 A:Active, .currentItemHighlight3 A:Hover, .currentItemHighlight3 A:Visited, .currentItemHighlight3 A:Link,
.currentHeaderHighlight A, .currentHeaderHighlight A:Active, .currentHeaderHighlight A:Hover, .currentHeaderHighlight A:Visited, .currentHeaderHighlight A:Link,
.currentHeaderHighlight0 A, .currentHeaderHighlight0 A:Active, .currentHeaderHighlight0 A:Hover, .currentHeaderHighlight0 A:Visited, .currentHeaderHighlight0 A:Link,
.currentHeaderHighlight1 A, .currentHeaderHighlight1 A:Active, .currentHeaderHighlight1 A:Hover, .currentHeaderHighlight1 A:Visited, .currentHeaderHighlight1 A:Link,
.currentHeaderHighlight2 A, .currentHeaderHighlight2 A:Active, .currentHeaderHighlight2 A:Hover, .currentHeaderHighlight2 A:Visited, .currentHeaderHighlight2 A:Link,
.currentHeaderHighlight3 A, .currentHeaderHighlight3 A:Active, .currentHeaderHighlight3 A:Hover, .currentHeaderHighlight3 A:Visited, .currentHeaderHighlight3 A:Link
{
color: #729abc;
}

.homeNewsDate
{
color: #406788;
font-weight: bold;
font-style: italic;
}

.ModDnnForgeLatestArticlesC h3
{
border-bottom: 0px;
}

.articleHeadline h1 {
    font: normal 16px Helvetica, Arial, sans-serif;
    color: #004e91;
    margin: 8px 0 15px 0;
    padding: 0 0 3px;
    border-bottom: 0px solid #286689;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: #fff;
}

.articleFiles h2 {
    background-color: #fff;
    border: 0px dashed #C8C8C8;
    margin-bottom: 0;
    padding-left: 5px;
    text-decoration: none;
}

.articleHeadline h1 a:link {color: #004e91;}
.articleHeadline h1 a:visited {color: #004e91;}

.Actions
{
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
padding: 10px 0;
margin: 30px 0;
}

.homeReadMore a
{
color: #fc6d00;
text-decoration: none;
font-weight: bold;
font-style: italic;
font-size: 13px;
padding: 0 12px 15px 0;
float: right;background-image: url(images/side-nav-arrow.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.listReadMore
{
width: 100%;
font-weight: bold;
font-style: italic;
font-size: 13px;
float: right;
text-align: right;
    border-bottom: 1px solid #286689;
    margin: 0 0 15px 0;
padding: 0 12px 15px 0;
}

.listReadMore a
{
font-weight: bold;
font-style: italic;
color: #fc6d00;
text-decoration: none;
background-image: url(images/side-nav-arrow.gif);
background-position: top right;
background-repeat: no-repeat;
padding: 0 12px 15px 0;
}

.playListItem
{
width: 520px;
}

.FAQuestionNumber { float: left; width: 10px; margin: 0 7px -1px 0; }
.FAQuestion { float: left; width: 490px; margin: 0 7px -1px 0;}
.FAQSpacer { clear: both; margin-bottom: 5px; }

a.SubHead
{
text-decoration: none;
}


/*FORM CLASSES */

#dnn_ctr607_CFD_cfd8 .NormalTextBox
{
width: 400px;
}

#dnn_ctr616_ModuleContent .iweb_cfd_pnlContent
{
width: 233px;
color: #d7e6f3;
}

#dnn_ctr616_ModuleContent .iweb_cfd_table{
    margin-left:0px;
width: 205px;
padding: 0px;
color: #d7e6f3;
}

#dnn_ctr616_CFD_lblIntro p
{
padding: 0;
margin: 0 0 10px;
}

.iweb_cfd_pnlContent span
{
color: #d7e6f3;
}

#dnn_ctr616_ModuleContent .iwebserror
{
display:none;
}
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...border display around entire dnnmenuborder display around entire dnnmenu


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