mapco.css 25 KB

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