mapco.css 29 KB

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