mapco.rtl.css 29 KB

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