ansum.css 26 KB

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