mapco.css 25 KB

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