ansum.css 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572
  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: right;
  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.5rem 0 0;
  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-left: 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: left;
  221. }
  222. .dropdown-menu::after {
  223. border: none;
  224. right: 17px;
  225. }
  226. .dropdown-menu .dropdown-header {
  227. margin: 1.75rem 0 0.5rem 2rem;
  228. font-weight: bold;
  229. text-align: left;
  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:hover {
  244. background: #ca7227;
  245. color: #fff;
  246. }
  247. .dropdown-menu .item:hover a, .dropdown-menu .item:hover button {
  248. text-decoration: none;
  249. color: #fff;
  250. }
  251. .dropdown-menu .item:hover .icon {
  252. filter: grayscale(100%) brightness(2.5);
  253. }
  254. .dropdown-menu .item[aria-checked=true] a::before {
  255. margin: 0 0 0 -14px;
  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: left;
  364. width: 1.75rem;
  365. height: 1.75rem;
  366. border-radius: 2px;
  367. margin-right: 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: right;
  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: right 8px;
  389. }
  390. .box .box-title form .dropdown a.dropdown-toggle img {
  391. display: none;
  392. }
  393. .box .box-title .configure {
  394. margin-right: 4px;
  395. }
  396. .box .box-content {
  397. padding-left: 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-right: 0.75rem;
  408. }
  409. .box .box-content .item .configure {
  410. background: url("icons/cog.svg") no-repeat 4px 4px;
  411. display: block;
  412. float: left;
  413. width: 1.75rem;
  414. height: 1.75rem;
  415. border-radius: 2px;
  416. margin-right: 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-right: 1rem;
  458. }
  459. .formLogin .header .configure img {
  460. margin-right: 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. right: -20px;
  490. }
  491. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  492. right: 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: 5px 0 0 5px;
  566. }
  567. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  568. border-radius: 0 5px 5px 0;
  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-left: 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-right: 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. transition: all 0.15s ease-in-out;
  604. }
  605. .nav-list .item a {
  606. padding: 0 1rem;
  607. color: #363330;
  608. }
  609. .nav-list .item .error a {
  610. color: #f5633e;
  611. }
  612. .nav-list .item:hover {
  613. background: #efe3d3;
  614. color: #363330;
  615. }
  616. .nav-list .item:hover .error a {
  617. background: #ca7227;
  618. color: #363330;
  619. }
  620. .nav-list .item:hover .empty a {
  621. background: #f4f762;
  622. color: #363330;
  623. }
  624. .nav-list .item:hover a {
  625. color: #363330;
  626. text-decoration: none;
  627. }
  628. .nav-list .item.active {
  629. background: #ca7227;
  630. color: #fff;
  631. }
  632. .nav-list .item.active .error a {
  633. background: #ca7227;
  634. color: #fff;
  635. }
  636. .nav-list .item.active .empty a {
  637. background: #f4f762;
  638. color: #fff;
  639. }
  640. .nav-list .item.active a {
  641. color: #fff;
  642. text-decoration: none;
  643. }
  644. .nav-list.empty a {
  645. color: #f4f762;
  646. }
  647. .nav-list .disable {
  648. text-align: center;
  649. background: #fcfaf8;
  650. color: #ba9;
  651. }
  652. .nav-list .nav-header {
  653. padding: 0 10px;
  654. font-weight: bold;
  655. color: #766556;
  656. text-transform: uppercase;
  657. letter-spacing: 1px;
  658. margin-top: 1rem;
  659. }
  660. .nav-list .nav-form {
  661. padding: 3px;
  662. text-align: center;
  663. }
  664. .nav-list .nav-head {
  665. margin: 0;
  666. text-align: right;
  667. color: #fff;
  668. }
  669. .nav-list .nav-head a {
  670. color: #fff;
  671. }
  672. .nav-list .nav-head .item {
  673. padding: 5px 10px;
  674. font-size: 0.9rem;
  675. line-height: 1.5rem;
  676. }
  677. /*=== Aside main page (categories) */
  678. .aside_feed .tree-folder-title > .title:not([data-unread="0"]) {
  679. width: calc(100% - 35px - 35px);
  680. }
  681. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  682. margin: 1.5em 0 0 0;
  683. background-color: rgba(35, 35, 0, 0.15);
  684. }
  685. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  686. margin: 0.5em 0 0 0;
  687. background-color: rgba(35, 35, 0, 0.15);
  688. }
  689. .feed.item.empty.active {
  690. background: #766556;
  691. }
  692. .feed.item.error.active {
  693. background: #766556;
  694. }
  695. .feed.item.empty,
  696. .feed.item.empty > a {
  697. color: #766556;
  698. }
  699. .feed.item.error,
  700. .feed.item.error > a {
  701. color: #766556;
  702. }
  703. .feed.item.empty.active,
  704. .feed.item.error.active,
  705. .feed.item.empty.active > a,
  706. .feed.item.error.active > a {
  707. color: #fff;
  708. }
  709. .aside_feed .tree-folder-items .dropdown-menu::after {
  710. left: 2px;
  711. }
  712. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  713. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  714. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  715. border-radius: 3px;
  716. }
  717. .aside_feed .stick #btn-add {
  718. border-left-color: #fbf9f6;
  719. }
  720. /*=== STRUCTURE */
  721. /*===============*/
  722. /*=== Header */
  723. .header {
  724. padding: 0.5rem 1.35rem;
  725. background: #fbf9f6;
  726. display: block;
  727. width: auto;
  728. table-layout: none;
  729. }
  730. .header .item {
  731. vertical-align: middle;
  732. }
  733. .header .item.title {
  734. width: 280px;
  735. font-weight: 400;
  736. }
  737. .header .item.title a img {
  738. margin: 0.6em 0 0.3em;
  739. filter: invert(80%);
  740. }
  741. .header .item.search input {
  742. width: 230px;
  743. color: #363330;
  744. border: none;
  745. border-radius: 2px 0 0 2px;
  746. background-color: #f7f2ea;
  747. transition: all 0.15s ease-in-out;
  748. }
  749. .header .item.search input:hover {
  750. background-color: #efe3d3;
  751. }
  752. .header .item.search input:focus {
  753. width: 350px;
  754. color: #766556;
  755. background-color: #fff;
  756. }
  757. .header .item.search .btn {
  758. width: 3rem;
  759. border-radius: 0 2px 2px 0;
  760. background-color: #ca7227;
  761. background-position: center;
  762. background-repeat: no-repeat;
  763. background-image: url(icons/magnifier.svg);
  764. border-left-width: 0;
  765. min-height: 35px;
  766. }
  767. .header .item.search .btn img {
  768. display: none;
  769. }
  770. .header .item.search .btn:hover {
  771. background-color: #b7641d;
  772. }
  773. .header .item.configure {
  774. width: 2rem;
  775. position: absolute;
  776. right: 1rem;
  777. top: 1.25rem;
  778. text-align: center;
  779. }
  780. .header .item.configure .btn {
  781. padding: 0 0.5rem;
  782. background-color: transparent;
  783. background-position: center;
  784. background-repeat: no-repeat;
  785. background-image: url(icons/cog.svg);
  786. }
  787. .header .item.configure .btn img {
  788. display: none;
  789. }
  790. /*=== Body */
  791. #global {
  792. height: calc(100% - 85px);
  793. }
  794. /*=== Prompt (centered) */
  795. .prompt {
  796. text-align: center;
  797. }
  798. .prompt label {
  799. text-align: left;
  800. }
  801. .prompt form {
  802. margin: 10px auto 20px auto;
  803. width: 200px;
  804. }
  805. .prompt input {
  806. margin: 5px auto;
  807. width: 100%;
  808. }
  809. .prompt p {
  810. margin: 20px 0;
  811. }
  812. /*=== New article notification */
  813. #new-article {
  814. background: #ca7227;
  815. font-size: 1rem;
  816. text-align: center;
  817. }
  818. #new-article:hover {
  819. background: #b7641d;
  820. }
  821. #new-article > a {
  822. line-height: 3em;
  823. font-weight: bold;
  824. color: #fff;
  825. }
  826. #new-article > a:hover {
  827. text-decoration: none;
  828. }
  829. /*=== Day indication */
  830. .day {
  831. padding: 1rem 0 0 1.25rem;
  832. color: #6d655f;
  833. font-size: 0.875rem;
  834. font-weight: 700;
  835. line-height: 3em;
  836. letter-spacing: 1px;
  837. text-transform: uppercase;
  838. }
  839. .day .name {
  840. padding: 0 1rem 0 1rem;
  841. color: #363330;
  842. font-size: 0.875rem;
  843. position: relative;
  844. left: 0;
  845. text-transform: uppercase;
  846. }
  847. /*=== Index menu */
  848. .nav_menu {
  849. text-align: center;
  850. padding: 5px 0;
  851. }
  852. .nav_menu .btn {
  853. border-left-width: 0;
  854. padding: 0.5rem 1rem;
  855. background-color: #fcfaf8;
  856. background-position: center;
  857. background-repeat: no-repeat;
  858. }
  859. .nav_menu .btn:hover {
  860. background-color: #f5f0ec;
  861. }
  862. .nav_menu .stick {
  863. background: #fcfaf8;
  864. }
  865. .nav_menu .stick .btn {
  866. border-left-width: 0;
  867. padding: 0.5rem 1rem;
  868. background-color: #fcfaf8;
  869. background-position: center;
  870. background-repeat: no-repeat;
  871. transition: all 0.15s ease-in-out;
  872. }
  873. .nav_menu .stick .btn:hover {
  874. background-color: #e4d8cc;
  875. }
  876. .nav_menu .stick .btn.active {
  877. background-color: #ca7227;
  878. }
  879. .nav_menu .stick .btn img.icon {
  880. display: none;
  881. }
  882. .nav_menu .stick .btn#toggle-read {
  883. background-image: url(icons/read.svg);
  884. }
  885. .nav_menu .stick .btn#toggle-read.active {
  886. background-image: url(icons/read-white.svg);
  887. }
  888. .nav_menu .stick .btn#toggle-unread {
  889. background-image: url(icons/unread.svg);
  890. }
  891. .nav_menu .stick .btn#toggle-unread.active {
  892. background-image: url(icons/unread-white.svg);
  893. }
  894. .nav_menu .stick .btn#toggle-starred {
  895. background-image: url(icons/starred.svg);
  896. }
  897. .nav_menu .stick .btn#toggle-starred.active {
  898. background-image: url(icons/starred-white.svg);
  899. }
  900. .nav_menu .stick .btn#toggle-non-starred {
  901. background-image: url(icons/non-starred.svg);
  902. }
  903. .nav_menu .stick .btn#toggle-non-starred.active {
  904. background-image: url(icons/non-starred-white.svg);
  905. }
  906. .nav_menu .stick .btn.read_all {
  907. padding: 5px 16px;
  908. color: #363330;
  909. background-color: #fcfaf8;
  910. transition: all 0.15s ease-in-out;
  911. }
  912. .nav_menu .stick .btn.read_all:hover {
  913. background-color: #e4d8cc;
  914. }
  915. .nav_menu .stick .btn.view-normal {
  916. background-image: url(icons/view-list.svg);
  917. }
  918. .nav_menu .stick .btn.view-normal.active {
  919. background-image: url(icons/view-list-white.svg);
  920. }
  921. .nav_menu .stick .btn.view-global {
  922. background-image: url(icons/view-global.svg);
  923. }
  924. .nav_menu .stick .btn.view-global.active {
  925. background-image: url(icons/view-global-white.svg);
  926. }
  927. .nav_menu .stick .btn.view-reader {
  928. background-image: url(icons/view-reader.svg);
  929. }
  930. .nav_menu .stick .btn.view-reader.active {
  931. background-image: url(icons/view-reader-white.svg);
  932. }
  933. .nav_menu .stick .btn.view-rss {
  934. background-image: url(icons/rss.svg);
  935. }
  936. .nav_menu .stick .dropdown a.dropdown-toggle {
  937. border-left-width: 0;
  938. background-image: url(icons/more.svg);
  939. }
  940. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  941. vertical-align: middle;
  942. border-radius: 3px;
  943. }
  944. /*=== Content of feed articles */
  945. .content, .content.thin {
  946. padding: 20px 10px;
  947. font-size: 1.125rem;
  948. line-height: 1.8rem;
  949. }
  950. .content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
  951. color: #363330;
  952. font-family: "spectral", serif;
  953. font-size: 2rem;
  954. }
  955. .content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
  956. color: #ca7227;
  957. text-decoration: none;
  958. }
  959. .content .author, .content.thin .author {
  960. color: #6d655f;
  961. font-size: 1.125rem;
  962. }
  963. .content p, .content ul, .content.thin p, .content.thin ul {
  964. font-size: 1.125rem;
  965. line-height: 1.8rem;
  966. }
  967. .content .content hr, .content.thin .content hr {
  968. margin: 30px 10px;
  969. background: #e4d8cc;
  970. height: 1px;
  971. border: 0;
  972. box-shadow: 0 2px 5px #ccc;
  973. }
  974. .content pre, .content.thin pre {
  975. margin: 10px auto;
  976. padding: 10px 20px;
  977. overflow: auto;
  978. background: #221f1d;
  979. color: #fff;
  980. font-size: 0.9rem;
  981. border-radius: 3px;
  982. }
  983. .content pre code, .content.thin pre code {
  984. background: transparent;
  985. color: #fff;
  986. border: none;
  987. }
  988. .content code, .content.thin code {
  989. padding: 2px 5px;
  990. background: #fcfaf8;
  991. border: 1px solid #f5f0ec;
  992. border-radius: 3px;
  993. }
  994. .content blockquote, .content.thin blockquote {
  995. margin: 0;
  996. padding: 5px 20px;
  997. background: #fcfaf8;
  998. display: block;
  999. color: #363330;
  1000. border-top: 1px solid #e4d8cc;
  1001. border-bottom: 1px solid #e4d8cc;
  1002. }
  1003. .content blockquote p, .content.thin blockquote p {
  1004. margin: 0;
  1005. }
  1006. /*=== Notification and actualize notification */
  1007. .notification {
  1008. padding: 1rem 0;
  1009. background: #e4d8cc;
  1010. width: 100%;
  1011. height: 3rem;
  1012. color: #766556;
  1013. font-size: 1em;
  1014. border: none;
  1015. position: fixed;
  1016. top: auto;
  1017. bottom: 0;
  1018. left: 0;
  1019. right: 0;
  1020. text-align: center;
  1021. z-index: 10;
  1022. vertical-align: middle;
  1023. }
  1024. .notification a {
  1025. color: #000;
  1026. }
  1027. .notification .msg {
  1028. display: inline-block;
  1029. font-size: 1rem;
  1030. }
  1031. .notification.good {
  1032. background: #10f5b2;
  1033. color: #fff;
  1034. }
  1035. .notification.bad {
  1036. background: #f5633e;
  1037. color: #fff;
  1038. }
  1039. .notification a.close {
  1040. padding: 0 15px;
  1041. border-radius: 0 3px 3px 0;
  1042. line-height: 3em;
  1043. }
  1044. .notification.good a.close:hover {
  1045. background: #0c7556;
  1046. }
  1047. .notification.bad a.close:hover {
  1048. background: #73341f;
  1049. }
  1050. .notification#actualizeProgress {
  1051. line-height: 2em;
  1052. }
  1053. .notification#actualizeProgress br {
  1054. display: none;
  1055. }
  1056. /*=== Navigation menu (for articles) */
  1057. #nav_entries {
  1058. margin: 0;
  1059. text-align: center;
  1060. line-height: 3em;
  1061. table-layout: fixed;
  1062. background: #fbf9f6;
  1063. }
  1064. /*=== Feed articles */
  1065. .flux {
  1066. background: #fff;
  1067. transition: all 0.15s ease-in-out;
  1068. }
  1069. .flux:hover {
  1070. background: #fcfaf8;
  1071. }
  1072. .flux:hover:not(.current):hover .item.title {
  1073. background: #fcfaf8;
  1074. }
  1075. .flux.current {
  1076. background: #fff;
  1077. border-left-color: #ca7227;
  1078. }
  1079. .flux.not_read:not(.current) {
  1080. background: #f2f6f8;
  1081. }
  1082. .flux.not_read:not(.current):hover .item.title {
  1083. background: #f2f6f8;
  1084. }
  1085. .flux.not_read .item.title a {
  1086. color: #161a38;
  1087. }
  1088. .flux.not_read .item.website a {
  1089. color: #161a38;
  1090. }
  1091. .flux.not_read .item.date {
  1092. color: rgba(22, 26, 56, 0.5);
  1093. }
  1094. .flux.favorite {
  1095. border-left-color: #ffc300;
  1096. transition: all 0.15s ease-in-out;
  1097. }
  1098. .flux.favorite:not(.current) {
  1099. background: #fff6da;
  1100. }
  1101. .flux.favorite:not(.current):hover .item.title {
  1102. background: #fff6da;
  1103. }
  1104. .flux .website a {
  1105. color: #363330;
  1106. opacity: 0.75;
  1107. }
  1108. .flux .website .favicon {
  1109. padding: 5px;
  1110. }
  1111. .flux .item.date {
  1112. color: rgba(54, 51, 48, 0.5);
  1113. font-size: 0.85rem;
  1114. }
  1115. .flux .bottom {
  1116. font-size: 1rem;
  1117. text-align: center;
  1118. }
  1119. .flux_header {
  1120. font-size: 1rem;
  1121. cursor: pointer;
  1122. border-top: 1px solid #f5f0ec;
  1123. }
  1124. .flux_header .title {
  1125. font-size: 1rem;
  1126. }
  1127. /*=== GLOBAL VIEW */
  1128. /*================*/
  1129. #stream .box.category:not([data-unread="0"]) .box-title .title {
  1130. font-weight: bold;
  1131. }
  1132. #stream .box.category .box-title {
  1133. padding: 1.5rem;
  1134. background: none;
  1135. }
  1136. #stream .box.category .box-title a.title {
  1137. color: #766556;
  1138. font-size: 1rem;
  1139. font-weight: normal;
  1140. text-decoration: none;
  1141. text-align: left;
  1142. text-transform: uppercase;
  1143. letter-spacing: 1px;
  1144. }
  1145. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  1146. margin: -0.5rem 1rem 0 0;
  1147. padding: 0 0.75rem;
  1148. background: #f5f0ec;
  1149. border-radius: 12px;
  1150. position: absolute;
  1151. top: 1.75rem;
  1152. right: 0;
  1153. line-height: 1.5rem;
  1154. text-align: center;
  1155. }
  1156. #stream .box.category .box-title a.title:hover {
  1157. color: #ca7227;
  1158. }
  1159. #stream .box.category .box-content {
  1160. padding-bottom: 0.5rem;
  1161. }
  1162. #stream .box.category .box-content .item.feed {
  1163. padding: 0.5rem 1.5rem;
  1164. font-size: 1rem;
  1165. }
  1166. #stream .box.category .box-content .item.feed a {
  1167. color: #363330;
  1168. font-weight: 400;
  1169. }
  1170. #stream .box.category .box-content .item.feed a:hover {
  1171. color: #ca7227;
  1172. text-decoration: none;
  1173. }
  1174. #overlay {
  1175. background: rgba(0, 0, 0, 0.65);
  1176. }
  1177. #panel {
  1178. top: 3rem;
  1179. right: 3rem;
  1180. bottom: 3rem;
  1181. left: 3rem;
  1182. border-radius: 3px;
  1183. }
  1184. /*=== READER VIEW */
  1185. /*================*/
  1186. #stream.reader .flux {
  1187. padding: 0 0 50px;
  1188. background: #f5f0ec;
  1189. color: #363330;
  1190. border: none;
  1191. }
  1192. #stream.reader .flux .author {
  1193. margin: 0 0 10px;
  1194. color: #ba9;
  1195. font-size: 90%;
  1196. }
  1197. /*=== Configuration pages */
  1198. .post {
  1199. padding: 1rem 2rem;
  1200. font-size: 1rem;
  1201. }
  1202. .post form {
  1203. margin: 1rem 0;
  1204. }
  1205. .post form .horizontal-list {
  1206. margin-bottom: 0.5rem;
  1207. }
  1208. .post.content {
  1209. max-width: 550px;
  1210. }
  1211. .post h1, .post h2 {
  1212. color: #363330;
  1213. font-size: 3rem;
  1214. margin-top: 1.75rem;
  1215. font-weight: 300;
  1216. line-height: 1.2em;
  1217. }
  1218. .post a[href="./"] {
  1219. margin: 0;
  1220. padding: 0.75rem 1.5rem;
  1221. background: #fcfaf8;
  1222. display: inline-block;
  1223. color: #766556;
  1224. font-size: 1rem;
  1225. border: 1px solid #e4d8cc;
  1226. border-radius: 5px;
  1227. min-width: 15px;
  1228. line-height: 25px;
  1229. vertical-align: middle;
  1230. cursor: pointer;
  1231. overflow: hidden;
  1232. }
  1233. .post a[href="./"]:hover {
  1234. background: #ca7227;
  1235. color: white;
  1236. border: 1px solid #ca7227;
  1237. text-decoration: none;
  1238. }
  1239. #slider {
  1240. border-left: none;
  1241. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1242. }
  1243. .slide-container .properties {
  1244. padding: 1rem;
  1245. background: rgba(0, 0, 0, 0.75);
  1246. color: white;
  1247. border: 0;
  1248. }
  1249. .slide-container .properties .page-number {
  1250. right: 1rem;
  1251. top: 1rem;
  1252. }
  1253. /*=== LOGS */
  1254. /*=========*/
  1255. .loglist {
  1256. overflow: hidden;
  1257. border: 1px solid #ba9;
  1258. }
  1259. .log {
  1260. margin: 10px 0;
  1261. padding: 5px 2%;
  1262. background: #fcfaf8;
  1263. color: #766556;
  1264. font-size: 0.8rem;
  1265. overflow: auto;
  1266. }
  1267. .log > .date {
  1268. margin: 0 10px 0 0;
  1269. padding: 5px 10px;
  1270. border-radius: 20px;
  1271. }
  1272. .log.error > .date {
  1273. background: #f5633e;
  1274. color: #fff;
  1275. }
  1276. .log.warning > .date {
  1277. background: #f4f762;
  1278. }
  1279. .log.notice > .date {
  1280. background: #f5f0ec;
  1281. }
  1282. .log.debug > .date {
  1283. background: #221f1d;
  1284. color: #fff;
  1285. }
  1286. /*=== STATISTICS */
  1287. /*===============*/
  1288. .stat {
  1289. margin: 10px 0 20px;
  1290. }
  1291. .stat th,
  1292. .stat td,
  1293. .stat tr {
  1294. border: none;
  1295. }
  1296. .stat > table td,
  1297. .stat > table th {
  1298. border-bottom: 1px solid #e4d8cc;
  1299. }
  1300. .stat > .horizontal-list {
  1301. margin: 0 0 5px;
  1302. }
  1303. .stat > .horizontal-list .item {
  1304. overflow: hidden;
  1305. white-space: nowrap;
  1306. text-overflow: ellipsis;
  1307. }
  1308. .stat > .horizontal-list .item:first-child {
  1309. width: 270px;
  1310. }
  1311. /*=== MOBILE */
  1312. /*===========*/
  1313. @media (max-width: 840px) {
  1314. ul.nav .item {
  1315. width: 100%;
  1316. }
  1317. ul.nav .item img {
  1318. display: none;
  1319. }
  1320. ul.nav .item a {
  1321. box-sizing: border-box;
  1322. padding: 1rem 1rem 1rem 2.5rem;
  1323. background: url("../../themes/icons/logout.svg") no-repeat #efe3d3 3% center;
  1324. display: inline-block;
  1325. width: 100%;
  1326. color: #363330;
  1327. transition: all 0.2s ease-in-out;
  1328. }
  1329. ul.nav .item a:hover, ul.nav .item a:active {
  1330. background: url("../../themes/icons/logout.svg") no-repeat #f5633e 3% center;
  1331. text-decoration: none;
  1332. color: #fff;
  1333. }
  1334. .form-group .group-name {
  1335. text-align: left;
  1336. }
  1337. .aside {
  1338. transition: all 0.2s ease-in-out;
  1339. }
  1340. .aside.aside_feed {
  1341. padding: 0;
  1342. }
  1343. .aside .tree .tree-folder .tree-folder-items .item a {
  1344. padding: 0.5rem 1rem;
  1345. }
  1346. .aside .toggle_aside,
  1347. #panel .close,
  1348. #close-slider.active,
  1349. .dropdown-menu .toggle_aside {
  1350. background: #b7641d;
  1351. display: block;
  1352. width: 100%;
  1353. height: 50px;
  1354. line-height: 50px;
  1355. text-align: center;
  1356. }
  1357. .header {
  1358. padding: 0.5rem;
  1359. }
  1360. .header .item.search {
  1361. display: block;
  1362. }
  1363. .header .item.search form {
  1364. display: inherit;
  1365. }
  1366. .header .item.search .stick {
  1367. display: flex;
  1368. }
  1369. .header .item.search input {
  1370. width: 90%;
  1371. height: 3.5rem;
  1372. }
  1373. .header .item.search input:focus {
  1374. width: 100%;
  1375. }
  1376. .header .item.search .btn {
  1377. min-height: 49px;
  1378. padding: 0.5rem 2rem;
  1379. }
  1380. .post {
  1381. padding-left: 1rem;
  1382. padding-right: 1rem;
  1383. }
  1384. .nav_menu .btn {
  1385. margin: 0;
  1386. padding: 0.85rem 1.25rem;
  1387. }
  1388. .nav_menu .stick {
  1389. margin: 0.5rem 0.5rem;
  1390. }
  1391. .nav_menu .stick .btn {
  1392. margin: 0;
  1393. padding: 0.85rem 1.25rem;
  1394. }
  1395. .nav_menu .stick .btn.read_all {
  1396. padding: 0.85rem 1.25rem;
  1397. }
  1398. .nav_menu .search {
  1399. display: none;
  1400. max-width: 97%;
  1401. }
  1402. .nav_menu .search .input {
  1403. max-width: 97%;
  1404. width: 90px;
  1405. }
  1406. .nav_menu .search .input:focus {
  1407. width: 400px;
  1408. }
  1409. #stream .flux .flux_header {
  1410. padding: 0.5rem 0;
  1411. }
  1412. .dropdown-target:target ~ .dropdown-toggle::after {
  1413. background-color: #fcfaf8;
  1414. border-top: 1px solid #f5f0ec;
  1415. border-left: 1px solid #f5f0ec;
  1416. right: 21px;
  1417. bottom: -14px;
  1418. }
  1419. .dropdown-target:target ~ a.dropdown-toggle:not(.btn) ~ .dropdown-menu {
  1420. margin-top: 0;
  1421. }
  1422. .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after {
  1423. bottom: -17px;
  1424. }
  1425. .day {
  1426. text-align: center;
  1427. padding: 1rem 0;
  1428. }
  1429. .day .name {
  1430. padding: 0;
  1431. display: block;
  1432. width: 100%;
  1433. line-height: 1.5rem;
  1434. margin-bottom: 1rem;
  1435. }
  1436. .pagination {
  1437. margin: 0 0 3.5em;
  1438. }
  1439. #nav_entries {
  1440. line-height: 4.5rem;
  1441. }
  1442. .notification {
  1443. border-radius: 0;
  1444. }
  1445. .notification a.close {
  1446. background: transparent;
  1447. display: block;
  1448. left: 0;
  1449. }
  1450. .notification a.close:hover {
  1451. opacity: 0.5;
  1452. }
  1453. .notification a.close .icon {
  1454. display: none;
  1455. }
  1456. }
  1457. /*=== GENERAL */
  1458. /*============*/
  1459. html, body {
  1460. background: #f5f0ec;
  1461. height: 100%;
  1462. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1463. font-size: 0.875rem;
  1464. }
  1465. /*=== Links */
  1466. a, button.as-link {
  1467. outline: none;
  1468. color: #ca7227;
  1469. }
  1470. /*# sourceMappingURL=ansum.css.map */