4
0

ansum.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322
  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.5rem 0 0;
  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-left: 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: left;
  220. }
  221. .dropdown-menu::after {
  222. border: none;
  223. right: 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: left;
  230. color: #766556;
  231. text-transform: uppercase;
  232. letter-spacing: 1px;
  233. }
  234. .dropdown-menu .item {
  235. transition: all 0.075s ease-in-out;
  236. }
  237. .dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link {
  238. padding: 0 2rem;
  239. color: #363330;
  240. font-size: 1rem;
  241. line-height: 2.5em;
  242. }
  243. .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
  244. background: #ca7227;
  245. color: #fff;
  246. }
  247. .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 {
  248. filter: grayscale(100%) brightness(2.5);
  249. }
  250. .dropdown-menu .item.dropdown-section {
  251. margin-top: 0.75rem;
  252. }
  253. .dropdown-menu .item.dropdown-section ~ .dropdown-section {
  254. border-top-color: #f5f0ec;
  255. }
  256. .dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item span, .dropdown-menu .item.dropdown-section .item .as-link {
  257. padding-left: 2rem;
  258. }
  259. .dropdown-menu .item:not(.addItem) a:hover,
  260. .dropdown-menu .item:not(.addItem) button:hover {
  261. background: #ca7227;
  262. color: #fff;
  263. }
  264. .dropdown-menu .item:not(.addItem) a:hover .icon,
  265. .dropdown-menu .item:not(.addItem) button:hover .icon {
  266. filter: brightness(3);
  267. }
  268. .dropdown-menu .item[aria-checked=true] a::before {
  269. margin: 0 0 0 -14px;
  270. font-weight: bold;
  271. }
  272. .dropdown-menu .item ~ .dropdown-header {
  273. margin-top: 0.75rem;
  274. padding-top: 1.75rem;
  275. border-top-color: #f5f0ec;
  276. }
  277. .dropdown-menu .item.separator {
  278. margin-top: 0.75rem;
  279. border-top-color: #f5f0ec;
  280. }
  281. .dropdown-menu .input select, .dropdown-menu .input input {
  282. margin: 0 auto 5px;
  283. padding: 2px 5px;
  284. border-radius: 3px;
  285. }
  286. .tree .tree-folder .tree-folder-items .dropdown-menu .item {
  287. padding: 0;
  288. }
  289. .tree .tree-folder .tree-folder-items .dropdown-menu .item a,
  290. .tree .tree-folder .tree-folder-items .dropdown-menu .item button {
  291. color: #363330;
  292. }
  293. .tree .tree-folder .tree-folder-items .dropdown-menu .item a:hover,
  294. .tree .tree-folder .tree-folder-items .dropdown-menu .item button:hover {
  295. color: #fff;
  296. }
  297. .tree .tree-folder .tree-folder-items .dropdown-menu .item:hover {
  298. background: #ca7227;
  299. }
  300. /*=== Alerts */
  301. .alert {
  302. margin: 1rem 0;
  303. padding: 1rem;
  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 .nav-header,
  520. .nav-list .item {
  521. height: 2.5em;
  522. line-height: 2.5em;
  523. font-size: 1rem;
  524. }
  525. .nav-list .item {
  526. background: #fbf9f6;
  527. }
  528. .nav-list .item a {
  529. padding: 0 1rem;
  530. color: #363330;
  531. transition: all 0.15s ease-in-out;
  532. }
  533. .nav-list .item:hover a {
  534. background: #efe3d3;
  535. text-decoration: none;
  536. }
  537. .nav-list .item.active {
  538. background: #ca7227;
  539. color: #fff;
  540. }
  541. .nav-list .item.active a {
  542. background: #ca7227;
  543. color: #fff;
  544. text-decoration: none;
  545. }
  546. .nav-list .nav-header {
  547. padding: 0 10px;
  548. font-weight: bold;
  549. color: #766556;
  550. text-transform: uppercase;
  551. letter-spacing: 1px;
  552. margin-top: 1rem;
  553. }
  554. .nav-list .nav-form {
  555. padding: 3px;
  556. text-align: center;
  557. }
  558. /*=== Aside main page (categories) */
  559. .aside_feed .tree-folder-title > .title:not([data-unread="0"]) {
  560. width: calc(100% - 35px - 35px);
  561. }
  562. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  563. margin: 1rem 0 0 0;
  564. background-color: rgba(35, 35, 0, 0.15);
  565. }
  566. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  567. margin: 0.5em 0 0 0;
  568. background-color: rgba(35, 35, 0, 0.15);
  569. }
  570. .feed.item.empty.active {
  571. background: #766556;
  572. }
  573. .feed.item.error.active {
  574. background: #766556;
  575. }
  576. .feed.item.empty,
  577. .feed.item.empty > a {
  578. color: #766556;
  579. }
  580. .feed.item.error,
  581. .feed.item.error > a {
  582. color: #766556;
  583. }
  584. .feed.item.empty.active,
  585. .feed.item.error.active,
  586. .feed.item.empty.active > a,
  587. .feed.item.error.active > a {
  588. color: #fff;
  589. }
  590. .aside_feed .tree-folder-items .dropdown-menu::after {
  591. left: 2px;
  592. }
  593. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  594. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  595. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  596. border-radius: 3px;
  597. }
  598. .aside_feed .stick #btn-add {
  599. border-left-color: #fbf9f6;
  600. }
  601. /*=== STRUCTURE */
  602. /*===============*/
  603. /*=== Header */
  604. .header {
  605. padding: 0.5rem 1.35rem;
  606. background: #fbf9f6;
  607. display: block;
  608. width: auto;
  609. height: 3.5rem;
  610. table-layout: none;
  611. }
  612. .header .item {
  613. vertical-align: middle;
  614. }
  615. .header .item.title {
  616. width: 280px;
  617. font-weight: 400;
  618. }
  619. .header .item.title a img {
  620. margin: 0.6em 0 0.3em;
  621. filter: invert(80%);
  622. }
  623. .header .item.search input {
  624. width: 230px;
  625. color: #363330;
  626. border: none;
  627. border-radius: 2px 0 0 2px;
  628. background-color: #f7f2ea;
  629. transition: all 0.15s ease-in-out;
  630. }
  631. .header .item.search input:hover {
  632. background-color: #efe3d3;
  633. }
  634. .header .item.search input:focus {
  635. width: 350px;
  636. color: #766556;
  637. background-color: #fff;
  638. }
  639. .header .item.search input:focus ~ .btn,
  640. .header .item.search input:hover ~ .btn {
  641. background-color: #ca7227;
  642. }
  643. .header .item.search input:focus ~ .btn .icon,
  644. .header .item.search input:hover ~ .btn .icon {
  645. filter: brightness(3);
  646. }
  647. .header .item.search .btn {
  648. width: 3rem;
  649. border-radius: 0 2px 2px 0;
  650. background-color: #f7f2ea;
  651. border-left-width: 0;
  652. min-height: 35px;
  653. }
  654. .header .item.search .btn .icon {
  655. filter: invert(49%) sepia(13%) saturate(2426%) hue-rotate(346deg) brightness(99%) contrast(95%);
  656. }
  657. .header .item.search .btn:hover {
  658. background-color: #b7641d;
  659. }
  660. .header .item.search .btn:hover .icon {
  661. filter: brightness(3);
  662. }
  663. .header .item.configure {
  664. width: 3rem;
  665. position: absolute;
  666. right: 1rem;
  667. top: 1rem;
  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(100% - 3.5rem);
  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. /*=== Navigation menu (for articles) */
  889. #nav_entries {
  890. margin: 0;
  891. text-align: center;
  892. line-height: 3em;
  893. table-layout: fixed;
  894. background: #fbf9f6;
  895. }
  896. /*=== Feed articles */
  897. .flux {
  898. background: #fff;
  899. transition: all 0.15s ease-in-out;
  900. }
  901. .flux .flux_header:hover {
  902. background: #fcfaf8;
  903. }
  904. .flux .flux_header:hover:not(.current):hover .item.title {
  905. background: #fcfaf8;
  906. }
  907. .flux.current {
  908. background: #fff;
  909. border-left-color: #ca7227;
  910. }
  911. .flux.not_read:not(.current) {
  912. background: #f2f6f8;
  913. }
  914. .flux.not_read:not(.current):hover .item.title {
  915. background: #f2f6f8;
  916. }
  917. .flux.not_read .item.title a {
  918. color: #161a38;
  919. }
  920. .flux.not_read .item.website a {
  921. color: #161a38;
  922. }
  923. .flux.not_read .item.date {
  924. color: rgba(22, 26, 56, 0.5);
  925. }
  926. .flux.favorite {
  927. border-left-color: #ffc300;
  928. transition: all 0.15s ease-in-out;
  929. }
  930. .flux.favorite:not(.current) {
  931. background: #fff6da;
  932. }
  933. .flux.favorite:not(.current):hover .item.title {
  934. background: #fff6da;
  935. }
  936. .flux .website a {
  937. color: #363330;
  938. opacity: 0.75;
  939. }
  940. .flux .item.date {
  941. color: rgba(54, 51, 48, 0.5);
  942. font-size: 0.85rem;
  943. }
  944. .flux .bottom {
  945. font-size: 1rem;
  946. text-align: center;
  947. }
  948. .flux_header {
  949. font-size: 1rem;
  950. cursor: pointer;
  951. border-top: 1px solid #f5f0ec;
  952. }
  953. .flux_header .title {
  954. font-size: 1rem;
  955. }
  956. /*=== GLOBAL VIEW */
  957. /*================*/
  958. #stream .box.category:not([data-unread="0"]) .box-title .title {
  959. font-weight: bold;
  960. }
  961. #stream .box.category .box-title {
  962. padding: 1.5rem;
  963. background: none;
  964. }
  965. #stream .box.category .box-title a.title {
  966. color: #766556;
  967. font-size: 1rem;
  968. font-weight: normal;
  969. text-decoration: none;
  970. text-align: left;
  971. text-transform: uppercase;
  972. letter-spacing: 1px;
  973. }
  974. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  975. margin: -0.5rem 1rem 0 0;
  976. padding: 0 0.75rem;
  977. background: #f5f0ec;
  978. border-radius: 12px;
  979. position: absolute;
  980. top: 1.75rem;
  981. right: 0;
  982. line-height: 1.5rem;
  983. text-align: center;
  984. }
  985. #stream .box.category .box-title a.title:hover {
  986. color: #ca7227;
  987. }
  988. #stream .box.category .box-content .item.feed a {
  989. color: #363330;
  990. font-weight: 400;
  991. }
  992. #stream .box.category .box-content .item.feed a:hover {
  993. color: #ca7227;
  994. text-decoration: none;
  995. }
  996. #overlay {
  997. background: rgba(0, 0, 0, 0.65);
  998. }
  999. #panel {
  1000. top: 3rem;
  1001. right: 3rem;
  1002. bottom: 3rem;
  1003. left: 3rem;
  1004. border-radius: 3px;
  1005. }
  1006. /*=== READER VIEW */
  1007. /*================*/
  1008. #stream.reader .flux {
  1009. background: #f5f0ec;
  1010. color: #363330;
  1011. border: none;
  1012. }
  1013. #stream.reader .flux .content {
  1014. background-color: #fff;
  1015. border: none;
  1016. }
  1017. #stream.reader .flux .content .author {
  1018. margin: 0 0 10px;
  1019. color: #ba9;
  1020. font-size: 90%;
  1021. }
  1022. /*=== Configuration pages */
  1023. .post {
  1024. padding: 1rem 2rem;
  1025. font-size: 1rem;
  1026. }
  1027. .post form {
  1028. margin: 1rem 0;
  1029. }
  1030. .post.content {
  1031. max-width: 550px;
  1032. }
  1033. .post h1, .post h2 {
  1034. color: #363330;
  1035. font-size: 2rem;
  1036. margin-top: 1.75rem;
  1037. font-weight: 300;
  1038. line-height: 1.2em;
  1039. }
  1040. .post h2 {
  1041. font-size: 1.5rem;
  1042. }
  1043. .post a[href="./"] {
  1044. margin: 0;
  1045. padding: 0.75rem 1.5rem;
  1046. background: #fcfaf8;
  1047. display: inline-block;
  1048. color: #766556;
  1049. font-size: 1rem;
  1050. border: 1px solid #e4d8cc;
  1051. border-radius: 5px;
  1052. min-width: 15px;
  1053. line-height: 25px;
  1054. vertical-align: middle;
  1055. cursor: pointer;
  1056. overflow: hidden;
  1057. }
  1058. .post a[href="./"]:hover {
  1059. background: #ca7227;
  1060. color: white;
  1061. border: 1px solid #ca7227;
  1062. text-decoration: none;
  1063. }
  1064. #slider {
  1065. border-left: none;
  1066. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1067. }
  1068. .slide-container .properties {
  1069. padding: 1rem;
  1070. background: rgba(0, 0, 0, 0.75);
  1071. color: white;
  1072. border: 0;
  1073. }
  1074. .slide-container .properties .page-number {
  1075. right: 1rem;
  1076. top: 1rem;
  1077. }
  1078. /*=== LOGS */
  1079. /*=========*/
  1080. .log-item.log-error {
  1081. background-color: rgba(202, 114, 39, 0.2);
  1082. }
  1083. /*=== STATISTICS */
  1084. /*===============*/
  1085. .stat {
  1086. margin: 10px 0 20px;
  1087. }
  1088. .stat th,
  1089. .stat td,
  1090. .stat tr {
  1091. border: none;
  1092. }
  1093. .stat > table td,
  1094. .stat > table th {
  1095. border-bottom: 1px solid #e4d8cc;
  1096. }
  1097. /*=== MOBILE */
  1098. /*===========*/
  1099. @media (max-width: 840px) {
  1100. .aside {
  1101. transition: all 0.2s ease-in-out;
  1102. }
  1103. .aside.aside_feed {
  1104. padding: 0;
  1105. }
  1106. .aside .tree .tree-folder .tree-folder-items .item a {
  1107. padding: 0.5rem 1rem;
  1108. }
  1109. .aside .toggle_aside,
  1110. #panel .close,
  1111. .dropdown-menu .toggle_aside,
  1112. #slider .toggle_aside {
  1113. background-color: #ca7227;
  1114. }
  1115. .aside .toggle_aside:hover,
  1116. #panel .close:hover,
  1117. .dropdown-menu .toggle_aside:hover,
  1118. #slider .toggle_aside:hover {
  1119. background-color: #b7641d;
  1120. }
  1121. .aside .toggle_aside .icon,
  1122. #panel .close .icon,
  1123. .dropdown-menu .toggle_aside .icon,
  1124. #slider .toggle_aside .icon {
  1125. filter: grayscale(100%) brightness(2.5);
  1126. }
  1127. .header {
  1128. padding: 0.5rem;
  1129. height: 8rem;
  1130. }
  1131. .header .item.search {
  1132. display: block;
  1133. }
  1134. .header .item.search form {
  1135. display: inherit;
  1136. }
  1137. .header .item.search .stick {
  1138. display: flex;
  1139. }
  1140. .header .item.search input {
  1141. width: 90%;
  1142. height: 3.5rem;
  1143. }
  1144. .header .item.search input:focus {
  1145. width: 100%;
  1146. }
  1147. .header .item.search .btn {
  1148. min-height: 49px;
  1149. padding: 0.5rem 2rem;
  1150. }
  1151. #global {
  1152. height: calc(100% - 8rem);
  1153. }
  1154. .post {
  1155. padding-left: 1rem;
  1156. padding-right: 1rem;
  1157. }
  1158. .nav_menu .btn {
  1159. margin: 0;
  1160. padding: 0.85rem 1.25rem;
  1161. }
  1162. .nav_menu .stick {
  1163. margin: 0.5rem 0.5rem;
  1164. }
  1165. .nav_menu .stick .btn {
  1166. margin: 0;
  1167. padding: 0.85rem 1.25rem;
  1168. }
  1169. .nav_menu .stick .btn.read_all {
  1170. padding: 0.85rem 1.25rem;
  1171. }
  1172. .nav_menu .search {
  1173. display: none;
  1174. max-width: 97%;
  1175. }
  1176. .nav_menu .search .input {
  1177. max-width: 97%;
  1178. width: 90px;
  1179. }
  1180. .nav_menu .search .input:focus {
  1181. width: 400px;
  1182. }
  1183. #stream .flux .flux_header {
  1184. padding: 0.5rem 0;
  1185. }
  1186. .dropdown-target:target ~ .dropdown-toggle::after {
  1187. background-color: #fcfaf8;
  1188. border-top: 1px solid #f5f0ec;
  1189. border-left: 1px solid #f5f0ec;
  1190. right: 21px;
  1191. bottom: -14px;
  1192. }
  1193. .dropdown-target:target ~ a.dropdown-toggle:not(.btn) ~ .dropdown-menu {
  1194. margin-top: 0;
  1195. }
  1196. .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after {
  1197. bottom: -17px;
  1198. }
  1199. .day {
  1200. text-align: center;
  1201. padding: 1rem 0;
  1202. }
  1203. .day .name {
  1204. padding: 0;
  1205. display: block;
  1206. width: 100%;
  1207. line-height: 1.5rem;
  1208. margin-bottom: 1rem;
  1209. }
  1210. #nav_entries {
  1211. line-height: 4.5rem;
  1212. }
  1213. .notification {
  1214. border-radius: 0;
  1215. }
  1216. .notification a.close {
  1217. background: transparent;
  1218. display: block;
  1219. left: 0;
  1220. }
  1221. .notification a.close:hover {
  1222. opacity: 0.5;
  1223. }
  1224. .notification a.close .icon {
  1225. display: none;
  1226. }
  1227. }
  1228. /*=== GENERAL */
  1229. /*============*/
  1230. html, body {
  1231. background: #f5f0ec;
  1232. color: #161a38;
  1233. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1234. font-size: 0.875rem;
  1235. }
  1236. body.formLogin,
  1237. body.register {
  1238. background: #fbf9f6;
  1239. }
  1240. /*=== Links */
  1241. a, button.as-link {
  1242. outline: none;
  1243. color: #ca7227;
  1244. }
  1245. /*# sourceMappingURL=ansum.css.map */