mapco.css 26 KB

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