mapco.css 34 KB

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