ansum.rtl.css 29 KB

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