mapco.rtl.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632
  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: left;
  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 220px 0 0;
  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 0 0.5rem;
  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-right: 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: right;
  225. }
  226. .dropdown-menu::after {
  227. background: white;
  228. width: 10px;
  229. height: 10px;
  230. content: "";
  231. position: absolute;
  232. top: -4px;
  233. left: 13px;
  234. z-index: -10;
  235. transform: rotate(-45deg);
  236. }
  237. .dropdown-menu .dropdown-header {
  238. margin: 1.75rem 2rem 0.5rem 0;
  239. font-weight: bold;
  240. text-align: right;
  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 -14px 0 0;
  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-left: 0.75rem;
  375. }
  376. .box .box-title:hover .configure {
  377. background: url("icons/cog.svg") no-repeat 4px 4px;
  378. display: block;
  379. float: right;
  380. width: 1.75rem;
  381. height: 1.75rem;
  382. border-radius: 2px;
  383. visibility: visible;
  384. margin-left: 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: left;
  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: left 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-left: 0.75rem;
  422. }
  423. .box .box-content .item .configure {
  424. background: url("icons/cog.svg") no-repeat 4px 4px;
  425. display: block;
  426. float: right;
  427. width: 1.75rem;
  428. height: 1.75rem;
  429. border-radius: 2px;
  430. visibility: hidden;
  431. margin-left: 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-left: 1rem;
  480. }
  481. .formLogin .header .configure img {
  482. margin-left: 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. left: -20px;
  512. }
  513. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  514. left: 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 4px 0 6px;
  582. padding: 3px 4px;
  583. background: rgba(0, 0, 0, 0.25);
  584. display: block;
  585. float: right;
  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: 0 5px 5px 0;
  603. }
  604. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  605. border-radius: 5px 0 0 5px;
  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-right: 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: left;
  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 0 0 1rem;
  720. padding: 0 0.75rem;
  721. background: rgba(0, 0, 0, 0.25);
  722. border-radius: 12px;
  723. position: absolute;
  724. left: 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. right: 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-right-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-left: 0.5rem;
  785. }
  786. .header .item.search input {
  787. width: 230px;
  788. color: #fff;
  789. border: none;
  790. border-radius: 0 2px 2px 0;
  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: 2px 0 0 2px;
  809. background-color: #36c;
  810. background-position: center;
  811. background-repeat: no-repeat;
  812. background-image: url(icons/magnifier.svg);
  813. border-right-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. left: 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: right;
  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 1.25rem 0 0;
  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. right: 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-right-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-right-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-right-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. color: #eff0f2;
  1050. border: 1px solid #eff0f2;
  1051. border-radius: 3px;
  1052. }
  1053. .content blockquote, .content.thin blockquote {
  1054. margin: 0;
  1055. padding: 5px 20px;
  1056. background: #f9fafb;
  1057. display: block;
  1058. color: #303136;
  1059. border-top: 1px solid #d5d8db;
  1060. border-bottom: 1px solid #d5d8db;
  1061. }
  1062. .content blockquote p, .content.thin blockquote p {
  1063. margin: 0;
  1064. }
  1065. /*=== Notification and actualize notification */
  1066. .notification {
  1067. padding: 1rem 0;
  1068. background: #d5d8db;
  1069. width: 100%;
  1070. height: 3rem;
  1071. color: #5b6871;
  1072. font-size: 1em;
  1073. border: none;
  1074. position: fixed;
  1075. top: auto;
  1076. bottom: 0;
  1077. right: 0;
  1078. left: 0;
  1079. text-align: center;
  1080. line-height: 3em;
  1081. z-index: 10;
  1082. vertical-align: middle;
  1083. }
  1084. .notification .msg {
  1085. display: inline-block;
  1086. font-size: 1rem;
  1087. }
  1088. .notification.good {
  1089. background: #10f587;
  1090. color: #fff;
  1091. }
  1092. .notification.bad {
  1093. background: #f5633e;
  1094. color: #fff;
  1095. }
  1096. .notification a.close {
  1097. padding: 0 15px;
  1098. border-radius: 3px 0 0 3px;
  1099. line-height: 3em;
  1100. }
  1101. .notification.good a.close:hover {
  1102. background: #0c7540;
  1103. }
  1104. .notification.bad a.close:hover {
  1105. background: #73341f;
  1106. }
  1107. .notification#actualizeProgress {
  1108. line-height: 2em;
  1109. }
  1110. .notification#actualizeProgress br {
  1111. display: none;
  1112. }
  1113. /*=== Navigation menu (for articles) */
  1114. #nav_entries {
  1115. margin: 0;
  1116. text-align: center;
  1117. line-height: 3em;
  1118. table-layout: fixed;
  1119. background: #303136;
  1120. }
  1121. /*=== Feed articles */
  1122. .flux {
  1123. background: #fff;
  1124. -webkit-transition: all 0.15s ease-in-out;
  1125. -moz-transition: all 0.15s ease-in-out;
  1126. -o-transition: all 0.15s ease-in-out;
  1127. -ms-transition: all 0.15s ease-in-out;
  1128. transition: all 0.15s ease-in-out;
  1129. }
  1130. .flux:hover {
  1131. background: #f9fafb;
  1132. }
  1133. .flux:hover:not(.current):hover .item.title {
  1134. background: #f9fafb;
  1135. }
  1136. .flux.current {
  1137. background: #f9fafb;
  1138. border-right-color: #36c;
  1139. }
  1140. .flux.not_read:not(.current) {
  1141. background: #f2f6f8;
  1142. }
  1143. .flux.not_read:not(.current):hover .item.title {
  1144. background: #f2f6f8;
  1145. }
  1146. .flux.not_read .item.title a {
  1147. color: #36c;
  1148. }
  1149. .flux.not_read .item.website a {
  1150. color: #36c;
  1151. }
  1152. .flux.not_read .item.date {
  1153. color: rgba(51, 102, 204, 0.5);
  1154. }
  1155. .flux.favorite {
  1156. border-right-color: #ffc300;
  1157. -webkit-transition: all 0.15s ease-in-out;
  1158. -moz-transition: all 0.15s ease-in-out;
  1159. -o-transition: all 0.15s ease-in-out;
  1160. -ms-transition: all 0.15s ease-in-out;
  1161. transition: all 0.15s ease-in-out;
  1162. }
  1163. .flux.favorite:not(.current) {
  1164. background: #fff6da;
  1165. }
  1166. .flux.favorite:not(.current):hover .item.title {
  1167. background: #fff6da;
  1168. }
  1169. .flux .website a {
  1170. color: #303136;
  1171. opacity: 0.75;
  1172. }
  1173. .flux .website .favicon {
  1174. padding: 5px;
  1175. }
  1176. .flux .item.date {
  1177. color: rgba(48, 49, 54, 0.5);
  1178. font-size: 0.85rem;
  1179. }
  1180. .flux .bottom {
  1181. font-size: 1rem;
  1182. text-align: center;
  1183. }
  1184. .flux_header {
  1185. font-size: 1rem;
  1186. cursor: pointer;
  1187. border-top: 1px solid #eff0f2;
  1188. }
  1189. .flux_header .title {
  1190. font-size: 1rem;
  1191. }
  1192. /*=== GLOBAL VIEW */
  1193. /*================*/
  1194. #stream .box.category:not([data-unread="0"]) .box-title .title {
  1195. font-weight: bold;
  1196. }
  1197. #stream .box.category .box-title {
  1198. padding: 1.5rem;
  1199. background: none;
  1200. }
  1201. #stream .box.category .box-title a.title {
  1202. color: #5b6871;
  1203. font-size: 1rem;
  1204. font-weight: normal;
  1205. text-decoration: none;
  1206. text-align: right;
  1207. text-transform: uppercase;
  1208. letter-spacing: 1px;
  1209. }
  1210. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  1211. margin: -0.5rem 0 0 1rem;
  1212. padding: 0 0.75rem;
  1213. background: #eff0f2;
  1214. border-radius: 12px;
  1215. position: absolute;
  1216. top: 1.75rem;
  1217. left: 0;
  1218. line-height: 1.5rem;
  1219. text-align: center;
  1220. }
  1221. #stream .box.category .box-title a.title:hover {
  1222. color: #36c;
  1223. }
  1224. #stream .box.category .box-content {
  1225. padding-bottom: 0.5rem;
  1226. }
  1227. #stream .box.category .box-content .item.feed {
  1228. padding: 0.5rem 1.5rem;
  1229. font-size: 1rem;
  1230. }
  1231. #stream .box.category .box-content .item.feed a {
  1232. color: #303136;
  1233. font-weight: 400;
  1234. }
  1235. #stream .box.category .box-content .item.feed a:hover {
  1236. color: #36c;
  1237. text-decoration: none;
  1238. }
  1239. #overlay {
  1240. background: rgba(0, 0, 0, 0.65);
  1241. }
  1242. #panel {
  1243. top: 3rem;
  1244. left: 3rem;
  1245. bottom: 3rem;
  1246. right: 3rem;
  1247. border-radius: 3px;
  1248. }
  1249. /*=== READER VIEW */
  1250. /*================*/
  1251. #stream.reader .flux {
  1252. padding: 0 0 50px;
  1253. background: #eff0f2;
  1254. color: #303136;
  1255. border: none;
  1256. }
  1257. #stream.reader .flux .author {
  1258. margin: 0 0 10px;
  1259. color: #a6a7ae;
  1260. font-size: 90%;
  1261. }
  1262. /*=== Configuration pages */
  1263. .post {
  1264. padding: 1rem 2rem;
  1265. font-size: 1rem;
  1266. }
  1267. .post form {
  1268. margin: 1rem 0;
  1269. }
  1270. .post form .horizontal-list {
  1271. margin-bottom: 0.5rem;
  1272. }
  1273. .post.content {
  1274. max-width: 550px;
  1275. }
  1276. .post h1, .post h2 {
  1277. color: #303136;
  1278. font-size: 3rem;
  1279. margin-top: 1.75rem;
  1280. font-weight: 300;
  1281. line-height: 1.2em;
  1282. }
  1283. .post a[href="./"] {
  1284. margin: 0;
  1285. padding: 0.75rem 1.5rem;
  1286. background: #f9fafb;
  1287. display: inline-block;
  1288. color: #5b6871;
  1289. font-size: 1rem;
  1290. border: 1px solid #d5d8db;
  1291. border-radius: 5px;
  1292. min-width: 15px;
  1293. line-height: 25px;
  1294. vertical-align: middle;
  1295. cursor: pointer;
  1296. overflow: hidden;
  1297. }
  1298. .post a[href="./"]:hover {
  1299. background: #36c;
  1300. color: white;
  1301. border: 1px solid #36c;
  1302. text-decoration: none;
  1303. }
  1304. #slider {
  1305. border-right: none;
  1306. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1307. }
  1308. .slide-container .properties {
  1309. padding: 1rem;
  1310. background: rgba(0, 0, 0, 0.75);
  1311. color: white;
  1312. border: 0;
  1313. }
  1314. .slide-container .properties .page-number {
  1315. left: 1rem;
  1316. top: 1rem;
  1317. }
  1318. /*=== LOGS */
  1319. /*=========*/
  1320. .loglist {
  1321. overflow: hidden;
  1322. border: 1px solid #a6a7ae;
  1323. }
  1324. .log {
  1325. margin: 10px 0;
  1326. padding: 5px 2%;
  1327. background: #f9fafb;
  1328. color: #5b6871;
  1329. font-size: 0.8rem;
  1330. overflow: auto;
  1331. }
  1332. .log > .date {
  1333. margin: 0 0 0 10px;
  1334. padding: 5px 10px;
  1335. border-radius: 20px;
  1336. }
  1337. .log.error > .date {
  1338. background: #f5633e;
  1339. color: #fff;
  1340. }
  1341. .log.warning > .date {
  1342. background: #f4f762;
  1343. }
  1344. .log.notice > .date {
  1345. background: #eff0f2;
  1346. }
  1347. .log.debug > .date {
  1348. background: #1d1e22;
  1349. color: #fff;
  1350. }
  1351. /*=== STATISTICS */
  1352. /*===============*/
  1353. .stat {
  1354. margin: 10px 0 20px;
  1355. }
  1356. .stat th,
  1357. .stat td,
  1358. .stat tr {
  1359. border: none;
  1360. }
  1361. .stat > table td,
  1362. .stat > table th {
  1363. border-bottom: 1px solid #d5d8db;
  1364. }
  1365. .stat > .horizontal-list {
  1366. margin: 0 0 5px;
  1367. }
  1368. .stat > .horizontal-list .item {
  1369. overflow: hidden;
  1370. white-space: nowrap;
  1371. text-overflow: ellipsis;
  1372. }
  1373. .stat > .horizontal-list .item:first-child {
  1374. width: 270px;
  1375. }
  1376. /*=== MOBILE */
  1377. /*===========*/
  1378. @media (max-width: 840px) {
  1379. ul.nav .item {
  1380. width: 100%;
  1381. }
  1382. ul.nav .item img {
  1383. display: none;
  1384. }
  1385. ul.nav .item a {
  1386. box-sizing: border-box;
  1387. padding: 1rem 2.5rem 1rem 1rem;
  1388. background: url("../../themes/icons/logout.svg") no-repeat #17181a 97% center;
  1389. display: inline-block;
  1390. width: 100%;
  1391. color: #fff;
  1392. -webkit-transition: all 0.2s ease-in-out;
  1393. -moz-transition: all 0.2s ease-in-out;
  1394. -o-transition: all 0.2s ease-in-out;
  1395. -ms-transition: all 0.2s ease-in-out;
  1396. transition: all 0.2s ease-in-out;
  1397. }
  1398. ul.nav .item a:hover, ul.nav .item a:active {
  1399. background: url("../../themes/icons/logout.svg") no-repeat #f5633e 97% center;
  1400. text-decoration: none;
  1401. }
  1402. .form-group .group-name {
  1403. text-align: right;
  1404. }
  1405. .box .box-title .configure,
  1406. .box .box-content .item .configure {
  1407. visibility: visible;
  1408. }
  1409. .aside {
  1410. -webkit-transition: all 0.2s ease-in-out;
  1411. -moz-transition: all 0.2s ease-in-out;
  1412. -o-transition: all 0.2s ease-in-out;
  1413. -ms-transition: all 0.2s ease-in-out;
  1414. transition: all 0.2s ease-in-out;
  1415. }
  1416. .aside.aside_feed {
  1417. padding: 0;
  1418. }
  1419. .aside .tree .tree-folder .tree-folder-items .item a {
  1420. padding: 0.5rem 1rem;
  1421. }
  1422. .aside .toggle_aside,
  1423. #panel .close,
  1424. #close-slider.active {
  1425. background: #25c;
  1426. display: block;
  1427. width: 100%;
  1428. height: 50px;
  1429. line-height: 50px;
  1430. text-align: center;
  1431. }
  1432. .header {
  1433. padding: 0.5rem;
  1434. }
  1435. .header .item.title {
  1436. display: none;
  1437. }
  1438. .header .item.search {
  1439. display: block;
  1440. }
  1441. .header .item.search .stick {
  1442. display: flex;
  1443. }
  1444. .header .item.search input {
  1445. width: 90%;
  1446. height: 3.5rem;
  1447. }
  1448. .header .item.search input:focus {
  1449. width: 100%;
  1450. }
  1451. .header .item.search .btn {
  1452. min-height: 49px;
  1453. padding: 0.5rem 2rem;
  1454. }
  1455. .header .item.configure {
  1456. display: none;
  1457. }
  1458. .post {
  1459. padding-right: 1rem;
  1460. padding-left: 1rem;
  1461. }
  1462. .nav_menu .btn {
  1463. margin: 0;
  1464. padding: 0.85rem 1.25rem;
  1465. }
  1466. .nav_menu .stick {
  1467. margin: 0.5rem 0.5rem;
  1468. }
  1469. .nav_menu .stick .btn {
  1470. margin: 0;
  1471. padding: 0.85rem 1.25rem;
  1472. }
  1473. .nav_menu .stick .btn.read_all {
  1474. padding: 0.85rem 1.25rem;
  1475. }
  1476. .nav_menu .search {
  1477. display: none;
  1478. max-width: 97%;
  1479. }
  1480. .nav_menu .search .input {
  1481. max-width: 97%;
  1482. width: 90px;
  1483. }
  1484. .nav_menu .search .input:focus {
  1485. width: 400px;
  1486. }
  1487. #stream .flux .flux_header {
  1488. padding: 0.5rem 0;
  1489. }
  1490. .day {
  1491. text-align: center;
  1492. padding: 1rem 0;
  1493. }
  1494. .day .name {
  1495. padding: 0;
  1496. display: block;
  1497. width: 100%;
  1498. line-height: 1.5rem;
  1499. margin-bottom: 1rem;
  1500. }
  1501. .pagination {
  1502. margin: 0 0 3.5em;
  1503. }
  1504. #nav_entries {
  1505. line-height: 4.5rem;
  1506. }
  1507. .notification {
  1508. border-radius: 0;
  1509. }
  1510. .notification a.close {
  1511. background: transparent;
  1512. display: block;
  1513. right: 0;
  1514. }
  1515. .notification a.close:hover {
  1516. opacity: 0.5;
  1517. }
  1518. .notification a.close .icon {
  1519. display: none;
  1520. }
  1521. }
  1522. /*=== GENERAL */
  1523. /*============*/
  1524. html, body {
  1525. background: #eff0f2;
  1526. height: 100%;
  1527. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1528. font-size: 0.875rem;
  1529. }
  1530. /*=== Links */
  1531. a, button.as-link {
  1532. outline: none;
  1533. color: #36c;
  1534. }