ansum.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  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. select {
  137. padding-top: 9px;
  138. padding-bottom: 9px;
  139. }
  140. option {
  141. padding: 0 0.5em;
  142. }
  143. input:focus, select:focus, textarea:focus {
  144. color: #363330;
  145. border-color: #ca7227;
  146. }
  147. input:invalid, select:invalid {
  148. color: #f5633e;
  149. border-color: #f5633e;
  150. box-shadow: none;
  151. }
  152. input:disabled, select:disabled {
  153. color: #ba9;
  154. border-color: #ba9;
  155. }
  156. input.extend {
  157. transition: width 200ms linear;
  158. }
  159. .form-group {
  160. padding: 5px;
  161. border-radius: 3px;
  162. }
  163. .form-group::after {
  164. display: block;
  165. clear: both;
  166. }
  167. .form-group .group-name {
  168. padding: 10px 0;
  169. }
  170. .form-group .group-controls {
  171. min-height: 25px;
  172. padding: 5px 0;
  173. }
  174. .form-group .group-controls .control {
  175. line-height: 2em;
  176. }
  177. .form-group.form-actions {
  178. margin: 15px 0 25px;
  179. padding: 5px 0;
  180. }
  181. .form-group.form-actions .btn {
  182. margin: 0 0.5rem 0 0;
  183. }
  184. /*=== Tables */
  185. table {
  186. border-collapse: collapse;
  187. }
  188. th, td {
  189. border: 1px solid #e4d8cc;
  190. }
  191. th {
  192. background: #fcfaf8;
  193. }
  194. form td,
  195. form th {
  196. font-weight: normal;
  197. text-align: center;
  198. }
  199. /*=== COMPONENTS */
  200. /*===============*/
  201. /*=== Forms */
  202. /*=== Horizontal-list */
  203. .horizontal-list {
  204. padding: 0.1rem 0;
  205. }
  206. .horizontal-list .item:first-child {
  207. padding-left: 0.5rem;
  208. }
  209. /*=== Dropdown */
  210. .dropdown-menu {
  211. margin: 9px 0 0 0;
  212. padding: 0.5rem 0 1rem 0;
  213. background: #fcfaf8;
  214. font-size: 1rem;
  215. border: none;
  216. border-radius: 3px;
  217. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  218. text-align: left;
  219. }
  220. .dropdown-menu::after {
  221. border: none;
  222. right: 17px;
  223. }
  224. .dropdown-menu .dropdown-header,
  225. .dropdown-menu .dropdown-section .dropdown-section-title {
  226. padding: 1rem 1.5rem;
  227. font-weight: bold;
  228. text-align: left;
  229. color: #766556;
  230. text-transform: uppercase;
  231. letter-spacing: 1px;
  232. }
  233. .dropdown-menu .item {
  234. transition: all 0.075s ease-in-out;
  235. }
  236. .dropdown-menu .item a, .dropdown-menu .item .as-link {
  237. padding: 0 2rem;
  238. color: #363330;
  239. font-size: inherit;
  240. line-height: 2.5em;
  241. }
  242. .dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
  243. padding: 0 0.25rem !important;
  244. }
  245. .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
  246. background: #ca7227;
  247. color: #fff;
  248. }
  249. .dropdown-menu .item a:not(.addItem):hover .icon, .dropdown-menu .item .as-link:not(.addItem):hover .icon {
  250. filter: grayscale(100%) brightness(2.5);
  251. }
  252. .dropdown-menu .item.dropdown-section {
  253. margin-top: 0.75rem;
  254. }
  255. .dropdown-menu .item.dropdown-section ~ .dropdown-section {
  256. border-top-color: #f5f0ec;
  257. }
  258. .dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item .as-link {
  259. padding-left: 2rem;
  260. }
  261. .dropdown-menu .item:not(.addItem) a:hover,
  262. .dropdown-menu .item:not(.addItem) button:hover {
  263. background: #ca7227;
  264. color: #fff;
  265. }
  266. .dropdown-menu .item:not(.addItem) a:hover .icon,
  267. .dropdown-menu .item:not(.addItem) button:hover .icon {
  268. filter: brightness(3);
  269. }
  270. .dropdown-menu .item[aria-checked=true] a::before {
  271. margin: 0 0 0 -14px;
  272. font-weight: bold;
  273. }
  274. .dropdown-menu .item ~ .dropdown-header {
  275. margin-top: 0.75rem;
  276. padding-top: 1.75rem;
  277. border-top-color: #f5f0ec;
  278. }
  279. .dropdown-menu .item.separator {
  280. margin-top: 0.75rem;
  281. border-top-color: #f5f0ec;
  282. }
  283. .dropdown-menu .input select, .dropdown-menu .input input {
  284. margin: 0 auto 5px;
  285. padding: 2px 5px;
  286. border-radius: 3px;
  287. }
  288. .tree .tree-folder .tree-folder-items .dropdown-menu .item {
  289. padding: 0;
  290. }
  291. .tree .tree-folder .tree-folder-items .dropdown-menu .item a,
  292. .tree .tree-folder .tree-folder-items .dropdown-menu .item button {
  293. color: #363330;
  294. }
  295. .tree .tree-folder .tree-folder-items .dropdown-menu .item a:hover,
  296. .tree .tree-folder .tree-folder-items .dropdown-menu .item button:hover {
  297. color: #fff;
  298. }
  299. .tree .tree-folder .tree-folder-items .dropdown-menu .item:hover {
  300. background: #ca7227;
  301. }
  302. /*=== Alerts */
  303. .alert {
  304. background: #fcfaf8;
  305. color: #766556;
  306. font-size: 1rem;
  307. border: 1px solid #d9ccbf;
  308. border-radius: 3px;
  309. text-shadow: 0 0 1px #f5f0ec;
  310. }
  311. .alert-head {
  312. font-size: 1.15em;
  313. }
  314. .alert > a {
  315. text-decoration: underline;
  316. color: inherit;
  317. }
  318. .alert-warn {
  319. background: #fdfde0;
  320. color: #73762f;
  321. border: 1px solid #73762f33;
  322. }
  323. .alert-success {
  324. background: #cffdef;
  325. color: #0c7556;
  326. border: 1px solid #0c755633;
  327. }
  328. .alert-error {
  329. background: #fde0d8;
  330. color: #73341f;
  331. border: 1px solid #73341f33;
  332. }
  333. /*=== Pagination */
  334. .pagination {
  335. background: #f5f0ec;
  336. color: #363330;
  337. }
  338. .pagination .item a {
  339. color: #363330;
  340. }
  341. #load_more.loading,
  342. #load_more.loading:hover {
  343. background: url("loader.gif") center center no-repeat #34495e;
  344. }
  345. /*=== Boxes */
  346. .box {
  347. background: #fff;
  348. border: none;
  349. border-radius: 3px;
  350. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  351. }
  352. .box .box-title {
  353. margin: 0;
  354. padding: 0.5rem 0.75rem;
  355. background: #f5f0ec;
  356. color: #363330;
  357. border-radius: 2px 2px 0 0;
  358. }
  359. .box .box-content {
  360. padding-left: 30px;
  361. }
  362. .box .box-content .item {
  363. padding: 0.5rem 0;
  364. color: #363330;
  365. font-size: 1rem;
  366. border-bottom: 1px solid #f5f0ec;
  367. line-height: 1.7em;
  368. }
  369. .box .box-content .item:last-child {
  370. border-bottom: none;
  371. }
  372. .box .configure {
  373. margin-right: 0.5rem;
  374. padding: 0.25rem;
  375. border-radius: 3px;
  376. }
  377. .box .configure .icon {
  378. vertical-align: middle;
  379. }
  380. .box .configure:hover {
  381. border-radius: 2px;
  382. background-color: #ca7227;
  383. }
  384. .box .configure:hover .icon {
  385. filter: brightness(3);
  386. }
  387. /*=== "Load more" part */
  388. #bigMarkAsRead {
  389. text-align: center;
  390. text-decoration: none;
  391. background: #fdf6ef;
  392. color: #ca7227;
  393. transition: all 0.15s ease-in-out;
  394. }
  395. #bigMarkAsRead:hover {
  396. background: #ca7227;
  397. color: #fff;
  398. }
  399. #bigMarkAsRead:hover .bigTick {
  400. filter: brightness(7);
  401. }
  402. #bigMarkAsRead .bigTick {
  403. margin: 0.5rem 0;
  404. background: url(icons/tick-color.svg) center no-repeat;
  405. display: inline-block;
  406. width: 64px;
  407. height: 64px;
  408. text-indent: -9999px;
  409. white-space: nowrap;
  410. }
  411. /*=== DIVERS */
  412. /*===========*/
  413. .aside.aside_feed .nav-form input,
  414. .aside.aside_feed .nav-form select {
  415. width: 140px;
  416. }
  417. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  418. right: -20px;
  419. }
  420. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  421. right: 33px;
  422. }
  423. /*=== Tree */
  424. .tree {
  425. margin: 10px 0;
  426. }
  427. .tree#sidebar {
  428. scrollbar-color: rgba(255, 255, 0, 0.1) rgba(0, 0, 0, 0.05);
  429. scrollbar-color: #36333033 #36333022;
  430. }
  431. .tree .tree-folder {
  432. border-bottom: 1px solid #f0e7da;
  433. box-shadow: inset -1px -11px 8px rgba(0, 0, 0, 0.2);
  434. }
  435. .tree .tree-folder .tree-folder-title {
  436. padding: 1rem;
  437. background: #fbf9f6;
  438. position: relative;
  439. font-size: 0.85rem;
  440. letter-spacing: 1px;
  441. font-weight: 700;
  442. text-transform: uppercase;
  443. }
  444. .tree .tree-folder .tree-folder-title .title {
  445. background: inherit;
  446. color: #363330;
  447. }
  448. .tree .tree-folder .tree-folder-title .title:hover {
  449. text-decoration: none;
  450. }
  451. .tree .tree-folder.active .tree-folder-title {
  452. background: #fbf9f6;
  453. font-weight: bold;
  454. }
  455. .tree .tree-folder .tree-folder-items {
  456. background: #f7f2ea;
  457. }
  458. .tree .tree-folder .tree-folder-items .item {
  459. padding: 0 1rem;
  460. line-height: 2.5rem;
  461. font-size: 1rem;
  462. font-weight: 400;
  463. transition: all 0.15s ease-in-out;
  464. }
  465. .tree .tree-folder .tree-folder-items .item.active {
  466. background: #ca7227;
  467. }
  468. .tree .tree-folder .tree-folder-items .item.active .dropdown li a {
  469. color: #363330;
  470. }
  471. .tree .tree-folder .tree-folder-items .item.active .dropdown li a:hover {
  472. color: #363330;
  473. }
  474. .tree .tree-folder .tree-folder-items .item.active a {
  475. color: #ffffff;
  476. }
  477. .tree .tree-folder .tree-folder-items .item:hover {
  478. background: #efe3d3;
  479. }
  480. .tree .tree-folder .tree-folder-items .item a {
  481. text-decoration: none;
  482. color: #363330;
  483. }
  484. /*=== Buttons */
  485. .stick input, .stick .btn {
  486. border-radius: 0;
  487. }
  488. .stick .btn:first-child {
  489. border-radius: 5px 0 0 5px;
  490. }
  491. .stick .btn:last-child, .stick input:last-child, .stick .btn + .dropdown > .btn {
  492. border-radius: 0 5px 5px 0;
  493. }
  494. .stick .btn + .btn,
  495. .stick .btn + input,
  496. .stick .btn + .dropdown > .btn,
  497. .stick input + .btn,
  498. .stick input + input,
  499. .stick input + .dropdown > .btn,
  500. .stick .dropdown + .btn,
  501. .stick .dropdown + input,
  502. .stick .dropdown + .dropdown > .btn {
  503. border-left: 1px solid #e4d8cc;
  504. }
  505. .aside {
  506. background: #fbf9f6;
  507. }
  508. .aside.aside_feed {
  509. padding: 10px 0;
  510. text-align: center;
  511. background: #fbf9f6;
  512. border-right: 1px solid #f0e7da;
  513. }
  514. .aside.aside_feed .tree {
  515. margin: 10px 0 50px;
  516. }
  517. /* Sidebar des pages de configuration */
  518. /*=== Navigation */
  519. .nav-list {
  520. font-size: 1rem;
  521. }
  522. .nav-list .item.nav-header,
  523. .nav-list .item {
  524. min-height: 2.5em;
  525. line-height: 2.5em;
  526. }
  527. .nav-list .item {
  528. background: #fbf9f6;
  529. min-height: 2.5em;
  530. line-height: 2.5em;
  531. }
  532. .nav-list .item.nav-header {
  533. min-height: 2.5em;
  534. line-height: 2.5em;
  535. }
  536. .nav-list .item a {
  537. padding: 0 1rem;
  538. color: #363330;
  539. transition: all 0.15s ease-in-out;
  540. }
  541. .nav-list .item a:hover {
  542. background: #efe3d3;
  543. text-decoration: none;
  544. }
  545. .nav-list .item.active {
  546. background: #ca7227;
  547. color: #fff;
  548. }
  549. .nav-list .item.active a {
  550. background: #ca7227;
  551. color: #fff;
  552. text-decoration: none;
  553. }
  554. .nav-list .nav-header {
  555. padding: 0 1rem;
  556. font-weight: bold;
  557. color: #766556;
  558. text-transform: uppercase;
  559. letter-spacing: 1px;
  560. margin-top: 1rem;
  561. }
  562. .nav-list .nav-form {
  563. padding: 3px;
  564. text-align: center;
  565. }
  566. /*=== Aside main page (categories) */
  567. .aside_feed .tree-folder-title > .title:not([data-unread="0"]) {
  568. width: calc(100% - 35px - 35px);
  569. }
  570. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  571. margin: 1rem 0 0 0;
  572. background-color: rgba(35, 35, 0, 0.15);
  573. }
  574. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  575. margin: 0.5em 0 0 0;
  576. background-color: rgba(35, 35, 0, 0.15);
  577. }
  578. .feed.item.empty.active {
  579. background: #766556;
  580. }
  581. .feed.item.error.active {
  582. background: #766556;
  583. }
  584. .feed.item.empty,
  585. .feed.item.empty > a {
  586. color: #766556;
  587. }
  588. .feed.item.error,
  589. .feed.item.error > a {
  590. color: #766556;
  591. }
  592. .feed.item.empty.active,
  593. .feed.item.error.active,
  594. .feed.item.empty.active > a,
  595. .feed.item.error.active > a {
  596. color: #fff;
  597. }
  598. .aside_feed .tree-folder-items .dropdown-menu::after {
  599. left: 2px;
  600. }
  601. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  602. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  603. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  604. border-radius: 3px;
  605. }
  606. .aside_feed .stick #btn-add {
  607. border-left-color: #fbf9f6;
  608. }
  609. /*=== STRUCTURE */
  610. /*===============*/
  611. /*=== Header */
  612. .header {
  613. background: #fbf9f6;
  614. }
  615. .header .item {
  616. vertical-align: middle;
  617. }
  618. .header .item.title a {
  619. padding: 0.5rem 1rem;
  620. }
  621. .header .item.title a .logo {
  622. filter: invert(80%);
  623. }
  624. .header .item.title a:hover .logo {
  625. filter: invert(80%) opacity(80%);
  626. }
  627. .header .item.search input {
  628. width: 230px;
  629. color: #363330;
  630. border: none;
  631. border-radius: 2px 0 0 2px;
  632. background-color: #f7f2ea;
  633. transition: all 0.15s ease-in-out;
  634. }
  635. .header .item.search input:hover {
  636. background-color: #efe3d3;
  637. }
  638. .header .item.search input:focus {
  639. width: 350px;
  640. color: #766556;
  641. background-color: #fff;
  642. }
  643. .header .item.search input:focus ~ .btn,
  644. .header .item.search input:hover ~ .btn {
  645. background-color: #ca7227;
  646. }
  647. .header .item.search input:focus ~ .btn .icon,
  648. .header .item.search input:hover ~ .btn .icon {
  649. filter: brightness(3);
  650. }
  651. .header .item.search .btn {
  652. width: 3rem;
  653. border-radius: 0 2px 2px 0;
  654. background-color: #f7f2ea;
  655. border-left-width: 0;
  656. min-height: 35px;
  657. }
  658. .header .item.search .btn .icon {
  659. filter: invert(49%) sepia(13%) saturate(2426%) hue-rotate(346deg) brightness(99%) contrast(95%);
  660. }
  661. .header .item.search .btn:hover {
  662. background-color: #b7641d;
  663. }
  664. .header .item.search .btn:hover .icon {
  665. filter: brightness(3);
  666. }
  667. .header .item.configure {
  668. text-align: center;
  669. }
  670. .header .item.configure .btn {
  671. padding: 0.25rem 1rem;
  672. background-color: transparent;
  673. }
  674. /*=== Body */
  675. #global {
  676. height: calc(100vh - (3rem + 2 * var(--frss-padding-top-bottom)));
  677. }
  678. /*=== Prompt (centered) */
  679. main.prompt {
  680. background: #f5f0ec;
  681. border-radius: 5px;
  682. }
  683. /*=== New article notification */
  684. #new-article {
  685. background: #ca7227;
  686. font-size: 1rem;
  687. text-align: center;
  688. }
  689. #new-article > a {
  690. line-height: 3em;
  691. font-weight: bold;
  692. color: #fff;
  693. }
  694. #new-article > a:hover {
  695. text-decoration: none;
  696. background: #b7641d;
  697. }
  698. /*=== Day indication */
  699. .day {
  700. padding: 1rem 0 0 1.25rem;
  701. color: #6d655f;
  702. font-size: 0.875rem;
  703. font-weight: 700;
  704. line-height: 3em;
  705. letter-spacing: 1px;
  706. text-transform: uppercase;
  707. }
  708. .day .name {
  709. padding: 0 1rem 0 1rem;
  710. color: #363330;
  711. font-size: 0.875rem;
  712. position: relative;
  713. left: 0;
  714. text-transform: uppercase;
  715. }
  716. .btn {
  717. border-left-width: 0;
  718. padding: 0.5rem 1rem;
  719. background-color: #f5f0ec;
  720. background-position: center;
  721. background-repeat: no-repeat;
  722. transition: all 0.15s ease-in-out;
  723. }
  724. .btn:hover {
  725. background-color: #e4d8cc;
  726. }
  727. .btn.active {
  728. background-color: #ca7227;
  729. }
  730. /*=== Index menu */
  731. .nav_menu {
  732. text-align: center;
  733. padding: 5px 0;
  734. }
  735. .nav_menu .btn {
  736. border-left-width: 0;
  737. padding: 0.5rem 1rem;
  738. background-color: #fcfaf8;
  739. background-position: center;
  740. background-repeat: no-repeat;
  741. }
  742. .nav_menu .btn:hover {
  743. background-color: #e4d8cc;
  744. }
  745. .nav_menu .stick .btn {
  746. border-left-width: 0;
  747. padding: 0.5rem 1rem;
  748. background-color: #fcfaf8;
  749. background-position: center;
  750. background-repeat: no-repeat;
  751. transition: all 0.15s ease-in-out;
  752. }
  753. .nav_menu .stick .btn:hover {
  754. background-color: #e4d8cc;
  755. }
  756. .nav_menu .stick .btn.active {
  757. background-color: #ca7227;
  758. }
  759. .nav_menu .stick .btn.active .icon {
  760. filter: brightness(5);
  761. }
  762. .nav_menu .stick .btn.read_all {
  763. padding: 5px 16px;
  764. color: #363330;
  765. background-color: #fcfaf8;
  766. transition: all 0.15s ease-in-out;
  767. }
  768. .nav_menu .stick .btn.read_all:hover {
  769. background-color: #e4d8cc;
  770. }
  771. .nav_menu .stick .dropdown a.dropdown-toggle {
  772. border-left-width: 0;
  773. background-image: url(icons/more.svg);
  774. }
  775. .nav_menu .stick .dropdown a.dropdown-toggle .icon {
  776. display: none;
  777. }
  778. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  779. vertical-align: middle;
  780. border-radius: 3px;
  781. }
  782. /*=== Content of feed articles */
  783. .content, .content.thin {
  784. padding: 20px 10px;
  785. font-size: 1.125rem;
  786. line-height: 1.8rem;
  787. }
  788. .content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
  789. color: #363330;
  790. font-family: "spectral", serif;
  791. font-size: 2rem;
  792. }
  793. .content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
  794. color: #ca7227;
  795. text-decoration: none;
  796. }
  797. .content .author, .content.thin .author {
  798. color: #6d655f;
  799. font-size: 1.125rem;
  800. }
  801. .content p, .content ul, .content.thin p, .content.thin ul {
  802. font-size: 1.125rem;
  803. line-height: 1.8rem;
  804. }
  805. .content .content hr, .content.thin .content hr {
  806. margin: 30px 10px;
  807. background: #e4d8cc;
  808. height: 1px;
  809. border: 0;
  810. box-shadow: 0 2px 5px #ccc;
  811. }
  812. .content pre, .content.thin pre {
  813. margin: 10px auto;
  814. padding: 10px 20px;
  815. overflow: auto;
  816. background: #221f1d;
  817. color: #fff;
  818. font-size: 0.9rem;
  819. border-radius: 3px;
  820. }
  821. .content pre code, .content.thin pre code {
  822. background: transparent;
  823. color: #fff;
  824. border: none;
  825. }
  826. .content code, .content.thin code {
  827. padding: 2px 5px;
  828. background: #fcfaf8;
  829. border: 1px solid #f5f0ec;
  830. border-radius: 3px;
  831. }
  832. .content blockquote, .content.thin blockquote {
  833. margin: 0;
  834. padding: 5px 20px;
  835. background: #fcfaf8;
  836. display: block;
  837. color: #363330;
  838. border-top: 1px solid #e4d8cc;
  839. border-bottom: 1px solid #e4d8cc;
  840. }
  841. .content blockquote p, .content.thin blockquote p {
  842. margin: 0;
  843. }
  844. /*=== Notification and actualize notification */
  845. .notification {
  846. padding: 1rem 0;
  847. background: #e4d8cc;
  848. width: 100%;
  849. height: 3rem;
  850. color: #766556;
  851. font-size: 1em;
  852. border: none;
  853. position: fixed;
  854. top: auto;
  855. bottom: 0;
  856. left: 0;
  857. right: 0;
  858. text-align: center;
  859. vertical-align: middle;
  860. }
  861. .notification a {
  862. color: #000;
  863. }
  864. .notification .msg {
  865. display: inline-block;
  866. font-size: 1rem;
  867. }
  868. .notification.good {
  869. background: #10f5b2;
  870. color: #fff;
  871. }
  872. .notification.bad {
  873. background: #f5633e;
  874. color: #fff;
  875. }
  876. .notification a.close {
  877. border-radius: 0 3px 3px 0;
  878. }
  879. .notification.good a.close:hover {
  880. background: #0c7556;
  881. }
  882. .notification.bad a.close:hover {
  883. background: #73341f;
  884. }
  885. .notification#actualizeProgress br {
  886. display: none;
  887. }
  888. .notification#actualizeProgress .title {
  889. margin: 0 2rem;
  890. }
  891. /*=== Navigation menu (for articles) */
  892. #nav_entries {
  893. margin: 0;
  894. text-align: center;
  895. line-height: 3em;
  896. table-layout: fixed;
  897. background: #fbf9f6;
  898. }
  899. /*=== Feed articles */
  900. .flux {
  901. background: #fff;
  902. transition: all 0.15s ease-in-out;
  903. }
  904. .flux .flux_header:hover {
  905. background: #fcfaf8;
  906. }
  907. .flux .flux_header:hover:not(.current):hover .item.title {
  908. background: #fcfaf8;
  909. }
  910. .flux.current {
  911. background: #fff;
  912. border-left-color: #ca7227;
  913. }
  914. .flux.not_read:not(.current) {
  915. background: #f2f6f8;
  916. }
  917. .flux.not_read:not(.current):hover .item.title {
  918. background: #f2f6f8;
  919. }
  920. .flux.not_read .item.title a {
  921. color: #161a38;
  922. }
  923. .flux.not_read .item.website a {
  924. color: #161a38;
  925. }
  926. .flux.not_read .item.date {
  927. color: rgba(22, 26, 56, 0.5);
  928. }
  929. .flux.favorite {
  930. border-left-color: #ffc300;
  931. transition: all 0.15s ease-in-out;
  932. }
  933. .flux.favorite:not(.current) {
  934. background: #fff6da;
  935. }
  936. .flux.favorite:not(.current):hover .item.title {
  937. background: #fff6da;
  938. }
  939. .flux .website a {
  940. color: #363330;
  941. opacity: 0.75;
  942. }
  943. .flux .item.date {
  944. color: rgba(54, 51, 48, 0.5);
  945. font-size: 0.85rem;
  946. }
  947. .flux .bottom {
  948. font-size: 1rem;
  949. text-align: center;
  950. }
  951. .flux_header {
  952. font-size: 1rem;
  953. cursor: pointer;
  954. border-top: 1px solid #f5f0ec;
  955. }
  956. .flux_header .title {
  957. font-size: 1rem;
  958. }
  959. /*=== GLOBAL VIEW */
  960. /*================*/
  961. #stream .box.category:not([data-unread="0"]) .box-title .title {
  962. font-weight: bold;
  963. }
  964. #stream .box.category .box-title {
  965. padding: 1.5rem;
  966. background: none;
  967. }
  968. #stream .box.category .box-title a.title {
  969. color: #766556;
  970. font-size: 1rem;
  971. font-weight: normal;
  972. text-decoration: none;
  973. text-align: left;
  974. text-transform: uppercase;
  975. letter-spacing: 1px;
  976. }
  977. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  978. margin: -0.5rem 1rem 0 0;
  979. padding: 0 0.75rem;
  980. background: #f5f0ec;
  981. border-radius: 12px;
  982. position: absolute;
  983. top: 1.75rem;
  984. right: 0;
  985. line-height: 1.5rem;
  986. text-align: center;
  987. }
  988. #stream .box.category .box-title a.title:hover {
  989. color: #ca7227;
  990. }
  991. #stream .box.category .box-content .item.feed a {
  992. color: #363330;
  993. font-weight: 400;
  994. }
  995. #stream .box.category .box-content .item.feed a:hover {
  996. color: #ca7227;
  997. text-decoration: none;
  998. }
  999. #overlay {
  1000. background: rgba(0, 0, 0, 0.65);
  1001. }
  1002. #panel {
  1003. top: 3rem;
  1004. right: 3rem;
  1005. bottom: 3rem;
  1006. left: 3rem;
  1007. border-radius: 3px;
  1008. }
  1009. /*=== READER VIEW */
  1010. /*================*/
  1011. #stream.reader .flux {
  1012. background: #f5f0ec;
  1013. color: #363330;
  1014. border: none;
  1015. }
  1016. #stream.reader .flux .content {
  1017. background-color: #fff;
  1018. border: none;
  1019. }
  1020. #stream.reader .flux .content .author {
  1021. margin: 0 0 10px;
  1022. color: #ba9;
  1023. font-size: 90%;
  1024. }
  1025. /*=== Configuration pages */
  1026. .post {
  1027. padding: 1rem 2rem;
  1028. font-size: 1rem;
  1029. }
  1030. .post form {
  1031. margin: 1rem 0;
  1032. }
  1033. .post.content {
  1034. max-width: 550px;
  1035. }
  1036. .post h1, .post h2 {
  1037. color: #363330;
  1038. font-size: 2rem;
  1039. margin-top: 1.75rem;
  1040. font-weight: 300;
  1041. line-height: 1.2em;
  1042. }
  1043. .post h2 {
  1044. font-size: 1.5rem;
  1045. }
  1046. .post a[href="./"] {
  1047. margin: 0;
  1048. padding: 0.75rem 1.5rem;
  1049. background: #fcfaf8;
  1050. display: inline-block;
  1051. color: #766556;
  1052. font-size: 1rem;
  1053. border: 1px solid #e4d8cc;
  1054. border-radius: 5px;
  1055. min-width: 15px;
  1056. line-height: 25px;
  1057. vertical-align: middle;
  1058. cursor: pointer;
  1059. overflow: hidden;
  1060. }
  1061. .post a[href="./"]:hover {
  1062. background: #ca7227;
  1063. color: white;
  1064. border: 1px solid #ca7227;
  1065. text-decoration: none;
  1066. }
  1067. #slider {
  1068. border-left: none;
  1069. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1070. }
  1071. .slide-container .properties {
  1072. padding: 1rem;
  1073. background: rgba(0, 0, 0, 0.75);
  1074. color: white;
  1075. border: 0;
  1076. }
  1077. .slide-container .properties .page-number {
  1078. right: 1rem;
  1079. top: 1rem;
  1080. }
  1081. /*=== LOGS */
  1082. /*=========*/
  1083. .log-item.log-error {
  1084. background-color: rgba(202, 114, 39, 0.2);
  1085. }
  1086. /*=== STATISTICS */
  1087. /*===============*/
  1088. .stat {
  1089. margin: 10px 0 20px;
  1090. }
  1091. .stat th,
  1092. .stat td,
  1093. .stat tr {
  1094. border: none;
  1095. }
  1096. .stat > table td,
  1097. .stat > table th {
  1098. border-bottom: 1px solid #e4d8cc;
  1099. }
  1100. /*=== MOBILE */
  1101. /*===========*/
  1102. @media (max-width: 840px) {
  1103. .aside {
  1104. transition: all 0.2s ease-in-out;
  1105. }
  1106. .aside.aside_feed {
  1107. padding: 0;
  1108. }
  1109. .aside .tree .tree-folder .tree-folder-items .item a {
  1110. padding: 0.5rem 1rem;
  1111. }
  1112. .aside .toggle_aside,
  1113. #panel .close,
  1114. .dropdown-menu .toggle_aside,
  1115. #slider .toggle_aside {
  1116. background-color: #ca7227;
  1117. }
  1118. .aside .toggle_aside:hover,
  1119. #panel .close:hover,
  1120. .dropdown-menu .toggle_aside:hover,
  1121. #slider .toggle_aside:hover {
  1122. background-color: #b7641d;
  1123. }
  1124. .aside .toggle_aside .icon,
  1125. #panel .close .icon,
  1126. .dropdown-menu .toggle_aside .icon,
  1127. #slider .toggle_aside .icon {
  1128. filter: grayscale(100%) brightness(2.5);
  1129. }
  1130. .header {
  1131. display: block;
  1132. height: 8rem;
  1133. }
  1134. .header .item.search {
  1135. display: block;
  1136. }
  1137. .header .item.search form {
  1138. display: inherit;
  1139. }
  1140. .header .item.search .stick {
  1141. display: flex;
  1142. }
  1143. .header .item.search input {
  1144. width: 90%;
  1145. height: 3.5rem;
  1146. }
  1147. .header .item.search input:focus {
  1148. width: 100%;
  1149. }
  1150. .header .item.search .btn {
  1151. min-height: 49px;
  1152. padding: 0.5rem 2rem;
  1153. }
  1154. .header .item.configure {
  1155. position: absolute;
  1156. top: 0;
  1157. right: 0;
  1158. }
  1159. #global {
  1160. height: calc(100% - 8rem);
  1161. }
  1162. .post {
  1163. padding-left: 1rem;
  1164. padding-right: 1rem;
  1165. }
  1166. .nav_menu .btn {
  1167. margin: 0;
  1168. padding: 0.85rem 1.25rem;
  1169. }
  1170. .nav_menu .stick {
  1171. margin: 0.5rem 0.5rem;
  1172. }
  1173. .nav_menu .stick .btn {
  1174. margin: 0;
  1175. padding: 0.85rem 1.25rem;
  1176. }
  1177. .nav_menu .stick .btn.read_all {
  1178. padding: 0.85rem 1.25rem;
  1179. }
  1180. .nav_menu .search {
  1181. display: none;
  1182. max-width: 97%;
  1183. }
  1184. .nav_menu .search .input {
  1185. max-width: 97%;
  1186. width: 90px;
  1187. }
  1188. .nav_menu .search .input:focus {
  1189. width: 400px;
  1190. }
  1191. #stream .flux .flux_header {
  1192. padding: 0.5rem 0;
  1193. }
  1194. .dropdown-target:target ~ .dropdown-toggle::after {
  1195. background-color: #fcfaf8;
  1196. border-top: 1px solid #f5f0ec;
  1197. border-left: 1px solid #f5f0ec;
  1198. right: 21px;
  1199. bottom: -14px;
  1200. }
  1201. .dropdown-target:target ~ a.dropdown-toggle:not(.btn) ~ .dropdown-menu {
  1202. margin-top: 0;
  1203. }
  1204. .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after {
  1205. bottom: -17px;
  1206. }
  1207. .day {
  1208. text-align: center;
  1209. padding: 1rem 0;
  1210. }
  1211. .day .name {
  1212. padding: 0;
  1213. display: block;
  1214. width: 100%;
  1215. line-height: 1.5rem;
  1216. margin-bottom: 1rem;
  1217. }
  1218. #nav_entries {
  1219. line-height: 4.5rem;
  1220. }
  1221. .notification {
  1222. border-radius: 0;
  1223. }
  1224. .notification a.close {
  1225. background: transparent;
  1226. display: block;
  1227. left: 0;
  1228. }
  1229. .notification a.close:hover {
  1230. opacity: 0.5;
  1231. }
  1232. .notification a.close .icon {
  1233. display: none;
  1234. }
  1235. }
  1236. /*=== GENERAL */
  1237. /*============*/
  1238. html, body {
  1239. background: #f5f0ec;
  1240. color: #161a38;
  1241. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1242. font-size: 0.875rem;
  1243. }
  1244. body.formLogin,
  1245. body.register {
  1246. background: #fbf9f6;
  1247. }
  1248. /*=== Links */
  1249. a, button.as-link {
  1250. outline: none;
  1251. color: #ca7227;
  1252. }
  1253. /*# sourceMappingURL=ansum.css.map */