mapco.css 25 KB

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