// OVERRIDES FOR CAMOSUN SITE // -------------------------- @import url("variables-camosun.less"); #mainStory-1, #mainStory-2, #mainStory-3, #mainStory-4, #mainStory-5, #mainStory-6, #mainStory-7, #mainStory-8, #mainStory-9 { .caption-dark { background: @black !important; } } #megaFooter { .well { border-color: darken(@camosunGrey, 10%) !important; background-color: darken(@camosunGrey, 5%) !important; &.mirage { background-color: transparent !important; } } } .recaptchatable img { max-width: none !important; } #content { .page-header { div { &.caption { &.caption-dark { background: @black !important; } &.caption-light { background: @white !important; } } } } &.minimalist { #page-banner { div.blurb { background: @black !important; } } div.tile-panel { div.tile-caption-dark { background: @black !important; * { color: @white; } } div.tile-caption-light { background: @white !important; * { color: @black; } } } } }