mapco.css 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633
  1. @font-face {
  2. font-family: "lato";
  3. font-style: normal;
  4. font-stretch: normal;
  5. font-weight: 400;
  6. src: local("Lato"), 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: local("Lato"), 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: local("Lato"), 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: local("Lato"), 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: local("Spectral"), 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: local("Spectral"), 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: local("Spectral"), 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: local("Spectral"), 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. -webkit-transition: all 0.15s ease-in-out;
  76. -moz-transition: all 0.15s ease-in-out;
  77. -o-transition: all 0.15s ease-in-out;
  78. -ms-transition: all 0.15s ease-in-out;
  79. transition: all 0.15s ease-in-out;
  80. }
  81. .btn.btn-important {
  82. background: #36c;
  83. color: #fff;
  84. }
  85. .btn.btn-important:hover, .btn.btn-important:active {
  86. background: #25c;
  87. }
  88. .btn.btn-attention {
  89. background: #f5633e;
  90. color: #fff;
  91. }
  92. .btn.btn-attention:hover, .btn.btn-attention:active {
  93. background: #73341f;
  94. }
  95. .btn:hover {
  96. text-decoration: none;
  97. }
  98. a.btn {
  99. min-height: 25px;
  100. line-height: 25px;
  101. }
  102. /*=== Forms */
  103. legend {
  104. margin: 2rem 0 1rem 0;
  105. padding: 0;
  106. display: inline-block;
  107. width: auto;
  108. font-size: 1rem;
  109. clear: both;
  110. text-transform: uppercase;
  111. letter-spacing: 1px;
  112. font-weight: 700;
  113. }
  114. label {
  115. min-height: 25px;
  116. padding: 5px 0;
  117. cursor: pointer;
  118. color: #5b6871;
  119. }
  120. textarea {
  121. width: 360px;
  122. max-width: 100%;
  123. height: 100px;
  124. }
  125. input, select, textarea, button {
  126. padding: 5px 10px;
  127. background: #fff;
  128. color: #5b6871;
  129. font-family: "lato", "Helvetica", "Arial", sans-serif;
  130. font-size: 1rem;
  131. border: 1px solid #eff0f2;
  132. border-radius: 2px;
  133. min-height: 25px;
  134. line-height: 25px;
  135. vertical-align: middle;
  136. }
  137. option {
  138. padding: 0 0.5em;
  139. }
  140. input:focus, select:focus, textarea:focus {
  141. color: #303136;
  142. border-color: #36c;
  143. }
  144. input:invalid, select:invalid {
  145. color: #f5633e;
  146. border-color: #f5633e;
  147. box-shadow: none;
  148. }
  149. input:disabled, select:disabled {
  150. background: #eff0f2;
  151. }
  152. input.extend {
  153. transition: width 200ms linear;
  154. }
  155. .form-group {
  156. padding: 5px;
  157. border-radius: 3px;
  158. }
  159. .form-group::after {
  160. content: "";
  161. display: block;
  162. clear: both;
  163. }
  164. .form-group .group-name {
  165. padding: 10px 0;
  166. text-align: right;
  167. }
  168. .form-group .group-controls {
  169. min-height: 25px;
  170. padding: 5px 0;
  171. }
  172. .form-group .group-controls .control {
  173. line-height: 2em;
  174. }
  175. .form-group table {
  176. margin: 10px 0 0 220px;
  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. margin: 0;
  207. padding: 0.1rem 0;
  208. }
  209. .horizontal-list .item {
  210. vertical-align: middle;
  211. }
  212. .horizontal-list .item:first-child {
  213. padding-left: 0.5rem;
  214. }
  215. /*=== Dropdown */
  216. .dropdown-menu {
  217. margin: 0;
  218. padding: 0.5rem 0 1rem 0;
  219. background: #f9fafb;
  220. font-size: 1rem;
  221. border: none;
  222. border-radius: 3px;
  223. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  224. text-align: left;
  225. }
  226. .dropdown-menu::after {
  227. background: white;
  228. width: 10px;
  229. height: 10px;
  230. content: "";
  231. position: absolute;
  232. top: -4px;
  233. right: 13px;
  234. z-index: -10;
  235. transform: rotate(45deg);
  236. }
  237. .dropdown-menu .dropdown-header {
  238. margin: 1.75rem 0 0.5rem 2rem;
  239. font-weight: bold;
  240. text-align: left;
  241. color: #5b6871;
  242. text-transform: uppercase;
  243. letter-spacing: 1px;
  244. }
  245. .dropdown-menu .item {
  246. -webkit-transition: all 0.075s ease-in-out;
  247. -moz-transition: all 0.075s ease-in-out;
  248. -o-transition: all 0.075s ease-in-out;
  249. -ms-transition: all 0.075s ease-in-out;
  250. transition: all 0.075s ease-in-out;
  251. }
  252. .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link {
  253. padding: 0 2rem;
  254. color: #303136;
  255. font-size: 1rem;
  256. line-height: 2.5em;
  257. }
  258. .dropdown-menu .item:hover {
  259. background: #36c;
  260. color: #fff;
  261. }
  262. .dropdown-menu .item:hover a, .dropdown-menu .item:hover button {
  263. text-decoration: none;
  264. color: #fff;
  265. }
  266. .dropdown-menu .item[aria-checked=true] a::before {
  267. margin: 0 0 0 -14px;
  268. font-weight: bold;
  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. .dropdown-menu .separator {
  276. margin: 0.75rem 0;
  277. border-bottom: 1px solid #eff0f2;
  278. }
  279. .tree .tree-folder .tree-folder-items .dropdown-menu .item {
  280. padding: 0;
  281. }
  282. .tree .tree-folder .tree-folder-items .dropdown-menu .item a,
  283. .tree .tree-folder .tree-folder-items .dropdown-menu .item button {
  284. color: #303136;
  285. }
  286. .tree .tree-folder .tree-folder-items .dropdown-menu .item a:hover,
  287. .tree .tree-folder .tree-folder-items .dropdown-menu .item button:hover {
  288. color: #fff;
  289. }
  290. .tree .tree-folder .tree-folder-items .dropdown-menu .item:hover {
  291. background: #36c;
  292. }
  293. /*=== Alerts */
  294. .alert {
  295. margin: 1rem 0;
  296. padding: 1rem;
  297. background: #f9fafb;
  298. color: #5b6871;
  299. font-size: 1rem;
  300. border: 1px solid #c5ced3;
  301. border-radius: 3px;
  302. text-shadow: 0 0 1px #eff0f2;
  303. }
  304. .alert-head {
  305. font-size: 1.15em;
  306. }
  307. .alert > a {
  308. text-decoration: underline;
  309. color: inherit;
  310. }
  311. .alert-warn {
  312. background: #fdfde0;
  313. color: #73762f;
  314. border: 1px solid #73762f33;
  315. }
  316. .alert-success {
  317. background: #cffde7;
  318. color: #0c7540;
  319. border: 1px solid #0c754033;
  320. }
  321. .alert-error {
  322. background: #fde0d8;
  323. color: #73341f;
  324. border: 1px solid #73341f33;
  325. }
  326. /*=== Pagination */
  327. .pagination {
  328. background: #eff0f2;
  329. color: #303136;
  330. font-size: 0.8em;
  331. text-align: center;
  332. }
  333. .pagination .item.pager-current {
  334. background: #303136;
  335. color: #eff0f2;
  336. font-size: 1.5em;
  337. font-weight: bold;
  338. }
  339. .pagination .item a {
  340. display: block;
  341. color: #303136;
  342. font-style: italic;
  343. line-height: 3em;
  344. text-decoration: none;
  345. }
  346. .pagination .item a:hover {
  347. background: #303136;
  348. color: #eff0f2;
  349. }
  350. .pagination .loading,
  351. .pagination a:hover.loading {
  352. background: url("loader.gif") center center no-repeat #34495e;
  353. font-size: 0;
  354. }
  355. .content .pagination {
  356. margin: 0;
  357. padding: 0;
  358. }
  359. /*=== Boxes */
  360. .box {
  361. background: #fff;
  362. border: none;
  363. border-radius: 3px;
  364. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  365. }
  366. .box .box-title {
  367. margin: 0;
  368. padding: 5px 10px;
  369. background: #eff0f2;
  370. color: #303136;
  371. border-radius: 2px 2px 0 0;
  372. }
  373. .box .box-title img {
  374. margin-right: 0.75rem;
  375. }
  376. .box .box-title:hover .configure {
  377. background: url("icons/cog.svg") no-repeat 4px 4px;
  378. display: block;
  379. float: left;
  380. width: 1.75rem;
  381. height: 1.75rem;
  382. border-radius: 2px;
  383. visibility: visible;
  384. margin-right: 0.5rem;
  385. }
  386. .box .box-title:hover .configure .icon {
  387. display: none;
  388. border-radius: 3px;
  389. vertical-align: middle;
  390. }
  391. .box .box-title:hover .configure:hover {
  392. background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
  393. }
  394. .box .box-title .configure {
  395. visibility: hidden;
  396. }
  397. .box .box-title form input {
  398. width: 85%;
  399. }
  400. .box .box-title form .dropdown {
  401. float: right;
  402. }
  403. .box .box-title form .dropdown a.dropdown-toggle {
  404. padding: 0;
  405. border-radius: 0;
  406. background-image: url(icons/more.svg);
  407. background-repeat: no-repeat;
  408. background-position: right 8px;
  409. }
  410. .box .box-title form .dropdown a.dropdown-toggle img {
  411. display: none;
  412. }
  413. .box .box-content .item {
  414. padding: 0.5rem 0.75rem;
  415. color: #303136;
  416. font-size: 1rem;
  417. border-bottom: 1px solid #eff0f2;
  418. line-height: 1.7em;
  419. }
  420. .box .box-content .item img {
  421. margin-right: 0.75rem;
  422. }
  423. .box .box-content .item .configure {
  424. background: url("icons/cog.svg") no-repeat 4px 4px;
  425. display: block;
  426. float: left;
  427. width: 1.75rem;
  428. height: 1.75rem;
  429. border-radius: 2px;
  430. visibility: hidden;
  431. margin-right: 0.5rem;
  432. }
  433. .box .box-content .item .configure .icon {
  434. display: none;
  435. border-radius: 3px;
  436. vertical-align: middle;
  437. }
  438. .box .box-content .item .configure:hover {
  439. background: url("icons/cog-white.svg") no-repeat 4px 4px #36c;
  440. }
  441. .box .box-content .item:hover .configure {
  442. visibility: visible;
  443. }
  444. .box .box-content .item:last-child {
  445. border-bottom: none;
  446. }
  447. /*=== "Load more" part */
  448. #bigMarkAsRead {
  449. text-align: center;
  450. text-decoration: none;
  451. background: #effcfd;
  452. color: #36c;
  453. -webkit-transition: all 0.15s ease-in-out;
  454. -moz-transition: all 0.15s ease-in-out;
  455. -o-transition: all 0.15s ease-in-out;
  456. -ms-transition: all 0.15s ease-in-out;
  457. transition: all 0.15s ease-in-out;
  458. }
  459. #bigMarkAsRead:hover {
  460. background: #36c;
  461. color: #fff;
  462. }
  463. #bigMarkAsRead:hover .bigTick {
  464. background: url(icons/tick-white.svg) center no-repeat;
  465. }
  466. #bigMarkAsRead .bigTick {
  467. margin: 0.5rem 0;
  468. background: url(icons/tick-color.svg) center no-repeat;
  469. display: inline-block;
  470. width: 64px;
  471. height: 64px;
  472. text-indent: -9999px;
  473. white-space: nowrap;
  474. }
  475. .formLogin {
  476. background: #303136;
  477. }
  478. .formLogin .header .configure {
  479. padding-right: 1rem;
  480. }
  481. .formLogin .header .configure img {
  482. margin-right: 0.5rem;
  483. }
  484. .formLogin .header .configure a.signin {
  485. color: #fff;
  486. }
  487. .formLogin h1 {
  488. color: #fff;
  489. }
  490. .formLogin form#crypto-form div {
  491. margin-bottom: 1rem;
  492. }
  493. .formLogin form#crypto-form div label {
  494. color: #c5ced3;
  495. font-size: 1rem;
  496. }
  497. .formLogin form#crypto-form div input {
  498. background: #1d1e22;
  499. }
  500. .formLogin form#crypto-form div input:focus {
  501. background: #f9fafb;
  502. color: #303136;
  503. }
  504. /*=== DIVERS */
  505. /*===========*/
  506. .aside.aside_feed .nav-form input,
  507. .aside.aside_feed .nav-form select {
  508. width: 140px;
  509. }
  510. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  511. right: -20px;
  512. }
  513. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  514. right: 33px;
  515. }
  516. /*=== Tree */
  517. .tree {
  518. margin: 10px 0;
  519. }
  520. .tree#sidebar {
  521. scrollbar-color: rgba(255, 255, 0, 0.1) rgba(0, 0, 0, 0.05);
  522. scrollbar-color: #fff33 #fff22;
  523. }
  524. .tree .tree-folder {
  525. border-bottom: 1px solid #3f3f3f;
  526. }
  527. .tree .tree-folder .tree-folder-title {
  528. padding: 12px 16px;
  529. background: #303136;
  530. position: relative;
  531. font-size: 0.85rem;
  532. letter-spacing: 1px;
  533. font-weight: 700;
  534. text-transform: uppercase;
  535. }
  536. .tree .tree-folder .tree-folder-title .title {
  537. background: inherit;
  538. color: #fff;
  539. }
  540. .tree .tree-folder .tree-folder-title .title:hover {
  541. text-decoration: none;
  542. }
  543. .tree .tree-folder.active .tree-folder-title {
  544. background: #303136;
  545. font-weight: bold;
  546. }
  547. .tree .tree-folder .tree-folder-items {
  548. background: #26272a;
  549. }
  550. .tree .tree-folder .tree-folder-items .item {
  551. padding: 0 1rem;
  552. line-height: 2.5rem;
  553. font-size: 1rem;
  554. font-weight: 400;
  555. -webkit-transition: all 0.15s ease-in-out;
  556. -moz-transition: all 0.15s ease-in-out;
  557. -o-transition: all 0.15s ease-in-out;
  558. -ms-transition: all 0.15s ease-in-out;
  559. transition: all 0.15s ease-in-out;
  560. }
  561. .tree .tree-folder .tree-folder-items .item.active {
  562. background: #36c;
  563. }
  564. .tree .tree-folder .tree-folder-items .item.active .dropdown li a {
  565. color: #303136;
  566. }
  567. .tree .tree-folder .tree-folder-items .item.active .dropdown li a:hover {
  568. color: #fff;
  569. }
  570. .tree .tree-folder .tree-folder-items .item.active a {
  571. color: #fff;
  572. }
  573. .tree .tree-folder .tree-folder-items .item:hover {
  574. background: #17181a;
  575. }
  576. .tree .tree-folder .tree-folder-items .item a {
  577. text-decoration: none;
  578. color: #fff;
  579. }
  580. .tree .tree-folder .tree-folder-items .feed .item-title:not([data-unread="0"])::before {
  581. margin: 11px 6px 0 4px;
  582. padding: 3px 4px;
  583. background: rgba(0, 0, 0, 0.25);
  584. display: block;
  585. float: left;
  586. font-size: 0.75rem;
  587. border-radius: 12px;
  588. content: attr(data-unread);
  589. text-align: center;
  590. line-height: 0.75rem;
  591. }
  592. /*=== Buttons */
  593. .stick {
  594. vertical-align: middle;
  595. font-size: 0;
  596. }
  597. .stick input, .stick .btn {
  598. border-radius: 0;
  599. }
  600. .stick .btn:first-child,
  601. .stick input:first-child {
  602. border-radius: 5px 0 0 5px;
  603. }
  604. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  605. border-radius: 0 5px 5px 0;
  606. }
  607. .stick .btn + .btn,
  608. .stick .btn + input,
  609. .stick .btn + .dropdown > .btn,
  610. .stick input + .btn,
  611. .stick input + input,
  612. .stick input + .dropdown > .btn,
  613. .stick .dropdown + .btn,
  614. .stick .dropdown + input,
  615. .stick .dropdown + .dropdown > .btn {
  616. border-left: 1px solid #d5d8db;
  617. }
  618. .aside {
  619. background: #303136;
  620. }
  621. .aside.aside_feed {
  622. padding: 10px 0;
  623. text-align: center;
  624. background: #303136;
  625. }
  626. .aside.aside_feed .tree {
  627. margin: 10px 0 50px;
  628. }
  629. /* Sidebar des pages de configuration */
  630. /*=== Navigation */
  631. .nav-list .nav-header,
  632. .nav-list .item {
  633. height: 2.5em;
  634. line-height: 2.5em;
  635. font-size: 1rem;
  636. }
  637. .nav-list .item {
  638. background: #303136;
  639. -webkit-transition: all 0.15s ease-in-out;
  640. -moz-transition: all 0.15s ease-in-out;
  641. -o-transition: all 0.15s ease-in-out;
  642. -ms-transition: all 0.15s ease-in-out;
  643. transition: all 0.15s ease-in-out;
  644. }
  645. .nav-list .item a {
  646. padding: 0 1rem;
  647. color: #fff;
  648. }
  649. .nav-list .item .error a {
  650. color: #f5633e;
  651. }
  652. .nav-list .item:hover {
  653. background: #17181a;
  654. color: #fff;
  655. }
  656. .nav-list .item:hover .error a {
  657. background: #36c;
  658. color: #fff;
  659. }
  660. .nav-list .item:hover .empty a {
  661. background: #f4f762;
  662. color: #fff;
  663. }
  664. .nav-list .item:hover a {
  665. color: #fff;
  666. text-decoration: none;
  667. }
  668. .nav-list .item.active {
  669. background: #36c;
  670. color: #fff;
  671. }
  672. .nav-list .item.active .error a {
  673. background: #36c;
  674. color: #fff;
  675. }
  676. .nav-list .item.active .empty a {
  677. background: #f4f762;
  678. color: #fff;
  679. }
  680. .nav-list .item.active a {
  681. color: #fff;
  682. text-decoration: none;
  683. }
  684. .nav-list.empty a {
  685. color: #f4f762;
  686. }
  687. .nav-list .disable {
  688. text-align: center;
  689. background: #f9fafb;
  690. color: #a6a7ae;
  691. }
  692. .nav-list .nav-header {
  693. padding: 0 10px;
  694. font-weight: bold;
  695. color: #5b6871;
  696. text-transform: uppercase;
  697. letter-spacing: 1px;
  698. margin-top: 1rem;
  699. }
  700. .nav-list .nav-form {
  701. padding: 3px;
  702. text-align: center;
  703. }
  704. .nav-list .nav-head {
  705. margin: 0;
  706. text-align: right;
  707. color: #fff;
  708. }
  709. .nav-list .nav-head a {
  710. color: #fff;
  711. }
  712. .nav-list .nav-head .item {
  713. padding: 5px 10px;
  714. font-size: 0.9rem;
  715. line-height: 1.5rem;
  716. }
  717. /*=== Aside main page (categories) */
  718. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  719. margin: -0.5rem 1rem 0 0;
  720. padding: 0 0.75rem;
  721. background: rgba(0, 0, 0, 0.25);
  722. border-radius: 12px;
  723. position: absolute;
  724. right: 0;
  725. line-height: 1.5rem;
  726. text-align: center;
  727. }
  728. .feed.item.empty.active {
  729. background: #5b6871;
  730. }
  731. .feed.item.error.active {
  732. background: #5b6871;
  733. }
  734. .feed.item.empty,
  735. .feed.item.empty > a {
  736. color: #5b6871;
  737. }
  738. .feed.item.error,
  739. .feed.item.error > a {
  740. color: #5b6871;
  741. }
  742. .feed.item.empty.active,
  743. .feed.item.error.active,
  744. .feed.item.empty.active > a,
  745. .feed.item.error.active > a {
  746. color: #fff;
  747. }
  748. .aside_feed .tree-folder-items .dropdown-menu::after {
  749. left: 2px;
  750. }
  751. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  752. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  753. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  754. border-radius: 3px;
  755. }
  756. .aside_feed .stick #btn-add {
  757. border-left-color: #303136;
  758. }
  759. /*=== STRUCTURE */
  760. /*===============*/
  761. /*=== Header */
  762. .header {
  763. padding: 0.5rem 1.35rem;
  764. background: #303136;
  765. display: block;
  766. width: auto;
  767. table-layout: none;
  768. }
  769. .header .item {
  770. vertical-align: middle;
  771. }
  772. .header .item.title {
  773. width: 280px;
  774. font-weight: 400;
  775. }
  776. .header .item.title h1 a {
  777. text-decoration: none;
  778. color: #fff;
  779. font-size: 1rem;
  780. text-transform: uppercase;
  781. letter-spacing: 1px;
  782. }
  783. .header .item.title h1 a img {
  784. margin-right: 0.5rem;
  785. }
  786. .header .item.search input {
  787. width: 230px;
  788. color: #fff;
  789. border: none;
  790. border-radius: 2px 0 0 2px;
  791. background-color: #26272a;
  792. -webkit-transition: all 0.15s ease-in-out;
  793. -moz-transition: all 0.15s ease-in-out;
  794. -o-transition: all 0.15s ease-in-out;
  795. -ms-transition: all 0.15s ease-in-out;
  796. transition: all 0.15s ease-in-out;
  797. }
  798. .header .item.search input:hover {
  799. background-color: #17181a;
  800. }
  801. .header .item.search input:focus {
  802. width: 350px;
  803. color: #5b6871;
  804. background-color: #fff;
  805. }
  806. .header .item.search .btn {
  807. width: 3rem;
  808. border-radius: 0 2px 2px 0;
  809. background-color: #36c;
  810. background-position: center;
  811. background-repeat: no-repeat;
  812. background-image: url(icons/magnifier.svg);
  813. border-left-width: 0;
  814. min-height: 35px;
  815. }
  816. .header .item.search .btn img {
  817. display: none;
  818. }
  819. .header .item.search .btn:hover {
  820. background-color: #25c;
  821. }
  822. .header .item.configure {
  823. width: 2rem;
  824. position: absolute;
  825. right: 1rem;
  826. top: 1.25rem;
  827. text-align: center;
  828. }
  829. .header .item.configure .btn {
  830. padding: 0 0.5rem;
  831. background-color: transparent;
  832. background-position: center;
  833. background-repeat: no-repeat;
  834. background-image: url(icons/cog-white.svg);
  835. }
  836. .header .item.configure .btn img {
  837. display: none;
  838. }
  839. /*=== Body */
  840. #global {
  841. height: calc(100% - 85px);
  842. }
  843. /*=== Prompt (centered) */
  844. .prompt {
  845. text-align: center;
  846. }
  847. .prompt label {
  848. text-align: left;
  849. }
  850. .prompt form {
  851. margin: 10px auto 20px auto;
  852. width: 200px;
  853. }
  854. .prompt input {
  855. margin: 5px auto;
  856. width: 100%;
  857. }
  858. .prompt p {
  859. margin: 20px 0;
  860. }
  861. /*=== New article notification */
  862. #new-article {
  863. background: #36c;
  864. font-size: 1rem;
  865. text-align: center;
  866. }
  867. #new-article:hover {
  868. background: #25c;
  869. }
  870. #new-article > a {
  871. line-height: 3em;
  872. font-weight: bold;
  873. color: #fff;
  874. }
  875. #new-article > a:hover {
  876. text-decoration: none;
  877. }
  878. /*=== Day indication */
  879. .day {
  880. padding: 1rem 0 0 1.25rem;
  881. color: #5b6871;
  882. font-size: 0.875rem;
  883. font-weight: 700;
  884. line-height: 3em;
  885. letter-spacing: 1px;
  886. text-transform: uppercase;
  887. }
  888. .day .name {
  889. padding: 0 1rem 0 1rem;
  890. color: #303136;
  891. font-size: 0.875rem;
  892. position: relative;
  893. left: 0;
  894. text-transform: uppercase;
  895. }
  896. /*=== Index menu */
  897. .nav_menu {
  898. text-align: center;
  899. padding: 5px 0;
  900. }
  901. .nav_menu .btn {
  902. border-left-width: 0;
  903. padding: 0.5rem 1rem;
  904. background-color: #f9fafb;
  905. background-position: center;
  906. background-repeat: no-repeat;
  907. }
  908. .nav_menu .btn:hover {
  909. background-color: #eff0f2;
  910. }
  911. .nav_menu .stick {
  912. background: #f9fafb;
  913. }
  914. .nav_menu .stick .btn {
  915. border-left-width: 0;
  916. padding: 0.5rem 1rem;
  917. background-color: #f9fafb;
  918. background-position: center;
  919. background-repeat: no-repeat;
  920. -webkit-transition: all 0.15s ease-in-out;
  921. -moz-transition: all 0.15s ease-in-out;
  922. -o-transition: all 0.15s ease-in-out;
  923. -ms-transition: all 0.15s ease-in-out;
  924. transition: all 0.15s ease-in-out;
  925. }
  926. .nav_menu .stick .btn:hover {
  927. background-color: #d5d8db;
  928. }
  929. .nav_menu .stick .btn.active {
  930. background-color: #36c;
  931. }
  932. .nav_menu .stick .btn img.icon {
  933. display: none;
  934. }
  935. .nav_menu .stick .btn#toggle-read {
  936. background-image: url(icons/read.svg);
  937. }
  938. .nav_menu .stick .btn#toggle-read.active {
  939. background-image: url(icons/read-white.svg);
  940. }
  941. .nav_menu .stick .btn#toggle-unread {
  942. background-image: url(icons/unread.svg);
  943. }
  944. .nav_menu .stick .btn#toggle-unread.active {
  945. background-image: url(icons/unread-white.svg);
  946. }
  947. .nav_menu .stick .btn#toggle-starred {
  948. background-image: url(icons/starred.svg);
  949. }
  950. .nav_menu .stick .btn#toggle-starred.active {
  951. background-image: url(icons/starred-white.svg);
  952. }
  953. .nav_menu .stick .btn#toggle-non-starred {
  954. background-image: url(icons/non-starred.svg);
  955. }
  956. .nav_menu .stick .btn#toggle-non-starred.active {
  957. background-image: url(icons/non-starred-white.svg);
  958. }
  959. .nav_menu .stick .btn.read_all {
  960. padding: 5px 16px;
  961. color: #303136;
  962. background-color: #f9fafb;
  963. -webkit-transition: all 0.15s ease-in-out;
  964. -moz-transition: all 0.15s ease-in-out;
  965. -o-transition: all 0.15s ease-in-out;
  966. -ms-transition: all 0.15s ease-in-out;
  967. transition: all 0.15s ease-in-out;
  968. }
  969. .nav_menu .stick .btn.read_all:hover {
  970. background-color: #d5d8db;
  971. }
  972. .nav_menu .stick .btn.view-normal {
  973. background-image: url(icons/view-list.svg);
  974. }
  975. .nav_menu .stick .btn.view-normal.active {
  976. background-image: url(icons/view-list-white.svg);
  977. }
  978. .nav_menu .stick .btn.view-global {
  979. background-image: url(icons/view-global.svg);
  980. }
  981. .nav_menu .stick .btn.view-global.active {
  982. background-image: url(icons/view-global-white.svg);
  983. }
  984. .nav_menu .stick .btn.view-reader {
  985. background-image: url(icons/view-reader.svg);
  986. }
  987. .nav_menu .stick .btn.view-reader.active {
  988. background-image: url(icons/view-reader-white.svg);
  989. }
  990. .nav_menu .stick .btn.view-rss {
  991. background-image: url(icons/rss.svg);
  992. }
  993. .nav_menu .stick .dropdown a.dropdown-toggle {
  994. border-left-width: 0;
  995. background-image: url(icons/more.svg);
  996. }
  997. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  998. vertical-align: middle;
  999. background-color: #a6a7ae;
  1000. border-radius: 3px;
  1001. }
  1002. /*=== Content of feed articles */
  1003. .content, .content.thin {
  1004. padding: 20px 10px;
  1005. font-size: 1.125rem;
  1006. line-height: 1.8rem;
  1007. }
  1008. .content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
  1009. color: #303136;
  1010. font-family: "spectral", serif;
  1011. font-size: 2rem;
  1012. }
  1013. .content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
  1014. color: #36c;
  1015. text-decoration: none;
  1016. }
  1017. .content .author, .content.thin .author {
  1018. color: #5b6871;
  1019. font-size: 1.125rem;
  1020. }
  1021. .content p, .content ul, .content.thin p, .content.thin ul {
  1022. font-size: 1.125rem;
  1023. line-height: 1.8rem;
  1024. }
  1025. .content .content hr, .content.thin .content hr {
  1026. margin: 30px 10px;
  1027. background: #d5d8db;
  1028. height: 1px;
  1029. border: 0;
  1030. box-shadow: 0 2px 5px #ccc;
  1031. }
  1032. .content pre, .content.thin pre {
  1033. margin: 10px auto;
  1034. padding: 10px 20px;
  1035. overflow: auto;
  1036. background: #1d1e22;
  1037. color: #fff;
  1038. font-size: 0.9rem;
  1039. border-radius: 3px;
  1040. }
  1041. .content pre code, .content.thin pre code {
  1042. background: transparent;
  1043. color: #fff;
  1044. border: none;
  1045. }
  1046. .content code, .content.thin code {
  1047. padding: 2px 5px;
  1048. background: #f9fafb;
  1049. border: 1px solid #eff0f2;
  1050. border-radius: 3px;
  1051. }
  1052. .content blockquote, .content.thin blockquote {
  1053. margin: 0;
  1054. padding: 5px 20px;
  1055. background: #f9fafb;
  1056. display: block;
  1057. color: #303136;
  1058. border-top: 1px solid #d5d8db;
  1059. border-bottom: 1px solid #d5d8db;
  1060. }
  1061. .content blockquote p, .content.thin blockquote p {
  1062. margin: 0;
  1063. }
  1064. /*=== Notification and actualize notification */
  1065. .notification {
  1066. padding: 1rem 0;
  1067. background: #d5d8db;
  1068. width: 100%;
  1069. height: 3rem;
  1070. color: #5b6871;
  1071. font-size: 1em;
  1072. border: none;
  1073. position: fixed;
  1074. top: auto;
  1075. bottom: 0;
  1076. left: 0;
  1077. right: 0;
  1078. text-align: center;
  1079. line-height: 3em;
  1080. z-index: 10;
  1081. vertical-align: middle;
  1082. }
  1083. .notification .msg {
  1084. display: inline-block;
  1085. font-size: 1rem;
  1086. }
  1087. .notification.good {
  1088. background: #10f587;
  1089. color: #fff;
  1090. }
  1091. .notification.bad {
  1092. background: #f5633e;
  1093. color: #fff;
  1094. }
  1095. .notification a.close {
  1096. padding: 0 15px;
  1097. border-radius: 0 3px 3px 0;
  1098. line-height: 3em;
  1099. }
  1100. .notification.good a.close:hover {
  1101. background: #0c7540;
  1102. }
  1103. .notification.bad a.close:hover {
  1104. background: #73341f;
  1105. }
  1106. .notification#actualizeProgress {
  1107. line-height: 2em;
  1108. }
  1109. .notification#actualizeProgress br {
  1110. display: none;
  1111. }
  1112. /*=== Navigation menu (for articles) */
  1113. #nav_entries {
  1114. margin: 0;
  1115. text-align: center;
  1116. line-height: 3em;
  1117. table-layout: fixed;
  1118. background: #303136;
  1119. }
  1120. /*=== Feed articles */
  1121. .flux {
  1122. background: #fff;
  1123. -webkit-transition: all 0.15s ease-in-out;
  1124. -moz-transition: all 0.15s ease-in-out;
  1125. -o-transition: all 0.15s ease-in-out;
  1126. -ms-transition: all 0.15s ease-in-out;
  1127. transition: all 0.15s ease-in-out;
  1128. }
  1129. .flux:hover {
  1130. background: #f9fafb;
  1131. }
  1132. .flux:hover:not(.current):hover .item.title {
  1133. background: #f9fafb;
  1134. }
  1135. .flux.current {
  1136. background: #f9fafb;
  1137. border-left-color: #36c;
  1138. }
  1139. .flux.not_read:not(.current) {
  1140. background: #f2f6f8;
  1141. }
  1142. .flux.not_read:not(.current):hover .item.title {
  1143. background: #f2f6f8;
  1144. }
  1145. .flux.not_read .item.title a {
  1146. color: #36c;
  1147. }
  1148. .flux.not_read .item.website a {
  1149. color: #36c;
  1150. }
  1151. .flux.not_read .item.date {
  1152. color: rgba(51, 102, 204, 0.5);
  1153. }
  1154. .flux.favorite {
  1155. border-left-color: #ffc300;
  1156. -webkit-transition: all 0.15s ease-in-out;
  1157. -moz-transition: all 0.15s ease-in-out;
  1158. -o-transition: all 0.15s ease-in-out;
  1159. -ms-transition: all 0.15s ease-in-out;
  1160. transition: all 0.15s ease-in-out;
  1161. }
  1162. .flux.favorite:not(.current) {
  1163. background: #fff6da;
  1164. }
  1165. .flux.favorite:not(.current):hover .item.title {
  1166. background: #fff6da;
  1167. }
  1168. .flux .website a {
  1169. color: #303136;
  1170. opacity: 0.75;
  1171. }
  1172. .flux .website .favicon {
  1173. padding: 5px;
  1174. }
  1175. .flux .item.date {
  1176. color: rgba(48, 49, 54, 0.5);
  1177. font-size: 0.85rem;
  1178. }
  1179. .flux .bottom {
  1180. font-size: 1rem;
  1181. text-align: center;
  1182. }
  1183. .flux_header {
  1184. font-size: 1rem;
  1185. cursor: pointer;
  1186. border-top: 1px solid #eff0f2;
  1187. }
  1188. .flux_header .title {
  1189. font-size: 1rem;
  1190. }
  1191. /*=== GLOBAL VIEW */
  1192. /*================*/
  1193. #stream .box.category:not([data-unread="0"]) .box-title .title {
  1194. font-weight: bold;
  1195. }
  1196. #stream .box.category .box-title {
  1197. padding: 1.5rem;
  1198. background: none;
  1199. }
  1200. #stream .box.category .box-title a.title {
  1201. color: #5b6871;
  1202. font-size: 1rem;
  1203. font-weight: normal;
  1204. text-decoration: none;
  1205. text-align: left;
  1206. text-transform: uppercase;
  1207. letter-spacing: 1px;
  1208. }
  1209. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  1210. margin: -0.5rem 1rem 0 0;
  1211. padding: 0 0.75rem;
  1212. background: #eff0f2;
  1213. border-radius: 12px;
  1214. position: absolute;
  1215. top: 1.75rem;
  1216. right: 0;
  1217. line-height: 1.5rem;
  1218. text-align: center;
  1219. }
  1220. #stream .box.category .box-title a.title:hover {
  1221. color: #36c;
  1222. }
  1223. #stream .box.category .box-content {
  1224. padding-bottom: 0.5rem;
  1225. }
  1226. #stream .box.category .box-content .item.feed {
  1227. padding: 0.5rem 1.5rem;
  1228. font-size: 1rem;
  1229. }
  1230. #stream .box.category .box-content .item.feed a {
  1231. color: #303136;
  1232. font-weight: 400;
  1233. }
  1234. #stream .box.category .box-content .item.feed a:hover {
  1235. color: #36c;
  1236. text-decoration: none;
  1237. }
  1238. #overlay {
  1239. background: rgba(0, 0, 0, 0.65);
  1240. }
  1241. #panel {
  1242. top: 3rem;
  1243. right: 3rem;
  1244. bottom: 3rem;
  1245. left: 3rem;
  1246. border-radius: 3px;
  1247. }
  1248. /*=== READER VIEW */
  1249. /*================*/
  1250. #stream.reader .flux {
  1251. padding: 0 0 50px;
  1252. background: #eff0f2;
  1253. color: #303136;
  1254. border: none;
  1255. }
  1256. #stream.reader .flux .author {
  1257. margin: 0 0 10px;
  1258. color: #a6a7ae;
  1259. font-size: 90%;
  1260. }
  1261. /*=== Configuration pages */
  1262. .post {
  1263. padding: 1rem 2rem;
  1264. font-size: 1rem;
  1265. }
  1266. .post form {
  1267. margin: 1rem 0;
  1268. }
  1269. .post form .horizontal-list {
  1270. margin-bottom: 0.5rem;
  1271. }
  1272. .post.content {
  1273. max-width: 550px;
  1274. }
  1275. .post h1, .post h2 {
  1276. color: #303136;
  1277. font-size: 3rem;
  1278. margin-top: 1.75rem;
  1279. font-weight: 300;
  1280. line-height: 1.2em;
  1281. }
  1282. .post a[href="./"] {
  1283. margin: 0;
  1284. padding: 0.75rem 1.5rem;
  1285. background: #f9fafb;
  1286. display: inline-block;
  1287. color: #5b6871;
  1288. font-size: 1rem;
  1289. border: 1px solid #d5d8db;
  1290. border-radius: 5px;
  1291. min-width: 15px;
  1292. line-height: 25px;
  1293. vertical-align: middle;
  1294. cursor: pointer;
  1295. overflow: hidden;
  1296. }
  1297. .post a[href="./"]:hover {
  1298. background: #36c;
  1299. color: white;
  1300. border: 1px solid #36c;
  1301. text-decoration: none;
  1302. }
  1303. #slider {
  1304. border-left: none;
  1305. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1306. }
  1307. .slide-container .properties {
  1308. padding: 1rem;
  1309. background: rgba(0, 0, 0, 0.75);
  1310. color: white;
  1311. border: 0;
  1312. }
  1313. .slide-container .properties .page-number {
  1314. right: 1rem;
  1315. top: 1rem;
  1316. }
  1317. /*=== LOGS */
  1318. /*=========*/
  1319. .loglist {
  1320. overflow: hidden;
  1321. border: 1px solid #a6a7ae;
  1322. }
  1323. .log {
  1324. margin: 10px 0;
  1325. padding: 5px 2%;
  1326. background: #f9fafb;
  1327. color: #5b6871;
  1328. font-size: 0.8rem;
  1329. overflow: auto;
  1330. }
  1331. .log > .date {
  1332. margin: 0 10px 0 0;
  1333. padding: 5px 10px;
  1334. border-radius: 20px;
  1335. }
  1336. .log.error > .date {
  1337. background: #f5633e;
  1338. color: #fff;
  1339. }
  1340. .log.warning > .date {
  1341. background: #f4f762;
  1342. }
  1343. .log.notice > .date {
  1344. background: #eff0f2;
  1345. }
  1346. .log.debug > .date {
  1347. background: #1d1e22;
  1348. color: #fff;
  1349. }
  1350. /*=== STATISTICS */
  1351. /*===============*/
  1352. .stat {
  1353. margin: 10px 0 20px;
  1354. }
  1355. .stat th,
  1356. .stat td,
  1357. .stat tr {
  1358. border: none;
  1359. }
  1360. .stat > table td,
  1361. .stat > table th {
  1362. border-bottom: 1px solid #d5d8db;
  1363. }
  1364. .stat > .horizontal-list {
  1365. margin: 0 0 5px;
  1366. }
  1367. .stat > .horizontal-list .item {
  1368. overflow: hidden;
  1369. white-space: nowrap;
  1370. text-overflow: ellipsis;
  1371. }
  1372. .stat > .horizontal-list .item:first-child {
  1373. width: 270px;
  1374. }
  1375. /*=== MOBILE */
  1376. /*===========*/
  1377. @media (max-width: 840px) {
  1378. ul.nav .item {
  1379. width: 100%;
  1380. }
  1381. ul.nav .item img {
  1382. display: none;
  1383. }
  1384. ul.nav .item a {
  1385. box-sizing: border-box;
  1386. padding: 1rem 1rem 1rem 2.5rem;
  1387. background: url("../../themes/icons/logout.svg") no-repeat #17181a 3% center;
  1388. display: inline-block;
  1389. width: 100%;
  1390. color: #fff;
  1391. -webkit-transition: all 0.2s ease-in-out;
  1392. -moz-transition: all 0.2s ease-in-out;
  1393. -o-transition: all 0.2s ease-in-out;
  1394. -ms-transition: all 0.2s ease-in-out;
  1395. transition: all 0.2s ease-in-out;
  1396. }
  1397. ul.nav .item a:hover, ul.nav .item a:active {
  1398. background: url("../../themes/icons/logout.svg") no-repeat #f5633e 3% center;
  1399. text-decoration: none;
  1400. }
  1401. .form-group .group-name {
  1402. text-align: left;
  1403. }
  1404. .box .box-title .configure,
  1405. .box .box-content .item .configure {
  1406. visibility: visible;
  1407. }
  1408. .aside {
  1409. -webkit-transition: all 0.2s ease-in-out;
  1410. -moz-transition: all 0.2s ease-in-out;
  1411. -o-transition: all 0.2s ease-in-out;
  1412. -ms-transition: all 0.2s ease-in-out;
  1413. transition: all 0.2s ease-in-out;
  1414. }
  1415. .aside.aside_feed {
  1416. padding: 0;
  1417. }
  1418. .aside .tree .tree-folder .tree-folder-items .item a {
  1419. padding: 0.5rem 1rem;
  1420. }
  1421. .aside .toggle_aside,
  1422. #panel .close,
  1423. #close-slider.active {
  1424. background: #25c;
  1425. display: block;
  1426. width: 100%;
  1427. height: 50px;
  1428. line-height: 50px;
  1429. text-align: center;
  1430. }
  1431. .header {
  1432. padding: 0.5rem;
  1433. }
  1434. .header .item.title {
  1435. display: none;
  1436. }
  1437. .header .item.search {
  1438. display: block;
  1439. }
  1440. .header .item.search .stick {
  1441. display: flex;
  1442. }
  1443. .header .item.search input {
  1444. width: 90%;
  1445. height: 3.5rem;
  1446. }
  1447. .header .item.search input:focus {
  1448. width: 100%;
  1449. }
  1450. .header .item.search .btn {
  1451. min-height: 49px;
  1452. padding: 0.5rem 2rem;
  1453. }
  1454. .header .item.configure {
  1455. display: none;
  1456. }
  1457. .post {
  1458. padding-left: 1rem;
  1459. padding-right: 1rem;
  1460. }
  1461. .nav_menu .btn {
  1462. margin: 0;
  1463. padding: 0.85rem 1.25rem;
  1464. }
  1465. .nav_menu .stick {
  1466. margin: 0.5rem 0.5rem;
  1467. }
  1468. .nav_menu .stick .btn {
  1469. margin: 0;
  1470. padding: 0.85rem 1.25rem;
  1471. }
  1472. .nav_menu .stick .btn.read_all {
  1473. padding: 0.85rem 1.25rem;
  1474. }
  1475. .nav_menu .search {
  1476. display: none;
  1477. max-width: 97%;
  1478. }
  1479. .nav_menu .search .input {
  1480. max-width: 97%;
  1481. width: 90px;
  1482. }
  1483. .nav_menu .search .input:focus {
  1484. width: 400px;
  1485. }
  1486. #stream .flux .flux_header {
  1487. padding: 0.5rem 0;
  1488. }
  1489. .day {
  1490. text-align: center;
  1491. padding: 1rem 0;
  1492. }
  1493. .day .name {
  1494. padding: 0;
  1495. display: block;
  1496. width: 100%;
  1497. line-height: 1.5rem;
  1498. margin-bottom: 1rem;
  1499. }
  1500. .pagination {
  1501. margin: 0 0 3.5em;
  1502. }
  1503. #nav_entries {
  1504. line-height: 4.5rem;
  1505. }
  1506. .notification {
  1507. border-radius: 0;
  1508. }
  1509. .notification a.close {
  1510. background: transparent;
  1511. display: block;
  1512. left: 0;
  1513. }
  1514. .notification a.close:hover {
  1515. opacity: 0.5;
  1516. }
  1517. .notification a.close .icon {
  1518. display: none;
  1519. }
  1520. }
  1521. /*=== GENERAL */
  1522. /*============*/
  1523. html, body {
  1524. background: #eff0f2;
  1525. height: 100%;
  1526. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1527. font-size: 0.875rem;
  1528. }
  1529. /*=== Links */
  1530. a, button.as-link {
  1531. outline: none;
  1532. color: #36c;
  1533. }
  1534. /*# sourceMappingURL=mapco.css.map */