ansum.css 25 KB

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