/* Palette generated by Material Palette - materialpalette.com/indigo/pink */ /* Base16 Atelier Sulphurpool Dark - Theme */ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ /* Atelier-Sulphurpool Comment */ /** * Sections */ .code { width: 100%; clear: both; margin: 0 0 50px;} .code pre, .code code { height: 100%; margin: 0; } .code code { padding: 20px 0 0 20px; } .code--small code { padding-top: 75px; } .code--left { float: left; } .code--right { float: right; } .code--wider { width: 100%; } .code--wider code { padding-top: 60px; } .section--more { color: #FFF; background: #0E0F34; padding: 20px 0 40px 0; } .section-group { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 30px 0; } .section-group h3 { margin: 0 0 20px 0; text-transform: uppercase; } .section-group h4 { font-weight: normal; color: rgba(255, 255, 255, 0.6); } .section-group code { padding: 20px; font-size: 1.2em; } .section-group .btn { margin-right: 20px; } .btn { padding: 10px 20px; border: 1px solid #FF4081; display: inline-block; position: relative; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; overflow: hidden; } .btn:before { content: ''; position: absolute; left: 0; right: 0; width: 1px; top: 0; bottom: 0; margin: auto; background: #FF4081; -webkit-transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; z-index: 0; opacity: 0; } .btn span { position: relative; z-index: 5; } .btn:hover { color: #FFF; } .btn:hover:before { -webkit-transform: scaleX(200); -ms-transform: scaleX(200); transform: scaleX(200); opacity: 1; }