mapco.rtl.css 26 KB

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