mapco.rtl.css 26 KB

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