mapco.css 25 KB

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