ansum.rtl.css 29 KB

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