mapco.css 29 KB

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