mapco.css 29 KB

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