ansum.css 29 KB

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