123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594 |
- .clearfix {
- clear: both;
- }
- .hidden {
- visibility: hidden;
- }
- .container {
- width: auto;
- padding: 30px;
- margin: auto;
- }
- * {
- font-family: 'Source Sans Pro', sans-serif;
- }
- body {
- margin: 0;
- background-color: #15151d;
- font-size: 1em;
- overflow-x: hidden;
- }
- h3 {
- text-transform: uppercase;
- margin-bottom: 3px;
- }
- p {
- margin: 0 0 1em 0;
- }
- a {
- color: #8085e8;
- text-decoration: none;
- font-weight: bold;
- }
- a:hover {
- color: #90ee7e;
- }
- #nav a.dump {
- padding: 0px;
- margin: 0px;
- }
- /*
- ==========
- === Header
- ==========
- */
- #top {
- background-color: #252530;
- }
- #top .container {
- padding: 0;
- }
- #top h1 {
- color: #eeeaea;
- font-weight: 100;
- margin: 0;
- font-size: 1.5em;
- }
- .cell {
- width: 33%;
- display: inline-block;
- vertical-align: middle;
- }
- .cell:nth-child(4) {
- text-align: right;
- color:#eeeaea;
- font-size: 0.9em;
- }
- #logo {
- display: block;
- }
- #logo img {
- max-width: 200px;
- width: 100%;
- margin: 15px;
- margin-left: 33px;
- height: 32px;
- }
- /* Search bar */
- #search-div {
- color: #252530;
- display: block;
- margin-bottom: 20px;
- border: 1px solid #252530;
- }
- div#search-div i {
- margin: 5px;
- color: #252530;
- font-size: 14px;
- }
- input#search {
- height: 18px;
- font-family: "Courier New", Courier, monospace;
- font-size: 0.9em;
- background-color: transparent;
- border: none;
- outline: none;
- color: #252530;
- width:80%;
- }
- .ui-autocomplete {
- max-height: 500px;
- max-width: 400px;
- overflow-y: auto;
- overflow-x: auto;
- }
- .ui-menu .ui-menu-item {
- font-size:14px;
- zoom:1;
- font-family: "Courier New", Courier, monospace;
- }
- .ui-widget-content a {
- color: #222222 /*{fcContent}*/;
- }
- /*
- ==============
- === END Header
- ==============
- */
- /*
- ==========
- === Footer
- ==========
- */
- #footer {
- background-color: #15151d;
- color: #eeeaea;
- }
- #footer-copy {
- float: left;
- font-size: 14px;
- line-height: 18px;
- }
- #footer-social {
- float: right;
- }
- #footer-social a {
- color: #eeeaea;
- font-size: 18px;
- margin-left: 10px;
- }
- #footer-social a:hover {
- color: #90ee7e;
- }
- #footer .container {
- padding: 10px;
- }
- #scrollTop {
- position: fixed;
- bottom: 75px;
- right: 50px;
- background-color: #90ee7e;
- padding: 10px;
- border-radius: 2px;
- color: white;
- display: none;
- }
- #scrollTop:hover {
- color: black;
- }
- /*
- ==============
- === END Footer
- ==============
- */
- #reference-loading {
- margin-top: 300px;
- text-align: center;
- }
- /*
- ===========
- === Wrapper
- ===========
- */
- #splashText {
- display: none;
- }
- .nav-section h3 {
- font-size: 24px;
- margin-top: 0;
- }
- #wrapper{
- background-color: #d6d1d1;
- }
- #wrapper .container {
- padding: 0;
- }
- #wrapper-inner {
- background-color: #ffffff;
- /*border: 1px solid silver;*/
- }
- .tree a {
- color: #252530;
- }
- #nav .tree, #nav .tree * {
- font-family: "Courier New", Courier, monospace;
- }
- #nav .header p {
- font-weight: normal;
- color: #666;
- }
- #nav h1,
- #details h1,
- #details h2 {
- font-weight: 100;
- margin-bottom: 1em;
- }
- #nav h1,
- #details h2 {
- text-transform: uppercase;
- }
- #nav {
- min-height: 100%;
- border-right: 1px solid silver;
- }
- #nav-wrap {
- width: 30%;
- float:left;
- overflow: auto;
- }
- #nav a,#nav a:visited {
- font-weight: bold;
- padding: 0 2px;
- margin: 1px;
- }
- .nav-section {
- padding: 30px;
- position: relative;
- }
- .nav-section:last-child {
- border-bottom: none;
- }
- #nav .level {
- margin-left: 13px;
- display: none;
- }
- #nav .level-0 {
- display: block;
- }
- #nav a.level-0 {
- margin-left: 1em;
- }
- #nav .menuitem {
- position: relative;
- }
- #nav .value {
- width: 40%;
- overflow: hidden;
- color: silver;
- position: absolute;
- white-space: nowrap;
- }
- #nav .value-string, #nav .value-color {
- color: #39A832;
- }
- #nav .value-number {
- color: #297EA8;
- }
- a.hilighted {
- background-color: #C5F7BE;
- }
- #nav .plus {
- display: block;
- position: absolute;
- left: -12px;
- top: 0;
- width: 9px;
- height: 9px;
- font-family: FontAwesome;
- color: gray;
- }
- #nav .plus:before {
- }
- #nav .collapsed>.plus:before {
- content: "\f0da";
- }
- #nav .expanded>.plus:before {
- content: "\f0d7";
- }
- #nav .dots {
- padding: 0 4px;
- }
- #nav .expanded>.dots {
- display: none;
- }
- #nav .dots.loading {
- background: url(./../images/ajax-loader.gif) no-repeat center;
- }
- #nav .dots.error {
- color: red;
- font-weight: bold;
- }
- #nav .dots.loading span {
- visibility: hidden;
- }
- #nav code {
- color:#8085e8;
- font-weight: bold;
- }
- #nav span.typed {
- margin-left: 15px;
- }
- #nav .collapsed span.typed {
- margin-left: 0;
- }
- #nav .collapsed br.typed {
- display: none;
- }
- #methods-and-properties-toc ul {
- margin-left: 0;
- padding-left: 1em;
- }
- #options-tree,#global-options-tree,#objects-tree {
- font-size: 0.9em;
- }
- pre,code {
- font-family: "Courier New", Courier, monospace;
- }
- #overview {
- margin-left: 420px;
- }
- #details-wrap {
- float: right;
- width: 70%;
- overflow:auto;
- margin:0px;
- padding:0px;
- }
- /* Member styling */
- .member {
- padding: 30px;
- overflow-y: hidden;
- position: relative;
- border-top: 1px solid silver;
- }
- .member:first-child {
- color:green;
- }
- .member.deprecated * {
- color: silver !important;
- }
- .member.hilighted {
- background-color: #eefdec;
- }
- .member .title, .member .title a, .member .returnType {
- font-family: "Courier New", Courier, monospace;
- font-size: 1.1em;
- font-weight: bold;
- margin-bottom: 5px;
- display: inline-block;
- }
- .member .title a{
- text-decoration: underline;
- }
- .member .default {
- display: none;
- }
- .member .since {
- float: right;
- font-size: 0.8em;
- }
- .member .description {
- color: #666;
- }
- .member .context {
- padding: 1em 0;
- }
- .description code {
- color: #666;
- font-weight: normal;
- }
- .section {
- padding-top: 25px;
- }
- .section .demo, .member .demo {
- font-style: italic;
- margin-top: 1.5em;
- margin-bottom:0.5em;
- margin-left: 1.5em;
- }
- .section .member .demo {
- margin-left: 0em;
- }
- .section h1,
- .section h2,
- .section .section-description {
- padding-left: 25px;
- }
- .section h1 {
- margin: 0px;
- font-family: "Courier New", Courier, monospace;
- }
- .section-description {
- margin: 0 0 1em 0;
- }
- /*gert*/
- .menuitem div {
- margin-left: 8px;
- }
- .tree {
- padding-left: 24px;
- }
- div.edit {
- float: right
- }
- /*edit form*/
- form#optionAttribute td.inp {
- width: 450px;
- }
- form#optionAttribute td input {
- width: 100%;
- }
- form#optionAttribute td textarea {
- width: 100%;
- }
- form#optionAttribute td input[type="checkbox"] {
- width: 20px;
- }
- .pencil {
- background-image: url(./../images/edit.png);
- }
- .remove {
- background-image: url(./../images/delete.gif);
- }
- .add {
- background-image: url(./../images/add.png);
- }
- .copy {
- background-image: url(./../images/copy.png);
- }
- .pencil, .add, .remove, .copy {
- background-repeat: no-repeat;
- background-position: center;
- float: right;
- position: relative;
- width: 10px;
- padding: 8px;
- }
- .pencil a,.add a,.remove a, .copy a {
- text-decoration: none;
- padding: 5px;
- }
- .deprecated, .error {
- color: red;
- font-weight: bold;
- }
- dl#inhMembers dd a,span.returnType {
- margin-left: 3px;
- }
- /* fix for icons changing containers height, affects updateHeights, javascript function */
- #footer-social i:before {
- line-height: 1.5;
- }
- @media screen and (max-width: 767px) {
- .nav-section-inner {
- display: none;
- }
- #nav-wrap {
- width: 100%;
- }
- #details-wrap {
- width: 100%;
- }
- .nav-section {
- padding: 0px;
- }
- #search-div{
- margin:30px;
- }
- #wrapper,
- #wrapper-inner,
- #details-wrap {
- height: auto !important;
- }
- .cell {
- width: 48%;
- text-align: center !important;
- }
- .cell:nth-child(1) {
- width: 100%;
- }
- #splashText {
- padding: 30px;
- text-align: center;
- }
- #splashText.section {
- border: none;
- }
- #splashText img {
- width: 100%;
- max-width: 380px;
- }
- #scrollTop {
- display: block;
- }
- .section {
- padding-top: 0px;
- }
- #logo img {
- margin-left:0px;
- margin-right:0px;
- }
- }
- @media screen and (max-width: 479px) {
- #footer-copy,
- #footer-social {
- float: none;
- text-align: center;
- padding: 5px 0;
- }
- .cell {
- width: 100%;
- }
- .ui-autocomplete {
- max-height: 300px;
- max-width: 275px;
- overflow-x:auto;
- }
|