123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632 |
- @media (max-width: 900px) {
- .global-is-mobile-hidden {
- display: none !important;
- }
- }
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- main,
- menu,
- nav,
- section {
- display: block;
- }
- body,
- html {
- margin: 0;
- padding: 0;
- font: 16px / 1.8 Arial, 'Helvetica Neue', Helvetica, sans-serif;
- font-weight: 300;
- color: #575757;
- }
- .grid-width-10 {
- width: 10%;
- }
- .grid-width-20 {
- width: 20%;
- }
- .grid-width-30 {
- width: 30%;
- }
- .grid-width-40 {
- width: 40%;
- }
- .grid-width-50 {
- width: 50%;
- }
- .grid-width-60 {
- width: 60%;
- }
- .grid-width-70 {
- width: 70%;
- }
- .grid-width-80 {
- width: 80%;
- }
- .grid-width-90 {
- width: 90%;
- }
- .grid-width-100 {
- width: 100%;
- }
- @media (max-width: 900px) {
- .grid-width-10,
- .grid-width-20,
- .grid-width-30,
- .grid-width-40,
- .grid-width-50,
- .grid-width-60,
- .grid-width-70,
- .grid-width-80,
- .grid-width-90,
- .grid-width-100 {
- width: 100%;
- }
- }
- *[class*="grid-width"] {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 4%;
- padding-right: 4%;
- float: left;
- }
- *[class*="grid-width"]:after,
- .grid-container:after,
- *[class*="grid-width"]:before,
- .grid-container:before {
- content: '';
- display: block;
- overflow: hidden;
- visibility: hidden;
- font-size: 0;
- line-height: 0;
- width: 0;
- height: 0;
- }
- *[class*="grid-width"]:after,
- .grid-container:after {
- clear: both;
- }
- .grid-container {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-left: auto;
- margin-right: auto;
- }
- .grid-container-nested *[class*="grid-width"]:first-child {
- padding-left: 0;
- }
- .grid-container-nested *[class*="grid-width"]:last-child {
- padding-right: 0;
- }
- @media (max-width: 900px) {
- .grid-container-nested *[class*="grid-width"]:first-child {
- padding-left: 4%;
- }
- .grid-container-nested *[class*="grid-width"]:last-child {
- padding-right: 4%;
- }
- }
- .header-a {
- min-height: 140px;
- overflow: hidden;
- }
- .header-a .header-a-logo {
- margin: 40px 0 0;
- }
- @media (max-width: 900px) {
- .header-a .header-a-logo {
- text-align: center;
- }
- }
- .header-a .header-a-logo img {
- border: transparent;
- }
- .navigation-a {
- height: 30px;
- background: #3D3D3D;
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- padding: 0;
- overflow: hidden;
- }
- @media (max-width: 900px) {
- .navigation-a {
- text-align: center;
- }
- }
- .navigation-a ul {
- list-style: none;
- margin: 0;
- overflow: hidden;
- }
- .navigation-a ul li,
- .navigation-a ul li a {
- display: inline-block;
- }
- @media (max-width: 900px) {
- .navigation-a ul {
- width: auto;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- float: none;
- }
- .navigation-a ul:before,
- .navigation-a ul:after {
- display: none;
- }
- }
- .navigation-a ul.navigation-a-left {
- text-align: left;
- }
- @media (max-width: 900px) {
- .navigation-a ul.navigation-a-left {
- padding-right: 0;
- }
- }
- .navigation-a ul.navigation-a-right {
- text-align: right;
- }
- @media (max-width: 900px) {
- .navigation-a ul.navigation-a-right {
- padding-left: 23px;
- }
- }
- .navigation-a ul li + li {
- margin-left: 23px;
- }
- .navigation-a ul li a {
- font-size: 10px;
- font-size: 0.625rem;
- line-height: 18px;
- line-height: 1.13rem;
- line-height: 30px;
- float: left;
- color: #ddd;
- font-weight: bold;
- text-decoration: none;
- text-transform: uppercase;
- }
- .navigation-a ul li a:hover {
- cursor: pointer;
- color: #fff;
- }
- .icon-navigation-a-github:before,
- .icon-navigation-a-github:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAa9JREFUOBGNlM8rRGEUht0pDGosjKYZpUSIkuwsiCaxUEqK2VOUBcrWv2BjxUJho6wsLLDzY2fhD5iR5NeOcJvIjOfM3O927m3mmlPPnPec835nZprvjlVVJvL5fCOjMWiDCLzCLVxZlpUj/x8saYV9+IZS8UJzFWoCt2GYgk+oJG4wJUouZDANv5VsUZ47dNSzkEYHfIDEHixDWgoiB/rTHlPPwBNInPmXHRb7hdeUDFG10AN1Th1Fd5mD6BMwMVnoUyVA3t3EkjkQlDFfmwPkc7NsQTXf0bGgJWaGb16dk18+EmLYawzkC+6Q3KdK4kiZqtGdskx/kmdlCJS86RuGrDLFZJmtGi1KB0q+VhOGsDLZsiyjGsOY4qoOkrO+YUauwCDoOKWo9xk9JfM+MPdSzqZdA8UlyDO3AvKLPsIG9LsmBHUKduEHdCy6PrpJZyKXdwKMOemaissOHJ9O9xTeh57GluMYIsehWy8STW/d8ZhkI0b9PjFasA1fsAOb0KCN1PLXYyKLGNdzj2YYArnZDyDRrA3Ua4UuDzd5QM/KaoxhmAO5Om5Qt8OI2/CJP6MVa1dvltQ5AAAAAElFTkSuQmCC");
- }
- .navigation-b {
- text-align: right;
- margin: 52px 0 0;
- overflow: visible;
- }
- @media (max-width: 900px) {
- .navigation-b {
- text-align: center;
- margin-top: 20px;
- padding: 0;
- }
- }
- .navigation-b ul {
- padding: 0;
- list-style: none;
- margin: 0;
- overflow: visible;
- }
- .navigation-b ul li,
- .navigation-b ul li a {
- display: inline-block;
- }
- @media (max-width: 900px) {
- .navigation-b ul {
- display: table;
- width: 100%;
- padding-bottom: 1.5em;
- }
- }
- @media (max-width: 900px) {
- .navigation-b ul li {
- display: table-row;
- }
- }
- .navigation-b ul li + li {
- margin-left: 20px;
- }
- @media (max-width: 900px) {
- .navigation-b ul li + li {
- margin-left: 0;
- }
- }
- .navigation-b ul li a {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- text-transform: uppercase;
- text-decoration: none;
- outline: none;
- }
- @media (max-width: 900px) {
- .navigation-b ul li a {
- width: 100%;
- -webkit-border-radius: 0;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 0;
- -moz-background-clip: padding;
- border-radius: 0;
- background-clip: padding-box;
- }
- }
- .footer-a {
- font-size: 13px;
- font-size: 0.8125rem;
- line-height: 23.4px;
- line-height: 1.46rem;
- padding-top: 2.25em;
- padding-bottom: 2.25em;
- overflow: hidden;
- color: #8a8a8a;
- }
- .footer-a a {
- color: #27C0D8;
- text-decoration: none;
- border-bottom: 1px dotted #27C0D8;
- }
- .footer-a a:hover {
- color: #23adc2;
- }
- .footer-a p {
- margin: 0;
- display: inline-block;
- text-align: center;
- }
- .content {
- font-size: 14px;
- font-size: 0.875rem;
- line-height: 25.2px;
- line-height: 1.57rem;
- overflow: hidden;
- padding-top: 1.5em;
- padding-bottom: 1.5em;
- }
- .content p {
- margin: 0.75em 0;
- }
- .content ul,
- .content ol,
- .content pre,
- .content blockquote,
- .content textarea:not([class^="cke"]),
- .content .cke {
- margin: 1.875em 0;
- }
- .content code,
- .content kbd {
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- padding: 3px 4px;
- }
- .content pre,
- .content code,
- .content kbd,
- .content blockquote {
- background: #f5f5f5;
- }
- .content blockquote,
- .content pre {
- background: none;
- border-left: 4px solid #27C0D8;
- padding: 1.5em 2.25em;
- }
- .content p a,
- .content ul a,
- .content ol a,
- .content blockquote a,
- .content h1 a,
- .content h2 a,
- .content h3 a,
- .content h4 a,
- .content h5 a {
- color: #27C0D8;
- text-decoration: none;
- border-bottom: 1px dotted #27C0D8;
- }
- .content p a:hover,
- .content ul a:hover,
- .content ol a:hover,
- .content blockquote a:hover,
- .content h1 a:hover,
- .content h2 a:hover,
- .content h3 a:hover,
- .content h4 a:hover,
- .content h5 a:hover {
- color: #23adc2;
- }
- .content h1,
- .content h2,
- .content h3,
- .content h4,
- .content h5 {
- color: #000;
- font-weight: 100;
- }
- .content h1 code,
- .content h2 code,
- .content h3 code,
- .content h4 code,
- .content h5 code,
- .content h1 kbd,
- .content h2 kbd,
- .content h3 kbd,
- .content h4 kbd,
- .content h5 kbd {
- font-size: inherit;
- }
- .content h1 a.content-heading-anchor,
- .content h2 a.content-heading-anchor,
- .content h3 a.content-heading-anchor,
- .content h4 a.content-heading-anchor,
- .content h5 a.content-heading-anchor {
- font-weight: 100;
- vertical-align: middle;
- opacity: 0;
- border: 0;
- }
- .content h1:hover a.content-heading-anchor,
- .content h2:hover a.content-heading-anchor,
- .content h3:hover a.content-heading-anchor,
- .content h4:hover a.content-heading-anchor,
- .content h5:hover a.content-heading-anchor {
- opacity: 1;
- }
- .content h1:target a,
- .content h2:target a,
- .content h3:target a,
- .content h4:target a,
- .content h5:target a {
- -webkit-animation: targetLinkOpacity 0.5s linear alternate;
- -moz-animation: targetLinkOpacity 0.5s linear alternate;
- -o-animation: targetLinkOpacity 0.5s linear alternate;
- animation: targetLinkOpacity 0.5s linear alternate;
- opacity: 1;
- }
- .content input,
- .content select,
- .content textarea:not([class^="cke"]) {
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
- font: inherit;
- color: inherit;
- border: 1px solid #D9D9D9;
- padding: .2em .5em;
- }
- .content input:focus,
- .content select:focus,
- .content textarea:not([class^="cke"]):focus {
- border-color: #66afe9;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
- }
- .content abbr {
- border-bottom: 1px dotted #666;
- cursor: pointer;
- }
- .content blockquote {
- font-style: italic;
- font-family: Georgia, Times, "Times New Roman", serif;
- font-size: 16px;
- font-size: 1rem;
- line-height: 28.8px;
- line-height: 1.8rem;
- }
- .content em {
- font-style: italic;
- }
- .content h1 {
- font-size: 36px;
- font-size: 2.25rem;
- line-height: 64.8px;
- line-height: 4.05rem;
- margin: 1.125em 0 0;
- }
- .content h2 {
- font-size: 27.2px;
- font-size: 1.7rem;
- line-height: 48.96px;
- line-height: 3.06rem;
- margin: 0.9em 0 0;
- }
- .content h3 {
- font-size: 24px;
- font-size: 1.5rem;
- line-height: 43.2px;
- line-height: 2.7rem;
- font-weight: 500;
- margin: 0.75em 0 0;
- }
- .content h4 {
- font-size: 19.2px;
- font-size: 1.2rem;
- line-height: 34.56px;
- line-height: 2.16rem;
- font-weight: 500;
- margin: 0.75em 0 0;
- }
- .content h5 {
- font-size: 17.6px;
- font-size: 1.1rem;
- line-height: 31.68px;
- line-height: 1.98rem;
- font-weight: 500;
- margin: 0.75em 0 0;
- }
- .content hr {
- border: 0;
- border-top: 4px solid #D9D9D9;
- margin: 1.5em 0;
- }
- .content input[type="text"] {
- height: 1.8em;
- line-height: 1.8em;
- }
- .content input[type="button"] {
- -webkit-appearance: button;
- -moz-appearance: button;
- appearance: button;
- }
- .content kbd {
- font-size: 12px;
- font-size: 0.75rem;
- line-height: 21.6px;
- line-height: 1.35rem;
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- padding: 2px 6px;
- -webkit-box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
- -moz-box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
- box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
- }
- .content p img {
- vertical-align: middle;
- }
- .content p pre {
- padding: 1.5em;
- }
- .content pre {
- padding: 0;
- border: 0;
- tab-size: 4;
- -o-tab-size: 4;
- -moz-tab-size: 4;
- }
- .content pre,
- .content code {
- font-size: 11.89px;
- font-size: 0.743rem;
- line-height: 21.4px;
- line-height: 1.34rem;
- font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
- }
- .content pre a,
- .content code a {
- border: 0;
- }
- .content pre code {
- padding: 0.75em;
- display: block;
- }
- .content strong {
- color: #000;
- }
- .content ul ul,
- .content ol ul,
- .content ul ol,
- .content ol ol {
- margin: 0.75em 0;
- }
- .content ul li,
- .content ol li {
- font-size: 14px;
- font-size: 0.875rem;
- line-height: 30.24px;
- line-height: 1.89rem;
- }
- .content textarea:not([class^="cke"]) {
- width: 100%;
- }
- .content div.todo {
- border: 2px dotted #444;
- padding: 10px;
- margin: 60px 0 10px 0;
-
- }
- .content div.todo:before {
- content: "TODO";
- font-weight: bold;
- }
- body a.button-a,
- body button.button-a,
- body input.button-a {
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- font-size: 14px;
- font-size: 0.875rem;
- line-height: 25.2px;
- line-height: 1.57rem;
- height: 36px;
- line-height: 36px;
- padding: 0 1.1em;
- font-weight: 700;
- color: #3e3e3e;
- white-space: nowrap;
- text-decoration: none;
- display: inline-block;
- cursor: pointer;
- border: 0;
- vertical-align: middle;
- margin: 1px 0;
- background: transparent;
- }
- body a.button-a.icon-pos-left,
- body button.button-a.icon-pos-left,
- body input.button-a.icon-pos-left {
- padding-left: .8em;
- }
- body a.button-a.icon-pos-right,
- body button.button-a.icon-pos-right,
- body input.button-a.icon-pos-right {
- padding-right: .8em;
- }
- body a.button-a.button-a-no-text,
- body button.button-a.button-a-no-text,
- body input.button-a.button-a-no-text {
- -webkit-border-radius: 100px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 100px;
- -moz-background-clip: padding;
- border-radius: 100px;
- background-clip: padding-box;
- width: 36px;
- padding: 0;
- text-indent: -999px;
- overflow: hidden;
- position: relative;
- text-align: center;
- }
- body a.button-a.button-a-no-text:before,
- body button.button-a.button-a-no-text:before,
- body input.button-a.button-a-no-text:before {
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -9px 0 0 -9px;
- }
- @media (max-width: 900px) {
- body a.button-a.button-a-mobile-collapsed,
- body button.button-a.button-a-mobile-collapsed,
- body input.button-a.button-a-mobile-collapsed {
- -webkit-border-radius: 100px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 100px;
- -moz-background-clip: padding;
- border-radius: 100px;
- background-clip: padding-box;
- width: 36px;
- padding: 0;
- text-indent: -999px;
- overflow: hidden;
- position: relative;
- text-align: center;
- }
- body a.button-a.button-a-mobile-collapsed:before,
- body button.button-a.button-a-mobile-collapsed:before,
- body input.button-a.button-a-mobile-collapsed:before {
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -9px 0 0 -9px;
- }
- body a.button-a.button-a-mobile-collapsed:before,
- body button.button-a.button-a-mobile-collapsed:before,
- body input.button-a.button-a-mobile-collapsed:before {
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -9px 0 0 -9px;
- }
- }
- body a.button-a:active,
- body button.button-a:active,
- body input.button-a:active,
- body a.button-a:hover,
- body button.button-a:hover,
- body input.button-a:hover {
- color: #fff;
- background: #23adc2;
- }
- body a.button-a:focus,
- body button.button-a:focus,
- body input.button-a:focus {
- border-color: #66afe9;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
- }
- body a.button-a-soft,
- body button.button-a-soft,
- body input.button-a-soft {
- background: #e7e7e7;
- }
- body a.button-a-soft:active,
- body button.button-a-soft:active,
- body input.button-a-soft:active,
- body a.button-a-soft:hover,
- body button.button-a-soft:hover,
- body input.button-a-soft:hover {
- color: #3e3e3e;
- background: #cecece;
- }
- body a.button-a-background,
- body button.button-a-background,
- body input.button-a-background,
- body a.navigation-b ul li a:hover,
- body button.navigation-b ul li a:hover,
- body input.navigation-b ul li a:hover {
- color: #fff;
- background: #27C0D8;
- }
- body a.button-a-background:active,
- body button.button-a-background:active,
- body input.button-a-background:active,
- body a.button-a-background:hover,
- body button.button-a-background:hover,
- body input.button-a-background:hover,
- body a.navigation-b ul li a:hover:active,
- body button.navigation-b ul li a:hover:active,
- body input.navigation-b ul li a:hover:active,
- body a.navigation-b ul li a:hover:hover,
- body button.navigation-b ul li a:hover:hover,
- body input.navigation-b ul li a:hover:hover {
- color: #fff;
- background: #23adc2;
- }
- .balloon-a {
- font-size: 12px;
- font-size: 0.75rem;
- line-height: 21.6px;
- line-height: 1.35rem;
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- border-bottom: 3px solid #d4d4d4;
- background: #ebebeb;
- display: inline-block;
- white-space: nowrap;
- padding: .4em 1.2em .2em;
- font-weight: 700;
- position: relative;
- z-index: 1000;
- text-transform: none;
- color: #575757;
- }
- .balloon-a:hover {
- color: #575757;
- }
- .balloon-a:before {
- content: '';
- width: 0;
- height: 0;
- border-style: solid;
- position: absolute;
- }
- .balloon-a-ne:before,
- .balloon-a-nw:before {
- top: -13px;
- border-width: 0 9px 15.6px 9px;
- border-color: transparent transparent #ebebeb transparent;
- }
- .balloon-a-se:before,
- .balloon-a-sw:before {
- bottom: -13px;
- border-width: 15.6px 9px 0 9px;
- border-color: #ebebeb transparent transparent transparent;
- }
- .balloon-a-nw:before,
- .balloon-a-sw:before {
- left: 20px;
- }
- .balloon-a-ne:before,
- .balloon-a-se:before {
- right: 20px;
- }
- .icon-pos-left:before,
- .icon-pos-right:after {
- content: '';
- display: inline-block;
- width: 18px;
- height: 18px;
- vertical-align: middle;
- background-repeat: no-repeat;
- }
- .icon-pos-left:before {
- margin-right: 10px;
- }
- .icon-pos-right:after {
- margin-left: 10px;
- }
- .icon-download:before,
- .icon-download:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAQFJREFUOBGtVDESgjAQBGfobHwE/AIa/AN/8EEWfMWGZ+gDaG2ws8BdyY13SRgGcGducre3WQ5NSJIIxnGsES3ijhhcMCdXR7ZYCqIc0SGWQE1ud7sKjRLxXHJQfWpLYwaCk6wxET/u+U2GIngd8yRViINau28bBH/YAGqvSQPhRNQHqBqj3FY0NKq27TW7qhSTDaCOhkaRAj7Hmm8S4V+c6C+gUa+crsizuWmoc70MKbWCnqPy2GvcUJxE4a/sIajRaGkU+/sf4IuISQGePR/T/QMbHEhwPLVnMWPuOCwGnWg41dwVeaN3ccHch70idIRi/6WV0WC2/zMiZm661R+2DxyEdjTuST3mAAAAAElFTkSuQmCC");
- }
- .icon-question-mark:before,
- .icon-question-mark:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUhJREFUOBGllLFOAkEQhjk0WthT2JFA7Czsqc7OxFLewEeAZ/AVbO0tTLTSBKhstTBUNkYLEoVAbD2//zILe5e9uwCT/JnZmX/+m83ebq0WsCRJYnANxmBhUKxcHGjJpiC1wQBUmTjtbLetKHTAT5WCVxe3kxEjoUmKRL6pvYEZyJt6VpOxCG3nmfyx+yJxBM7BFPg2SDlkTv2sxZqi4YnUvfgswI9FuHAkzz9EUTTRmqYeTifXsvoj/s9i57oi6ljz9kviFdyBCbgHe+rCn4C8jVXQ18rshuKOiTSIXwLkRZWQTurARJrE7wERpea7kD7BkcgB+yB3CFGlPmgqCNiXhEagSGif2qU1Ln8FW/tupK3pXhXZrWNDuCoikY/rHPMT5KFr2MAPTSM90rIrUjJIeq1WV0RTwN7+0rrtILb9M+LEbLq1H7Z/Ea3+RvBddl0AAAAASUVORK5CYII=");
- }
- .icon-close:before,
- .icon-close:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUlJREFUOBGllDFuwzAMRe3Cd+jYKUCzd/XkDtm9dsoVOuUqBnqBoodwgBwiW8ZsXTIWqPu+Iia0LMAoTOBbJEV+UZTkosjIMAwN6MARXCKky9dkUsYuglagB3OimNU4O1pM1OB7jsHNK7YekeFQJZ5kj/0LcnLA+RMnlHOvDMNv5wO7BFuQkn3hq0ALjKwPVeF4BSaqpLRy0T1ZIHFz75bE2BR8dBImqmBrwRplg09QmR/9GZyBSadAHauXCZkRROKURLlHEemepJIlIyhHotzLg1/N6erTxtmmvqA8muHGIbc1rTBqrEuwnqWnGbbmmz0hwaHtvM2QhWbrXZnosvnTWWPrdCY9w7cDJtf3h9VHjy5Zq9UZ08beyJh7Aicg6W/VYvgnIjJdNn9PMIOITJWcgnV9VvcnEitY/mitNFZZ/hsxsljdv39sfybRQ4R/kU0MAAAAAElFTkSuQmCC");
- }
- .ie8 .switch > * {
- vertical-align: middle;
- }
- .ie8 .switch input[type="radio"] {
- margin: 0 0.25em;
- display: inline-block;
- }
- .ie8 .switch label {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .ie8 .switch label[data-for="1"] {
- float: left;
- }
- .ie8 .switch label[data-for="2"] {
- float: right;
- }
- .ie8 .switch .switch-inner {
- display: none;
- }
- .switch {
- font-size: 14px;
- font-size: 0.875rem;
- line-height: 25.2px;
- line-height: 1.57rem;
- font-weight: bold;
- background-color: #27C0D8;
- overflow: hidden;
- display: inline-block;
- padding: 0.75em 0.25em;
- color: #fff;
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- position: relative;
- }
- .switch input[type="radio"] {
- display: none;
- }
- .switch label {
- position: relative;
- z-index: 2;
- float: left;
- cursor: pointer;
- padding: 0 0.75em;
- }
- .switch label:hover {
- text-decoration: underline;
- }
- .switch .switch-inner {
- float: left;
- background-color: #FFF;
- height: 1.5em;
- width: 4.125em;
- padding: 2px;
- margin: 0 0.25em;
- -webkit-border-radius: 5.5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 5.5px;
- -moz-background-clip: padding;
- border-radius: 5.5px;
- background-clip: padding-box;
- }
- .switch .switch-inner .handler {
- overflow: hidden;
- position: relative;
- display: block;
- height: 1.5em;
- width: 1.5em;
- background: #25b4cb;
- -webkit-border-radius: 4.5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 4.5px;
- -moz-background-clip: padding;
- border-radius: 4.5px;
- background-clip: padding-box;
- }
- .switch .switch-inner .handler:before {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 3px;
- left: 0;
- background-color: #34c4da;
- -webkit-border-bottom-left-radius: 4.5px;
- -moz-border-radius-bottomleft: 4.5px;
- border-bottom-left-radius: 4.5px;
- -webkit-border-bottom-right-radius: 4.5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius-bottomright: 4.5px;
- -moz-background-clip: padding;
- border-bottom-right-radius: 4.5px;
- background-clip: padding-box;
- }
- .switch:hover .switch-inner .handler:before {
- background: #45c9dd;
- }
- .switch input[data-num="2"]:checked ~ .switch-inner > .handler {
- margin-left: auto;
- }
- .switch input[data-num="2"]:checked ~ label[data-for="1"] {
- padding-right: 5.125em;
- margin-right: -4.375em;
- }
- .switch input[data-num="1"]:checked ~ label[data-for="2"] {
- padding-left: 5.125em;
- margin-left: -4.375em;
- }
- .toggler {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .toggler label {
- cursor: pointer;
- }
- .toggler [data-collapse] {
- display: inherit;
- }
- .toggler [data-expand] {
- display: none;
- }
- .toggler.collapsed [data-collapse] {
- display: none;
- }
- .toggler.collapsed [data-expand] {
- display: inherit;
- }
- .toggler-container {
- overflow: hidden;
- }
- .toggler-container.collapsed {
- height: 0;
- }
- .icon-toggler-expanded:before,
- .icon-toggler-collapsed:before,
- .icon-toggler-expanded:after,
- .icon-toggler-collapsed:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAByCAYAAABeOoENAAAAAXNSR0IArs4c6QAAAbxJREFUaAXtmT1KBEEQhRdFQdBEMfQEBoaGopl3MfECXsFERLyBh/AUIuwJDEUQM//eB11Dz1A1uzotGFTBY2rr58306+kNpmazP7Z98V8Kj8JrAT4xcgttXRVXwofwFYAcNdS6RuJegOBTuBUOhc0CfGLkqKHWJeMuFDwJJ0Jk5Kihlp6esW4embuNkVgTNdTS09MMEbkDj76sUUsPvZ2xIwTRATsQuBuxGsTIYdSSo7cztpggwprdyKlJ8ImZUUuM3s48ol1lXwQjwydm5hINl2bF53KMCL82d2mR2GvqnBfg1+aKPbb9p+oGtYXbT1GTFxKiZkfEyHgy7x0y0clR454zSGpDMzaA3fzV30hNln4qkAqkAqlAKpAKpAKpQCqQCqQCqUAqkAqkAqlAKpAKpAKpQCrw3xWY/GGcz++TP9U3Gx40GWdEAxabXA33NBywRCOfdzFcCztDJv12Rz7REMpmIc9qPBNWK0J3COWNxegxIrs+KHZcyHpjsZUSXPaypcLtseJFS3tT84WwUZG4S4vEZkl3wl5FYK4rdrT9R9Y1uIbbT12TFxKiZkfEyCYfWojMJv+NGNGPr99GI9DP7P9TCgAAAABJRU5ErkJggg==");
- }
- .icon-toggler-expanded.icon-light:before,
- .icon-toggler-collapsed.icon-light:before,
- .icon-toggler-expanded.icon-light:after,
- .icon-toggler-collapsed.icon-light:after {
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAByCAYAAABeOoENAAAAAXNSR0IArs4c6QAAAcVJREFUaAXtmT9KA1EQxhMlASE2SkpPkCJlStHOu3gGwRPYBAm5gYfwFBKwtrARRAh26vr7ljfx7TrLChtBcAa+zOSbPy/7vcTC6fV+04qimIArsALrBMXiJq1nUzQEc/AOmkw51QzdgUqAWyD7AEswA6MExeKUk6n2+zBInSJ7BKfuaZDKpRpcMa/UQUgTfWSd1jjEmlSTatXzpRlvJKJsacVtXrVlB72bWgjdiGwmEj8FOq1u4qapRprJVvkgXbFsZCTxomSqL4ssr0uQrY3TJ/AGjeFfVJlM8diaiCuDdlLiIfmNcP1+/wnu0hoVJ84oq7XeUhNXbE4dgPuEgU2Qh3PFbrx+Gs6E2hD/+tMJ3b+QadB2fiLZsG4/2poG3f6M5MMiDgVCgVAgFAgFQoFQIBQIBUKBUCAUCAVCgVAgFAgFQoFQIBQIBf66AiwLuv1jnAH/Zb/Go5abq/qdwvsLFhJNK583ctfg0Bnmrnwq+zVrYoDZM8E52M1yP9uvqcGmZP6O+CTl3LWYHdTm9yk4aCzilLZHe6XmAuzZEGL30ZrEpr64AUc2wDycK7a7X6P42BpzD+9fv4pIxn4tWznnwm0r/gQpiG1tFshTowAAAABJRU5ErkJggg==");
- }
- .icon-toggler-expanded:before,
- .icon-toggler-expanded:after {
- background-position: top left;
- }
- .icon-toggler-collapsed:before,
- .icon-toggler-collapsed:after {
- background-position: bottom left;
- }
- .modal {
- padding: 20px;
- border-radius: 3px;
- background-color: white;
- max-width: 700px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 80% !important;
- top: 50% !important;
- -webkit-transform: translate(-50%, -50%) !important;
- -moz-transform: translate(-50%, -50%) !important;
- -o-transform: translate(-50%, -50%) !important;
- -ms-transform: translate(-50%, -50%) !important;
- transform: translate(-50%, -50%) !important;
- }
- .modal-close {
- -webkit-border-radius: 100px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 100px;
- -moz-background-clip: padding;
- border-radius: 100px;
- background-clip: padding-box;
- cursor: pointer;
- height: 18px;
- width: 18px;
- position: absolute;
- top: 10px;
- right: 10px;
- font-size: 17px;
- text-align: center;
- line-height: 19px;
- background: #cccccc;
- }
- main .grid-container,
- header .grid-container,
- .navigation-a > div,
- footer > div {
- max-width: 968px;
- }
- .header-a {
- margin-top: 30px;
- }
- .footer-a {
- border-top: 1px solid #D9D9D9;
- }
- .adjoined-top {
- background-color: #27C0D8;
- color: #fff;
- }
- .adjoined-top .content h1,
- .adjoined-top .content h2,
- .adjoined-top .content h3,
- .adjoined-top .content h4,
- .adjoined-top .content h5 {
- color: #fff;
- }
- .adjoined-top .content p {
- font-size: 18px;
- font-size: 1.125rem;
- line-height: 32.4px;
- line-height: 2.02rem;
- font-weight: 100;
- }
- .adjoined-top .content p a {
- text-decoration: none;
- border-bottom: 1px dotted #fff;
- color: inherit;
- }
- .adjoined-top .content p a:hover {
- color: #e6e6e6;
- }
- .adjoined-top .content button {
- color: #fff;
- }
- .adjoined-top .content strong {
- color: #fff;
- }
- .adjoined-top .content code {
- font-size: inherit;
- color: #27C0D8;
- }
- .adjoined-bottom {
- position: relative;
- }
- .adjoined-bottom:before {
- z-index: -1;
- content: '';
- background: #27C0D8;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- height: 50%;
- }
- main .grid-container,
- header .grid-container,
- .navigation-a > div,
- footer > div {
- max-width: 1052px;
- }
- main .grid-container.freed-width {
- max-width: none;
- }
- .switch {
- background: #25b4cb;
- float: right;
- overflow: visible;
- }
- .switch .balloon-a {
- position: absolute;
- top: -40px;
- right: 50%;
- margin-right: -15px;
- background: #FFEFC1;
- border-bottom-color: #DCDCA4;
- }
- .switch .balloon-a:before {
- border-color: #FFEFC1 transparent transparent transparent;
- }
- #toolbar .editors-container {
- overflow: hidden;
- height: 0;
- transition: height 200ms;
- }
- #toolbar .editors-container.active {
- height: auto;
- }
- #main #editor {
- background: #FFF;
- padding: 2% 4%;
- border: dashed 5px #27C0D8;
- }
- #main .adjoined-top:before {
- height: 335px;
- }
- #toolbar .adjoined-top:before {
- height: 219px;
- }
- #toolbar .adjoined-top .grid-container-nested {
- height: 147px;
- }
- .content .grid-switch-magic {
- margin: 3.5em 0 0;
- }
- #info-box {
- padding-bottom: 0;
- }
- #info-box > div {
- width: 100%;
- text-align: right;
- }
- #info-box > div .toggler {
- padding-right: 0;
- }
- #info-box > div .toggler:hover {
- background: transparent;
- color: #000;
- }
- #info-box > div .toggler:hover > label {
- text-decoration: underline;
- }
- #info-box > div h2 {
- float: left;
- margin-top: 0;
- }
- #info-box > div#instructions-container {
- text-align: left;
- }
- #toolbarModifierWrapper {
- overflow: hidden;
- height: 0;
- opacity: 0;
- transition: height 200ms;
- }
- #toolbarModifierWrapper.active {
- height: auto;
- opacity: 1;
- }
- header {
- overflow: visible;
- }
- header div.grid-container {
- overflow: visible;
- }
- header .navigation-b {
- overflow: visible;
- }
- header .navigation-b ul {
- overflow: visible;
- }
- header .navigation-b a {
- position: relative;
- }
- header .balloon-a {
- position: absolute;
- top: 48px;
- left: 50%;
- margin-left: -35px;
- }
- @media (max-width: 1140px) {
- header .balloon-a {
- left: auto;
- margin-left: auto;
- right: 50%;
- margin-right: -35px;
- }
- header .balloon-a:before {
- left: auto;
- right: 22px;
- }
- }
- @media (max-width: 900px) {
- header .balloon-a {
- display: none;
- }
- }
- #toolbar .cke_toolbar {
- pointer-events: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- cursor: default;
- }
- .some-toolbar-active .cke_toolbar {
- zoom: 1;
- filter: alpha(opacity=50);
- -webkit-opacity: 0.5;
- -moz-opacity: 0.5;
- opacity: 0.5;
- }
- .cke_toolbar.active {
- position: relative;
- zoom: 1;
- filter: alpha(opacity=100);
- -webkit-opacity: 1;
- -moz-opacity: 1;
- opacity: 1;
- }
- .cke_toolbar.active:after {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- right: 6px;
- bottom: 5px;
- left: 0;
- -webkit-border-radius: 5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 5px;
- -moz-background-clip: padding;
- border-radius: 5px;
- background-clip: padding-box;
- -webkit-box-shadow: 0px 0px 15px 3px #fff4b0;
- -moz-box-shadow: 0px 0px 15px 3px #fff4b0;
- box-shadow: 0px 0px 15px 3px #fff4b0;
- }
- .cke_toolbar.active .cke_toolgroup {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- border-color: #e3c300;
- }
- .cke_toolbar.active .cke_combo,
- .cke_toolbar.active .cke_toolgroup {
- position: relative;
- z-index: 2;
- }
- .cke_toolbar.active .cke_combo_button {
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .unselectable {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .toolbar {
- padding: 5px 0;
- margin-bottom: 2.4em;
- overflow: hidden;
- background: #fff;
- }
- .toolbar button.button-a.cke_button {
- cursor: pointer;
- display: inline-block;
- padding: 4px 6px;
- outline: 0;
- border: 1px solid #a6a6a6;
- }
- .toolbar button.button-a.hidden {
- display: none;
- }
- .toolbar button.button-a.left {
- float: left;
- margin-right: 8px;
- }
- .toolbar button.button-a.right {
- float: right;
- margin-left: 8px;
- }
- .toolbar button.button-a .highlight {
- color: #ffefc1;
- }
- .configContainer.hidden,
- .toolbarModifier.hidden,
- .toolbarModifier-hints.hidden {
- display: none;
- }
- .toolbarModifier :focus,
- .toolbar button:focus,
- .configContainer textarea.configCode:focus {
- outline: none;
- }
- div.toolbarModifier {
- padding: 0;
- overflow: hidden;
- width: 100%;
- position: relative;
- display: table;
- border-collapse: collapse;
- }
- div.toolbarModifier ::-moz-focus-inner {
- border: 0;
- }
- div.toolbarModifier .empty {
- display: none;
- }
- div.toolbarModifier.empty-visible .empty {
- display: table-row;
- zoom: 1;
- filter: alpha(opacity=60);
- -webkit-opacity: 0.6;
- -moz-opacity: 0.6;
- opacity: 0.6;
- }
- div.toolbarModifier .empty > p {
- line-height: 31px;
- }
- div.toolbarModifier > ul {
- padding: 0;
- margin: 0;
- border-top: 1px solid #ccc;
- width: 100%;
- }
- div.toolbarModifier > ul[data-type="table-header"] {
- display: table-header-group;
- }
- div.toolbarModifier > ul[data-type="table-body"] {
- display: table-row-group;
- }
- div.toolbarModifier > ul p {
- padding: 0;
- margin: 0;
- }
- div.toolbarModifier > ul > li {
- display: table-row;
- }
- div.toolbarModifier > ul > li[data-type="header"] {
- font-weight: bold;
- user-select: none;
- cursor: default;
- }
- div.toolbarModifier > ul > li[data-type="group"],
- div.toolbarModifier > ul > li[data-type="separator"] {
- border-bottom: 1px solid #ccc;
- }
- div.toolbarModifier > ul > li[data-type="subgroup"] {
- border-top: 1px solid #eee;
- }
- div.toolbarModifier > ul > li[data-type="subgroup"]:first-child {
- border-top: none;
- }
- div.toolbarModifier > ul > li[data-type="group"].active,
- div.toolbarModifier > ul > li[data-type="group"]:hover,
- div.toolbarModifier > ul > li[data-type="separator"].active,
- div.toolbarModifier > ul > li[data-type="separator"]:hover {
- overflow: hidden;
- z-index: 2;
- }
- div.toolbarModifier > ul > li[data-type="group"].active,
- div.toolbarModifier > ul > li[data-type="separator"].active,
- div.toolbarModifier > ul > li[data-type="group"].active:hover,
- div.toolbarModifier > ul > li[data-type="separator"].active:hover {
- background: #f0fafb;
- }
- div.toolbarModifier > ul > li[data-type="group"]:hover,
- div.toolbarModifier > ul > li[data-type="separator"]:hover {
- background: #fffbe3;
- }
- div.toolbarModifier > ul > li[data-type="separator"] {
- background: #f5f5f5;
- }
- div.toolbarModifier > ul > li[data-type="separator"]:after {
- content: '';
- width: 100%;
- }
- div.toolbarModifier > ul > li[data-type="separator"] > p {
- padding: 2px 5px;
- }
- div.toolbarModifier > ul > li > p,
- div.toolbarModifier > ul > li > ul {
- display: table-cell;
- vertical-align: middle;
- }
- div.toolbarModifier > ul > li p {
- padding-left: 5px;
- min-width: 200px;
- }
- div.toolbarModifier > ul > li p span {
- white-space: nowrap;
- cursor: default;
- }
- div.toolbarModifier > ul > li p span button {
- font-size: 12.666px;
- margin-right: 5px;
- cursor: pointer;
- background: #fff;
- -webkit-border-radius: 5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 5px;
- -moz-background-clip: padding;
- border-radius: 5px;
- background-clip: padding-box;
- border: 1px solid #bbb;
- padding: 0 7px;
- line-height: 12px;
- height: 20px;
- }
- div.toolbarModifier > ul > li p span button:not(.disabled):hover,
- div.toolbarModifier > ul > li p span button:not(.disabled):focus {
- color: #fff;
- background-color: #454545;
- border-color: transparent;
- }
- div.toolbarModifier > ul > li p span button.move.disabled {
- cursor: default;
- zoom: 1;
- filter: alpha(opacity=20);
- -webkit-opacity: 0.2;
- -moz-opacity: 0.2;
- opacity: 0.2;
- }
- div.toolbarModifier > ul > li ul {
- border-collapse: collapse;
- padding: 0;
- width: 100%;
- }
- div.toolbarModifier > ul > li ul li {
- display: table-row;
- list-style-type: none;
- line-height: 1;
- }
- div.toolbarModifier > ul > li ul li[data-type="subgroup"] {
- border-top: 1px solid #ddd;
- }
- div.toolbarModifier > ul > li ul li[data-type="subgroup"]:first-child {
- border-top: 0;
- }
- div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] {
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- padding: 0 2px;
- }
- div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"]:focus {
- background: rgba(0, 0, 0, 0.04);
- }
- div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] input {
- vertical-align: middle;
- }
- div.toolbarModifier > ul > li ul li > p,
- div.toolbarModifier > ul > li ul li > ul {
- display: table-cell;
- vertical-align: middle;
- }
- div.toolbarModifier > ul > li ul li ul {
- padding: 0;
- }
- div.toolbarModifier > ul > li ul li ul li {
- padding: 0;
- display: inline-block;
- cursor: pointer;
- margin: 2px 5px 2px 0;
- }
- div.toolbarModifier > ul > li ul li ul li .cke_combo_text {
- cursor: pointer;
- white-space: nowrap;
- }
- div.toolbarModifier > ul > li ul li ul li .cke_toolgroup,
- div.toolbarModifier > ul > li ul li ul li .cke_combo_button {
- cursor: pointer;
- margin: 0;
- vertical-align: middle;
- border: 1px solid #ddd;
- font-size: 11.41px;
- font-size: 0.713rem;
- line-height: 20.54px;
- line-height: 1.28rem;
- }
- div.toolbarModifier > .codemirror-wrapper {
- overflow-y: auto;
- }
- div.toolbarModifier-hints {
- float: right;
- width: 350px;
- min-width: 150px;
- overflow-y: auto;
- margin-left: 1.5em;
- }
- div.toolbarModifier-hints h3 {
- font-size: 18.08px;
- font-size: 1.13rem;
- line-height: 32.54px;
- line-height: 2.03rem;
- padding: 0.36em 1.5em;
- background: #f5f5f5;
- border-bottom: 1px solid #ddd;
- margin-top: 0;
- margin-bottom: 1.2em;
- }
- div.toolbarModifier-hints dl {
- margin-bottom: 1.2em;
- overflow: hidden;
- }
- div.toolbarModifier-hints dl .list-header {
- font-weight: bold;
- border: 0;
- padding-bottom: 0.6em;
- }
- div.toolbarModifier-hints dl > p {
- text-align: center;
- }
- div.toolbarModifier-hints dl dt {
- float: left;
- width: 9em;
- clear: both;
- text-align: right;
- border-top: 1px solid #ddd;
- padding-left: 1.5em;
- padding-right: .1em;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- div.toolbarModifier-hints dl dt code {
- background: none;
- border: none;
- vertical-align: middle;
- }
- div.toolbarModifier-hints dl dd {
- margin-left: 10em;
- clear: right;
- padding-right: 1.5em;
- }
- div.toolbarModifier-hints dl dd code {
- line-height: 2.2em;
- }
- div.toolbarModifier-hints dl dd:after {
- content: '\00a0';
- display: block;
- clear: left;
- float: right;
- height: 0;
- width: 0;
- }
- .toolbarModifier-hints,
- .configContainer textarea.configCode,
- .CodeMirror {
- -webkit-border-radius: 3px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 3px;
- -moz-background-clip: padding;
- border-radius: 3px;
- background-clip: padding-box;
- border: 1px solid #ccc;
- font-size: 13.01px;
- font-size: 0.813rem;
- line-height: 23.42px;
- line-height: 1.46rem;
- }
- .configContainer textarea.configCode,
- .CodeMirror pre,
- .CodeMirror-linenumber {
- font-size: 13.01px;
- font-size: 0.813rem;
- line-height: 23.42px;
- line-height: 1.46rem;
- font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
- }
- .CodeMirror pre {
- border: none;
- padding: 0;
- margin: 0;
- }
- .configContainer textarea.configCode {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- color: #575757;
- padding: 10px;
- width: 100%;
- min-height: 500px;
- margin: 0;
- resize: none;
- outline: none;
- -moz-tab-size: 4;
- tab-size: 4;
- white-space: pre;
- word-wrap: normal;
- overflow: auto;
- }
- .CodeMirror-hints.toolbar-modifier {
- padding: 0;
- color: #575757;
- font-size: 14px;
- font-size: 0.875rem;
- line-height: 25.2px;
- line-height: 1.57rem;
- font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
- }
- .CodeMirror-hints.toolbar-modifier .CodeMirror-hint-active {
- color: #575757;
- background: #f0fafb;
- }
- .CodeMirror-hints.toolbar-modifier > li:hover {
- background: #fffbe3;
- }
- #toolbarModifierWrapper {
- margin-bottom: 1.2em;
- }
- #toolbarModifierWrapper .invalid .CodeMirror {
- background: #fff8f8;
- border-color: red;
- }
- #toolbarModifierWrapper .CodeMirror {
- height: auto;
- padding: 0 0.6em;
- }
- .staticContainer {
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 10;
- }
- .staticContainer > .grid-container {
- max-width: 1052px;
- }
- .staticContainer > .grid-container .inner {
- background: #fff;
- }
- .staticContainer > .grid-container .inner .toolbar {
- margin-bottom: 0;
- }
- #help {
- position: relative;
- top: -15px;
- left: -5px;
- }
- #help-content {
- display: none;
- }
|