mapco.css 25 KB

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