mapco.css 26 KB

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