ansum.css 29 KB

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