main.css 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565
  1. /*
  2. Template Author : pixelhint.com
  3. Author Email : [email protected]
  4. Template Name : Magnetic
  5. *****************************************
  6. - Fonts
  7. - General CSS
  8. - Header
  9. - Home/portfolio
  10. - Inner page
  11. - Map/Contact page
  12. - Tooltip
  13. - Responsive code
  14. */
  15. /* Fonts */
  16. @font-face {
  17. font-family: 'raleway-regular';
  18. src: url('../fonts/raleway-regular.eot');
  19. src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
  20. url('../fonts/raleway-regular.woff') format('woff'),
  21. url('../fonts/raleway-regular.ttf') format('truetype'),
  22. url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
  23. font-weight: normal;
  24. font-style: normal;
  25. }
  26. @font-face {
  27. font-family: 'raleway-bold';
  28. src: url('../fonts/raleway-bold.eot');
  29. src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
  30. url('../fonts/raleway-bold.woff') format('woff'),
  31. url('../fonts/raleway-bold.ttf') format('truetype'),
  32. url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36. @font-face {
  37. font-family: 'raleway-semibold';
  38. src: url('../fonts/raleway-semibold.eot');
  39. src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
  40. url('../fonts/raleway-semibold.woff') format('woff'),
  41. url('../fonts/raleway-semibold.ttf') format('truetype'),
  42. url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
  43. font-weight: normal;
  44. font-style: normal;
  45. }
  46. /* General CSS*/
  47. body{
  48. background: #fff;
  49. }
  50. .wrapper{
  51. width: 92.72727272727273%;
  52. margin: 0 auto;
  53. }
  54. header ul.social li a,
  55. .main .work a .caption,
  56. header nav ul li a{
  57. transition:all .1s linear;
  58. -webkit-transition:all .1s linear;
  59. -moz-transition:all .1s linear;
  60. -o-transition:all .1s linear;
  61. }
  62. h1, h2, h3, h4, h5 ,h6{
  63. color: #4b4848;
  64. font-family: "raleway-regular", arial;
  65. letter-spacing: 1px;
  66. }
  67. h1 { font-size: 2em; margin: .67em 0 }
  68. h2 { font-size: 1.5em; margin: .75em 0 }
  69. h3 { font-size: 1.17em; margin: .83em 0 }
  70. h5 { font-size: .83em; margin: 1.5em 0 }
  71. h6 { font-size: .75em; margin: 1.67em 0 }
  72. h1, h2, h3, h4,
  73. h5, h6 { font-weight: bolder }
  74. .clearfix:before,
  75. .clearfix:after {
  76. content: " ";
  77. display: table;
  78. }
  79. .clearfix:after {
  80. clear: both;
  81. }
  82. .clearfix {
  83. *zoom: 1;
  84. }
  85. /* Header */
  86. @media (min-width:1099px){
  87. header{
  88. display: block;
  89. position: fixed;
  90. top: 0;
  91. left: 0;
  92. width: 250px;
  93. min-height: 100%;
  94. padding: 0 0 0 50px;
  95. background: #ffffff;
  96. float: left;
  97. overflow: hidden;
  98. z-index: 9999;
  99. }
  100. header .logo{
  101. margin-top: 100px;
  102. }
  103. header .logo a, header .logo a:active, header .logo a:visited {
  104. text-decoration: none;
  105. text-transform: uppercase;
  106. font-family: 'raleway-regular';
  107. color: #454545;
  108. font-size: 1.5em;
  109. }
  110. header .logo a:hover {
  111. text-decoration: none;
  112. color: #969595;
  113. font-size: 1.5em;
  114. }
  115. header nav ul{
  116. display: block;
  117. overflow: hidden;
  118. margin-top: 100px;
  119. list-style: none;
  120. }
  121. header nav ul li{
  122. display: block;
  123. margin-bottom: 30px;
  124. }
  125. header nav ul li a{
  126. color: #454545;
  127. font-family: "raleway-regular", arial;
  128. font-size: 14px;
  129. text-decoration: none;
  130. letter-spacing: 1px;
  131. }
  132. header nav ul li a:hover,
  133. header nav ul li a.selected{
  134. color: #969595;
  135. }
  136. header .footer{
  137. position: absolute;
  138. bottom: 50px;
  139. }
  140. header ul.social{
  141. list-style: none;
  142. margin-bottom: 5px;
  143. }
  144. header ul.social li{
  145. display: block;
  146. float: left;
  147. position: relative;
  148. margin: 0 15px 15px 0;
  149. }
  150. header ul.social li a{
  151. display: block;
  152. width: 30px;
  153. height: 30px;
  154. background: url('../img/sm.png') no-repeat;
  155. background-position: 0 0;
  156. }
  157. header ul.social li a:hover{
  158. background: url('../img/sm_hover.png') no-repeat;
  159. }
  160. header ul.social li a.fb,
  161. header ul.social li a.fb:hover{
  162. background-position: 0 0;
  163. }
  164. header ul.social li a.google,
  165. header ul.social li a.google:hover{
  166. background-position: -31px 0;
  167. }
  168. header ul.social li a.behance,
  169. header ul.social li a.behance:hover{
  170. background-position: -62px 0;
  171. }
  172. header ul.social li a.twitter,
  173. header ul.social li a.twitter:hover{
  174. background-position: -93px 0;
  175. }
  176. header ul.social li a.dribble,
  177. header ul.social li a.dribble:hover{
  178. background-position: -124px 0;
  179. }
  180. header ul.social li a.rss,
  181. header ul.social li a.rss:hover{
  182. background-position: -155px 0;
  183. }
  184. header ul.social li a.instagram,
  185. header ul.social li a.instagram:hover{
  186. background-position: -186px 0;
  187. }
  188. header ul.social li a.youtube,
  189. header ul.social li a.youtube:hover{
  190. background-position: -217px 0;
  191. }
  192. header .rights p{
  193. color: #454545;
  194. font-family: "raleway-regular", arial;
  195. font-size: 11px;
  196. letter-spacing: 1px;
  197. line-height: 18px;
  198. }
  199. header .rights a{
  200. font-family: "raleway-bold", arial;
  201. font-weight: bold;
  202. text-decoration: none;
  203. }
  204. #menu_icon,
  205. .close_menu{
  206. display: none;
  207. }
  208. }
  209. #menu_icon,
  210. .close_menu{
  211. float: right;
  212. margin-right: 40px;
  213. width: 40px;
  214. height: 40px;
  215. cursor: pointer;
  216. background: url('../img/men_icons.png') no-repeat;
  217. }
  218. #menu_icon{
  219. background-position: 0 0;
  220. }
  221. .close_menu{
  222. background-position: -41px 0!important;
  223. }
  224. /* Main */
  225. .main{
  226. width: 100%;
  227. height: 100%;
  228. padding-left: 300px;
  229. -moz-box-sizing: border-box;
  230. -webkit-box-sizing: border-box;
  231. box-sizing: border-box;
  232. position: relative;
  233. z-index: 55;
  234. background: #f6f6f6;
  235. clear: both;
  236. min-height: 100vh;
  237. }
  238. /* Home/portfolio */
  239. .main .work{
  240. display: block;
  241. width: 33.33333333333333%;
  242. height: auto;
  243. float: left;
  244. position: relative;
  245. overflow: hidden;
  246. }
  247. .main .pagination-container{
  248. display: block;
  249. width: 100%;
  250. height: 60px;
  251. text-align: center;
  252. vertical-align: middle;
  253. overflow: hidden;
  254. float: left;
  255. position: relative;
  256. }
  257. .main .pagination {
  258. display: inline-block;
  259. font-family: "raleway-regular", arial;
  260. width: auto;
  261. height: auto;
  262. letter-spacing: .01em;
  263. cursor: pointer;
  264. margin: 0 4px 7px 0;
  265. color: #454545!important;
  266. padding: 7px 15px;
  267. margin-top: 17px;
  268. }
  269. .main .pagination:hover{
  270. color: #969595!important;
  271. }
  272. .main .pagination a{
  273. text-decoration: none;
  274. }
  275. .main .pagination a:hover{
  276. color: #969595;
  277. }
  278. .main .work .media{
  279. width: 100%;
  280. vertical-align: middle;
  281. }
  282. .main .work .caption{
  283. position: absolute;
  284. display: block;
  285. width: 100%;
  286. height: 100%;
  287. top: 0;
  288. left: 0;
  289. background: #ffffff;
  290. opacity: 0;
  291. }
  292. .main .work a:hover .caption{
  293. opacity: 1;
  294. }
  295. .work .caption .work_title{
  296. display: block;
  297. width: 100%;
  298. position: absolute;
  299. text-align: center;
  300. top: 50%;
  301. margin-top: -40px;
  302. }
  303. .main .work .caption h1{
  304. position: relative;
  305. display: inline-block;
  306. max-width: 90%;
  307. padding: 20px 0;
  308. z-index: 77;
  309. color: #454545;
  310. font-family: "raleway-regular", arial;
  311. font-size: 16px;
  312. letter-spacing: .5px;
  313. border-bottom: 1px solid #bfbbbb;
  314. border-top: 1px solid #bfbbbb;
  315. }
  316. .main .gallery-container{
  317. width: 100%;
  318. }
  319. /* Clearfix */
  320. .main .gallery-container:after {
  321. content: " ";
  322. visibility: hidden;
  323. display: block;
  324. height: 50px;
  325. clear: both;
  326. }
  327. .main .gallery-container .picture-container{
  328. width: 150px;
  329. float: left;
  330. margin-right: 30px;
  331. }
  332. .main .gallery-container .picture-container .img-thumbnail{
  333. padding: 4px;
  334. line-height: 1.42857143;
  335. background-color: #fff;
  336. border: 1px solid #ddd;
  337. border-radius: 4px;
  338. }
  339. .main .tags a, .main .tags a:visited, .main .tags a:active{
  340. display: inline-block;
  341. background: #fff;
  342. width: auto;
  343. height: auto;
  344. border-radius: 3px;
  345. letter-spacing: .01em;
  346. cursor: pointer;
  347. margin: 0 4px 7px 0;
  348. color: #454545!important;
  349. border: 1px solid #454545;
  350. padding: 7px 15px;
  351. text-decoration: none;
  352. }
  353. .main .tags a:hover{
  354. color: #969595!important;
  355. border: 1px solid #969595;
  356. }
  357. /* Inner Page */
  358. .top{
  359. width: 100%;
  360. height: 350px;
  361. overflow: hidden;
  362. display: block;
  363. position: relative;
  364. background-size: cover !important;
  365. -webkit-background-size: cover !important;
  366. -moz-background-size: cover !important;
  367. -o-background-size: cover !important;
  368. background-position: 50% 50% !important;
  369. }
  370. .work_nav{
  371. display: block;
  372. width: 100%;
  373. }
  374. .work_nav .btn{
  375. float: right;
  376. }
  377. .work_nav ul{
  378. list-style: none;
  379. }
  380. .work_nav ul li{
  381. display: block;
  382. float: left;
  383. margin: 0 0 1px 1px;
  384. position: relative;
  385. }
  386. .work_nav a{
  387. display: block;
  388. width: 40px;
  389. height: 40px;
  390. background: url('../img/p_navigation.png') no-repeat;
  391. background-position: 0 0;
  392. }
  393. .work_nav a.previous{
  394. background-position: 0 0;
  395. }
  396. .work_nav a.previous.disabled{
  397. cursor: no-drop;
  398. }
  399. .work_nav a.grid{
  400. background-position: -41px 0;
  401. }
  402. .work_nav a.next{
  403. background-position: -82px 0;
  404. }
  405. .work_nav a.next.disabled{
  406. cursor: no-drop;
  407. }
  408. .top .title{
  409. display: block;
  410. width: 100%;color: #4b4848;
  411. font-family: "raleway-bold", arial;
  412. font-size: 26px;
  413. font-weight: bold;
  414. background: rgba(255, 255, 255, .7);
  415. padding: 20px;
  416. text-transform: uppercase;
  417. line-height: 30px;
  418. margin: 0!important;
  419. overflow: hidden;
  420. -webkit-box-sizing: border-box;
  421. -moz-box-sizing: border-box;
  422. -ms-box-sizing: border-box;
  423. box-sizing: border-box;
  424. }
  425. .content_header{
  426. position: absolute;
  427. bottom: 0;
  428. margin: 0 auto;
  429. left: 50%;
  430. margin-left: -46.36363636363637%;
  431. }
  432. .content{
  433. color: #4b4848;
  434. font-family: "raleway-regular", arial;
  435. font-size: 15px;
  436. line-height: 22px;
  437. padding: 60px 30px;
  438. background: #fff;
  439. margin-bottom: 70px;
  440. -webkit-box-sizing: border-box;
  441. -moz-box-sizing: border-box;
  442. -ms-box-sizing: border-box;
  443. box-sizing: border-box;
  444. }
  445. .content.archives{
  446. margin-top: 90px;
  447. }
  448. .content p{
  449. color: #4b4848;
  450. font-family: "raleway-regular", arial;
  451. font-size: 15px;
  452. line-height: 24px;
  453. margin-bottom: 25px;
  454. }
  455. .content h1,
  456. .content h2,
  457. .content h3,
  458. .content h4,
  459. .content h5,
  460. .content h6{
  461. color: #4b4848;
  462. font-family: "raleway-semibold", arial;
  463. font-weight: bold;
  464. line-height: 28px;
  465. margin-bottom: 20px;
  466. margin-top: 40px;
  467. }
  468. .content img{
  469. margin-left: auto;
  470. margin-right: auto;
  471. display: block;
  472. }
  473. .content ol, .content ul{
  474. margin-left: 15px;
  475. }
  476. .content div.archive-title{
  477. margin-left: 45px;
  478. text-decoration: none;
  479. text-transform: uppercase;
  480. font-family: 'raleway-regular';
  481. color: #454545;
  482. font-size: 1.5em;
  483. margin-bottom: 50px;
  484. }
  485. .content ul.archive-list{
  486. margin: 20px 0 20px 45px;
  487. list-style-type: none;
  488. }
  489. .content ul.archive-list li {
  490. margin: 20px 0;
  491. }
  492. .content ul.archive-list li a, .content ul.archive-list li a:active, .content ul.archive-list li a:visited{
  493. text-decoration: none;
  494. color: #454545;
  495. }
  496. .content ul.archive-list li a:hover{
  497. color: #969595;
  498. }
  499. /* Tooltip */
  500. .tooltip{
  501. display: block;
  502. padding: 7px 10px;
  503. background: #454545;
  504. color: #fff;
  505. font-family: "raleway-regular", arial;
  506. font-size: 12px;
  507. position: absolute;
  508. white-space: nowrap;
  509. z-index: 999;
  510. opacity: 0;
  511. text-align: center;
  512. letter-spacing: .5px;
  513. }
  514. .tooltip:after{
  515. content: '';
  516. width: 0px;
  517. height: 0px;
  518. border-style: solid;
  519. border-width: 3px 3px 0 3px;
  520. border-color: #454545 transparent transparent transparent;
  521. display: block;
  522. text-align: center;
  523. position: absolute;
  524. bottom: -3px;
  525. left: 50%;
  526. margin-left: -3px;
  527. }
  528. /* Responsive code */
  529. @media (max-width:1099px){
  530. header{
  531. display: block;
  532. width: 100%;
  533. min-height: 100px;
  534. padding: 0;
  535. position: relative;
  536. }
  537. header .logo{
  538. margin: 40px 0 0 30px;
  539. float: left;
  540. }
  541. header .logo a, header .logo a:active, header .logo a:visited {
  542. text-decoration: none;
  543. text-transform: uppercase;
  544. font-family: 'raleway-regular';
  545. color: #454545;
  546. font-size: 1.5em;
  547. }
  548. header .logo a:hover {
  549. text-decoration: none;
  550. color: #969595;
  551. font-size: 1.5em;
  552. }
  553. header .footer{
  554. display: none;
  555. }
  556. header #menu_icon,
  557. header .close_menu{
  558. float: right;
  559. margin: 30px 30px 0 0;
  560. }
  561. header nav{
  562. width: 100%;
  563. position: absolute;
  564. top: 100px;
  565. left: 0;
  566. z-index: 9999;
  567. }
  568. header nav ul{
  569. list-style: none;
  570. display: none;
  571. position: relative;
  572. }
  573. header nav ul li a{
  574. display: block;
  575. width: 100%;
  576. padding: 30px 0;
  577. text-align: center;
  578. color: #454545;
  579. font-family: "raleway-regular", arial;
  580. font-size: 14px;
  581. text-decoration: none;
  582. border-top: 1px solid #f7f5f5;
  583. background: #fff;
  584. }
  585. header nav ul li a:active{
  586. background: #f7f5f5;
  587. }
  588. #menu_icon,
  589. .close_menu,
  590. .show_menu{
  591. display: block;
  592. }
  593. .show_menu{
  594. display: block;
  595. }
  596. .main .work{
  597. width: 50%;
  598. }
  599. .main{
  600. width: 100%;
  601. position: relative;
  602. padding-left: 0;
  603. }
  604. }
  605. @media (max-width:550px){
  606. .main .work{
  607. width: 100%;
  608. }
  609. }
  610. /*Quotes*/
  611. blockquote {
  612. border-left: 3px solid #5d686f;
  613. padding: 0 15px;
  614. font-style: italic;
  615. margin: 1.5em 0 0;
  616. }
  617. blockquote cite:before {
  618. content: ' — ';
  619. padding: 0 0.3em;
  620. }
  621. blockquote > p:first-child {
  622. margin: 0;
  623. }
  624. .pullquote {
  625. text-align: left;
  626. font-style: italic;
  627. margin: 1.5em 0 0;
  628. }
  629. .pullquote.left {
  630. width: 45%;
  631. float: left;
  632. margin: 1.5em 35px 1.5em 0;
  633. }
  634. .pullquote.right {
  635. width: 45%;
  636. float: right;
  637. margin: 1.5em 0 1.5em 35px;
  638. }
  639. .pullquote.blur {
  640. background-color: #eef0f1;
  641. }
  642. /*Code Block*/
  643. pre > code {
  644. display: block;
  645. width: 100%;
  646. box-sizing: border-box;
  647. padding: 15px;
  648. font-family: Courier New, Courier, monospace;
  649. border: none;
  650. margin: 0;
  651. cursor: text;
  652. overflow-x: auto;
  653. line-height: 1.7em;
  654. font-size: 15px;
  655. }
  656. code {
  657. font-size: 15px;
  658. display: inline-block;
  659. font-family: "Courier New", Courier, monospace;
  660. font-weight: 400;
  661. background-color: #f7f8f8;
  662. padding: 0 10px;
  663. }
  664. figure.highlight,
  665. .codeblock {
  666. margin: 10px 0;
  667. line-height: 1.3em;
  668. padding-top: 15px;
  669. padding-bottom: 15px;
  670. overflow: scroll;
  671. }
  672. figure.highlight table,
  673. .codeblock table {
  674. display: block;
  675. width: 100%;
  676. }
  677. figure.highlight pre,
  678. figure.highlight .gutter,
  679. figure.highlight .code,
  680. figure.highlight .tag,
  681. .codeblock pre,
  682. .codeblock .gutter,
  683. .codeblock .code,
  684. .codeblock .tag {
  685. background-color: inherit;
  686. font-family: Courier New, Courier, monospace;
  687. border: none;
  688. padding: 0;
  689. margin: 0;
  690. cursor: text;
  691. }
  692. figure.highlight .gutter,
  693. figure.highlight .code,
  694. .codeblock .gutter,
  695. .codeblock .code {
  696. vertical-align: top;
  697. }
  698. figure.highlight.plain .gutter,
  699. .codeblock.plain .gutter {
  700. display: none;
  701. }
  702. figure.highlight figcaption,
  703. .codeblock figcaption {
  704. font-size: 15px;
  705. padding: 0 15px 20px;
  706. margin: 0;
  707. }
  708. figure.highlight figcaption a,
  709. .codeblock figcaption a {
  710. float: right;
  711. }
  712. figure.highlight .gutter,
  713. .codeblock .gutter {
  714. border-right: 1px solid;
  715. padding: 0.3em 15px;
  716. }
  717. figure.highlight .code,
  718. .codeblock .code {
  719. padding: 0.3em 15px 0.3em 1em;
  720. width: 100%;
  721. }
  722. figure.highlight .code pre,
  723. .codeblock .code pre {
  724. max-width: calc(750px - 50px);
  725. overflow-x: auto;
  726. overflow-y: hidden;
  727. }
  728. figure.highlight .line,
  729. .codeblock .line {
  730. height: 1.3em;
  731. font-size: 15px;
  732. }
  733. .codeblock--tabbed figure.highlight,
  734. .codeblock--tabbed pre > code {
  735. margin-bottom: 0;
  736. padding-bottom: 0;
  737. }
  738. .codeblock--tabbed figcaption a, .codeblock--tabbed figcaption span {
  739. float: left !important;
  740. }
  741. .codeblock--tabbed figcaption .tabs {
  742. float: right;
  743. }
  744. .codeblock--tabbed figcaption .tabs .tab {
  745. cursor: pointer;
  746. display: inline-block;
  747. margin: 0 5px;
  748. padding: 0 7px;
  749. }
  750. .codeblock--tabbed figcaption .tabs .tab:last-child {
  751. margin-right: 0;
  752. }
  753. .gist .line,
  754. .gist .line-number {
  755. font-family: "Courier New", Courier, monospace;
  756. font-size: 1em;
  757. margin: 0 0 5px 0;
  758. }
  759. pre > code {
  760. background: #f7f8f8;
  761. color: #333;
  762. }
  763. code {
  764. background-color: #f7f8f8;
  765. }
  766. .codeblock--tabbed figcaption .tab.active {
  767. background: #349ef3;
  768. color: white;
  769. }
  770. figure.highlight,
  771. .codeblock {
  772. background: #f7f8f8;
  773. color: #333;
  774. }
  775. figure.highlight figcaption,
  776. .codeblock figcaption {
  777. background: #f7f8f8;
  778. color: #999999;
  779. }
  780. figure.highlight .gutter,
  781. .codeblock .gutter {
  782. background: #f7f8f8;
  783. border-right-color: #e6e6e6;
  784. }
  785. figure.highlight .gutter .line,
  786. .codeblock .gutter .line {
  787. color: #aaaaaa;
  788. }
  789. figure.highlight .comment,
  790. .codeblock .comment {
  791. color: #969896;
  792. }
  793. figure.highlight .string,
  794. .codeblock .string {
  795. color: #183691;
  796. }
  797. figure.highlight .keyword,
  798. .codeblock .keyword {
  799. color: #a71d5d;
  800. }
  801. figure.highlight.apacheconf .code .common,
  802. figure.highlight.apacheconf .code .nomarkup,
  803. figure.highlight.apacheconf .code .attribute,
  804. figure.highlight.apacheconf .code .variable,
  805. figure.highlight.apacheconf .code .cbracket,
  806. figure.highlight.apacheconf .code .keyword,
  807. .codeblock.apacheconf .code .common,
  808. .codeblock.apacheconf .code .nomarkup,
  809. .codeblock.apacheconf .code .attribute,
  810. .codeblock.apacheconf .code .variable,
  811. .codeblock.apacheconf .code .cbracket,
  812. .codeblock.apacheconf .code .keyword {
  813. color: #0086b3;
  814. }
  815. figure.highlight.apacheconf .code .sqbracket,
  816. .codeblock.apacheconf .code .sqbracket {
  817. color: #df5000;
  818. }
  819. figure.highlight.apacheconf .code .section,
  820. figure.highlight.apacheconf .code .tag,
  821. .codeblock.apacheconf .code .section,
  822. .codeblock.apacheconf .code .tag {
  823. color: #63a35c;
  824. }
  825. figure.highlight.bash .code .shebang,
  826. .codeblock.bash .code .shebang {
  827. color: #969896;
  828. }
  829. figure.highlight.bash .code .literal,
  830. figure.highlight.bash .code .built_in,
  831. .codeblock.bash .code .literal,
  832. .codeblock.bash .code .built_in {
  833. color: #0086b3;
  834. }
  835. figure.highlight.bash .code .variable,
  836. .codeblock.bash .code .variable {
  837. color: #333;
  838. }
  839. figure.highlight.bash .code .title,
  840. .codeblock.bash .code .title {
  841. color: #795da3;
  842. }
  843. figure.highlight.coffeescript .code .title,
  844. .codeblock.coffeescript .code .title {
  845. color: #795da3;
  846. }
  847. figure.highlight.coffeescript .code .literal,
  848. figure.highlight.coffeescript .code .built_in,
  849. figure.highlight.coffeescript .code .number,
  850. .codeblock.coffeescript .code .literal,
  851. .codeblock.coffeescript .code .built_in,
  852. .codeblock.coffeescript .code .number {
  853. color: #0086b3;
  854. }
  855. figure.highlight.coffeescript .code .reserved,
  856. figure.highlight.coffeescript .code .attribute,
  857. .codeblock.coffeescript .code .reserved,
  858. .codeblock.coffeescript .code .attribute {
  859. color: #1d3e81;
  860. }
  861. figure.highlight.coffeescript .code .subst,
  862. figure.highlight.coffeescript .code .regexp,
  863. figure.highlight.coffeescript .code .attribute,
  864. .codeblock.coffeescript .code .subst,
  865. .codeblock.coffeescript .code .regexp,
  866. .codeblock.coffeescript .code .attribute {
  867. color: #df5000;
  868. }
  869. figure.highlight.cpp .code .preprocessor, figure.highlight.c .code .preprocessor,
  870. .codeblock.cpp .code .preprocessor,
  871. .codeblock.c .code .preprocessor {
  872. color: #df5000;
  873. }
  874. figure.highlight.cpp .code .meta-keyword, figure.highlight.c .code .meta-keyword,
  875. .codeblock.cpp .code .meta-keyword,
  876. .codeblock.c .code .meta-keyword {
  877. color: #a71d5d;
  878. }
  879. figure.highlight.cpp .code .title, figure.highlight.c .code .title,
  880. .codeblock.cpp .code .title,
  881. .codeblock.c .code .title {
  882. color: #795da3;
  883. }
  884. figure.highlight.cpp .code .number,
  885. figure.highlight.cpp .code .built_in, figure.highlight.c .code .number,
  886. figure.highlight.c .code .built_in,
  887. .codeblock.cpp .code .number,
  888. .codeblock.cpp .code .built_in,
  889. .codeblock.c .code .number,
  890. .codeblock.c .code .built_in {
  891. color: #0086b3;
  892. }
  893. figure.highlight.cs .code .preprocessor,
  894. figure.highlight.cs .code .preprocessor .keyword,
  895. .codeblock.cs .code .preprocessor,
  896. .codeblock.cs .code .preprocessor .keyword {
  897. color: #333;
  898. }
  899. figure.highlight.cs .code .title,
  900. .codeblock.cs .code .title {
  901. color: #795da3;
  902. }
  903. figure.highlight.cs .code .number,
  904. figure.highlight.cs .code .built_in,
  905. .codeblock.cs .code .number,
  906. .codeblock.cs .code .built_in {
  907. color: #0086b3;
  908. }
  909. figure.highlight.cs .code .xmlDocTag,
  910. figure.highlight.cs .code .doctag,
  911. .codeblock.cs .code .xmlDocTag,
  912. .codeblock.cs .code .doctag {
  913. color: #63a35c;
  914. }
  915. figure.highlight.css .code .at_rule,
  916. figure.highlight.css .code .important,
  917. figure.highlight.css .code .meta,
  918. .codeblock.css .code .at_rule,
  919. .codeblock.css .code .important,
  920. .codeblock.css .code .meta {
  921. color: #a71d5d;
  922. }
  923. figure.highlight.css .code .attribute,
  924. figure.highlight.css .code .hexcolor,
  925. figure.highlight.css .code .number,
  926. figure.highlight.css .code .function,
  927. .codeblock.css .code .attribute,
  928. .codeblock.css .code .hexcolor,
  929. .codeblock.css .code .number,
  930. .codeblock.css .code .function {
  931. color: #0086b3;
  932. }
  933. figure.highlight.css .code .attr_selector,
  934. figure.highlight.css .code .value,
  935. .codeblock.css .code .attr_selector,
  936. .codeblock.css .code .value {
  937. color: #333;
  938. }
  939. figure.highlight.css .code .id,
  940. figure.highlight.css .code .class,
  941. figure.highlight.css .code .pseudo,
  942. figure.highlight.css .code .selector-pseudo,
  943. .codeblock.css .code .id,
  944. .codeblock.css .code .class,
  945. .codeblock.css .code .pseudo,
  946. .codeblock.css .code .selector-pseudo {
  947. color: #795da3;
  948. }
  949. figure.highlight.css .code .tag,
  950. figure.highlight.css .code .selector-tag,
  951. .codeblock.css .code .tag,
  952. .codeblock.css .code .selector-tag {
  953. color: #63a35c;
  954. }
  955. figure.highlight.diff .code .chunk,
  956. figure.highlight.diff .code .meta,
  957. .codeblock.diff .code .chunk,
  958. .codeblock.diff .code .meta {
  959. color: #795da3;
  960. font-weight: bold;
  961. }
  962. figure.highlight.diff .code .addition,
  963. .codeblock.diff .code .addition {
  964. color: #55a532;
  965. background-color: #eaffea;
  966. }
  967. figure.highlight.diff .code .deletion,
  968. .codeblock.diff .code .deletion {
  969. color: #bd2c00;
  970. background-color: #ffecec;
  971. }
  972. figure.highlight.http .code .attribute,
  973. figure.highlight.http .code .attr,
  974. .codeblock.http .code .attribute,
  975. .codeblock.http .code .attr {
  976. color: #183691;
  977. }
  978. figure.highlight.http .code .literal,
  979. .codeblock.http .code .literal {
  980. color: #0086b3;
  981. }
  982. figure.highlight.http .code .request,
  983. .codeblock.http .code .request {
  984. color: #a71d5d;
  985. }
  986. figure.highlight.ini .code .title,
  987. figure.highlight.ini .code .section,
  988. .codeblock.ini .code .title,
  989. .codeblock.ini .code .section {
  990. color: #795da3;
  991. }
  992. figure.highlight.ini .code .setting,
  993. figure.highlight.ini .code .attr,
  994. .codeblock.ini .code .setting,
  995. .codeblock.ini .code .attr {
  996. color: #a71d5d;
  997. }
  998. figure.highlight.ini .code .value,
  999. figure.highlight.ini .code .keyword,
  1000. .codeblock.ini .code .value,
  1001. .codeblock.ini .code .keyword {
  1002. color: #333;
  1003. }
  1004. figure.highlight.java .code .title,
  1005. .codeblock.java .code .title {
  1006. color: #795da3;
  1007. }
  1008. figure.highlight.java .code .javadoc,
  1009. .codeblock.java .code .javadoc {
  1010. color: #969896;
  1011. }
  1012. figure.highlight.java .code .meta,
  1013. figure.highlight.java .code .annotation,
  1014. figure.highlight.java .code .javadoctag,
  1015. .codeblock.java .code .meta,
  1016. .codeblock.java .code .annotation,
  1017. .codeblock.java .code .javadoctag {
  1018. color: #a71d5d;
  1019. }
  1020. figure.highlight.java .code .number,
  1021. .codeblock.java .code .number {
  1022. color: #0086b3;
  1023. }
  1024. figure.highlight.java .code .params,
  1025. .codeblock.java .code .params {
  1026. color: #1d3e81;
  1027. }
  1028. figure.highlight.js .code .built_in,
  1029. figure.highlight.js .code .title,
  1030. .codeblock.js .code .built_in,
  1031. .codeblock.js .code .title {
  1032. color: #795da3;
  1033. }
  1034. figure.highlight.js .code .javadoc,
  1035. .codeblock.js .code .javadoc {
  1036. color: #969896;
  1037. }
  1038. figure.highlight.js .code .tag,
  1039. figure.highlight.js .code .javadoctag,
  1040. .codeblock.js .code .tag,
  1041. .codeblock.js .code .javadoctag {
  1042. color: #a71d5d;
  1043. }
  1044. figure.highlight.js .code .tag .title,
  1045. .codeblock.js .code .tag .title {
  1046. color: #333;
  1047. }
  1048. figure.highlight.js .code .regexp,
  1049. .codeblock.js .code .regexp {
  1050. color: #df5000;
  1051. }
  1052. figure.highlight.js .code .literal,
  1053. figure.highlight.js .code .number,
  1054. .codeblock.js .code .literal,
  1055. .codeblock.js .code .number {
  1056. color: #0086b3;
  1057. }
  1058. figure.highlight.json .code .attribute,
  1059. .codeblock.json .code .attribute {
  1060. color: #183691;
  1061. }
  1062. figure.highlight.json .code .number,
  1063. figure.highlight.json .code .literal,
  1064. .codeblock.json .code .number,
  1065. .codeblock.json .code .literal {
  1066. color: #0086b3;
  1067. }
  1068. figure.highlight.mak .code .constant,
  1069. .codeblock.mak .code .constant {
  1070. color: #333;
  1071. }
  1072. figure.highlight.mak .code .title,
  1073. .codeblock.mak .code .title {
  1074. color: #795da3;
  1075. }
  1076. figure.highlight.mak .code .keyword,
  1077. figure.highlight.mak .code .meta-keyword,
  1078. .codeblock.mak .code .keyword,
  1079. .codeblock.mak .code .meta-keyword {
  1080. color: #0086b3;
  1081. }
  1082. figure.highlight.md .code .value,
  1083. figure.highlight.md .code .link_label,
  1084. figure.highlight.md .code .strong,
  1085. figure.highlight.md .code .emphasis,
  1086. figure.highlight.md .code .blockquote,
  1087. figure.highlight.md .code .quote,
  1088. figure.highlight.md .code .section,
  1089. .codeblock.md .code .value,
  1090. .codeblock.md .code .link_label,
  1091. .codeblock.md .code .strong,
  1092. .codeblock.md .code .emphasis,
  1093. .codeblock.md .code .blockquote,
  1094. .codeblock.md .code .quote,
  1095. .codeblock.md .code .section {
  1096. color: #183691;
  1097. }
  1098. figure.highlight.md .code .link_reference,
  1099. figure.highlight.md .code .symbol,
  1100. figure.highlight.md .code .code,
  1101. .codeblock.md .code .link_reference,
  1102. .codeblock.md .code .symbol,
  1103. .codeblock.md .code .code {
  1104. color: #0086b3;
  1105. }
  1106. figure.highlight.md .code .link_url,
  1107. figure.highlight.md .code .link,
  1108. .codeblock.md .code .link_url,
  1109. .codeblock.md .code .link {
  1110. text-decoration: underline;
  1111. }
  1112. figure.highlight.nginx .code .title,
  1113. figure.highlight.nginx .code .attribute,
  1114. .codeblock.nginx .code .title,
  1115. .codeblock.nginx .code .attribute {
  1116. color: #a71d5d;
  1117. }
  1118. figure.highlight.nginx .code .built_in,
  1119. figure.highlight.nginx .code .literal,
  1120. .codeblock.nginx .code .built_in,
  1121. .codeblock.nginx .code .literal {
  1122. color: #0086b3;
  1123. }
  1124. figure.highlight.nginx .code .regexp,
  1125. .codeblock.nginx .code .regexp {
  1126. color: #183691;
  1127. }
  1128. figure.highlight.nginx .code .variable,
  1129. .codeblock.nginx .code .variable {
  1130. color: #333;
  1131. }
  1132. figure.highlight.objectivec .code .preprocessor,
  1133. figure.highlight.objectivec .code .meta,
  1134. .codeblock.objectivec .code .preprocessor,
  1135. .codeblock.objectivec .code .meta {
  1136. color: #a71d5d;
  1137. }
  1138. figure.highlight.objectivec .code .preprocessor .title,
  1139. figure.highlight.objectivec .code .meta .title,
  1140. .codeblock.objectivec .code .preprocessor .title,
  1141. .codeblock.objectivec .code .meta .title {
  1142. color: #df5000;
  1143. }
  1144. figure.highlight.objectivec .code .meta-string,
  1145. .codeblock.objectivec .code .meta-string {
  1146. color: #183691;
  1147. }
  1148. figure.highlight.objectivec .code .title,
  1149. .codeblock.objectivec .code .title {
  1150. color: #795da3;
  1151. }
  1152. figure.highlight.objectivec .code .literal,
  1153. figure.highlight.objectivec .code .number,
  1154. figure.highlight.objectivec .code .built_in,
  1155. .codeblock.objectivec .code .literal,
  1156. .codeblock.objectivec .code .number,
  1157. .codeblock.objectivec .code .built_in {
  1158. color: #0086b3;
  1159. }
  1160. figure.highlight.perl .code .sub,
  1161. .codeblock.perl .code .sub {
  1162. color: #795da3;
  1163. }
  1164. figure.highlight.perl .code .title,
  1165. .codeblock.perl .code .title {
  1166. color: #795da3;
  1167. }
  1168. figure.highlight.perl .code .regexp,
  1169. .codeblock.perl .code .regexp {
  1170. color: #df5000;
  1171. }
  1172. figure.highlight.php .code .phpdoc,
  1173. figure.highlight.php .code .doctag,
  1174. .codeblock.php .code .phpdoc,
  1175. .codeblock.php .code .doctag {
  1176. color: #a71d5d;
  1177. }
  1178. figure.highlight.php .code .regexp,
  1179. .codeblock.php .code .regexp {
  1180. color: #df5000;
  1181. }
  1182. figure.highlight.php .code .literal,
  1183. figure.highlight.php .code .number,
  1184. .codeblock.php .code .literal,
  1185. .codeblock.php .code .number {
  1186. color: #0086b3;
  1187. }
  1188. figure.highlight.php .code .title,
  1189. .codeblock.php .code .title {
  1190. color: #795da3;
  1191. }
  1192. figure.highlight.python .code .decorator,
  1193. figure.highlight.python .code .title,
  1194. figure.highlight.python .code .meta,
  1195. .codeblock.python .code .decorator,
  1196. .codeblock.python .code .title,
  1197. .codeblock.python .code .meta {
  1198. color: #795da3;
  1199. }
  1200. figure.highlight.python .code .number,
  1201. .codeblock.python .code .number {
  1202. color: #0086b3;
  1203. }
  1204. figure.highlight.ruby .code .parent,
  1205. figure.highlight.ruby .code .title,
  1206. .codeblock.ruby .code .parent,
  1207. .codeblock.ruby .code .title {
  1208. color: #795da3;
  1209. }
  1210. figure.highlight.ruby .code .prompt,
  1211. figure.highlight.ruby .code .constant,
  1212. figure.highlight.ruby .code .number,
  1213. figure.highlight.ruby .code .subst .keyword,
  1214. figure.highlight.ruby .code .symbol,
  1215. .codeblock.ruby .code .prompt,
  1216. .codeblock.ruby .code .constant,
  1217. .codeblock.ruby .code .number,
  1218. .codeblock.ruby .code .subst .keyword,
  1219. .codeblock.ruby .code .symbol {
  1220. color: #0086b3;
  1221. }
  1222. figure.highlight.sql .built_in,
  1223. .codeblock.sql .built_in {
  1224. color: #a71d5d;
  1225. }
  1226. figure.highlight.sql .number,
  1227. .codeblock.sql .number {
  1228. color: #0086b3;
  1229. }
  1230. figure.highlight.xml .tag, figure.highlight.html .tag,
  1231. .codeblock.xml .tag,
  1232. .codeblock.html .tag {
  1233. color: #333;
  1234. }
  1235. figure.highlight.xml .value, figure.highlight.html .value,
  1236. .codeblock.xml .value,
  1237. .codeblock.html .value {
  1238. color: #183691;
  1239. }
  1240. figure.highlight.xml .attribute,
  1241. figure.highlight.xml .attr, figure.highlight.html .attribute,
  1242. figure.highlight.html .attr,
  1243. .codeblock.xml .attribute,
  1244. .codeblock.xml .attr,
  1245. .codeblock.html .attribute,
  1246. .codeblock.html .attr {
  1247. color: #795da3;
  1248. }
  1249. figure.highlight.xml .title,
  1250. figure.highlight.xml .name, figure.highlight.html .title,
  1251. figure.highlight.html .name,
  1252. .codeblock.xml .title,
  1253. .codeblock.xml .name,
  1254. .codeblock.html .title,
  1255. .codeblock.html .name {
  1256. color: #63a35c;
  1257. }
  1258. figure.highlight.puppet .title,
  1259. .codeblock.puppet .title {
  1260. color: #795da3;
  1261. }
  1262. figure.highlight.puppet .function,
  1263. .codeblock.puppet .function {
  1264. color: #0086b3;
  1265. }
  1266. figure.highlight.puppet .name,
  1267. .codeblock.puppet .name {
  1268. color: #a71d5d;
  1269. }
  1270. figure.highlight.puppet .attr,
  1271. .codeblock.puppet .attr {
  1272. color: #0086b3;
  1273. }
  1274. figure.highlight.less .tag,
  1275. figure.highlight.less .at_rule,
  1276. .codeblock.less .tag,
  1277. .codeblock.less .at_rule {
  1278. color: #a71d5d;
  1279. }
  1280. figure.highlight.less .number,
  1281. figure.highlight.less .hexcolor,
  1282. figure.highlight.less .function,
  1283. figure.highlight.less .attribute,
  1284. .codeblock.less .number,
  1285. .codeblock.less .hexcolor,
  1286. .codeblock.less .function,
  1287. .codeblock.less .attribute {
  1288. color: #0086b3;
  1289. }
  1290. figure.highlight.less .built_in,
  1291. .codeblock.less .built_in {
  1292. color: #df5000;
  1293. }
  1294. figure.highlight.less .id,
  1295. figure.highlight.less .pseudo,
  1296. figure.highlight.less .class,
  1297. figure.highlight.less .selector-id,
  1298. figure.highlight.less .selector-class,
  1299. figure.highlight.less .selector-tag,
  1300. .codeblock.less .id,
  1301. .codeblock.less .pseudo,
  1302. .codeblock.less .class,
  1303. .codeblock.less .selector-id,
  1304. .codeblock.less .selector-class,
  1305. .codeblock.less .selector-tag {
  1306. color: #795da3;
  1307. }
  1308. figure.highlight.scss .tag,
  1309. figure.highlight.scss .at_rule,
  1310. figure.highlight.scss .important,
  1311. .codeblock.scss .tag,
  1312. .codeblock.scss .at_rule,
  1313. .codeblock.scss .important {
  1314. color: #a71d5d;
  1315. }
  1316. figure.highlight.scss .number,
  1317. figure.highlight.scss .hexcolor,
  1318. figure.highlight.scss .function,
  1319. figure.highlight.scss .attribute,
  1320. .codeblock.scss .number,
  1321. .codeblock.scss .hexcolor,
  1322. .codeblock.scss .function,
  1323. .codeblock.scss .attribute {
  1324. color: #0086b3;
  1325. }
  1326. figure.highlight.scss .variable,
  1327. .codeblock.scss .variable {
  1328. color: #333;
  1329. }
  1330. figure.highlight.scss .built_in,
  1331. .codeblock.scss .built_in {
  1332. color: #df5000;
  1333. }
  1334. figure.highlight.scss .id,
  1335. figure.highlight.scss .pseudo,
  1336. figure.highlight.scss .class,
  1337. figure.highlight.scss .preprocessor,
  1338. figure.highlight.scss .selector-class,
  1339. figure.highlight.scss .selector-id,
  1340. .codeblock.scss .id,
  1341. .codeblock.scss .pseudo,
  1342. .codeblock.scss .class,
  1343. .codeblock.scss .preprocessor,
  1344. .codeblock.scss .selector-class,
  1345. .codeblock.scss .selector-id {
  1346. color: #795da3;
  1347. }
  1348. figure.highlight.scss .tag,
  1349. figure.highlight.scss .selector-tag,
  1350. .codeblock.scss .tag,
  1351. .codeblock.scss .selector-tag {
  1352. color: #63a35c;
  1353. }
  1354. figure.highlight.stylus .at_rule,
  1355. .codeblock.stylus .at_rule {
  1356. color: #a71d5d;
  1357. }
  1358. figure.highlight.stylus .tag,
  1359. figure.highlight.stylus .selector-tag,
  1360. .codeblock.stylus .tag,
  1361. .codeblock.stylus .selector-tag {
  1362. color: #63a35c;
  1363. }
  1364. figure.highlight.stylus .number,
  1365. figure.highlight.stylus .hexcolor,
  1366. figure.highlight.stylus .attribute,
  1367. figure.highlight.stylus .params,
  1368. .codeblock.stylus .number,
  1369. .codeblock.stylus .hexcolor,
  1370. .codeblock.stylus .attribute,
  1371. .codeblock.stylus .params {
  1372. color: #0086b3;
  1373. }
  1374. figure.highlight.stylus .class,
  1375. figure.highlight.stylus .id,
  1376. figure.highlight.stylus .pseudo,
  1377. figure.highlight.stylus .title,
  1378. figure.highlight.stylus .selector-id,
  1379. figure.highlight.stylus .selector-pseudo,
  1380. figure.highlight.stylus .selector-class,
  1381. .codeblock.stylus .class,
  1382. .codeblock.stylus .id,
  1383. .codeblock.stylus .pseudo,
  1384. .codeblock.stylus .title,
  1385. .codeblock.stylus .selector-id,
  1386. .codeblock.stylus .selector-pseudo,
  1387. .codeblock.stylus .selector-class {
  1388. color: #795da3;
  1389. }
  1390. figure.highlight.go .typename,
  1391. .codeblock.go .typename {
  1392. color: #a71d5d;
  1393. }
  1394. figure.highlight.go .built_in,
  1395. figure.highlight.go .constant,
  1396. .codeblock.go .built_in,
  1397. .codeblock.go .constant {
  1398. color: #0086b3;
  1399. }
  1400. figure.highlight.swift .preprocessor,
  1401. .codeblock.swift .preprocessor {
  1402. color: #a71d5d;
  1403. }
  1404. figure.highlight.swift .title,
  1405. .codeblock.swift .title {
  1406. color: #795da3;
  1407. }
  1408. figure.highlight.swift .built_in,
  1409. figure.highlight.swift .number,
  1410. figure.highlight.swift .type,
  1411. .codeblock.swift .built_in,
  1412. .codeblock.swift .number,
  1413. .codeblock.swift .type {
  1414. color: #0086b3;
  1415. }
  1416. figure.highlight.yml .line
  1417. .attr,
  1418. .codeblock.yml .line
  1419. .attr {
  1420. color: #63a35c;
  1421. }
  1422. figure.highlight.yml .line,
  1423. figure.highlight.yml .string,
  1424. figure.highlight.yml .type,
  1425. figure.highlight.yml .literal,
  1426. figure.highlight.yml .meta,
  1427. .codeblock.yml .line,
  1428. .codeblock.yml .string,
  1429. .codeblock.yml .type,
  1430. .codeblock.yml .literal,
  1431. .codeblock.yml .meta {
  1432. color: #183691;
  1433. }
  1434. figure.highlight.yml .number,
  1435. .codeblock.yml .number {
  1436. color: #0086b3;
  1437. }