mapco.rtl.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556
  1. @font-face {
  2. font-family: "lato";
  3. font-style: normal;
  4. font-stretch: normal;
  5. font-weight: 400;
  6. src: local("Lato"), url("../fonts/LatoLatin-Regular.woff") format("woff");
  7. }
  8. @font-face {
  9. font-family: "lato";
  10. font-style: italic;
  11. font-stretch: normal;
  12. font-weight: 400;
  13. src: local("Lato"), url("../fonts/LatoLatin-Italic.woff") format("woff");
  14. }
  15. @font-face {
  16. font-family: "lato";
  17. font-style: normal;
  18. font-stretch: normal;
  19. font-weight: 700;
  20. src: local("Lato"), url("../fonts/LatoLatin-Bold.woff") format("woff");
  21. }
  22. @font-face {
  23. font-family: "lato";
  24. font-style: italic;
  25. font-stretch: normal;
  26. font-weight: 700;
  27. src: local("Lato"), url("../fonts/LatoLatin-BoldItalic.woff") format("woff");
  28. }
  29. @font-face {
  30. font-family: "spectral";
  31. font-style: normal;
  32. font-stretch: normal;
  33. font-weight: 400;
  34. src: local("Spectral"), url("../fonts/Spectral-Regular.woff") format("woff");
  35. }
  36. @font-face {
  37. font-family: "spectral";
  38. font-style: italic;
  39. font-stretch: normal;
  40. font-weight: 400;
  41. src: local("Spectral"), url("../fonts/Spectral-Italic.woff") format("woff");
  42. }
  43. @font-face {
  44. font-family: "spectral";
  45. font-style: normal;
  46. font-stretch: normal;
  47. font-weight: 700;
  48. src: local("Spectral"), url("../fonts/Spectral-Bold.woff") format("woff");
  49. }
  50. @font-face {
  51. font-family: "spectral";
  52. font-style: italic;
  53. font-stretch: normal;
  54. font-weight: 700;
  55. src: local("Spectral"), url("../fonts/Spectral-BoldItalic.woff") format("woff");
  56. }
  57. /* stylelint-disable property-no-vendor-prefix */
  58. /* FUNCTIONS */
  59. /* btns */
  60. .btn {
  61. margin: 0;
  62. padding: 0.5rem 1.5rem;
  63. background: #f9fafb;
  64. display: inline-block;
  65. color: #5b6871;
  66. font-size: 1rem;
  67. border: none;
  68. border-radius: 5px;
  69. min-height: 38px;
  70. min-width: 15px;
  71. line-height: 25px;
  72. vertical-align: middle;
  73. cursor: pointer;
  74. overflow: hidden;
  75. transition: all 0.15s ease-in-out;
  76. }
  77. .btn.btn-important {
  78. background: #36c;
  79. color: #fff;
  80. }
  81. .btn.btn-important:hover, .btn.btn-important:active {
  82. background: #25c;
  83. }
  84. .btn.btn-important img {
  85. filter: brightness(3);
  86. }
  87. .btn.btn-attention {
  88. background: #f5633e;
  89. color: #fff;
  90. }
  91. .btn.btn-attention:hover, .btn.btn-attention:active {
  92. background: #73341f;
  93. }
  94. .btn:hover {
  95. text-decoration: none;
  96. }
  97. a.btn {
  98. min-height: 25px;
  99. line-height: 25px;
  100. }
  101. /*=== Forms */
  102. legend {
  103. margin: 2rem 0 1rem 0;
  104. padding: 0;
  105. display: inline-block;
  106. width: auto;
  107. font-size: 1rem;
  108. clear: both;
  109. text-transform: uppercase;
  110. letter-spacing: 1px;
  111. font-weight: 700;
  112. }
  113. label {
  114. min-height: 25px;
  115. padding: 5px 0;
  116. cursor: pointer;
  117. color: #5b6871;
  118. }
  119. textarea {
  120. max-width: 100%;
  121. width: 360px;
  122. height: 100px;
  123. }
  124. input, select, textarea, button {
  125. padding: 5px 10px;
  126. background: #fff;
  127. color: #5b6871;
  128. font-family: "lato", "Helvetica", "Arial", sans-serif;
  129. font-size: 1rem;
  130. border: 1px solid #eff0f2;
  131. border-radius: 2px;
  132. min-height: 25px;
  133. line-height: 25px;
  134. vertical-align: middle;
  135. }
  136. option {
  137. padding: 0 0.5em;
  138. }
  139. input:focus, select:focus, textarea:focus {
  140. color: #303136;
  141. border-color: #36c;
  142. }
  143. input:invalid, select:invalid {
  144. color: #f5633e;
  145. border-color: #f5633e;
  146. box-shadow: none;
  147. }
  148. input:disabled, select:disabled {
  149. background: #eff0f2;
  150. }
  151. input.extend {
  152. transition: width 200ms linear;
  153. }
  154. .form-group {
  155. padding: 5px;
  156. border-radius: 3px;
  157. }
  158. .form-group::after {
  159. content: "";
  160. display: block;
  161. clear: both;
  162. }
  163. .form-group .group-name {
  164. padding: 10px 0;
  165. text-align: left;
  166. }
  167. .form-group .group-controls {
  168. min-height: 25px;
  169. padding: 5px 0;
  170. }
  171. .form-group .group-controls .control {
  172. line-height: 2em;
  173. }
  174. .form-group.form-actions {
  175. margin: 15px 0 25px;
  176. padding: 5px 0;
  177. }
  178. .form-group.form-actions .btn {
  179. margin: 0 0 0 0.5rem;
  180. }
  181. /*=== Tables */
  182. table {
  183. border-collapse: collapse;
  184. }
  185. tr, th, td {
  186. padding: 0.5em;
  187. border: 1px solid #d5d8db;
  188. }
  189. th {
  190. background: #f9fafb;
  191. }
  192. form td,
  193. form th {
  194. font-weight: normal;
  195. text-align: center;
  196. }
  197. /*=== COMPONENTS */
  198. /*===============*/
  199. /*=== Forms */
  200. /*=== Horizontal-list */
  201. .horizontal-list {
  202. margin: 0;
  203. padding: 0.1rem 0;
  204. }
  205. .horizontal-list .item {
  206. vertical-align: middle;
  207. }
  208. .horizontal-list .item:first-child {
  209. padding-right: 0.5rem;
  210. }
  211. /*=== Dropdown */
  212. .dropdown-menu {
  213. margin: 9px 0 0 0;
  214. padding: 0.5rem 0 1rem 0;
  215. background: #f9fafb;
  216. font-size: 1rem;
  217. border: none;
  218. border-radius: 3px;
  219. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  220. text-align: right;
  221. }
  222. .dropdown-menu::after {
  223. border: none;
  224. left: 18px;
  225. }
  226. .dropdown-menu .dropdown-header {
  227. margin: 1rem 1rem 1rem 0.5rem;
  228. font-weight: bold;
  229. text-align: right;
  230. color: #5b6871;
  231. text-transform: uppercase;
  232. letter-spacing: 1px;
  233. }
  234. .dropdown-menu .item {
  235. transition: all 0.075s ease-in-out;
  236. }
  237. .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link {
  238. padding: 0 2rem;
  239. color: #303136;
  240. font-size: 1rem;
  241. line-height: 2.5em;
  242. }
  243. .dropdown-menu .item:not(.addItem):hover {
  244. background: #36c;
  245. color: #fff;
  246. }
  247. .dropdown-menu .item:not(.addItem):hover a, .dropdown-menu .item:not(.addItem):hover button, .dropdown-menu .item:not(.addItem):hover label {
  248. text-decoration: none;
  249. color: #fff;
  250. }
  251. .dropdown-menu .item[aria-checked=true] a::before {
  252. margin: 0 -14px 0 0;
  253. font-weight: bold;
  254. }
  255. .dropdown-menu .input select, .dropdown-menu .input input {
  256. margin: 0 auto 5px;
  257. padding: 2px 5px;
  258. border-radius: 3px;
  259. }
  260. .dropdown-menu .separator {
  261. margin: 0.75rem 0;
  262. border-bottom: 1px solid #eff0f2;
  263. }
  264. .tree .tree-folder .tree-folder-items .dropdown-menu .item {
  265. padding: 0;
  266. }
  267. .tree .tree-folder .tree-folder-items .dropdown-menu .item a,
  268. .tree .tree-folder .tree-folder-items .dropdown-menu .item button {
  269. color: #303136;
  270. }
  271. .tree .tree-folder .tree-folder-items .dropdown-menu .item a:hover,
  272. .tree .tree-folder .tree-folder-items .dropdown-menu .item button:hover {
  273. color: #fff;
  274. }
  275. .tree .tree-folder .tree-folder-items .dropdown-menu .item:hover {
  276. background: #36c;
  277. }
  278. /*=== Alerts */
  279. .alert {
  280. margin: 1rem 0;
  281. padding: 1rem;
  282. background: #f9fafb;
  283. color: #5b6871;
  284. font-size: 1rem;
  285. border: 1px solid #c5ced3;
  286. border-radius: 3px;
  287. text-shadow: 0 0 1px #eff0f2;
  288. }
  289. .alert-head {
  290. font-size: 1.15em;
  291. }
  292. .alert > a {
  293. text-decoration: underline;
  294. color: inherit;
  295. }
  296. .alert-warn {
  297. background: #fdfde0;
  298. color: #73762f;
  299. border: 1px solid #73762f33;
  300. }
  301. .alert-success {
  302. background: #cffde7;
  303. color: #0c7540;
  304. border: 1px solid #0c754033;
  305. }
  306. .alert-error {
  307. background: #fde0d8;
  308. color: #73341f;
  309. border: 1px solid #73341f33;
  310. }
  311. /*=== Pagination */
  312. .pagination {
  313. background: #eff0f2;
  314. color: #303136;
  315. }
  316. .pagination .item a {
  317. color: #303136;
  318. }
  319. #load_more.loading,
  320. #load_more.loading:hover {
  321. background: url("loader.gif") center center no-repeat #34495e;
  322. }
  323. /*=== Boxes */
  324. .box {
  325. background: #fff;
  326. border: none;
  327. border-radius: 3px;
  328. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  329. }
  330. .box .box-title {
  331. margin: 0;
  332. padding: 5px 10px;
  333. background: #eff0f2;
  334. color: #303136;
  335. border-radius: 2px 2px 0 0;
  336. }
  337. .box .box-title .configure {
  338. margin-left: 4px;
  339. }
  340. .box .box-title:hover .configure {
  341. background: url("icons/cog.svg") no-repeat 4px 4px;
  342. display: block;
  343. float: right;
  344. width: 1.75rem;
  345. height: 1.75rem;
  346. border-radius: 2px;
  347. margin-left: 0.5rem;
  348. }
  349. .box .box-title:hover .configure .icon {
  350. display: none;
  351. border-radius: 3px;
  352. vertical-align: middle;
  353. }
  354. .box .box-title:hover .configure:hover {
  355. background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
  356. }
  357. .box .box-title form input {
  358. width: 85%;
  359. }
  360. .box .box-title form .dropdown {
  361. float: left;
  362. }
  363. .box .box-title form .dropdown a.dropdown-toggle {
  364. padding: 0;
  365. border-radius: 0;
  366. background-image: url(icons/more.svg);
  367. background-repeat: no-repeat;
  368. background-position: left 8px;
  369. }
  370. .box .box-title form .dropdown a.dropdown-toggle img {
  371. display: none;
  372. }
  373. .box .box-content {
  374. padding-right: 30px;
  375. }
  376. .box .box-content .item {
  377. padding: 0.5rem 0;
  378. color: #303136;
  379. font-size: 1rem;
  380. border-bottom: 1px solid #eff0f2;
  381. line-height: 1.7em;
  382. }
  383. .box .box-content .item img {
  384. margin-left: 0.75rem;
  385. }
  386. .box .box-content .item .configure {
  387. background: url("icons/cog.svg") no-repeat 4px 4px;
  388. display: block;
  389. float: right;
  390. width: 1.75rem;
  391. height: 1.75rem;
  392. border-radius: 2px;
  393. margin-left: 0.5rem;
  394. }
  395. .box .box-content .item .configure .icon {
  396. display: none;
  397. border-radius: 3px;
  398. vertical-align: middle;
  399. }
  400. .box .box-content .item .configure:hover {
  401. background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
  402. }
  403. .box .box-content .item:last-child {
  404. border-bottom: none;
  405. }
  406. /*=== "Load more" part */
  407. #bigMarkAsRead {
  408. text-align: center;
  409. text-decoration: none;
  410. background: #effcfd;
  411. color: #36c;
  412. transition: all 0.15s ease-in-out;
  413. }
  414. #bigMarkAsRead:hover {
  415. background: #36c;
  416. color: #fff;
  417. }
  418. #bigMarkAsRead:hover .bigTick {
  419. background: url(icons/tick-white.svg) center no-repeat;
  420. }
  421. #bigMarkAsRead .bigTick {
  422. margin: 0.5rem 0;
  423. background: url(icons/tick-color.svg) center no-repeat;
  424. display: inline-block;
  425. width: 64px;
  426. height: 64px;
  427. text-indent: -9999px;
  428. white-space: nowrap;
  429. }
  430. .formLogin {
  431. background: #303136;
  432. }
  433. .formLogin .header .configure {
  434. padding-left: 1rem;
  435. }
  436. .formLogin .header .configure img {
  437. margin-left: 0.5rem;
  438. }
  439. .formLogin .header .configure a.signin {
  440. color: #fff;
  441. }
  442. .formLogin h1 {
  443. color: #fff;
  444. }
  445. .formLogin form#crypto-form div {
  446. margin-bottom: 1rem;
  447. }
  448. .formLogin form#crypto-form div label {
  449. color: #c5ced3;
  450. font-size: 1rem;
  451. }
  452. .formLogin form#crypto-form div input {
  453. background: #1d1e22;
  454. }
  455. .formLogin form#crypto-form div input:focus {
  456. background: #f9fafb;
  457. color: #303136;
  458. }
  459. /*=== DIVERS */
  460. /*===========*/
  461. .aside.aside_feed .nav-form input,
  462. .aside.aside_feed .nav-form select {
  463. width: 140px;
  464. }
  465. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  466. left: -20px;
  467. }
  468. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  469. left: 33px;
  470. }
  471. /*=== Tree */
  472. .tree {
  473. margin: 10px 0;
  474. }
  475. .tree#sidebar {
  476. scrollbar-color: rgba(255, 255, 0, 0.1) rgba(0, 0, 0, 0.05);
  477. scrollbar-color: #ffffff33 #ffffff22;
  478. }
  479. .tree .tree-folder {
  480. border-bottom: 1px solid #3f3f3f;
  481. }
  482. .tree .tree-folder .tree-folder-title {
  483. padding: 12px 16px;
  484. background: #303136;
  485. position: relative;
  486. font-size: 0.85rem;
  487. letter-spacing: 1px;
  488. font-weight: 700;
  489. text-transform: uppercase;
  490. }
  491. .tree .tree-folder .tree-folder-title .title {
  492. background: inherit;
  493. color: #ffffff;
  494. }
  495. .tree .tree-folder .tree-folder-title .title:hover {
  496. text-decoration: none;
  497. }
  498. .tree .tree-folder.active .tree-folder-title {
  499. background: #303136;
  500. font-weight: bold;
  501. }
  502. .tree .tree-folder .tree-folder-items {
  503. background: #26272a;
  504. }
  505. .tree .tree-folder .tree-folder-items .item {
  506. padding: 0 1rem;
  507. line-height: 2.5rem;
  508. font-size: 1rem;
  509. font-weight: 400;
  510. transition: all 0.15s ease-in-out;
  511. }
  512. .tree .tree-folder .tree-folder-items .item.active {
  513. background: #36c;
  514. }
  515. .tree .tree-folder .tree-folder-items .item.active .dropdown li a {
  516. color: #303136;
  517. }
  518. .tree .tree-folder .tree-folder-items .item.active .dropdown li a:hover {
  519. color: #ffffff;
  520. }
  521. .tree .tree-folder .tree-folder-items .item.active a {
  522. color: #ffffff;
  523. }
  524. .tree .tree-folder .tree-folder-items .item:hover {
  525. background: #17181a;
  526. }
  527. .tree .tree-folder .tree-folder-items .item a {
  528. text-decoration: none;
  529. color: #ffffff;
  530. }
  531. /*=== Buttons */
  532. .stick {
  533. vertical-align: middle;
  534. font-size: 0;
  535. }
  536. .stick input, .stick .btn {
  537. border-radius: 0;
  538. }
  539. .stick .btn:first-child,
  540. .stick input:first-child {
  541. border-radius: 0 5px 5px 0;
  542. }
  543. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  544. border-radius: 5px 0 0 5px;
  545. }
  546. .stick .btn + .btn,
  547. .stick .btn + input,
  548. .stick .btn + .dropdown > .btn,
  549. .stick input + .btn,
  550. .stick input + input,
  551. .stick input + .dropdown > .btn,
  552. .stick .dropdown + .btn,
  553. .stick .dropdown + input,
  554. .stick .dropdown + .dropdown > .btn {
  555. border-right: 1px solid #d5d8db;
  556. }
  557. .aside {
  558. background: #303136;
  559. }
  560. .aside.aside_feed {
  561. padding: 10px 0;
  562. text-align: center;
  563. background: #303136;
  564. }
  565. .aside.aside_feed .tree {
  566. margin: 10px 0 50px;
  567. }
  568. /* Sidebar des pages de configuration */
  569. /*=== Navigation */
  570. .nav-list .nav-header,
  571. .nav-list .item {
  572. height: 2.5em;
  573. line-height: 2.5em;
  574. font-size: 1rem;
  575. }
  576. .nav-list .item {
  577. background: #303136;
  578. color: #fff;
  579. }
  580. .nav-list .item a {
  581. padding: 0 1rem;
  582. color: #ffffff;
  583. transition: all 0.15s ease-in-out;
  584. }
  585. .nav-list .item .error a {
  586. color: #f5633e;
  587. }
  588. .nav-list .item:hover .error a {
  589. background: #36c;
  590. color: #ffffff;
  591. }
  592. .nav-list .item:hover .empty a {
  593. background: #f4f762;
  594. color: #ffffff;
  595. }
  596. .nav-list .item:hover a {
  597. background: #17181a;
  598. text-decoration: none;
  599. }
  600. .nav-list .item.active {
  601. background: #36c;
  602. color: #fff;
  603. }
  604. .nav-list .item.active .error a {
  605. background: #36c;
  606. color: #fff;
  607. }
  608. .nav-list .item.active .empty a {
  609. background: #f4f762;
  610. color: #fff;
  611. }
  612. .nav-list .item.active a {
  613. background: #36c;
  614. color: #fff;
  615. text-decoration: none;
  616. }
  617. .nav-list.empty a {
  618. color: #f4f762;
  619. }
  620. .nav-list .disable {
  621. text-align: center;
  622. background: #f9fafb;
  623. color: #a6a7ae;
  624. }
  625. .nav-list .nav-header {
  626. padding: 0 10px;
  627. font-weight: bold;
  628. color: #5b6871;
  629. text-transform: uppercase;
  630. letter-spacing: 1px;
  631. margin-top: 1rem;
  632. }
  633. .nav-list .nav-form {
  634. padding: 3px;
  635. text-align: center;
  636. }
  637. .nav-list .nav-head {
  638. margin: 0;
  639. text-align: left;
  640. color: #fff;
  641. }
  642. .nav-list .nav-head a {
  643. color: #fff;
  644. }
  645. .nav-list .nav-head .item {
  646. padding: 5px 10px;
  647. font-size: 0.9rem;
  648. line-height: 1.5rem;
  649. }
  650. /*=== Aside main page (categories) */
  651. .aside_feed .tree-folder-title > .title:not([data-unread="0"]) {
  652. width: calc(100% - 35px - 35px);
  653. }
  654. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  655. margin: 1.5em 0 0 0;
  656. background-color: rgba(0, 0, 0, 0.25);
  657. }
  658. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  659. margin: 0.5em 0 0 0;
  660. background-color: rgba(0, 0, 0, 0.25);
  661. }
  662. .feed.item.empty.active {
  663. background: #5b6871;
  664. }
  665. .feed.item.error.active {
  666. background: #5b6871;
  667. }
  668. .feed.item.empty,
  669. .feed.item.empty > a {
  670. color: #5b6871;
  671. }
  672. .feed.item.error,
  673. .feed.item.error > a {
  674. color: #5b6871;
  675. }
  676. .feed.item.empty.active,
  677. .feed.item.error.active,
  678. .feed.item.empty.active > a,
  679. .feed.item.error.active > a {
  680. color: #fff;
  681. }
  682. .aside_feed .tree-folder-items .dropdown-menu::after {
  683. right: 2px;
  684. }
  685. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  686. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  687. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  688. border-radius: 3px;
  689. }
  690. .aside_feed .stick #btn-add {
  691. border-right-color: #303136;
  692. }
  693. /*=== STRUCTURE */
  694. /*===============*/
  695. /*=== Header */
  696. .header {
  697. padding: 0.5rem 1.35rem;
  698. background: #303136;
  699. display: block;
  700. width: auto;
  701. height: 3rem;
  702. table-layout: none;
  703. }
  704. .header .logo {
  705. margin: 11px 0 5px;
  706. filter: grayscale(100%) brightness(100);
  707. }
  708. .header .item {
  709. vertical-align: middle;
  710. }
  711. .header .item.title {
  712. width: 280px;
  713. font-weight: 400;
  714. }
  715. .header .item.title a img {
  716. margin-left: 0.5rem;
  717. }
  718. .header .item.search input {
  719. width: 230px;
  720. color: #ffffff;
  721. border: none;
  722. border-radius: 0 2px 2px 0;
  723. background-color: #26272a;
  724. transition: all 0.15s ease-in-out;
  725. }
  726. .header .item.search input:hover {
  727. background-color: #17181a;
  728. }
  729. .header .item.search input:focus {
  730. width: 350px;
  731. color: #5b6871;
  732. background-color: #fff;
  733. }
  734. .header .item.search .btn {
  735. width: 3rem;
  736. border-radius: 2px 0 0 2px;
  737. background-color: #36c;
  738. background-position: center;
  739. background-repeat: no-repeat;
  740. background-image: url(icons/magnifier.svg);
  741. border-right-width: 0;
  742. min-height: 35px;
  743. }
  744. .header .item.search .btn img {
  745. display: none;
  746. }
  747. .header .item.search .btn:hover {
  748. background-color: #25c;
  749. }
  750. .header .item.configure {
  751. width: 2rem;
  752. position: absolute;
  753. left: 1rem;
  754. top: 1.25rem;
  755. text-align: center;
  756. }
  757. .header .item.configure .btn {
  758. padding: 0 0.5rem;
  759. background-color: transparent;
  760. background-position: center;
  761. background-repeat: no-repeat;
  762. background-image: url(icons/cog-white.svg);
  763. }
  764. .header .item.configure .btn img {
  765. display: none;
  766. }
  767. /*=== Body */
  768. #global {
  769. height: calc(100% - 4rem);
  770. }
  771. /*=== Prompt (centered) */
  772. .prompt {
  773. text-align: center;
  774. }
  775. .prompt label {
  776. text-align: right;
  777. }
  778. .prompt form {
  779. margin: 10px auto 20px auto;
  780. width: 200px;
  781. }
  782. .prompt input {
  783. margin: 5px auto;
  784. width: 100%;
  785. }
  786. .prompt p {
  787. margin: 20px 0;
  788. }
  789. /*=== New article notification */
  790. #new-article {
  791. background: #36c;
  792. font-size: 1rem;
  793. text-align: center;
  794. }
  795. #new-article > a {
  796. line-height: 3em;
  797. font-weight: bold;
  798. color: #fff;
  799. }
  800. #new-article > a:hover {
  801. text-decoration: none;
  802. background: #25c;
  803. }
  804. /*=== Day indication */
  805. .day {
  806. padding: 1rem 1.25rem 0 0;
  807. color: #5b6871;
  808. font-size: 0.875rem;
  809. font-weight: 700;
  810. line-height: 3em;
  811. letter-spacing: 1px;
  812. text-transform: uppercase;
  813. }
  814. .day .name {
  815. padding: 0 1rem 0 1rem;
  816. color: #303136;
  817. font-size: 0.875rem;
  818. position: relative;
  819. right: 0;
  820. text-transform: uppercase;
  821. }
  822. .btn {
  823. border-right-width: 0;
  824. padding: 0.5rem 1rem;
  825. background-color: #eff0f2;
  826. background-position: center;
  827. background-repeat: no-repeat;
  828. transition: all 0.15s ease-in-out;
  829. }
  830. .btn:hover {
  831. background-color: #d5d8db;
  832. }
  833. .btn.active {
  834. background-color: #36c;
  835. }
  836. /*=== Index menu */
  837. .nav_menu {
  838. text-align: center;
  839. padding: 5px 0;
  840. }
  841. .nav_menu .btn {
  842. border-right-width: 0;
  843. padding: 0.5rem 1rem;
  844. background-color: #f9fafb;
  845. background-position: center;
  846. background-repeat: no-repeat;
  847. }
  848. .nav_menu .btn:hover {
  849. background-color: #eff0f2;
  850. }
  851. .nav_menu .stick {
  852. background: #f9fafb;
  853. }
  854. .nav_menu .stick .btn {
  855. border-right-width: 0;
  856. padding: 0.5rem 1rem;
  857. background-color: #f9fafb;
  858. background-position: center;
  859. background-repeat: no-repeat;
  860. transition: all 0.15s ease-in-out;
  861. }
  862. .nav_menu .stick .btn:hover {
  863. background-color: #d5d8db;
  864. }
  865. .nav_menu .stick .btn.active {
  866. background-color: #36c;
  867. }
  868. .nav_menu .stick .btn img.icon {
  869. display: none;
  870. }
  871. .nav_menu .stick .btn#toggle-read {
  872. background-image: url(icons/read.svg);
  873. }
  874. .nav_menu .stick .btn#toggle-read.active {
  875. background-image: url(icons/read-white.svg);
  876. }
  877. .nav_menu .stick .btn#toggle-unread {
  878. background-image: url(icons/unread.svg);
  879. }
  880. .nav_menu .stick .btn#toggle-unread.active {
  881. background-image: url(icons/unread-white.svg);
  882. }
  883. .nav_menu .stick .btn#toggle-starred {
  884. background-image: url(icons/starred.svg);
  885. }
  886. .nav_menu .stick .btn#toggle-starred.active {
  887. background-image: url(icons/starred-white.svg);
  888. }
  889. .nav_menu .stick .btn#toggle-non-starred {
  890. background-image: url(icons/non-starred.svg);
  891. }
  892. .nav_menu .stick .btn#toggle-non-starred.active {
  893. background-image: url(icons/non-starred-white.svg);
  894. }
  895. .nav_menu .stick .btn.read_all {
  896. padding: 5px 16px;
  897. color: #303136;
  898. background-color: #f9fafb;
  899. transition: all 0.15s ease-in-out;
  900. }
  901. .nav_menu .stick .btn.read_all:hover {
  902. background-color: #d5d8db;
  903. }
  904. .nav_menu .stick .btn.view-normal {
  905. background-image: url(icons/view-list.svg);
  906. }
  907. .nav_menu .stick .btn.view-normal.active {
  908. background-image: url(icons/view-list-white.svg);
  909. }
  910. .nav_menu .stick .btn.view-global {
  911. background-image: url(icons/view-global.svg);
  912. }
  913. .nav_menu .stick .btn.view-global.active {
  914. background-image: url(icons/view-global-white.svg);
  915. }
  916. .nav_menu .stick .btn.view-reader {
  917. background-image: url(icons/view-reader.svg);
  918. }
  919. .nav_menu .stick .btn.view-reader.active {
  920. background-image: url(icons/view-reader-white.svg);
  921. }
  922. .nav_menu .stick .btn.view-rss {
  923. background-image: url(icons/rss.svg);
  924. }
  925. .nav_menu .stick .dropdown a.dropdown-toggle {
  926. border-right-width: 0;
  927. background-image: url(icons/more.svg);
  928. }
  929. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  930. vertical-align: middle;
  931. background-color: #a6a7ae;
  932. border-radius: 3px;
  933. }
  934. /*=== Content of feed articles */
  935. .content, .content.thin {
  936. padding: 20px 10px;
  937. font-size: 1.125rem;
  938. line-height: 1.8rem;
  939. }
  940. .content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
  941. color: #303136;
  942. font-family: "spectral", serif;
  943. font-size: 2rem;
  944. }
  945. .content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
  946. color: #36c;
  947. text-decoration: none;
  948. }
  949. .content .author, .content.thin .author {
  950. color: #5b6871;
  951. font-size: 1.125rem;
  952. }
  953. .content p, .content ul, .content.thin p, .content.thin ul {
  954. font-size: 1.125rem;
  955. line-height: 1.8rem;
  956. }
  957. .content .content hr, .content.thin .content hr {
  958. margin: 30px 10px;
  959. background: #d5d8db;
  960. height: 1px;
  961. border: 0;
  962. box-shadow: 0 2px 5px #ccc;
  963. }
  964. .content pre, .content.thin pre {
  965. margin: 10px auto;
  966. padding: 10px 20px;
  967. overflow: auto;
  968. background: #1d1e22;
  969. color: #fff;
  970. font-size: 0.9rem;
  971. border-radius: 3px;
  972. }
  973. .content pre code, .content.thin pre code {
  974. background: transparent;
  975. color: #fff;
  976. border: none;
  977. }
  978. .content code, .content.thin code {
  979. padding: 2px 5px;
  980. background: #f9fafb;
  981. border: 1px solid #eff0f2;
  982. border-radius: 3px;
  983. }
  984. .content blockquote, .content.thin blockquote {
  985. margin: 0;
  986. padding: 5px 20px;
  987. background: #f9fafb;
  988. display: block;
  989. color: #303136;
  990. border-top: 1px solid #d5d8db;
  991. border-bottom: 1px solid #d5d8db;
  992. }
  993. .content blockquote p, .content.thin blockquote p {
  994. margin: 0;
  995. }
  996. /*=== Notification and actualize notification */
  997. .notification {
  998. padding: 1rem 0;
  999. background: #d5d8db;
  1000. width: 100%;
  1001. height: 3rem;
  1002. color: #5b6871;
  1003. font-size: 1em;
  1004. border: none;
  1005. position: fixed;
  1006. top: auto;
  1007. bottom: 0;
  1008. right: 0;
  1009. left: 0;
  1010. text-align: center;
  1011. line-height: 3em;
  1012. vertical-align: middle;
  1013. }
  1014. .notification .msg {
  1015. display: inline-block;
  1016. font-size: 1rem;
  1017. }
  1018. .notification.good {
  1019. background: #10f587;
  1020. color: #fff;
  1021. }
  1022. .notification.bad {
  1023. background: #f5633e;
  1024. color: #fff;
  1025. }
  1026. .notification a.close {
  1027. padding: 0 15px;
  1028. border-radius: 3px 0 0 3px;
  1029. line-height: 3em;
  1030. }
  1031. .notification.good a.close:hover {
  1032. background: #0c7540;
  1033. }
  1034. .notification.bad a.close:hover {
  1035. background: #73341f;
  1036. }
  1037. .notification#actualizeProgress {
  1038. line-height: 2em;
  1039. }
  1040. .notification#actualizeProgress br {
  1041. display: none;
  1042. }
  1043. /*=== Navigation menu (for articles) */
  1044. #nav_entries {
  1045. margin: 0;
  1046. text-align: center;
  1047. line-height: 3em;
  1048. table-layout: fixed;
  1049. background: #303136;
  1050. }
  1051. /*=== Feed articles */
  1052. .flux {
  1053. background: #fff;
  1054. transition: all 0.15s ease-in-out;
  1055. }
  1056. .flux:hover {
  1057. background: #f9fafb;
  1058. }
  1059. .flux:hover:not(.current):hover .item.title {
  1060. background: #f9fafb;
  1061. }
  1062. .flux.current {
  1063. background: #f9fafb;
  1064. border-right-color: #36c;
  1065. }
  1066. .flux.not_read:not(.current) {
  1067. background: #f2f6f8;
  1068. }
  1069. .flux.not_read:not(.current):hover .item.title {
  1070. background: #f2f6f8;
  1071. }
  1072. .flux.not_read .item.title a {
  1073. color: #36c;
  1074. }
  1075. .flux.not_read .item.website a {
  1076. color: #36c;
  1077. }
  1078. .flux.not_read .item.date {
  1079. color: rgba(51, 102, 204, 0.5);
  1080. }
  1081. .flux.favorite {
  1082. border-right-color: #ffc300;
  1083. transition: all 0.15s ease-in-out;
  1084. }
  1085. .flux.favorite:not(.current) {
  1086. background: #fff6da;
  1087. }
  1088. .flux.favorite:not(.current):hover .item.title {
  1089. background: #fff6da;
  1090. }
  1091. .flux .website a {
  1092. color: #303136;
  1093. opacity: 0.75;
  1094. }
  1095. .flux .website .favicon {
  1096. padding: 5px;
  1097. }
  1098. .flux .item.date {
  1099. color: rgba(48, 49, 54, 0.5);
  1100. font-size: 0.85rem;
  1101. }
  1102. .flux .bottom {
  1103. font-size: 1rem;
  1104. text-align: center;
  1105. }
  1106. .flux_header {
  1107. font-size: 1rem;
  1108. cursor: pointer;
  1109. border-top: 1px solid #eff0f2;
  1110. }
  1111. .flux_header .title {
  1112. font-size: 1rem;
  1113. }
  1114. /*=== GLOBAL VIEW */
  1115. /*================*/
  1116. #stream .box.category:not([data-unread="0"]) .box-title .title {
  1117. font-weight: bold;
  1118. }
  1119. #stream .box.category .box-title {
  1120. padding: 1.5rem;
  1121. background: none;
  1122. }
  1123. #stream .box.category .box-title a.title {
  1124. color: #5b6871;
  1125. font-size: 1rem;
  1126. font-weight: normal;
  1127. text-decoration: none;
  1128. text-align: right;
  1129. text-transform: uppercase;
  1130. letter-spacing: 1px;
  1131. }
  1132. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  1133. margin: -0.5rem 0 0 1rem;
  1134. padding: 0 0.75rem;
  1135. background: #eff0f2;
  1136. border-radius: 12px;
  1137. position: absolute;
  1138. top: 1.75rem;
  1139. left: 0;
  1140. line-height: 1.5rem;
  1141. text-align: center;
  1142. }
  1143. #stream .box.category .box-title a.title:hover {
  1144. color: #36c;
  1145. }
  1146. #stream .box.category .box-content {
  1147. padding-bottom: 0.5rem;
  1148. }
  1149. #stream .box.category .box-content .item.feed {
  1150. padding: 0.5rem 1.5rem;
  1151. font-size: 1rem;
  1152. }
  1153. #stream .box.category .box-content .item.feed a {
  1154. color: #303136;
  1155. font-weight: 400;
  1156. }
  1157. #stream .box.category .box-content .item.feed a:hover {
  1158. color: #36c;
  1159. text-decoration: none;
  1160. }
  1161. #overlay {
  1162. background: rgba(0, 0, 0, 0.65);
  1163. }
  1164. #panel {
  1165. top: 3rem;
  1166. left: 3rem;
  1167. bottom: 3rem;
  1168. right: 3rem;
  1169. border-radius: 3px;
  1170. }
  1171. /*=== READER VIEW */
  1172. /*================*/
  1173. #stream.reader .flux {
  1174. padding: 0 0 50px;
  1175. background: #eff0f2;
  1176. color: #303136;
  1177. border: none;
  1178. }
  1179. #stream.reader .flux .author {
  1180. margin: 0 0 10px;
  1181. color: #a6a7ae;
  1182. font-size: 90%;
  1183. }
  1184. /*=== Configuration pages */
  1185. .post {
  1186. padding: 1rem 2rem;
  1187. font-size: 1rem;
  1188. }
  1189. .post form {
  1190. margin: 1rem 0;
  1191. }
  1192. .post form .horizontal-list {
  1193. margin-bottom: 0.5rem;
  1194. }
  1195. .post.content {
  1196. max-width: 550px;
  1197. }
  1198. .post h1, .post h2 {
  1199. color: #303136;
  1200. font-size: 3rem;
  1201. margin-top: 1.75rem;
  1202. font-weight: 300;
  1203. line-height: 1.2em;
  1204. }
  1205. .post a[href="./"] {
  1206. margin: 0;
  1207. padding: 0.75rem 1.5rem;
  1208. background: #f9fafb;
  1209. display: inline-block;
  1210. color: #5b6871;
  1211. font-size: 1rem;
  1212. border: 1px solid #d5d8db;
  1213. border-radius: 5px;
  1214. min-width: 15px;
  1215. line-height: 25px;
  1216. vertical-align: middle;
  1217. cursor: pointer;
  1218. overflow: hidden;
  1219. }
  1220. .post a[href="./"]:hover {
  1221. background: #36c;
  1222. color: white;
  1223. border: 1px solid #36c;
  1224. text-decoration: none;
  1225. }
  1226. #slider {
  1227. border-right: none;
  1228. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1229. }
  1230. .slide-container .properties {
  1231. padding: 1rem;
  1232. background: rgba(0, 0, 0, 0.75);
  1233. color: white;
  1234. border: 0;
  1235. }
  1236. .slide-container .properties .page-number {
  1237. left: 1rem;
  1238. top: 1rem;
  1239. }
  1240. /*=== LOGS */
  1241. /*=========*/
  1242. .loglist {
  1243. overflow: hidden;
  1244. border: 1px solid #a6a7ae;
  1245. }
  1246. .log {
  1247. margin: 10px 0;
  1248. padding: 5px 2%;
  1249. background: #f9fafb;
  1250. color: #5b6871;
  1251. font-size: 0.8rem;
  1252. overflow: auto;
  1253. }
  1254. .log > .date {
  1255. margin: 0 0 0 10px;
  1256. padding: 5px 10px;
  1257. border-radius: 20px;
  1258. }
  1259. .log.error > .date {
  1260. background: #f5633e;
  1261. color: #fff;
  1262. }
  1263. .log.warning > .date {
  1264. background: #f4f762;
  1265. }
  1266. .log.notice > .date {
  1267. background: #eff0f2;
  1268. }
  1269. .log.debug > .date {
  1270. background: #1d1e22;
  1271. color: #fff;
  1272. }
  1273. /*=== STATISTICS */
  1274. /*===============*/
  1275. .stat {
  1276. margin: 10px 0 20px;
  1277. }
  1278. .stat th,
  1279. .stat td,
  1280. .stat tr {
  1281. border: none;
  1282. }
  1283. .stat > table td,
  1284. .stat > table th {
  1285. border-bottom: 1px solid #d5d8db;
  1286. }
  1287. .stat > .horizontal-list {
  1288. margin: 0 0 5px;
  1289. }
  1290. .stat > .horizontal-list .item {
  1291. overflow: hidden;
  1292. white-space: nowrap;
  1293. text-overflow: ellipsis;
  1294. }
  1295. .stat > .horizontal-list .item:first-child {
  1296. width: 270px;
  1297. }
  1298. /*=== MOBILE */
  1299. /*===========*/
  1300. @media (max-width: 840px) {
  1301. ul.nav .item {
  1302. width: 100%;
  1303. }
  1304. ul.nav .item img {
  1305. display: none;
  1306. }
  1307. ul.nav .item a {
  1308. box-sizing: border-box;
  1309. padding: 1rem 2.5rem 1rem 1rem;
  1310. background: url("../../themes/icons/logout.svg") no-repeat #17181a 97% center;
  1311. display: inline-block;
  1312. width: 100%;
  1313. color: #ffffff;
  1314. transition: all 0.2s ease-in-out;
  1315. }
  1316. ul.nav .item a:hover, ul.nav .item a:active {
  1317. background: url("../../themes/icons/logout.svg") no-repeat #f5633e 97% center;
  1318. text-decoration: none;
  1319. }
  1320. .form-group .group-name {
  1321. text-align: right;
  1322. }
  1323. .aside {
  1324. transition: all 0.2s ease-in-out;
  1325. }
  1326. .aside.aside_feed {
  1327. padding: 0;
  1328. }
  1329. .aside .tree .tree-folder .tree-folder-items .item a {
  1330. padding: 0.5rem 1rem;
  1331. }
  1332. .aside .toggle_aside,
  1333. #panel .close,
  1334. #close-slider.active,
  1335. .dropdown-menu .toggle_aside {
  1336. background: #25c;
  1337. display: block;
  1338. width: 100%;
  1339. height: 50px;
  1340. line-height: 50px;
  1341. text-align: center;
  1342. }
  1343. .aside .toggle_aside .icon,
  1344. #panel .close .icon,
  1345. #close-slider.active .icon,
  1346. .dropdown-menu .toggle_aside .icon {
  1347. filter: grayscale(100%) brightness(2.5);
  1348. }
  1349. .header {
  1350. padding: 0.5rem;
  1351. }
  1352. .header .item.search {
  1353. display: block;
  1354. }
  1355. .header .item.search form {
  1356. display: inherit;
  1357. }
  1358. .header .item.search .stick {
  1359. display: flex;
  1360. }
  1361. .header .item.search input {
  1362. width: 90%;
  1363. height: 3.5rem;
  1364. }
  1365. .header .item.search input:focus {
  1366. width: 100%;
  1367. }
  1368. .header .item.search .btn {
  1369. min-height: 49px;
  1370. padding: 0.5rem 2rem;
  1371. }
  1372. .post {
  1373. padding-right: 1rem;
  1374. padding-left: 1rem;
  1375. }
  1376. .nav_menu .btn {
  1377. margin: 0;
  1378. padding: 0.85rem 1.25rem;
  1379. }
  1380. .nav_menu .stick {
  1381. margin: 0.5rem 0.5rem;
  1382. }
  1383. .nav_menu .stick .btn {
  1384. margin: 0;
  1385. padding: 0.85rem 1.25rem;
  1386. }
  1387. .nav_menu .stick .btn.read_all {
  1388. padding: 0.85rem 1.25rem;
  1389. }
  1390. .nav_menu .search {
  1391. display: none;
  1392. max-width: 97%;
  1393. }
  1394. .nav_menu .search .input {
  1395. max-width: 97%;
  1396. width: 90px;
  1397. }
  1398. .nav_menu .search .input:focus {
  1399. width: 400px;
  1400. }
  1401. #stream .flux .flux_header {
  1402. padding: 0.5rem 0;
  1403. }
  1404. .dropdown-target:target ~ .dropdown-toggle::after {
  1405. background-color: #f9fafb;
  1406. border-top: 1px solid #eff0f2;
  1407. border-right: 1px solid #eff0f2;
  1408. left: 21px;
  1409. bottom: -14px;
  1410. }
  1411. .dropdown-target:target ~ a.dropdown-toggle:not(.btn) ~ .dropdown-menu {
  1412. margin-top: 0;
  1413. }
  1414. .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after {
  1415. bottom: -17px;
  1416. }
  1417. .day {
  1418. text-align: center;
  1419. padding: 1rem 0;
  1420. }
  1421. .day .name {
  1422. padding: 0;
  1423. display: block;
  1424. width: 100%;
  1425. line-height: 1.5rem;
  1426. margin-bottom: 1rem;
  1427. }
  1428. #nav_entries {
  1429. line-height: 4.5rem;
  1430. }
  1431. .notification {
  1432. border-radius: 0;
  1433. }
  1434. .notification a.close {
  1435. background: transparent;
  1436. display: block;
  1437. right: 0;
  1438. }
  1439. .notification a.close:hover {
  1440. opacity: 0.5;
  1441. }
  1442. .notification a.close .icon {
  1443. display: none;
  1444. }
  1445. }
  1446. /*=== GENERAL */
  1447. /*============*/
  1448. html, body {
  1449. background: #eff0f2;
  1450. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1451. font-size: 0.875rem;
  1452. }
  1453. /*=== Links */
  1454. a, button.as-link {
  1455. outline: none;
  1456. color: #36c;
  1457. }