ansum.css 26 KB

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