ansum.css 29 KB

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