/** * Fivefish CSS * $Id$ * * Authors: * - Michael Granger */ @import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic&subset=latin,latin-ext); @import url(bootstrap.min.css); body { font-family: 'Istok Web'; padding-top: 45px; } @import url(bootstrap-responsive.min.css); /* Debugging stuff */ div.container > pre { display: none; } /* Page header */ h2.namespace { color: #666; } /* Indexes */ section#indexes { max-height: 460px; } section#indexes ul.nav-list { max-height: 440px; overflow-y: scroll; overflow-x: hidden; background: #f5f5f5 url('../images/bg.jpg') no-repeat left top; } /* Class/module description */ section.description p { font-size: 1.2em; margin: 1em 0; } section.description p + p { margin: 1em 0; } section.description h2 { margin-top: 1.5em; } /* :section: groups */ section.documentation-section { margin-top: 3em; } /* "Public instance methods" + method list */ section.method-list + section.method-list { margin-top: 2em; } /* Individual method */ div.method { background: #eee; } div.method + div.method { margin-top: 30px; } div.method header { font-weight: bold; font-size: 1.2em; } div.method header span.method-args { color: #666; } div.method div.method-description p { color: #666; } /* @group Source Code */ div.method-source-code { isplay: none; } div.method-source-code pre, pre.ruby { overflow: auto; background: -moz-linear-gradient(90deg, #424242 0%, #363636 100%), #262626; color: #ccc; padding: 0.5em; border-radius: 5px; background: -webkit-gradient(linear, left bottom, left top, from(#424242), to(#363636)), #262626; border-style: inset; border-width: 3px; } .description pre { margin: 0 0.4em; } .ruby-constant { color: #7fffd4; background: transparent; } .ruby-keyword { color: #00ffff; background: transparent; } .ruby-ivar { color: #eedd82; background: transparent; } .ruby-operator { color: #00ffee; background: transparent; } .ruby-identifier { color: #ffe780; background: transparent; } .ruby-node { color: #ffa07a; background: transparent; } .ruby-comment { color: #e11111; background: transparent; font-style: italic; } .ruby-regexp { color: #ffa07a; background: transparent; } .ruby-value { color: #7fffd4; background: transparent; } .ruby-string { color: #ffa963; background-color: rgba(190, 190, 190, 0.15); } /* @end */ div.file-metadata { float: right; } /* Subnav */ .subnav { width: 100%; height: 36px; background-color: #eeeeee; /* Old browsers */ background-repeat: repeat-x; /* Repeat the gradient */ background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */ background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */ border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .subnav .nav { margin-bottom: 0; } .subnav .nav > li > a { margin: 0; padding-top: 11px; padding-bottom: 11px; border-left: 1px solid #f5f5f5; border-right: 1px solid #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .subnav .nav > .active > a, .subnav .nav > .active > a:hover { padding-left: 13px; color: #777; background-color: #e9e9e9; border-right-color: #ddd; border-left: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05); -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05); box-shadow: inset 0 3px 5px rgba(0,0,0,.05); } .subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret { border-top-color: #777; } .subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover { border-left: 0; padding-left: 12px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .subnav .nav > li:last-child > a { border-right: 0; } .subnav .dropdown-menu { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }