@import "config"; /* =FOOTER ---------------- */ #portal-footer { background: url("@{imgpath}/bg_footer.png") repeat-x 0 100% @blue; color: #A9C4D5; color: rgba(255,255,255,0.7); z-index: 100; .hc-inner-container { min-height: 80px; width: 970px; } a { &:link, &:visited { color: #A9C4D5; color: rgba(255,255,255,0.7); } &:hover, &:focus { color: #fff; } } #privacy, #copyright { font-size: 12px !important; margin: 0 !important; position: absolute; top: 0; a { border-bottom: 1px dotted #B1C9D9; } } #copyright {left: 20px;} #privacy {right: 20px;} #admin-nav { bottom: 12px; font-size: 11px; left: 0; position: absolute; li { display: inline; float: left; margin: 0 0 0 1px; overflow: visible; padding: 5px 0 0 0; position: relative; &.version { color: #999 !important; line-height: 28px; opacity: 0.8; padding: 5px 10px 0; } a { background-color: rgb(33,71,112); background-color: rgba(0,0,0,0.2); color: #eee; display: block; height: 28px; line-height: 28px; padding: 0 10px; &:hover, &:focus { background-color: rgb(13,33,49); color: #fff !important; cursor: pointer; } } } } }