mapco.css 29 KB

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