ansum.css 25 KB

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