mapco.css 34 KB

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