ansum.css 31 KB

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