mapco.rtl.css 26 KB

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