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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Issues with faulting StylesheetIssues with faulting Stylesheet
Previous
 
Next
New Post
9/19/2010 11:02 PM
 

Heya everyone the name's Kobi,

As its easy to see im new to this community and this whole world of website building and such.

I apologize if this is not the right forum to post this. I had no idea where to post this issue i got, admins please move this thread to the correct forum if it does not fit here.

Im as beginner as it gets but i pick up fast, however, i encountered an issue which baffles me.

So im in the Stylesheet after knowing somewhat well how to use it and how to implement what command/text, however after doing a save and update to see latest results on what seems to be (at least in the time as i was looking at the code) nothing off, the content pane along with everything from the banner and main menu below, had reverted to the default website looks.

Im staring at the settings but have no idea what caused it and no matter what i do nothing fixes it.

not even Restore Default Stylesheet (which just states: "An error has occurred. Error: Site Settings is currently unavailable." ).

The default layout/colors/whatnot looks very different from i had accomplished after changing pretty much everything.

Please help me.

Here's the Stylesheet right now (for anyone to see if theres something wrong in it):

.mainMenu {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; font-size: 13px; font-weight: bold;}
.mainMenu_bg {
background-color: #330000;
font-family: Verdana, Tahoma, Arial, serif;
}
.mainMenu_left {background-color: #330000;}
.mainMenu_right {background-color: #330000;}

/* root menu css */
.mainMenu .root {text-align: center; line-height: 40px; padding: 12px 12px 12px 12px; color: White; cursor: pointer;}

.mainMenu .root.first span {} /*hide first menu item text and show icon instead*/
.mainMenu .root.first {background-color: #330000;}
.mainMenu .root.first.hov {background-image:url('bg_3_gray2red.png');}
.mainMenu .root .sel {background-image:url('bg_3_gray2red.png'); text-decoration: bold;}

/* general submenu css */
.mainMenu .m {width: 160px; font-size: 13px; font-weight: bold; z-index: 1000; line-height: 2em; cursor: pointer;}
.mainMenu .hov, .mainMenu .bc {background-image:url('bg_3_gray2red.png'); text-decoration: underline;}
.mainMenu .m .mi {background-image:url('bg_3_gray2red.png'); background-color: #E93514;}
.mainMenu .m .icn {color: #E93514; padding-left: 5px; width: 20px;}
.mainMenu .m .mi * {background-image:url('bg_3_gray2red.png'); color: #E93514; margin-right: 5px;} /* change * to .txt with latest webcontrols */
.mainMenu .m .sel, .mainMenu .m .bc {background-image:url('bg_3_gray2red.png'); text-decoration: underline;}
.mainMenu .m .hov {color: white; text-decoration: underline; font-weight: bold;}
.mainMenu .m .hov {background-image:url('bg_3_gray2red.png'); }
/* glossy rounded corners */
.mainMenu .m .first {background-color: #330000; height: 25px;}
.mainMenu .m .first .icn {background-color: #FFFFFF;} /*needed to hide TR/TD image tiling*/
.mainMenu .m .first.hov {background-color: #FFFFFF; height: 25px;}
.mainMenu .m .first.hov .icn {background-color: #FFFFFF;} /*needed to hide TR/TD image tiling*/

.mainMenu .m .first.last {background-color: #330000; height: 32px;}
.mainMenu .m .first.last .icn {background-color: #FFFFFF;} /*needed to hide TR/TD image tiling*/
.mainMenu .m .first.last.hov {background-color: #FFFFFF; height: 32px;}
.mainMenu .m .first.last.hov .icn { background-color: #FFFFFF;} /*needed to hide TR/TD image tiling*/

.mainMenu .m .last {background-color: #330000; height: 26px;}
.mainMenu .m .last .icn {background-color: #330000;} /*needed to hide TR/TD image tiling*/
.mainMenu .m .last.hov {background-color: #FFFFFF; height: 26px;}
.mainMenu .m .last.hov .icn {background-color: #FFFFFF;} /*needed to hide TR/TD image tiling*/

.m .break .icn {font-size: 2px; height: 1px;} /*ensure that all menu breaks are only 1px high */

/* General */
body {
font-family: Tahoma, Arial, serif;
font: 100%;
font-size: 14px;
background: #330000;
background-image:url('bg_s3_hori.png');
background-repeat:repeat;
background-size: 100%;
background-position:top;

height: 100%;
margin: 0px;
padding: 0px;
}
a, a:link, a:visited, a:active {color: #E93514; text-decoration: none; font-family: Verdana, Tahoma, Arial, sans-serif; font-weight: normal;}
a:hover {color: #E93514; text-decoration: underline;}

/*layout*/
.template_style {width: 960px; margin: auto;}
.logo {margin-top: 0px; }
.bread_bg {background:#333333 url('bg_1_grayish.png'') repeat-x right top; font-family: Verdana, Tahoma, Arial, sans-serif; border-left: solid 5px background:#333333 url('bg_1_grayish.png'') repeat-x right top; border-right: solid 5px background:#333333 url('bg_1_grayish.png'') repeat-x right top; margin: 0 0px 0 0px; height: 40px;}
.content {background:#333333 url('repeater6.png') repeat right top; font-size: 14px; border-left: solid 5px #333333; border-right: solid 5px #333333; padding: 10px; margin: 0 0px 0 0px;}
.bot_bg {background:#333333 url('bg_2_grayish.png'') repeat-x right top; border-left: solid 5px background:#333333 url('bg_1_grayish.png'') repeat-x right top; border-right: solid 5px background:#333333 url('bg_1_grayish.png'') repeat-x right top; border-bottom: solid 1px #999999; border-top: solid 10px background-image:url('top_out_10p.png'); padding: 10px; margin: 0 0px 0 0px;}
.bot_pad {font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 20px; padding: 0 30px 0 20px;}

/* controls */
#login_style {float: right; padding: 10px 17px 0px 10px;}
#bread_style {float: left; padding: 10px 0px 0px 17px; color: #E93514; font-size: 14px; font-weight: bold;}
#terms_style {float: left; color: #E93514;}
#copy_style {float: right; color: #E93514;}

/*panes*/
.ContentPane { padding: 0px;margin: 0px; color: #E93514;}
.ContentPane .Normal {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
.ContentPane .Head {font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CCCCCC; font-weight: bold;}
.MiddlePane {padding: 0px 0px 0px 10px; width: 10em; margin: 0px; color: #E93514;}
.MiddlePane .Normal {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514;}
.MiddlePane .Head {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514;}
.LeftPane {padding: 0px 10px 0px 0px; width: 10em; margin: 0px; color: #E93514;}
.LeftPane .Normal {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514; }
.LeftPane .Head {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514; }
.RightPane {padding: 0px 0px 0px 10px; width: 10em;margin: 0px; color: #E93514;}
.RightPane .Normal {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514; }
.RightPane .Head {font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E93514; }

/*breadcrumbs*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited {color: #CC0000; font-size: 14px;}
a.Breadcrumb:hover {color: #CC0000; font-weight: bold;}

/*links*/
.links {text-align: center;}
.links, a.links:link, a.links:active, a.links:visited {font-weight: bold; color: #C3CBCE; font-size: 15px;}
a.links:hover {color: #FFFFFF; text-decoration: underline;}

/*user*/
.user, a.user:link, a.user:active, a.user:visited {color: #C3CBCE; font-size: 14px;}
a.user:hover {color: #CC0000; text-decoration: underline;}

/*footer*/
.footer, a.footer:link, a.footer:active, a.footer:visited {color: #CCCCCC; font-size: 15px;}
a.footer:hover {color: #FFFFFF;}


/* menu container css */
.moduleContainer {background-image:url('bg_4_red2red.png'); background-repeat:repeat-x; width: 100%; }
.moduleContainer .wrapper {border: solid 5px #330000; width: 100%; margin-bottom: 5px; }

.moduleContainer .header {border-bottom: solid 5px #330000; margin-bottom: 2px; width: 100%; height: 30px; color: #E93514}
.moduleContainer .actions {float: left;}

.moduleContainer .title {float: left; padding: 3px;}
.moduleContainer .help {float: right;}

.moduleContainer .contentPane { background-color: #990000; background-size: 100%; padding: 7px; color: #E93514;}

.moduleContainer .footer {margin-top: 2px;padding: 0px;}

.CommandButton {color: #E93514; font-size: 18px;}

(deleted the long black way to the bottom for this post)

"

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Issues with faulting StylesheetIssues with faulting Stylesheet


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