mapco.rtl.css 25 KB

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