ansum.rtl.css 25 KB

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