mapco.css 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558
  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: right;
  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.5rem 0 0;
  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-left: 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: left;
  221. }
  222. .dropdown-menu::after {
  223. border: none;
  224. right: 18px;
  225. }
  226. .dropdown-menu .dropdown-header {
  227. margin: 1rem 0.5rem 1rem 1rem;
  228. font-weight: bold;
  229. text-align: left;
  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 0 0 -14px;
  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-right: 4px;
  339. }
  340. .box .box-title:hover .configure {
  341. background: url("icons/cog.svg") no-repeat 4px 4px;
  342. display: block;
  343. float: left;
  344. width: 1.75rem;
  345. height: 1.75rem;
  346. border-radius: 2px;
  347. margin-right: 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: right;
  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: right 8px;
  369. }
  370. .box .box-title form .dropdown a.dropdown-toggle img {
  371. display: none;
  372. }
  373. .box .box-content {
  374. padding-left: 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-right: 0.75rem;
  385. }
  386. .box .box-content .item .configure {
  387. background: url("icons/cog.svg") no-repeat 4px 4px;
  388. display: block;
  389. float: left;
  390. width: 1.75rem;
  391. height: 1.75rem;
  392. border-radius: 2px;
  393. margin-right: 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-right: 1rem;
  435. }
  436. .formLogin .header .configure img {
  437. margin-right: 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. right: -20px;
  467. }
  468. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  469. right: 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: 5px 0 0 5px;
  542. }
  543. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  544. border-radius: 0 5px 5px 0;
  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-left: 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: right;
  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. left: 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-left-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-right: 0.5rem;
  717. }
  718. .header .item.search input {
  719. width: 230px;
  720. color: #ffffff;
  721. border: none;
  722. border-radius: 2px 0 0 2px;
  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: 0 2px 2px 0;
  737. background-color: #36c;
  738. background-position: center;
  739. background-repeat: no-repeat;
  740. background-image: url(icons/magnifier.svg);
  741. border-left-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. right: 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: left;
  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 0 0 1.25rem;
  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. left: 0;
  820. text-transform: uppercase;
  821. }
  822. .btn {
  823. border-left-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-left-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-left-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-left-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. left: 0;
  1009. right: 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: 0 3px 3px 0;
  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-left-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-left-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: left;
  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 1rem 0 0;
  1134. padding: 0 0.75rem;
  1135. background: #eff0f2;
  1136. border-radius: 12px;
  1137. position: absolute;
  1138. top: 1.75rem;
  1139. right: 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. right: 3rem;
  1167. bottom: 3rem;
  1168. left: 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-left: 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. right: 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 10px 0 0;
  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 1rem 1rem 2.5rem;
  1310. background: url("../../themes/icons/logout.svg") no-repeat #17181a 3% 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 3% center;
  1318. text-decoration: none;
  1319. }
  1320. .form-group .group-name {
  1321. text-align: left;
  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-left: 1rem;
  1374. padding-right: 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-left: 1px solid #eff0f2;
  1408. right: 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. left: 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. }
  1458. /*# sourceMappingURL=mapco.css.map */