samples.css 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631
  1. @media (max-width: 900px) {
  2. .global-is-mobile-hidden {
  3. display: none !important;
  4. }
  5. }
  6. article,
  7. aside,
  8. details,
  9. figcaption,
  10. figure,
  11. footer,
  12. header,
  13. hgroup,
  14. main,
  15. menu,
  16. nav,
  17. section {
  18. display: block;
  19. }
  20. body,
  21. html {
  22. margin: 0;
  23. padding: 0;
  24. font: 16px / 1.8 Arial, 'Helvetica Neue', Helvetica, sans-serif;
  25. font-weight: 300;
  26. color: #575757;
  27. }
  28. .grid-width-10 {
  29. width: 10%;
  30. }
  31. .grid-width-20 {
  32. width: 20%;
  33. }
  34. .grid-width-30 {
  35. width: 30%;
  36. }
  37. .grid-width-40 {
  38. width: 40%;
  39. }
  40. .grid-width-50 {
  41. width: 50%;
  42. }
  43. .grid-width-60 {
  44. width: 60%;
  45. }
  46. .grid-width-70 {
  47. width: 70%;
  48. }
  49. .grid-width-80 {
  50. width: 80%;
  51. }
  52. .grid-width-90 {
  53. width: 90%;
  54. }
  55. .grid-width-100 {
  56. width: 100%;
  57. }
  58. @media (max-width: 900px) {
  59. .grid-width-10,
  60. .grid-width-20,
  61. .grid-width-30,
  62. .grid-width-40,
  63. .grid-width-50,
  64. .grid-width-60,
  65. .grid-width-70,
  66. .grid-width-80,
  67. .grid-width-90,
  68. .grid-width-100 {
  69. width: 100%;
  70. }
  71. }
  72. *[class*="grid-width"] {
  73. -webkit-box-sizing: border-box;
  74. -moz-box-sizing: border-box;
  75. box-sizing: border-box;
  76. padding-left: 4%;
  77. padding-right: 4%;
  78. float: left;
  79. }
  80. *[class*="grid-width"]:after,
  81. .grid-container:after,
  82. *[class*="grid-width"]:before,
  83. .grid-container:before {
  84. content: '';
  85. display: block;
  86. overflow: hidden;
  87. visibility: hidden;
  88. font-size: 0;
  89. line-height: 0;
  90. width: 0;
  91. height: 0;
  92. }
  93. *[class*="grid-width"]:after,
  94. .grid-container:after {
  95. clear: both;
  96. }
  97. .grid-container {
  98. -webkit-box-sizing: border-box;
  99. -moz-box-sizing: border-box;
  100. box-sizing: border-box;
  101. margin-left: auto;
  102. margin-right: auto;
  103. }
  104. .grid-container-nested *[class*="grid-width"]:first-child {
  105. padding-left: 0;
  106. }
  107. .grid-container-nested *[class*="grid-width"]:last-child {
  108. padding-right: 0;
  109. }
  110. @media (max-width: 900px) {
  111. .grid-container-nested *[class*="grid-width"]:first-child {
  112. padding-left: 4%;
  113. }
  114. .grid-container-nested *[class*="grid-width"]:last-child {
  115. padding-right: 4%;
  116. }
  117. }
  118. .header-a {
  119. min-height: 140px;
  120. overflow: hidden;
  121. }
  122. .header-a .header-a-logo {
  123. margin: 40px 0 0;
  124. }
  125. @media (max-width: 900px) {
  126. .header-a .header-a-logo {
  127. text-align: center;
  128. }
  129. }
  130. .header-a .header-a-logo img {
  131. border: transparent;
  132. }
  133. .navigation-a {
  134. height: 30px;
  135. background: #3D3D3D;
  136. position: absolute;
  137. left: 0;
  138. right: 0;
  139. top: 0;
  140. padding: 0;
  141. overflow: hidden;
  142. }
  143. @media (max-width: 900px) {
  144. .navigation-a {
  145. text-align: center;
  146. }
  147. }
  148. .navigation-a ul {
  149. list-style: none;
  150. margin: 0;
  151. overflow: hidden;
  152. }
  153. .navigation-a ul li,
  154. .navigation-a ul li a {
  155. display: inline-block;
  156. }
  157. @media (max-width: 900px) {
  158. .navigation-a ul {
  159. width: auto;
  160. text-overflow: ellipsis;
  161. white-space: nowrap;
  162. display: inline-block;
  163. float: none;
  164. }
  165. .navigation-a ul:before,
  166. .navigation-a ul:after {
  167. display: none;
  168. }
  169. }
  170. .navigation-a ul.navigation-a-left {
  171. text-align: left;
  172. }
  173. @media (max-width: 900px) {
  174. .navigation-a ul.navigation-a-left {
  175. padding-right: 0;
  176. }
  177. }
  178. .navigation-a ul.navigation-a-right {
  179. text-align: right;
  180. }
  181. @media (max-width: 900px) {
  182. .navigation-a ul.navigation-a-right {
  183. padding-left: 23px;
  184. }
  185. }
  186. .navigation-a ul li + li {
  187. margin-left: 23px;
  188. }
  189. .navigation-a ul li a {
  190. font-size: 10px;
  191. font-size: 0.625rem;
  192. line-height: 18px;
  193. line-height: 1.13rem;
  194. line-height: 30px;
  195. float: left;
  196. color: #ddd;
  197. font-weight: bold;
  198. text-decoration: none;
  199. text-transform: uppercase;
  200. }
  201. .navigation-a ul li a:hover {
  202. cursor: pointer;
  203. color: #fff;
  204. }
  205. .icon-navigation-a-github:before,
  206. .icon-navigation-a-github:after {
  207. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAa9JREFUOBGNlM8rRGEUht0pDGosjKYZpUSIkuwsiCaxUEqK2VOUBcrWv2BjxUJho6wsLLDzY2fhD5iR5NeOcJvIjOfM3O927m3mmlPPnPec835nZprvjlVVJvL5fCOjMWiDCLzCLVxZlpUj/x8saYV9+IZS8UJzFWoCt2GYgk+oJG4wJUouZDANv5VsUZ47dNSzkEYHfIDEHixDWgoiB/rTHlPPwBNInPmXHRb7hdeUDFG10AN1Th1Fd5mD6BMwMVnoUyVA3t3EkjkQlDFfmwPkc7NsQTXf0bGgJWaGb16dk18+EmLYawzkC+6Q3KdK4kiZqtGdskx/kmdlCJS86RuGrDLFZJmtGi1KB0q+VhOGsDLZsiyjGsOY4qoOkrO+YUauwCDoOKWo9xk9JfM+MPdSzqZdA8UlyDO3AvKLPsIG9LsmBHUKduEHdCy6PrpJZyKXdwKMOemaissOHJ9O9xTeh57GluMYIsehWy8STW/d8ZhkI0b9PjFasA1fsAOb0KCN1PLXYyKLGNdzj2YYArnZDyDRrA3Ua4UuDzd5QM/KaoxhmAO5Om5Qt8OI2/CJP6MVa1dvltQ5AAAAAElFTkSuQmCC");
  208. }
  209. .navigation-b {
  210. text-align: right;
  211. margin: 52px 0 0;
  212. overflow: visible;
  213. }
  214. @media (max-width: 900px) {
  215. .navigation-b {
  216. text-align: center;
  217. margin-top: 20px;
  218. padding: 0;
  219. }
  220. }
  221. .navigation-b ul {
  222. padding: 0;
  223. list-style: none;
  224. margin: 0;
  225. overflow: visible;
  226. }
  227. .navigation-b ul li,
  228. .navigation-b ul li a {
  229. display: inline-block;
  230. }
  231. @media (max-width: 900px) {
  232. .navigation-b ul {
  233. display: table;
  234. width: 100%;
  235. padding-bottom: 1.5em;
  236. }
  237. }
  238. @media (max-width: 900px) {
  239. .navigation-b ul li {
  240. display: table-row;
  241. }
  242. }
  243. .navigation-b ul li + li {
  244. margin-left: 20px;
  245. }
  246. @media (max-width: 900px) {
  247. .navigation-b ul li + li {
  248. margin-left: 0;
  249. }
  250. }
  251. .navigation-b ul li a {
  252. -webkit-box-sizing: border-box;
  253. -moz-box-sizing: border-box;
  254. box-sizing: border-box;
  255. text-transform: uppercase;
  256. text-decoration: none;
  257. outline: none;
  258. }
  259. @media (max-width: 900px) {
  260. .navigation-b ul li a {
  261. width: 100%;
  262. -webkit-border-radius: 0;
  263. -webkit-background-clip: padding-box;
  264. -moz-border-radius: 0;
  265. -moz-background-clip: padding;
  266. border-radius: 0;
  267. background-clip: padding-box;
  268. }
  269. }
  270. .footer-a {
  271. font-size: 13px;
  272. font-size: 0.8125rem;
  273. line-height: 23.4px;
  274. line-height: 1.46rem;
  275. padding-top: 2.25em;
  276. padding-bottom: 2.25em;
  277. overflow: hidden;
  278. color: #8a8a8a;
  279. }
  280. .footer-a a {
  281. color: #0287D0;
  282. text-decoration: none;
  283. border-bottom: 1px dotted #0287D0;
  284. }
  285. .footer-a a:hover {
  286. color: #0277b7;
  287. }
  288. .footer-a p {
  289. margin: 0;
  290. display: inline-block;
  291. text-align: center;
  292. }
  293. .content {
  294. font-size: 14px;
  295. font-size: 0.875rem;
  296. line-height: 25.2px;
  297. line-height: 1.57rem;
  298. overflow: hidden;
  299. padding-top: 1.5em;
  300. padding-bottom: 1.5em;
  301. }
  302. .content p {
  303. margin: 0.75em 0;
  304. }
  305. .content ul,
  306. .content ol,
  307. .content pre,
  308. .content blockquote,
  309. .content textarea:not([class^="cke"]),
  310. .content .cke {
  311. margin: 1.875em 0;
  312. }
  313. .content code,
  314. .content kbd {
  315. -webkit-border-radius: 3px;
  316. -webkit-background-clip: padding-box;
  317. -moz-border-radius: 3px;
  318. -moz-background-clip: padding;
  319. border-radius: 3px;
  320. background-clip: padding-box;
  321. padding: 3px 4px;
  322. }
  323. .content pre,
  324. .content code,
  325. .content kbd,
  326. .content blockquote {
  327. background: #f5f5f5;
  328. }
  329. .content blockquote,
  330. .content pre {
  331. background: none;
  332. border-left: 4px solid #0287D0;
  333. padding: 1.5em 2.25em;
  334. }
  335. .content p a,
  336. .content ul a,
  337. .content ol a,
  338. .content blockquote a,
  339. .content h1 a,
  340. .content h2 a,
  341. .content h3 a,
  342. .content h4 a,
  343. .content h5 a {
  344. color: #0287D0;
  345. text-decoration: none;
  346. border-bottom: 1px dotted #0287D0;
  347. }
  348. .content p a:hover,
  349. .content ul a:hover,
  350. .content ol a:hover,
  351. .content blockquote a:hover,
  352. .content h1 a:hover,
  353. .content h2 a:hover,
  354. .content h3 a:hover,
  355. .content h4 a:hover,
  356. .content h5 a:hover {
  357. color: #0277b7;
  358. }
  359. .content h1,
  360. .content h2,
  361. .content h3,
  362. .content h4,
  363. .content h5 {
  364. color: #000;
  365. font-weight: 100;
  366. }
  367. .content h1 code,
  368. .content h2 code,
  369. .content h3 code,
  370. .content h4 code,
  371. .content h5 code,
  372. .content h1 kbd,
  373. .content h2 kbd,
  374. .content h3 kbd,
  375. .content h4 kbd,
  376. .content h5 kbd {
  377. font-size: inherit;
  378. }
  379. .content h1 a.content-heading-anchor,
  380. .content h2 a.content-heading-anchor,
  381. .content h3 a.content-heading-anchor,
  382. .content h4 a.content-heading-anchor,
  383. .content h5 a.content-heading-anchor {
  384. font-weight: 100;
  385. vertical-align: middle;
  386. opacity: 0;
  387. border: 0;
  388. }
  389. .content h1:hover a.content-heading-anchor,
  390. .content h2:hover a.content-heading-anchor,
  391. .content h3:hover a.content-heading-anchor,
  392. .content h4:hover a.content-heading-anchor,
  393. .content h5:hover a.content-heading-anchor {
  394. opacity: 1;
  395. }
  396. .content h1:target a,
  397. .content h2:target a,
  398. .content h3:target a,
  399. .content h4:target a,
  400. .content h5:target a {
  401. -webkit-animation: targetLinkOpacity 0.5s linear alternate;
  402. -moz-animation: targetLinkOpacity 0.5s linear alternate;
  403. -o-animation: targetLinkOpacity 0.5s linear alternate;
  404. animation: targetLinkOpacity 0.5s linear alternate;
  405. opacity: 1;
  406. }
  407. .content input,
  408. .content select,
  409. .content textarea:not([class^="cke"]) {
  410. -webkit-border-radius: 3px;
  411. -webkit-background-clip: padding-box;
  412. -moz-border-radius: 3px;
  413. -moz-background-clip: padding;
  414. border-radius: 3px;
  415. background-clip: padding-box;
  416. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  417. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  418. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  419. font: inherit;
  420. color: inherit;
  421. border: 1px solid #D9D9D9;
  422. padding: .2em .5em;
  423. }
  424. .content input:focus,
  425. .content select:focus,
  426. .content textarea:not([class^="cke"]):focus {
  427. border-color: #66afe9;
  428. outline: 0;
  429. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
  430. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
  431. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #93c6ef;
  432. }
  433. .content abbr {
  434. border-bottom: 1px dotted #666;
  435. cursor: pointer;
  436. }
  437. .content blockquote {
  438. font-style: italic;
  439. font-family: Georgia, Times, "Times New Roman", serif;
  440. font-size: 16px;
  441. font-size: 1rem;
  442. line-height: 28.8px;
  443. line-height: 1.8rem;
  444. }
  445. .content em {
  446. font-style: italic;
  447. }
  448. .content h1 {
  449. font-size: 36px;
  450. font-size: 2.25rem;
  451. line-height: 64.8px;
  452. line-height: 4.05rem;
  453. margin: 1.125em 0 0;
  454. }
  455. .content h2 {
  456. font-size: 27.2px;
  457. font-size: 1.7rem;
  458. line-height: 48.96px;
  459. line-height: 3.06rem;
  460. margin: 0.9em 0 0;
  461. }
  462. .content h3 {
  463. font-size: 24px;
  464. font-size: 1.5rem;
  465. line-height: 43.2px;
  466. line-height: 2.7rem;
  467. font-weight: 500;
  468. margin: 0.75em 0 0;
  469. }
  470. .content h4 {
  471. font-size: 19.2px;
  472. font-size: 1.2rem;
  473. line-height: 34.56px;
  474. line-height: 2.16rem;
  475. font-weight: 500;
  476. margin: 0.75em 0 0;
  477. }
  478. .content h5 {
  479. font-size: 17.6px;
  480. font-size: 1.1rem;
  481. line-height: 31.68px;
  482. line-height: 1.98rem;
  483. font-weight: 500;
  484. margin: 0.75em 0 0;
  485. }
  486. .content hr {
  487. border: 0;
  488. border-top: 4px solid #D9D9D9;
  489. margin: 1.5em 0;
  490. }
  491. .content input[type="text"] {
  492. height: 1.8em;
  493. line-height: 1.8em;
  494. }
  495. .content input[type="button"] {
  496. -webkit-appearance: button;
  497. -moz-appearance: button;
  498. appearance: button;
  499. }
  500. .content kbd {
  501. font-size: 12px;
  502. font-size: 0.75rem;
  503. line-height: 21.6px;
  504. line-height: 1.35rem;
  505. font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  506. padding: 2px 6px;
  507. -webkit-box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
  508. -moz-box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
  509. box-shadow: 0 0 4px #fff inset, 0 2px 0 #D9D9D9;
  510. }
  511. .content p img {
  512. vertical-align: middle;
  513. }
  514. .content p pre {
  515. padding: 1.5em;
  516. }
  517. .content pre {
  518. padding: 0;
  519. border: 0;
  520. tab-size: 4;
  521. -o-tab-size: 4;
  522. -moz-tab-size: 4;
  523. }
  524. .content pre,
  525. .content code {
  526. font-size: 11.89px;
  527. font-size: 0.743rem;
  528. line-height: 21.4px;
  529. line-height: 1.34rem;
  530. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  531. }
  532. .content pre a,
  533. .content code a {
  534. border: 0;
  535. }
  536. .content pre code {
  537. padding: 0.75em;
  538. display: block;
  539. }
  540. .content strong {
  541. color: #000;
  542. }
  543. .content ul ul,
  544. .content ol ul,
  545. .content ul ol,
  546. .content ol ol {
  547. margin: 0.75em 0;
  548. }
  549. .content ul li,
  550. .content ol li {
  551. font-size: 14px;
  552. font-size: 0.875rem;
  553. line-height: 30.24px;
  554. line-height: 1.89rem;
  555. }
  556. .content textarea:not([class^="cke"]) {
  557. width: 100%;
  558. }
  559. .content div.todo {
  560. border: 2px dotted #444;
  561. padding: 10px;
  562. margin: 60px 0 10px 0;
  563. }
  564. .content div.todo:before {
  565. content: "TODO";
  566. font-weight: bold;
  567. }
  568. body a.button-a,
  569. body button.button-a,
  570. body input.button-a {
  571. -webkit-border-radius: 3px;
  572. -webkit-background-clip: padding-box;
  573. -moz-border-radius: 3px;
  574. -moz-background-clip: padding;
  575. border-radius: 3px;
  576. background-clip: padding-box;
  577. font-size: 14px;
  578. font-size: 0.875rem;
  579. line-height: 25.2px;
  580. line-height: 1.57rem;
  581. height: 36px;
  582. line-height: 36px;
  583. padding: 0 1.1em;
  584. font-weight: 700;
  585. color: #3e3e3e;
  586. white-space: nowrap;
  587. text-decoration: none;
  588. display: inline-block;
  589. cursor: pointer;
  590. border: 0;
  591. vertical-align: middle;
  592. margin: 1px 0;
  593. background: transparent;
  594. }
  595. body a.button-a.icon-pos-left,
  596. body button.button-a.icon-pos-left,
  597. body input.button-a.icon-pos-left {
  598. padding-left: .8em;
  599. }
  600. body a.button-a.icon-pos-right,
  601. body button.button-a.icon-pos-right,
  602. body input.button-a.icon-pos-right {
  603. padding-right: .8em;
  604. }
  605. body a.button-a.button-a-no-text,
  606. body button.button-a.button-a-no-text,
  607. body input.button-a.button-a-no-text {
  608. -webkit-border-radius: 100px;
  609. -webkit-background-clip: padding-box;
  610. -moz-border-radius: 100px;
  611. -moz-background-clip: padding;
  612. border-radius: 100px;
  613. background-clip: padding-box;
  614. width: 36px;
  615. padding: 0;
  616. text-indent: -999px;
  617. overflow: hidden;
  618. position: relative;
  619. text-align: center;
  620. }
  621. body a.button-a.button-a-no-text:before,
  622. body button.button-a.button-a-no-text:before,
  623. body input.button-a.button-a-no-text:before {
  624. position: absolute;
  625. left: 50%;
  626. top: 50%;
  627. margin: -9px 0 0 -9px;
  628. }
  629. @media (max-width: 900px) {
  630. body a.button-a.button-a-mobile-collapsed,
  631. body button.button-a.button-a-mobile-collapsed,
  632. body input.button-a.button-a-mobile-collapsed {
  633. -webkit-border-radius: 100px;
  634. -webkit-background-clip: padding-box;
  635. -moz-border-radius: 100px;
  636. -moz-background-clip: padding;
  637. border-radius: 100px;
  638. background-clip: padding-box;
  639. width: 36px;
  640. padding: 0;
  641. text-indent: -999px;
  642. overflow: hidden;
  643. position: relative;
  644. text-align: center;
  645. }
  646. body a.button-a.button-a-mobile-collapsed:before,
  647. body button.button-a.button-a-mobile-collapsed:before,
  648. body input.button-a.button-a-mobile-collapsed:before {
  649. position: absolute;
  650. left: 50%;
  651. top: 50%;
  652. margin: -9px 0 0 -9px;
  653. }
  654. body a.button-a.button-a-mobile-collapsed:before,
  655. body button.button-a.button-a-mobile-collapsed:before,
  656. body input.button-a.button-a-mobile-collapsed:before {
  657. position: absolute;
  658. left: 50%;
  659. top: 50%;
  660. margin: -9px 0 0 -9px;
  661. }
  662. }
  663. body a.button-a:active,
  664. body button.button-a:active,
  665. body input.button-a:active,
  666. body a.button-a:hover,
  667. body button.button-a:hover,
  668. body input.button-a:hover {
  669. color: #fff;
  670. background: #0277b7;
  671. }
  672. body a.button-a:focus,
  673. body button.button-a:focus,
  674. body input.button-a:focus {
  675. border-color: #66afe9;
  676. outline: 0;
  677. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
  678. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
  679. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #93c6ef;
  680. }
  681. body a.button-a-soft,
  682. body button.button-a-soft,
  683. body input.button-a-soft {
  684. background: #e7e7e7;
  685. }
  686. body a.button-a-soft:active,
  687. body button.button-a-soft:active,
  688. body input.button-a-soft:active,
  689. body a.button-a-soft:hover,
  690. body button.button-a-soft:hover,
  691. body input.button-a-soft:hover {
  692. color: #3e3e3e;
  693. background: #cecece;
  694. }
  695. body a.button-a-background,
  696. body button.button-a-background,
  697. body input.button-a-background,
  698. body a.navigation-b ul li a:hover,
  699. body button.navigation-b ul li a:hover,
  700. body input.navigation-b ul li a:hover {
  701. color: #fff;
  702. background: #0287D0;
  703. }
  704. body a.button-a-background:active,
  705. body button.button-a-background:active,
  706. body input.button-a-background:active,
  707. body a.button-a-background:hover,
  708. body button.button-a-background:hover,
  709. body input.button-a-background:hover,
  710. body a.navigation-b ul li a:hover:active,
  711. body button.navigation-b ul li a:hover:active,
  712. body input.navigation-b ul li a:hover:active,
  713. body a.navigation-b ul li a:hover:hover,
  714. body button.navigation-b ul li a:hover:hover,
  715. body input.navigation-b ul li a:hover:hover {
  716. color: #fff;
  717. background: #0277b7;
  718. }
  719. .balloon-a {
  720. font-size: 12px;
  721. font-size: 0.75rem;
  722. line-height: 21.6px;
  723. line-height: 1.35rem;
  724. -webkit-border-radius: 3px;
  725. -webkit-background-clip: padding-box;
  726. -moz-border-radius: 3px;
  727. -moz-background-clip: padding;
  728. border-radius: 3px;
  729. background-clip: padding-box;
  730. border-bottom: 3px solid #d4d4d4;
  731. background: #ebebeb;
  732. display: inline-block;
  733. white-space: nowrap;
  734. padding: .4em 1.2em .2em;
  735. font-weight: 700;
  736. position: relative;
  737. z-index: 1000;
  738. text-transform: none;
  739. color: #575757;
  740. }
  741. .balloon-a:hover {
  742. color: #575757;
  743. }
  744. .balloon-a:before {
  745. content: '';
  746. width: 0;
  747. height: 0;
  748. border-style: solid;
  749. position: absolute;
  750. }
  751. .balloon-a-ne:before,
  752. .balloon-a-nw:before {
  753. top: -13px;
  754. border-width: 0 9px 15.6px 9px;
  755. border-color: transparent transparent #ebebeb transparent;
  756. }
  757. .balloon-a-se:before,
  758. .balloon-a-sw:before {
  759. bottom: -13px;
  760. border-width: 15.6px 9px 0 9px;
  761. border-color: #ebebeb transparent transparent transparent;
  762. }
  763. .balloon-a-nw:before,
  764. .balloon-a-sw:before {
  765. left: 20px;
  766. }
  767. .balloon-a-ne:before,
  768. .balloon-a-se:before {
  769. right: 20px;
  770. }
  771. .icon-pos-left:before,
  772. .icon-pos-right:after {
  773. content: '';
  774. display: inline-block;
  775. width: 18px;
  776. height: 18px;
  777. vertical-align: middle;
  778. background-repeat: no-repeat;
  779. }
  780. .icon-pos-left:before {
  781. margin-right: 10px;
  782. }
  783. .icon-pos-right:after {
  784. margin-left: 10px;
  785. }
  786. .icon-download:before,
  787. .icon-download:after {
  788. 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");
  789. }
  790. .icon-question-mark:before,
  791. .icon-question-mark:after {
  792. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUhJREFUOBGllLFOAkEQhjk0WthT2JFA7Czsqc7OxFLewEeAZ/AVbO0tTLTSBKhstTBUNkYLEoVAbD2//zILe5e9uwCT/JnZmX/+m83ebq0WsCRJYnANxmBhUKxcHGjJpiC1wQBUmTjtbLetKHTAT5WCVxe3kxEjoUmKRL6pvYEZyJt6VpOxCG3nmfyx+yJxBM7BFPg2SDlkTv2sxZqi4YnUvfgswI9FuHAkzz9EUTTRmqYeTifXsvoj/s9i57oi6ljz9kviFdyBCbgHe+rCn4C8jVXQ18rshuKOiTSIXwLkRZWQTurARJrE7wERpea7kD7BkcgB+yB3CFGlPmgqCNiXhEagSGif2qU1Ln8FW/tupK3pXhXZrWNDuCoikY/rHPMT5KFr2MAPTSM90rIrUjJIeq1WV0RTwN7+0rrtILb9M+LEbLq1H7Z/Ea3+RvBddl0AAAAASUVORK5CYII=");
  793. }
  794. .icon-close:before,
  795. .icon-close:after {
  796. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAUlJREFUOBGllDFuwzAMRe3Cd+jYKUCzd/XkDtm9dsoVOuUqBnqBoodwgBwiW8ZsXTIWqPu+Iia0LMAoTOBbJEV+UZTkosjIMAwN6MARXCKky9dkUsYuglagB3OimNU4O1pM1OB7jsHNK7YekeFQJZ5kj/0LcnLA+RMnlHOvDMNv5wO7BFuQkn3hq0ALjKwPVeF4BSaqpLRy0T1ZIHFz75bE2BR8dBImqmBrwRplg09QmR/9GZyBSadAHauXCZkRROKURLlHEemepJIlIyhHotzLg1/N6erTxtmmvqA8muHGIbc1rTBqrEuwnqWnGbbmmz0hwaHtvM2QhWbrXZnosvnTWWPrdCY9w7cDJtf3h9VHjy5Zq9UZ08beyJh7Aicg6W/VYvgnIjJdNn9PMIOITJWcgnV9VvcnEitY/mitNFZZ/hsxsljdv39sfybRQ4R/kU0MAAAAAElFTkSuQmCC");
  797. }
  798. .ie8 .switch > * {
  799. vertical-align: middle;
  800. }
  801. .ie8 .switch input[type="radio"] {
  802. margin: 0 0.25em;
  803. display: inline-block;
  804. }
  805. .ie8 .switch label {
  806. margin-left: 0 !important;
  807. margin-right: 0 !important;
  808. }
  809. .ie8 .switch label[data-for="1"] {
  810. float: left;
  811. }
  812. .ie8 .switch label[data-for="2"] {
  813. float: right;
  814. }
  815. .ie8 .switch .switch-inner {
  816. display: none;
  817. }
  818. .switch {
  819. font-size: 14px;
  820. font-size: 0.875rem;
  821. line-height: 25.2px;
  822. line-height: 1.57rem;
  823. font-weight: bold;
  824. background-color: #0287D0;
  825. overflow: hidden;
  826. display: inline-block;
  827. padding: 0.75em 0.25em;
  828. color: #fff;
  829. -webkit-border-radius: 3px;
  830. -webkit-background-clip: padding-box;
  831. -moz-border-radius: 3px;
  832. -moz-background-clip: padding;
  833. border-radius: 3px;
  834. background-clip: padding-box;
  835. position: relative;
  836. }
  837. .switch input[type="radio"] {
  838. display: none;
  839. }
  840. .switch label {
  841. position: relative;
  842. z-index: 2;
  843. float: left;
  844. cursor: pointer;
  845. padding: 0 0.75em;
  846. }
  847. .switch label:hover {
  848. text-decoration: underline;
  849. }
  850. .switch .switch-inner {
  851. float: left;
  852. background-color: #FFF;
  853. height: 1.5em;
  854. width: 4.125em;
  855. padding: 2px;
  856. margin: 0 0.25em;
  857. -webkit-border-radius: 5.5px;
  858. -webkit-background-clip: padding-box;
  859. -moz-border-radius: 5.5px;
  860. -moz-background-clip: padding;
  861. border-radius: 5.5px;
  862. background-clip: padding-box;
  863. }
  864. .switch .switch-inner .handler {
  865. overflow: hidden;
  866. position: relative;
  867. display: block;
  868. height: 1.5em;
  869. width: 1.5em;
  870. background: #027dc1;
  871. -webkit-border-radius: 4.5px;
  872. -webkit-background-clip: padding-box;
  873. -moz-border-radius: 4.5px;
  874. -moz-background-clip: padding;
  875. border-radius: 4.5px;
  876. background-clip: padding-box;
  877. }
  878. .switch .switch-inner .handler:before {
  879. content: '';
  880. display: block;
  881. position: absolute;
  882. top: 0;
  883. right: 0;
  884. bottom: 3px;
  885. left: 0;
  886. background-color: #0291df;
  887. -webkit-border-bottom-left-radius: 4.5px;
  888. -moz-border-radius-bottomleft: 4.5px;
  889. border-bottom-left-radius: 4.5px;
  890. -webkit-border-bottom-right-radius: 4.5px;
  891. -webkit-background-clip: padding-box;
  892. -moz-border-radius-bottomright: 4.5px;
  893. -moz-background-clip: padding;
  894. border-bottom-right-radius: 4.5px;
  895. background-clip: padding-box;
  896. }
  897. .switch:hover .switch-inner .handler:before {
  898. background: #029ef3;
  899. }
  900. .switch input[data-num="2"]:checked ~ .switch-inner > .handler {
  901. margin-left: auto;
  902. }
  903. .switch input[data-num="2"]:checked ~ label[data-for="1"] {
  904. padding-right: 5.125em;
  905. margin-right: -4.375em;
  906. }
  907. .switch input[data-num="1"]:checked ~ label[data-for="2"] {
  908. padding-left: 5.125em;
  909. margin-left: -4.375em;
  910. }
  911. .toggler {
  912. -webkit-user-select: none;
  913. -moz-user-select: none;
  914. -ms-user-select: none;
  915. user-select: none;
  916. }
  917. .toggler label {
  918. cursor: pointer;
  919. }
  920. .toggler [data-collapse] {
  921. display: inherit;
  922. }
  923. .toggler [data-expand] {
  924. display: none;
  925. }
  926. .toggler.collapsed [data-collapse] {
  927. display: none;
  928. }
  929. .toggler.collapsed [data-expand] {
  930. display: inherit;
  931. }
  932. .toggler-container {
  933. overflow: hidden;
  934. }
  935. .toggler-container.collapsed {
  936. height: 0;
  937. }
  938. .icon-toggler-expanded:before,
  939. .icon-toggler-collapsed:before,
  940. .icon-toggler-expanded:after,
  941. .icon-toggler-collapsed:after {
  942. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAByCAYAAABeOoENAAAAAXNSR0IArs4c6QAAAbxJREFUaAXtmT1KBEEQhRdFQdBEMfQEBoaGopl3MfECXsFERLyBh/AUIuwJDEUQM//eB11Dz1A1uzotGFTBY2rr58306+kNpmazP7Z98V8Kj8JrAT4xcgttXRVXwofwFYAcNdS6RuJegOBTuBUOhc0CfGLkqKHWJeMuFDwJJ0Jk5Kihlp6esW4embuNkVgTNdTS09MMEbkDj76sUUsPvZ2xIwTRATsQuBuxGsTIYdSSo7cztpggwprdyKlJ8ImZUUuM3s48ol1lXwQjwydm5hINl2bF53KMCL82d2mR2GvqnBfg1+aKPbb9p+oGtYXbT1GTFxKiZkfEyHgy7x0y0clR454zSGpDMzaA3fzV30hNln4qkAqkAqlAKpAKpAKpQCqQCqQCqUAqkAqkAqlAKpAKpAKpQCrw3xWY/GGcz++TP9U3Gx40GWdEAxabXA33NBywRCOfdzFcCztDJv12Rz7REMpmIc9qPBNWK0J3COWNxegxIrs+KHZcyHpjsZUSXPaypcLtseJFS3tT84WwUZG4S4vEZkl3wl5FYK4rdrT9R9Y1uIbbT12TFxKiZkfEyCYfWojMJv+NGNGPr99GI9DP7P9TCgAAAABJRU5ErkJggg==");
  943. }
  944. .icon-toggler-expanded.icon-light:before,
  945. .icon-toggler-collapsed.icon-light:before,
  946. .icon-toggler-expanded.icon-light:after,
  947. .icon-toggler-collapsed.icon-light:after {
  948. 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==");
  949. }
  950. .icon-toggler-expanded:before,
  951. .icon-toggler-expanded:after {
  952. background-position: top left;
  953. }
  954. .icon-toggler-collapsed:before,
  955. .icon-toggler-collapsed:after {
  956. background-position: bottom left;
  957. }
  958. .modal {
  959. padding: 20px;
  960. border-radius: 3px;
  961. background-color: white;
  962. max-width: 700px;
  963. -webkit-box-sizing: border-box;
  964. -moz-box-sizing: border-box;
  965. box-sizing: border-box;
  966. width: 80% !important;
  967. top: 50% !important;
  968. -webkit-transform: translate(-50%, -50%) !important;
  969. -moz-transform: translate(-50%, -50%) !important;
  970. -ms-transform: translate(-50%, -50%) !important;
  971. -o-transform: translate(-50%, -50%) !important;
  972. transform: translate(-50%, -50%) !important;
  973. }
  974. .modal-close {
  975. -webkit-border-radius: 100px;
  976. -webkit-background-clip: padding-box;
  977. -moz-border-radius: 100px;
  978. -moz-background-clip: padding;
  979. border-radius: 100px;
  980. background-clip: padding-box;
  981. cursor: pointer;
  982. height: 18px;
  983. width: 18px;
  984. position: absolute;
  985. top: 10px;
  986. right: 10px;
  987. font-size: 17px;
  988. text-align: center;
  989. line-height: 19px;
  990. background: #cccccc;
  991. }
  992. main .grid-container,
  993. header .grid-container,
  994. .navigation-a > div,
  995. footer > div {
  996. max-width: 968px;
  997. }
  998. .header-a {
  999. margin-top: 30px;
  1000. }
  1001. .footer-a {
  1002. border-top: 1px solid #D9D9D9;
  1003. }
  1004. .adjoined-top {
  1005. background-color: #0287D0;
  1006. color: #fff;
  1007. }
  1008. .adjoined-top .content h1,
  1009. .adjoined-top .content h2,
  1010. .adjoined-top .content h3,
  1011. .adjoined-top .content h4,
  1012. .adjoined-top .content h5 {
  1013. color: #fff;
  1014. }
  1015. .adjoined-top .content p {
  1016. font-size: 18px;
  1017. font-size: 1.125rem;
  1018. line-height: 32.4px;
  1019. line-height: 2.02rem;
  1020. font-weight: 100;
  1021. }
  1022. .adjoined-top .content p a {
  1023. text-decoration: none;
  1024. border-bottom: 1px dotted #fff;
  1025. color: inherit;
  1026. }
  1027. .adjoined-top .content p a:hover {
  1028. color: #e6e6e6;
  1029. }
  1030. .adjoined-top .content button {
  1031. color: #fff;
  1032. }
  1033. .adjoined-top .content strong {
  1034. color: #fff;
  1035. }
  1036. .adjoined-top .content code {
  1037. font-size: inherit;
  1038. color: #0287D0;
  1039. }
  1040. .adjoined-bottom {
  1041. position: relative;
  1042. }
  1043. .adjoined-bottom:before {
  1044. z-index: -1;
  1045. content: '';
  1046. background: #0287D0;
  1047. position: absolute;
  1048. top: 0;
  1049. left: 0;
  1050. right: 0;
  1051. height: 50%;
  1052. }
  1053. main .grid-container,
  1054. header .grid-container,
  1055. .navigation-a > div,
  1056. footer > div {
  1057. max-width: 1052px;
  1058. }
  1059. main .grid-container.freed-width {
  1060. max-width: none;
  1061. }
  1062. .switch {
  1063. background: #027dc1;
  1064. float: right;
  1065. overflow: visible;
  1066. }
  1067. .switch .balloon-a {
  1068. position: absolute;
  1069. top: -40px;
  1070. right: 50%;
  1071. margin-right: -15px;
  1072. background: #FFEFC1;
  1073. border-bottom-color: #DCDCA4;
  1074. }
  1075. .switch .balloon-a:before {
  1076. border-color: #FFEFC1 transparent transparent transparent;
  1077. }
  1078. #toolbar .editors-container {
  1079. overflow: hidden;
  1080. height: 0;
  1081. transition: height 200ms;
  1082. }
  1083. #toolbar .editors-container.active {
  1084. height: auto;
  1085. }
  1086. #main #editor {
  1087. background: #FFF;
  1088. padding: 2% 4%;
  1089. border: dashed 5px #0287D0;
  1090. }
  1091. #main .adjoined-top:before {
  1092. height: 335px;
  1093. }
  1094. #toolbar .adjoined-top:before {
  1095. height: 219px;
  1096. }
  1097. #toolbar .adjoined-top .grid-container-nested {
  1098. height: 147px;
  1099. }
  1100. .content .grid-switch-magic {
  1101. margin: 3.5em 0 0;
  1102. }
  1103. #info-box {
  1104. padding-bottom: 0;
  1105. }
  1106. #info-box > div {
  1107. width: 100%;
  1108. text-align: right;
  1109. }
  1110. #info-box > div .toggler {
  1111. padding-right: 0;
  1112. }
  1113. #info-box > div .toggler:hover {
  1114. background: transparent;
  1115. color: #000;
  1116. }
  1117. #info-box > div .toggler:hover > label {
  1118. text-decoration: underline;
  1119. }
  1120. #info-box > div h2 {
  1121. float: left;
  1122. margin-top: 0;
  1123. }
  1124. #info-box > div#instructions-container {
  1125. text-align: left;
  1126. }
  1127. #toolbarModifierWrapper {
  1128. overflow: hidden;
  1129. height: 0;
  1130. opacity: 0;
  1131. transition: height 200ms;
  1132. }
  1133. #toolbarModifierWrapper.active {
  1134. height: auto;
  1135. opacity: 1;
  1136. }
  1137. header {
  1138. overflow: visible;
  1139. }
  1140. header div.grid-container {
  1141. overflow: visible;
  1142. }
  1143. header .navigation-b {
  1144. overflow: visible;
  1145. }
  1146. header .navigation-b ul {
  1147. overflow: visible;
  1148. }
  1149. header .navigation-b a {
  1150. position: relative;
  1151. }
  1152. header .balloon-a {
  1153. position: absolute;
  1154. top: 48px;
  1155. left: 50%;
  1156. margin-left: -35px;
  1157. }
  1158. @media (max-width: 1140px) {
  1159. header .balloon-a {
  1160. left: auto;
  1161. margin-left: auto;
  1162. right: 50%;
  1163. margin-right: -35px;
  1164. }
  1165. header .balloon-a:before {
  1166. left: auto;
  1167. right: 22px;
  1168. }
  1169. }
  1170. @media (max-width: 900px) {
  1171. header .balloon-a {
  1172. display: none;
  1173. }
  1174. }
  1175. header .header-a-logo img {
  1176. width: 160px;
  1177. height: 60px;
  1178. }
  1179. #toolbar .cke_toolbar {
  1180. pointer-events: none;
  1181. -webkit-user-select: none;
  1182. -moz-user-select: none;
  1183. -ms-user-select: none;
  1184. user-select: none;
  1185. cursor: default;
  1186. }
  1187. .some-toolbar-active .cke_toolbar {
  1188. zoom: 1;
  1189. filter: alpha(opacity=50);
  1190. -webkit-opacity: 0.5;
  1191. -moz-opacity: 0.5;
  1192. opacity: 0.5;
  1193. }
  1194. .cke_toolbar.active {
  1195. position: relative;
  1196. zoom: 1;
  1197. filter: alpha(opacity=100);
  1198. -webkit-opacity: 1;
  1199. -moz-opacity: 1;
  1200. opacity: 1;
  1201. }
  1202. .cke_toolbar.active:after {
  1203. content: '';
  1204. display: block;
  1205. position: absolute;
  1206. top: 0;
  1207. right: 6px;
  1208. bottom: 5px;
  1209. left: 0;
  1210. -webkit-border-radius: 5px;
  1211. -webkit-background-clip: padding-box;
  1212. -moz-border-radius: 5px;
  1213. -moz-background-clip: padding;
  1214. border-radius: 5px;
  1215. background-clip: padding-box;
  1216. -webkit-box-shadow: 0px 0px 15px 3px #fff4b0;
  1217. -moz-box-shadow: 0px 0px 15px 3px #fff4b0;
  1218. box-shadow: 0px 0px 15px 3px #fff4b0;
  1219. }
  1220. .cke_toolbar.active .cke_toolgroup {
  1221. -webkit-box-shadow: none;
  1222. -moz-box-shadow: none;
  1223. box-shadow: none;
  1224. border-color: #e3c300;
  1225. }
  1226. .cke_toolbar.active .cke_combo,
  1227. .cke_toolbar.active .cke_toolgroup {
  1228. position: relative;
  1229. z-index: 2;
  1230. }
  1231. .cke_toolbar.active .cke_combo_button {
  1232. -webkit-box-shadow: none;
  1233. -moz-box-shadow: none;
  1234. box-shadow: none;
  1235. }
  1236. .unselectable {
  1237. -webkit-user-select: none;
  1238. -moz-user-select: none;
  1239. -ms-user-select: none;
  1240. user-select: none;
  1241. }
  1242. .toolbar {
  1243. padding: 5px 0;
  1244. margin-bottom: 2.4em;
  1245. overflow: hidden;
  1246. background: #fff;
  1247. }
  1248. .toolbar button.button-a.cke_button {
  1249. cursor: pointer;
  1250. display: inline-block;
  1251. padding: 4px 6px;
  1252. outline: 0;
  1253. border: 1px solid #a6a6a6;
  1254. }
  1255. .toolbar button.button-a.hidden {
  1256. display: none;
  1257. }
  1258. .toolbar button.button-a.left {
  1259. float: left;
  1260. margin-right: 8px;
  1261. }
  1262. .toolbar button.button-a.right {
  1263. float: right;
  1264. margin-left: 8px;
  1265. }
  1266. .toolbar button.button-a .highlight {
  1267. color: #ffefc1;
  1268. }
  1269. .configContainer.hidden,
  1270. .toolbarModifier.hidden,
  1271. .toolbarModifier-hints.hidden {
  1272. display: none;
  1273. }
  1274. .toolbarModifier :focus,
  1275. .toolbar button:focus,
  1276. .configContainer textarea.configCode:focus {
  1277. outline: none;
  1278. }
  1279. div.toolbarModifier {
  1280. padding: 0;
  1281. overflow: hidden;
  1282. width: 100%;
  1283. position: relative;
  1284. display: table;
  1285. border-collapse: collapse;
  1286. }
  1287. div.toolbarModifier ::-moz-focus-inner {
  1288. border: 0;
  1289. }
  1290. div.toolbarModifier .empty {
  1291. display: none;
  1292. }
  1293. div.toolbarModifier.empty-visible .empty {
  1294. display: table-row;
  1295. zoom: 1;
  1296. filter: alpha(opacity=60);
  1297. -webkit-opacity: 0.6;
  1298. -moz-opacity: 0.6;
  1299. opacity: 0.6;
  1300. }
  1301. div.toolbarModifier .empty > p {
  1302. line-height: 31px;
  1303. }
  1304. div.toolbarModifier > ul {
  1305. padding: 0;
  1306. margin: 0;
  1307. border-top: 1px solid #ccc;
  1308. width: 100%;
  1309. }
  1310. div.toolbarModifier > ul[data-type="table-header"] {
  1311. display: table-header-group;
  1312. }
  1313. div.toolbarModifier > ul[data-type="table-body"] {
  1314. display: table-row-group;
  1315. }
  1316. div.toolbarModifier > ul p {
  1317. padding: 0;
  1318. margin: 0;
  1319. }
  1320. div.toolbarModifier > ul > li {
  1321. display: table-row;
  1322. }
  1323. div.toolbarModifier > ul > li[data-type="header"] {
  1324. font-weight: bold;
  1325. user-select: none;
  1326. cursor: default;
  1327. }
  1328. div.toolbarModifier > ul > li[data-type="group"],
  1329. div.toolbarModifier > ul > li[data-type="separator"] {
  1330. border-bottom: 1px solid #ccc;
  1331. }
  1332. div.toolbarModifier > ul > li[data-type="subgroup"] {
  1333. border-top: 1px solid #eee;
  1334. }
  1335. div.toolbarModifier > ul > li[data-type="subgroup"]:first-child {
  1336. border-top: none;
  1337. }
  1338. div.toolbarModifier > ul > li[data-type="group"].active,
  1339. div.toolbarModifier > ul > li[data-type="group"]:hover,
  1340. div.toolbarModifier > ul > li[data-type="separator"].active,
  1341. div.toolbarModifier > ul > li[data-type="separator"]:hover {
  1342. overflow: hidden;
  1343. z-index: 2;
  1344. }
  1345. div.toolbarModifier > ul > li[data-type="group"].active,
  1346. div.toolbarModifier > ul > li[data-type="separator"].active,
  1347. div.toolbarModifier > ul > li[data-type="group"].active:hover,
  1348. div.toolbarModifier > ul > li[data-type="separator"].active:hover {
  1349. background: #f0fafb;
  1350. }
  1351. div.toolbarModifier > ul > li[data-type="group"]:hover,
  1352. div.toolbarModifier > ul > li[data-type="separator"]:hover {
  1353. background: #fffbe3;
  1354. }
  1355. div.toolbarModifier > ul > li[data-type="separator"] {
  1356. background: #f5f5f5;
  1357. }
  1358. div.toolbarModifier > ul > li[data-type="separator"]:after {
  1359. content: '';
  1360. width: 100%;
  1361. }
  1362. div.toolbarModifier > ul > li[data-type="separator"] > p {
  1363. padding: 2px 5px;
  1364. }
  1365. div.toolbarModifier > ul > li > p,
  1366. div.toolbarModifier > ul > li > ul {
  1367. display: table-cell;
  1368. vertical-align: middle;
  1369. }
  1370. div.toolbarModifier > ul > li p {
  1371. padding-left: 5px;
  1372. min-width: 200px;
  1373. }
  1374. div.toolbarModifier > ul > li p span {
  1375. white-space: nowrap;
  1376. cursor: default;
  1377. }
  1378. div.toolbarModifier > ul > li p span button {
  1379. font-size: 12.666px;
  1380. margin-right: 5px;
  1381. cursor: pointer;
  1382. background: #fff;
  1383. -webkit-border-radius: 5px;
  1384. -webkit-background-clip: padding-box;
  1385. -moz-border-radius: 5px;
  1386. -moz-background-clip: padding;
  1387. border-radius: 5px;
  1388. background-clip: padding-box;
  1389. border: 1px solid #bbb;
  1390. padding: 0 7px;
  1391. line-height: 12px;
  1392. height: 20px;
  1393. }
  1394. div.toolbarModifier > ul > li p span button:not(.disabled):hover,
  1395. div.toolbarModifier > ul > li p span button:not(.disabled):focus {
  1396. color: #fff;
  1397. background-color: #454545;
  1398. border-color: transparent;
  1399. }
  1400. div.toolbarModifier > ul > li p span button.move.disabled {
  1401. cursor: default;
  1402. zoom: 1;
  1403. filter: alpha(opacity=20);
  1404. -webkit-opacity: 0.2;
  1405. -moz-opacity: 0.2;
  1406. opacity: 0.2;
  1407. }
  1408. div.toolbarModifier > ul > li ul {
  1409. border-collapse: collapse;
  1410. padding: 0;
  1411. width: 100%;
  1412. }
  1413. div.toolbarModifier > ul > li ul li {
  1414. display: table-row;
  1415. list-style-type: none;
  1416. line-height: 1;
  1417. }
  1418. div.toolbarModifier > ul > li ul li[data-type="subgroup"] {
  1419. border-top: 1px solid #ddd;
  1420. }
  1421. div.toolbarModifier > ul > li ul li[data-type="subgroup"]:first-child {
  1422. border-top: 0;
  1423. }
  1424. div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] {
  1425. -webkit-border-radius: 3px;
  1426. -webkit-background-clip: padding-box;
  1427. -moz-border-radius: 3px;
  1428. -moz-background-clip: padding;
  1429. border-radius: 3px;
  1430. background-clip: padding-box;
  1431. padding: 0 2px;
  1432. }
  1433. div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"]:focus {
  1434. background: rgba(0, 0, 0, 0.04);
  1435. }
  1436. div.toolbarModifier > ul > li ul li[data-type="subgroup"] [data-type="button"] input {
  1437. vertical-align: middle;
  1438. }
  1439. div.toolbarModifier > ul > li ul li > p,
  1440. div.toolbarModifier > ul > li ul li > ul {
  1441. display: table-cell;
  1442. vertical-align: middle;
  1443. }
  1444. div.toolbarModifier > ul > li ul li ul {
  1445. padding: 0;
  1446. }
  1447. div.toolbarModifier > ul > li ul li ul li {
  1448. padding: 0;
  1449. display: inline-block;
  1450. cursor: pointer;
  1451. margin: 2px 5px 2px 0;
  1452. }
  1453. div.toolbarModifier > ul > li ul li ul li .cke_combo_text {
  1454. cursor: pointer;
  1455. white-space: nowrap;
  1456. }
  1457. div.toolbarModifier > ul > li ul li ul li .cke_toolgroup,
  1458. div.toolbarModifier > ul > li ul li ul li .cke_combo_button {
  1459. cursor: pointer;
  1460. margin: 0;
  1461. vertical-align: middle;
  1462. border: 1px solid #ddd;
  1463. font-size: 11.41px;
  1464. font-size: 0.713rem;
  1465. line-height: 20.54px;
  1466. line-height: 1.28rem;
  1467. }
  1468. div.toolbarModifier > .codemirror-wrapper {
  1469. overflow-y: auto;
  1470. }
  1471. div.toolbarModifier-hints {
  1472. float: right;
  1473. width: 350px;
  1474. min-width: 150px;
  1475. overflow-y: auto;
  1476. margin-left: 1.5em;
  1477. }
  1478. div.toolbarModifier-hints h3 {
  1479. font-size: 18.08px;
  1480. font-size: 1.13rem;
  1481. line-height: 32.54px;
  1482. line-height: 2.03rem;
  1483. padding: 0.36em 1.5em;
  1484. background: #f5f5f5;
  1485. border-bottom: 1px solid #ddd;
  1486. margin-top: 0;
  1487. margin-bottom: 1.2em;
  1488. }
  1489. div.toolbarModifier-hints dl {
  1490. margin-bottom: 1.2em;
  1491. overflow: hidden;
  1492. }
  1493. div.toolbarModifier-hints dl .list-header {
  1494. font-weight: bold;
  1495. border: 0;
  1496. padding-bottom: 0.6em;
  1497. }
  1498. div.toolbarModifier-hints dl > p {
  1499. text-align: center;
  1500. }
  1501. div.toolbarModifier-hints dl dt {
  1502. float: left;
  1503. width: 9em;
  1504. clear: both;
  1505. text-align: right;
  1506. border-top: 1px solid #ddd;
  1507. padding-left: 1.5em;
  1508. padding-right: .1em;
  1509. -webkit-box-sizing: border-box;
  1510. -moz-box-sizing: border-box;
  1511. box-sizing: border-box;
  1512. }
  1513. div.toolbarModifier-hints dl dt code {
  1514. background: none;
  1515. border: none;
  1516. vertical-align: middle;
  1517. }
  1518. div.toolbarModifier-hints dl dd {
  1519. margin-left: 10em;
  1520. clear: right;
  1521. padding-right: 1.5em;
  1522. }
  1523. div.toolbarModifier-hints dl dd code {
  1524. line-height: 2.2em;
  1525. }
  1526. div.toolbarModifier-hints dl dd:after {
  1527. content: '\00a0';
  1528. display: block;
  1529. clear: left;
  1530. float: right;
  1531. height: 0;
  1532. width: 0;
  1533. }
  1534. .toolbarModifier-hints,
  1535. .configContainer textarea.configCode,
  1536. .CodeMirror {
  1537. -webkit-border-radius: 3px;
  1538. -webkit-background-clip: padding-box;
  1539. -moz-border-radius: 3px;
  1540. -moz-background-clip: padding;
  1541. border-radius: 3px;
  1542. background-clip: padding-box;
  1543. border: 1px solid #ccc;
  1544. font-size: 13.01px;
  1545. font-size: 0.813rem;
  1546. line-height: 23.42px;
  1547. line-height: 1.46rem;
  1548. }
  1549. .configContainer textarea.configCode,
  1550. .CodeMirror pre,
  1551. .CodeMirror-linenumber {
  1552. font-size: 13.01px;
  1553. font-size: 0.813rem;
  1554. line-height: 23.42px;
  1555. line-height: 1.46rem;
  1556. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  1557. }
  1558. .CodeMirror pre {
  1559. border: none;
  1560. padding: 0;
  1561. margin: 0;
  1562. }
  1563. .configContainer textarea.configCode {
  1564. -webkit-box-sizing: border-box;
  1565. -moz-box-sizing: border-box;
  1566. box-sizing: border-box;
  1567. color: #575757;
  1568. padding: 10px;
  1569. width: 100%;
  1570. min-height: 500px;
  1571. margin: 0;
  1572. resize: none;
  1573. outline: none;
  1574. -moz-tab-size: 4;
  1575. tab-size: 4;
  1576. white-space: pre;
  1577. word-wrap: normal;
  1578. overflow: auto;
  1579. }
  1580. .CodeMirror-hints.toolbar-modifier {
  1581. padding: 0;
  1582. color: #575757;
  1583. font-size: 14px;
  1584. font-size: 0.875rem;
  1585. line-height: 25.2px;
  1586. line-height: 1.57rem;
  1587. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  1588. }
  1589. .CodeMirror-hints.toolbar-modifier .CodeMirror-hint-active {
  1590. color: #575757;
  1591. background: #f0fafb;
  1592. }
  1593. .CodeMirror-hints.toolbar-modifier > li:hover {
  1594. background: #fffbe3;
  1595. }
  1596. #toolbarModifierWrapper {
  1597. margin-bottom: 1.2em;
  1598. }
  1599. #toolbarModifierWrapper .invalid .CodeMirror {
  1600. background: #fff8f8;
  1601. border-color: red;
  1602. }
  1603. #toolbarModifierWrapper .CodeMirror {
  1604. height: auto;
  1605. padding: 0 0.6em;
  1606. }
  1607. .staticContainer {
  1608. position: fixed;
  1609. top: 0;
  1610. width: 100%;
  1611. z-index: 10;
  1612. }
  1613. .staticContainer > .grid-container {
  1614. max-width: 1052px;
  1615. }
  1616. .staticContainer > .grid-container .inner {
  1617. background: #fff;
  1618. }
  1619. .staticContainer > .grid-container .inner .toolbar {
  1620. margin-bottom: 0;
  1621. }
  1622. #help {
  1623. position: relative;
  1624. top: -15px;
  1625. left: -5px;
  1626. }
  1627. #help-content {
  1628. display: none;
  1629. }