mapco.css 25 KB

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