ansum.css 29 KB

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