| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912 |
- /*
- Generic "affects everything" stuff
- */
- #wrapper .content .column2 {
- float: none;
- }
- #documentation ul {
- font-size: 13px;
- }
- #documentation li {
- color: black;
- }
- pre {
- background-color: #FFFFFF;
- }
- code {
- font-size: 12px;
- line-height: 16px;
- font-family: 'Ubuntu Mono',Monaco,Consolas,monospace !important;
- background-color: #F9F9F9;
- border-radius: 3px 3px 3px 3px;
- display: inline-block;
- padding: 0 4px;
- margin: 2px 1px;
- color: inherit;
- }
- #documentation pre {
- margin-top: 10px;
- border-radius: none;
- box-shadow: none;
- background : white;
- /*background : #f5f5f5;
- border: 0;*/
-
- -webkit-border-radius: 6px 6px 0 0;
- -moz-border-radius: 6px 6px 0 0;
- border-radius: 6px 6px 0 0;
-
- padding: 5px;
- }
- .method pre, .event pre, .property pre {
- background : white;
- }
- #documentation pre code {
- background-color: transparent;
- border-radius: none;
- box-shadow: none;
- }
- #documentation a code {
- color: #00438a;
- }
- #documentation h2 {
- font-size: 26px;
- }
- #documentation p {
- font-size: 13px;
- }
- #documentation li p:last-child {
- margin-bottom : 5px;
- }
- #documentation blockquote p{
- font-size: 14px;
- font-weight: 500;
- line-height: 23px;
- font-style: italic;
- }
- .alert-message{
- margin-bottom : 13px;
- }
- /*
- Header and shoulders
- */
- .navbar .nav > li {
- float:none;
- display:inline-block;
- *display:inline; /* ie7 fix */
- zoom:1; /* hasLayout ie7 trigger */
- }
- .navbar .nav > li > a {
- padding: 10px 15px 11px;
- }
- .navbar {
- text-align:center;
- }
- #topSection {
- width: 1000px;
- }
- .small_win #topSection {
- width: 100%;
- }
- .small_win #topSection .dropdown {
- margin-right: 40%;
- }
- .navbar .brand {
- margin-left: 0px;
- }
- .brand {
- background: transparent url(../images/ace_logo_menu.png) no-repeat 33px 5px;
- width: 80px;
- outline: none;
- height: 40px;
- padding: 0 10px !important;
- border: none;
- }
- .brand.dropdown-toggle:after {
- content: none;
- display: block;
- height: 40px;
- border: none;
- }
- .ace_logo {
- position: absolute;
- top: 45px;
- z-index: 20000;
- left: 210px;
- }
- .headerTitle {
- position: relative;
- top: 100px;
- left: 250px;
- }
- /*
- Menu venue
- */
- h3.api_title {
- padding-top: 10px;
- }
- ul.menu {
- margin-left: 2px;
- }
- .menu li {
- list-style-image: url(../images/menu_disc.png);
- margin-bottom: 4px;
- font-weight: 700;
- padding-left: 10px;
- margin-left: 0;
- }
- .menu li .menu-item a.menuLink, .menu li .menu-item span.menuLink {
- color: #3E7096;
- font-weight: 100;
- }
- .menuTwo {
- margin-bottom: 5px;
- margin-top: 2px;
- }
- .menuTwo li .menu-item a.menuLink {
- color: #3E7096;
- font-weight: 100;
- }
- /* need specificity to "beat" the above colors */
- .menu li .menu-item a.currentItem, .menuTwo li .menu-item {
- color: #0072bc;
- }
- /*
- Members and the tabs that represent them
- */
- .srolled .members {
- width: 100%;
- /* -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
- -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35);
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.35); */
- padding-bottom: 15px;
- /* height: 31px;*/
- position: fixed;
- }
- .shadow.members{
- background: #edf8fd;
- box-shadow: 0 0.1em 1em rgba(0,0,0, 0.3);
- -moz-box-shadow: 0 0.1em 1em rgba(0,0,0, 0.3);
- -o-box-shadow: 0 0.1em 1em rgba(0,0,0, 0.3);
- -webkit-box-shadow: 0 0.1em 1em rgba(0,0,0, 0.3);
- }
- .membersContent {
-
- /* border-bottom: 0.1em solid #FFF;*/
- height: 3em;
- padding-top: 4px;
- /* line-height: 4;*/
- /* margin-top: -0.1em;*/
- position: relative;
- /* transition-property: border-color, line-height;
- transition-duration: 125ms, 250ms;
- transition-timing-function: ease-out, ease-out;
- -moz-transition-property: border-color, line-height;
- -moz-transition-duration: 125ms, 250ms;
- -moz-transition-timing-function: ease-out, ease-out;
- -o-transition-property: border-color, line-height;
- -o-transition-duration: 125ms, 250ms;
- -o-transition-timing-function: ease-out, ease-out;
- -webkit-transition-property: border-color, line-height;
- -webkit-transition-duration: 125ms, 250ms;
- -webkit-transition-timing-function: ease-out, ease-out;*/
-
- /*transition-duration: 125ms;
- transition-property: top;
- transition-timing-function: ease-out;
-
- top : 11px;*/
- z-index: 103;
- padding-right: 10px;
- margin-right: -5px;
- /*width: 700px;*/
- }
- .srolledHeader .membersContent {
- line-height: 3;
- }
- .srolled .membersContent {
- /*top : 0;*/
- width: 625px;
- padding-left: 327px;
- margin : 0 auto 0 auto;
- }
- .srolled ul.nav {
- padding-right: 10px;
- }
- .membersBackground {
- /* background-color: white;
- position: fixed;
- z-index: 2;
- top: 40px;
- left: 0px;
- right: 0px;
- width: 100%;
- height: 55px;
- opacity: 0;
- display: none;
- box-shadow: rgba(0, 0, 0, 0.398438) 1px 4px 6px;*/
- background-color: transparent;
- height: 47px;
- /*width: 700px;*/
- position: absolute;
- }
- .srolled .membersBackground {
- position: relative;
- }
- .srolledHeader .membersBackground {
- /* display: block;*/
- }
- .memberHeader {
- float: left;
- padding-right: 10px;
- margin-bottom: 5px;
- position: absolute;
- padding-top: 4px;
- }
- ul.tabs li:first-child ul{
- left: -63px;
- }
- .tabs a.menu:after, .tabs .dropdown-toggle:after {
- margin-top: 22px;
- }
- .nav .dropdown-toggle .caret {
- margin-top: 12px;
- border-top-color: #6D8CA0;
- border-bottom-color: #6D8CA0;
- }
- li.dropdown {
- color: #2D2D2D;
- font-weight: bold;
- }
- .editInC9 {
- font-size: 11px;
- color: #657383;
- }
- .editInC9 a {
- color: #657383;
- font-weight: normal;
- position : relative;
- top : -2px;
- }
- .tabs {
- padding-top: 14px;
- /*border-bottom: 1px solid #848484;*/
- min-height : 27px;
- padding-bottom : 5px;
- }
- .tabsSansBorder {
- border: 0;
- }
- .tabs, .pills {
- margin-bottom: 0;
- }
- .srolledHeader .members .tabs {
- background-color: white;
- }
- li.dropdown {
- color: #2D2D2D;
- font-weight: bold;
- }
- .members .tabs .dropdown a,
- .members .tabs a.menu:after,
- .members .tabs .dropdown-toggle:after {
- margin-right: 0;
- margin-left: 6px;
- }
- .memberLink a {
- margin-left: 0 !important;
- }
- .menu-dropdown {
- min-width : 105px;
- max-height: 350px;
- overflow: auto;
- border-color : rgba(0, 0, 0, 0.1);
- }
- .topbar div > ul .menu-dropdown li a:hover,
- .nav .menu-dropdown li a:hover,
- .topbar div > ul .dropdown-menu li a:hover,
- .nav .dropdown-menu li a:hover {
- background-color: #ffffff;
- color: #000000;
- }
- .tabs a.menu:after, .tabs .dropdown-toggle:after {
- margin-top: 13px;
- line-height: 28px;
- }
- .open .menu, .dropdown.open .menu, .open .dropdown-toggle, .dropdown.open .dropdown-toggle {
- background: transparent;
- color: black;
- /* font-weight: bold;*/
- }
- #topSection .open .menu, #topSection .dropdown.open .menu, #topSection .open .dropdown-toggle,
- #topSection .dropdown.open .dropdown-toggle {
- color: #bfbfbf;
- }
- .tabs > li {
- font-weight: bold;
- }
- .tabs > li > a {
- border: none;
- outline: none;
- line-height: 28px;
- font-size: 11px;
- padding: 0 5px;
- }
- .tabs > li > a:hover {
- color: #000000;
- text-decoration: none;
- background-color: transparent;
- border: none;
- }
- .tabs > li, .pills > li {
- float: right;
- }
- .topbar .dropdown-menu a, .dropdown-menu a {
- font-size: 11px;
- /* padding: 2px 12px;*/
- line-height: 14px;
- }
- .tabs .active > a, .tabs .active > a:hover {
- color: #000000;
- border: none;
- cursor: default;
- }
- .tabs .menu-dropdown, .tabs .dropdown-menu {
- border-radius: 0 0 6px 6px;
- left: 10px;
- width: 160px;
- }
- .srolled .tabs .menu-dropdown, .srolled .tabs .dropdown-menu {
- top: 32px;
- }
- .dropdown-toggle {
- color: #6D8CA0;
- }
- ul.tabs .double ul, ul.tabs .triple ul, ul.tabs .quad ul{
- width:760px;
- margin-bottom:20px;
- overflow:hidden;
- border-top:1px solid #ccc;
- }
- /*ul.tabs .double li, ul.tabs .triple li, ul.tabs .quad li{
- line-height:1.5em;
- border-bottom:1px solid #ccc;
- float:left;
- display:inline;
- }*/
- /*
- Center content (the "real stuff")
- */
- #nonFooter {
- padding-top: 40px;
- }
- #wrapper {
- height: 100%;
- }
- .content {
- height: 100%;
- }
- header.filler {
- position: relative;
- height: 40px;
- width: 100%;
- }
- /*
- .container-fluid .row-fluid {
- width: 1000px;
- margin-left: auto;
- margin-right: auto;
- }*/
- .divider {
- height: 3px;
- background-color: #BEDAEA;
- margin-bottom: 3px;
- }
- #sidebar h3 a,
- #sidebar h3 a:hover {
- color: #404040;
- }
- #sidebarContainer {
- padding-top: 20px;
- }
- #mainContent {
- margin-left: 30px;
- }
- #documentation {
- padding-top: 35px;
- padding-bottom: 10px;
- }
- #documentation article.article {
- border-top: 1px solid #e9e9e9;
- padding: 16px 10px 2px;
- -webkit-transition: padding 0.2s;
- -moz-transition: padding 0.2s;
- -o-transition: padding 0.2s;
- }
- #documentation h3.sectionHeader + article.article {
- border-top: none;
- }
- div#documentation article:last-child {
- border-bottom: 1px solid #e9e9e9;
- padding-bottom: 40px;
- }
- #documentation article.article.methodToggleOpen {
- background: rgba(255, 255, 255, 0.5);
- font-size: 13px;
- line-height: 24px;
- margin: 0 0 10px 0;
- }
- #documentation article:first-child {
- border:none;
- }
- .site_logo {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- /*
- Edit in Cloud9, sucka
- */
- .snippet pre {
- margin-bottom: 0;
- }
- .snippet .toolbar {
- -webkit-border-radius: 0 0 6px 6px;
- -moz-border-radius: 0 0 6px 6px;
- border-radius: 0 0 6px 6px;
-
- text-align: right;
- padding: 3px 10px;
- margin-top : -1px;
- }
- .snippet .filename, .snippet .toolbar {
- font-family: Ubuntu, sans-serif;
- font-size: 12px;
- color: #EEE;
- }
- .snippet .filename {
- padding: 0 5px 2px 5px;
- font-size: 10px;
- background: rgba(230,230,230,0.5);
- padding: 0 5px 2px 5px;
- border-radius: 0 6px 0 6px;
- margin : 1px;
- position : absolute;
- right : 0;
- top : 0;
- }
- .snippet .filename span{
- color : #666;
- }
- .snippet .toolbar {
- background-color: rgba(30,30,30,0.5);
- }
- div.snippet {
- margin-bottom: 18px;
- position : relative;
- }
- div.snippet a, div.toolbar a {
- color: #FFF;
- }
- /*
- All about signatures
- */
- .signatures {
- /* width: 800px;*/
- margin-left: 20px;
- margin-bottom: 5px;
- }
- .sideToggler {
- padding-left: 20px;
- }
- ul.signatures ul {
- list-style: none;
- display: inline;
- }
- li.signature {
- list-style: none;
- }
- .signature ul {
- padding: 0;
- margin: 0;
- }
- .signature li {
- display: inline;
- }
- .signature ul.argument-types::before {
- content: '→';
- margin: 0 5px;
- }
- .signature li.argument-type::after {
- content: '|';
- padding: 0 5px 0 5px;
- }
- .signature li.argument-type:last-child:after {
- content: '';
- padding: 0 5px 0 5px;
- }
- .member-name {
- color: #4397cd;
- font-weight: bold;
- text-decoration: none;
- cursor: pointer;
- padding-right: 3px;
- }
- .signature-call {
- cursor: pointer;
- }
- #documentation .signature-call a {
- color: #8e487e;
- }
- .sigClassName {
- display: none;
- }
- .eventObjName {
- font-style: italic;
- }
- .eventListenerStart, .eventListenerClose, .eventFunctionOpen, .eventFunctionClose {
- color: #999999;
- }
- .eventMember {
- padding-right: 0px;
- }
- .metaInfo {
- float: right;
- z-index: 1;
- position: relative;
- }
- .chainable {
- background-color: #0072bc;
- color: #ffffff;
- }
- .deprecated {
- background-color: #f7941d;
- color: #ffffff;
- }
- .alias {
- background-color: #6c951e;
- color: #ffffff;
- }
- .related-to {
- background-color: #89289a;
- color: #ffffff;
- font-size: 10px;
- padding: 2px 5px 3px;
- text-transform: capitalize;
- }
- .undocumented {
- background-color: #B94A48;
- color: #ffffff;
- }
- #documentation .alias a, #documentation .related-to a {
- color: #ffffff;
- /* text-decoration: underline; */
- }
- #documentation .alias a:hover, #documentation .related-to a:hover {
- text-decoration: none;
- }
- .#documentation alias:hover, #documentation .related-to:hover {
- opacity: 0.8;
- cursor: pointer;
- }
- .memberContent .title {
-
- }
- .memberContent .description {
- position:relative;
- /*top: -13px;*/
- display: none;
- }
- .snip-container .actions .toggle-plaintext label {
- margin-top: 1px;
- padding-top: 0;
- text-align: left;
- }
- .snip-container .actions .toggle-plaintext input {
- margin-top: 4px !important;
- }
- .snip-container label {
- color: #ffffff;
- }
- .description h4 {
- padding-top: 10px;
- font-size: 18px;
- line-height : 18px;
- }
- .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
- background-color: #F9F9F9;
- }
- .table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
- background-color: #fbfbfb;
- }
- .argument-list {
- margin-bottom : 13px;
- }
- .argName {
- font-style: italic;
- }
- /*
- Everyday I'm togglin'
- */
- #documentation i.methodToggle {
- cursor: pointer;
- color: #9f9f9f;
- padding-top: 2px;
- float: left;
- }
- #documentation i.methodToggle.methodToggleHover {
- text-shadow: 0 0 10px #4699d5;
- color: #4699d5;
- }
- #documentation i.methodToggle.active {
- text-shadow: 0 0 10px #4699d5;
- color: #4699d5;
- /* Safari */
- -webkit-transform: rotate(45deg);
-
- /* Firefox */
- -moz-transform: rotate(45deg);
-
- /* IE */
- -ms-transform: rotate(45deg);
-
- /* Opera */
- -o-transform: rotate(45deg);
- padding-top: 9px;
- }
- #documentation h3.sectionHeader {
- line-height : 24px;
- }
- div.method {
- position: relative;
- }
- .methodToggle a {
- color: #fff;
- border-bottom: 0px;
- text-decoration: none;
- }
- h3.methodToggle {
- height : 13px;
- width : 8px;
- background-position : 0px 0px;
- position: absolute;
- top: -20px;
- background-image : url(../images/member-sprites.png);
- background-color : transparent;
- background-repeat : no-repeat;
- overflow: hidden;
- left: 0px;
- }
- h3.methodToggleHover {
- /* background-position : 0px -28px; */
- }
- h3.methodToggle.inactive {
- top: 4px;
- }
- h3.methodToggle.active {
- top: 6px;
- height : 13px;
- width : 8px;
- background-position : 0px -59px;
- }
- .hidden {
- display: none;
- visibility: hidden;
- }
- .hiddenSpan {
- display: none;
- }
- .ellipsis_description, .short_description {
- /* width: 800px;*/
- }
- .methodToggleOpen .ellipsis_description {
- display: none;
- }
- .sideToggler .short_description,
- .sideToggler .description{
- display: none;
- }
- .methodToggleOpen .short_description,
- .methodToggleOpen .description {
- display: block;
- }
- .description td p {
- margin: 0;
- }
- /*
- Footer? I hardly know her
- */
- #footer {
- width:100%;
- background: #101010 url(../images/dashed_back.png) repeat 0 0;
- font-size: 12px;
- color: white;
- height: 40px;
- }
- #footer .footerInner {
- padding-left: 300px;
- margin-left: auto;
- margin-right: auto;
- min-height: 40px;
- }
- #footer .footer-text {
- display: block;
- font-size: 12px;
- float: right;
- }
- #footer div.footerInner div.footer-text p {
- font-size: 12px;
- font-family: Arial;
- line-height: 18px;
- margin: 10px 15px 0px 1px;
- }
- #footer a, #footer a:hover {
- color: #8DD0FF;
- }
- .logoText, .logoImg {
- /*position: absolute;*/
- margin-bottom: 5px;
- }
- .logoImg {
- top: 40px;
- }
- .topbar div > ul .menu-dropdown li a:hover,
- .nav .menu-dropdown li a:hover,
- .topbar div > ul .dropdown-menu li a:hover,
- .nav .dropdown-menu li a:hover {
- background-color: #191919;
- background-repeat: repeat-x;
- background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
- background-image: -moz-linear-gradient(top, #292929, #191919);
- background-image: -ms-linear-gradient(top, #292929, #191919);
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
- background-image: -webkit-linear-gradient(top, #292929, #191919);
- background-image: -o-linear-gradient(top, #292929, #191919);
- background-image: linear-gradient(top, #292929, #191919);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
- color: #ffffff;
- }
- .alert-message.block-message {
- background: #fefaca;
- border-color : #fefaca;
- padding : 8px 14px 8px 14px;
- }
- body .dsq-reply{
- margin-top : 10px;
- }
- #disqus_thread{
- border-top : 1px solid #ddd;
- margin-top : 30px;
- }
- #disqus_thread h3, body #dsq-content h3 {
- font-size : 12px;
- margin : 0 0 20px 0;
- line-height : 12px;
- }
- body #dsq-reply h3{
- font-size : 18px;
- line-height : 18px;
- margin : 15px 0 20px 0;
- }
- #disqus_thread select{
- font-size : 11px;
- height : 20px;
- color : #444;
- }
- #dsq-global-toolbar, #dsq-pagination, .dsq-trackback-url{
- display : none;
- }
|