/* CSS Document */ /* Scss Document */ /* photo frame -----------------------------------------*/ /*-------------------------------------------------------------- # Initial --------------------------------------------------------------*/ body { background: black; } /* anchor -----------------------------------------*/ a, a:link, a:visited, a:active { color: #FFF; } a:hover { color: #FFF; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body { color: #FFF; } /* site-wrapper -----------------------------------------*/ #site-wrapper { background: rgba(0, 0, 0, 0.75); } /* site-header -----------------------------------------*/ #masthead { position: relative; z-index: 1; } /*-------------------------------------------------------------- # layout --------------------------------------------------------------*/ #content { text-shadow: 1px 1px 0px #000; } .site-title { border-color: #FFF; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ .navbar-nav > li > a:hover { text-shadow: none; color: #000; background: white; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { color: #000; } /*-------------------------------------------------------------- # PhotoFrame --------------------------------------------------------------*/ .bg-photo-frame-blur-text { filter: blur(3px); -webkit-filter: blur(5px); } /* Button --------------------------------------------------------------*/ .bg-photo-frame-btn { color: #FFF !important; background: rgba(0, 0, 0, 0.75) !important; } .bg-photo-frame-btn:hover { background: black !important; } /* Toggle --------------------------------------------------------------*/ /* Navigation --------------------------------------------------------------*/ /* Thumbnail --------------------------------------------------------------*/ #bg-photo-frame-thumb-thumbs { background: rgba(0, 0, 0, 0.75) !important; }