Main Avalanche Network server application. Built with Ruby on Rails.

start.css.less 5.3KB

    // Place all the styles related to the start controller here. // They will automatically be included in application.css. // You can use Less here: http://lesscss.org/ body { max-width:100%; } .navbar .nav { margin-top: 12px; } .navbar-inner { background-color: rgba(0, 0, 0,0); color: white; transition: all 0.25s ease; border: none; text-shadow: 0 0 0 #ffffff; max-width:100%; /* make sure to add vendor prefixes here */ } .navbar .nav > li > a { text-shadow: 0 0 0 #ffffff; color: white; font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-variant: 'light'; font-weight: 300; /* 16 * 0.0625 = 1px */ letter-spacing: 0.0625em; text-transform: uppercase; } .navbar .nav > li > a:hover { text-shadow: 0 0 0 #ffffff; color: white; //text-decoration: underline; } .navbar .nav > li > a:focus { background-color: transparent; color: white; text-decoration: underline; } .navbar-inner.past-main { background-color:#202020; color:#444; } #main { height:500px; background-color:red; } #below-main { height:1000px; background-color:#eee; } #myCarousel { background-color: rgba(0, 0, 0, 0.75); } .obscure { background-color: rgba(0, 0, 0, 0.5); width: 100%; position: absolute; } h1.header { //text-transform: uppercase; color: white; font-size: 48px; } h2.header { text-transform: uppercase; color: #202020; font-size: 60px; text-align: center; font-weight: 100; line-height: 70px; } h4.header { text-transform: uppercase; color: #202020; text-align: center; font-weight: 100; margin-bottom: 20px; margin-top: 100px; } p.header { color: white; } a:hover > .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; margin-top: 8px; } .thumb { margin-top: 20px; min-height:100%; background-size: cover; background-repeat: no-repeat; background-position: center center; float: left; } #design { background-image: url(thumb_design.jpg); width: 33%; } #agencia { background-image: url(thumb_agencia.jpg); width: 34%; } #editora { background-image: url(thumb_editora.jpg); width: 33%; } .maison { background-image: url(post_maison.jpg); background-size: cover; } .thumb-text { text-transform: uppercase; color: white; font-size: 60px; text-align: center; margin-top: 35%; font-weight: bold; } .lead-big { font-size: 28px; font-weight: 200; line-height: 38px; } .sr-only { visibility: hidden; } .feature-post-text p { line-height: 1.2; } .top-affix { top: 102px; } .Absolute-Center { height: 50%; width: 50%; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .Absolute-Center.is-Responsive { width: 60%; height: 60%; min-width: 200px; max-width: 400px; padding: 40px; } #map { height: 500px; } footer.velvet { margin-top: -30px; height: 150px; //background-color: #202020; } p.footer, .footer-links { margin-top: 30px; text-align: center; text-shadow: 0 0 0 #ffffff; color: black; font-size: 14px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-variant: 'light'; font-weight: 300; letter-spacing: 0.0625em; text-transform: uppercase; } p.footer a, .footer-links a { color: black; text-transform: underline; margin-right: 10px; } h2.landing_page { margin-bottom: 45px; margin-top: 35px; } #features { margin-top: 60px; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { text-decoration: none; color: #ffffff; background-color: gray; } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: #444; color: white; } .subscribe-alert { margin-left: 0px; width: 560px; } @media (max-width: 979px) { h2.landing_page { font-size: 26px; margin-top: 0px; } .navbar-fixed-top { background-color: black; margin-bottom: 0px; position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0; padding-right: 20px; padding-left: 20px; } .navbar .btn-navbar { float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; color: #ffffff; background-color: rgba(0, 0, 0,0); transition: all 0.25s ease; } .navbar .btn-navbar:hover { background-color: rgba(0, 0, 0,0); transition: all 0.25s ease; } p.mobile { font-size: 21px; font-style: italic; text-align: center; } h1.mobile { font-size: 45px; text-transform: uppercase; text-align: center; line-height: 50px; } h2 { margin-top: 25px; margin-bottom: 20px; } #features { margin-top: 10px; } #features2 { margin-top: 20px; } #myCarousel2 { margin-top: 56px; } .navbar .nav > li > a:hover { text-shadow: 0 0 0 #ffffff; color: white; background-color: gray; //text-decoration: underline; } .navbar-inner.past-main { background-color: black; color:#444; } } @media (max-width: 480px) { .media .pull-left, .media .pull-right { float: left; } p.footer { margin-top: 20px; text-align: center; text-shadow: 0 0 0 #ffffff; color: black; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-variant: 'light'; font-weight: 300; letter-spacing: 0.0625em; text-transform: uppercase; } }