ansum.rtl.css 31 KB

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