I've noticed this twice now in the last 24 hours... If I am logged in as an authenticated user, the display is fine. If I log out, the background colours for the primary menu, the block rounded corners styles, etc, all cease to load. The situation seems to correct itself after I run the "Clear all caches" tool in the performance settings.

I have just disabled the caching mode. It was set to "Normal (recommended for production sites, no side effects)".
Note, I am using /acquia_marina/css/local.css to customize the theme. I have edited the various background images and background and font colours, but have not altered any names etc. I am also only using 'sidebar-first' so attempted to make the login block, using rounded corners, line up horizontally inline. This worked in most browsers, but not Firefox on windows... but I believe I need to sort that out by using a php override rather than with css in local.css. That's my next project to fix, just mentioning it here in case it may have something to do with this current issue...

here is the local.css edits

.main-wrapper {
    background-color: #f5f0e8;
}


#header-group-wrapper {
  /*background: #fff url(../images/wsoBG.png) no-repeat right bottom;*/
  /*background: #fff url(../images/headerRegionBG.png) repeat-x bottom;*/
}
#header-group-inner {
    background: url(../images/wsoBG.png) no-repeat right bottom;
}

#primary-menu ul.menu li:hover ul.menu li,
#primary-menu ul.menu li.hover ul.menu li,
#primary-menu ul.menu li.sfHover ul.menu li {
  background: #CEB693;
  border-bottom: 1px solid #83A638;
}

#primary-menu ul.menu li ul.menu li a:link,
#primary-menu ul.menu li ul.menu li a:visited {
  background: #CEB693;
  color: #154B6F;
}

#primary-menu ul.sf-menu li.sfHover ul.menu li span.nolink,
#primary-menu ul.menu li:hover ul.menu li span.nolink,
#primary-menu ul.menu li.hover ul.menu li span.nolink {
  background: #CEB693;
  color: #154B6F;
}

#comments h2.comments-header {
  background: #CEB693;
  color: #fff;
  font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, Trebuchet MS, sans-serif;
  font-size: 133.3%; /* 16px/12px */
  font-weight: bold;
  padding: 6px 14px 6px 50px;
  text-shadow: #545454 1px 1px;
  text-transform: uppercase;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #CEB693;
  color: #4A95C8;
  padding-bottom: 2px;
}
#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus {
  border-bottom: 4px solid #CEB693;
  color: #4A95C8;
}

/* Marina - Title - Rounded Green */
.marina-title-rounded-green h2.block-title {
  background: #CEB693;}

  /* Marina - Title - Green*/
.marina-title-green h2.block-title {
  color: #CEB693; 
}

/* paypal block */
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

.node .read-more, .node .more-link, .node .links {
font-size: 95%;
float: right;
}

/* style the article publisher, byline, etc */
.group-publisher {
    margin: auto 10px auto 0px;
    padding: 10px 6px 10px 10px;
    background-color: #F4ECDD;
    float: left;
    max-width: 200px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.field-field-analysis {
    margin: auto 10px 20px 10px;
    padding: 10px 6px 1px 10px;
    border-top: 1px solid #E1CAA1;
    border-bottom: 1px solid #E1CAA1;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.field-field-headline {
    font-weight: bolder;
}

.field-field-outlet {
    font-weight: bold;
    font-style: oblique;
}

.field-field-publication-date {
    font-style: oblique;
}

.field .field-label-inline-first {
    font-weight: lighter;
}

.field-field-byline {
    font-style: oblique;
}

.field-type-date {
    margin: 4px 2px 10px 0px;
    font-weight: bold;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}

#block-user-0 #edit-name-wrapper {
    display: inline;
    float:left;
    text-align: left;
}

#block-user-0 #edit-pass-wrapper {
    display: inline;
    float: right;
    text-align: left;
}

#block-user-0 #edit-submit {
    float: left;
}

#block-user-0 .item-list ul li {
    display: inline;
    padding-right: 5px;
    float: right;
}

Comments

shruti.sheth’s picture

Hello,

I tried to giving css to primary links, color to the text in blocks in left sidebar, Also rounded corners appear properly, even after logging out of the site.
Please give proper css class and id's.
It is working fine with Firefox and Chrome.
I used acquia_marina-6.x-3.1.tar.gz for testing.

stephthegeek’s picture

Status: Active » Closed (duplicate)

This is probably related to a Skinr issue, such as #932750: Skinr works incorrectly for user1, but works right for anonymous and other users. We can't do anything from the theme if the classes aren't there, as we're just defining and styling the skins.