Path: blob/master/web-gui/buildyourownbotnet/assets/js/codemirror/doc/docs.css
1293 views
@font-face {1font-family: 'Source Sans Pro';2font-style: normal;3font-weight: 400;4src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');5}67body, html { margin: 0; padding: 0; height: 100%; }8section, article { display: block; padding: 0; }910body {11background: #f8f8f8;12font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;13line-height: 1.5;14}1516p { margin-top: 0; }1718h2, h3 {19font-weight: normal;20margin-bottom: .7em;21}22h2 { font-size: 120%; }23h3 { font-size: 110%; }24article > h2:first-child, section:first-child > h2 { margin-top: 0; }2526a, a:visited, a:link, .quasilink {27color: #A21313;28text-decoration: none;29}3031em {32padding-right: 2px;33}3435.quasilink {36cursor: pointer;37}3839article {40max-width: 700px;41margin: 0 0 0 160px;42border-left: 2px solid #E30808;43border-right: 1px solid #ddd;44padding: 30px 50px 100px 50px;45background: white;46z-index: 2;47position: relative;48min-height: 100%;49box-sizing: border-box;50-moz-box-sizing: border-box;51}5253#nav {54position: fixed;55top: 30px;56left: 0; right: none;57width: 160px;58padding-right: 350px;59text-align: right;60z-index: 1;61}6263@media screen and (min-width: 1000px) {64article {65margin: 0 auto;66}67#nav {68right: 50%;69width: auto;70}71}7273#nav ul {74display: block;75margin: 0; padding: 0;76margin-bottom: 32px;77}7879#nav li {80display: block;81margin-bottom: 4px;82}8384#nav li ul {85font-size: 80%;86margin-bottom: 0;87display: none;88}8990#nav li.active ul {91display: block;92}9394#nav li li a {95padding-right: 20px;96}9798#nav ul a {99color: black;100padding: 0 7px 1px 11px;101}102103#nav ul a.active, #nav ul a:hover {104border-bottom: 1px solid #E30808;105color: #E30808;106}107108#logo {109border: 0;110margin-right: 7px;111margin-bottom: 25px;112}113114section {115border-top: 1px solid #E30808;116margin: 1.5em 0;117}118119section.first {120border: none;121margin-top: 0;122}123124#demo {125position: relative;126}127128#demolist {129position: absolute;130right: 5px;131top: 5px;132z-index: 25;133}134135#bankinfo {136text-align: left;137display: none;138padding: 0 .5em;139position: absolute;140border: 2px solid #aaa;141border-radius: 5px;142background: #eee;143top: 10px;144left: 30px;145}146147#bankinfo_close {148position: absolute;149top: 0; right: 6px;150font-weight: bold;151cursor: pointer;152}153154.bigbutton {155cursor: pointer;156text-align: center;157padding: 0 1em;158display: inline-block;159color: white;160position: relative;161line-height: 1.9;162color: white !important;163background: #A21313;164}165166.bigbutton.right {167border-bottom-left-radius: 100px;168border-top-left-radius: 100px;169}170171.bigbutton.left {172border-bottom-right-radius: 100px;173border-top-right-radius: 100px;174}175176.bigbutton:hover {177background: #E30808;178}179180th {181text-decoration: underline;182font-weight: normal;183text-align: left;184}185186#features ul {187list-style: none;188margin: 0 0 1em;189padding: 0 0 0 1.2em;190}191192#features li:before {193content: "-";194width: 1em;195display: inline-block;196padding: 0;197margin: 0;198margin-left: -1em;199}200201.rel {202margin-bottom: 0;203}204.rel-note {205margin-top: 0;206color: #555;207}208209pre {210padding-left: 15px;211border-left: 2px solid #ddd;212}213214code {215padding: 0 2px;216}217218strong {219text-decoration: underline;220font-weight: normal;221}222223.field {224border: 1px solid #A21313;225}226227228