ansum.css 29 KB

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