4
0

mapco.rtl.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559
  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. transition: all 0.15s ease-in-out;
  596. }
  597. .nav-list .item a {
  598. padding: 0 1rem;
  599. color: #ffffff;
  600. }
  601. .nav-list .item .error a {
  602. color: #f5633e;
  603. }
  604. .nav-list .item:hover {
  605. background: #17181a;
  606. color: #ffffff;
  607. }
  608. .nav-list .item:hover .error a {
  609. background: #36c;
  610. color: #ffffff;
  611. }
  612. .nav-list .item:hover .empty a {
  613. background: #f4f762;
  614. color: #ffffff;
  615. }
  616. .nav-list .item:hover a {
  617. color: #ffffff;
  618. text-decoration: none;
  619. }
  620. .nav-list .item.active {
  621. background: #36c;
  622. color: #fff;
  623. }
  624. .nav-list .item.active .error a {
  625. background: #36c;
  626. color: #fff;
  627. }
  628. .nav-list .item.active .empty a {
  629. background: #f4f762;
  630. color: #fff;
  631. }
  632. .nav-list .item.active a {
  633. color: #fff;
  634. text-decoration: none;
  635. }
  636. .nav-list.empty a {
  637. color: #f4f762;
  638. }
  639. .nav-list .disable {
  640. text-align: center;
  641. background: #f9fafb;
  642. color: #a6a7ae;
  643. }
  644. .nav-list .nav-header {
  645. padding: 0 10px;
  646. font-weight: bold;
  647. color: #5b6871;
  648. text-transform: uppercase;
  649. letter-spacing: 1px;
  650. margin-top: 1rem;
  651. }
  652. .nav-list .nav-form {
  653. padding: 3px;
  654. text-align: center;
  655. }
  656. .nav-list .nav-head {
  657. margin: 0;
  658. text-align: left;
  659. color: #fff;
  660. }
  661. .nav-list .nav-head a {
  662. color: #fff;
  663. }
  664. .nav-list .nav-head .item {
  665. padding: 5px 10px;
  666. font-size: 0.9rem;
  667. line-height: 1.5rem;
  668. }
  669. /*=== Aside main page (categories) */
  670. .aside_feed .tree-folder-title > .title:not([data-unread="0"]) {
  671. width: calc(100% - 35px - 35px);
  672. }
  673. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  674. margin: 1.5em 0 0 0;
  675. background-color: rgba(0, 0, 0, 0.25);
  676. }
  677. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  678. margin: 0.5em 0 0 0;
  679. background-color: rgba(0, 0, 0, 0.25);
  680. }
  681. .feed.item.empty.active {
  682. background: #5b6871;
  683. }
  684. .feed.item.error.active {
  685. background: #5b6871;
  686. }
  687. .feed.item.empty,
  688. .feed.item.empty > a {
  689. color: #5b6871;
  690. }
  691. .feed.item.error,
  692. .feed.item.error > a {
  693. color: #5b6871;
  694. }
  695. .feed.item.empty.active,
  696. .feed.item.error.active,
  697. .feed.item.empty.active > a,
  698. .feed.item.error.active > a {
  699. color: #fff;
  700. }
  701. .aside_feed .tree-folder-items .dropdown-menu::after {
  702. right: 2px;
  703. }
  704. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  705. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  706. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  707. border-radius: 3px;
  708. }
  709. .aside_feed .stick #btn-add {
  710. border-right-color: #303136;
  711. }
  712. /*=== STRUCTURE */
  713. /*===============*/
  714. /*=== Header */
  715. .header {
  716. padding: 0.5rem 1.35rem;
  717. background: #303136;
  718. display: block;
  719. width: auto;
  720. table-layout: none;
  721. }
  722. .header .logo {
  723. margin: 11px 0 5px;
  724. filter: grayscale(100%) brightness(100);
  725. }
  726. .header .item {
  727. vertical-align: middle;
  728. }
  729. .header .item.title {
  730. width: 280px;
  731. font-weight: 400;
  732. }
  733. .header .item.title a img {
  734. margin-left: 0.5rem;
  735. }
  736. .header .item.search input {
  737. width: 230px;
  738. color: #ffffff;
  739. border: none;
  740. border-radius: 0 2px 2px 0;
  741. background-color: #26272a;
  742. transition: all 0.15s ease-in-out;
  743. }
  744. .header .item.search input:hover {
  745. background-color: #17181a;
  746. }
  747. .header .item.search input:focus {
  748. width: 350px;
  749. color: #5b6871;
  750. background-color: #fff;
  751. }
  752. .header .item.search .btn {
  753. width: 3rem;
  754. border-radius: 2px 0 0 2px;
  755. background-color: #36c;
  756. background-position: center;
  757. background-repeat: no-repeat;
  758. background-image: url(icons/magnifier.svg);
  759. border-right-width: 0;
  760. min-height: 35px;
  761. }
  762. .header .item.search .btn img {
  763. display: none;
  764. }
  765. .header .item.search .btn:hover {
  766. background-color: #25c;
  767. }
  768. .header .item.configure {
  769. width: 2rem;
  770. position: absolute;
  771. left: 1rem;
  772. top: 1.25rem;
  773. text-align: center;
  774. }
  775. .header .item.configure .btn {
  776. padding: 0 0.5rem;
  777. background-color: transparent;
  778. background-position: center;
  779. background-repeat: no-repeat;
  780. background-image: url(icons/cog-white.svg);
  781. }
  782. .header .item.configure .btn img {
  783. display: none;
  784. }
  785. /*=== Body */
  786. #global {
  787. height: calc(100% - 85px);
  788. }
  789. /*=== Prompt (centered) */
  790. .prompt {
  791. text-align: center;
  792. }
  793. .prompt label {
  794. text-align: right;
  795. }
  796. .prompt form {
  797. margin: 10px auto 20px auto;
  798. width: 200px;
  799. }
  800. .prompt input {
  801. margin: 5px auto;
  802. width: 100%;
  803. }
  804. .prompt p {
  805. margin: 20px 0;
  806. }
  807. /*=== New article notification */
  808. #new-article {
  809. background: #36c;
  810. font-size: 1rem;
  811. text-align: center;
  812. }
  813. #new-article > a {
  814. line-height: 3em;
  815. font-weight: bold;
  816. color: #fff;
  817. }
  818. #new-article > a:hover {
  819. text-decoration: none;
  820. background: #25c;
  821. }
  822. /*=== Day indication */
  823. .day {
  824. padding: 1rem 1.25rem 0 0;
  825. color: #5b6871;
  826. font-size: 0.875rem;
  827. font-weight: 700;
  828. line-height: 3em;
  829. letter-spacing: 1px;
  830. text-transform: uppercase;
  831. }
  832. .day .name {
  833. padding: 0 1rem 0 1rem;
  834. color: #303136;
  835. font-size: 0.875rem;
  836. position: relative;
  837. right: 0;
  838. text-transform: uppercase;
  839. }
  840. /*=== Index menu */
  841. .nav_menu {
  842. text-align: center;
  843. padding: 5px 0;
  844. }
  845. .nav_menu .btn {
  846. border-right-width: 0;
  847. padding: 0.5rem 1rem;
  848. background-color: #f9fafb;
  849. background-position: center;
  850. background-repeat: no-repeat;
  851. }
  852. .nav_menu .btn:hover {
  853. background-color: #eff0f2;
  854. }
  855. .nav_menu .stick {
  856. background: #f9fafb;
  857. }
  858. .nav_menu .stick .btn {
  859. border-right-width: 0;
  860. padding: 0.5rem 1rem;
  861. background-color: #f9fafb;
  862. background-position: center;
  863. background-repeat: no-repeat;
  864. transition: all 0.15s ease-in-out;
  865. }
  866. .nav_menu .stick .btn:hover {
  867. background-color: #d5d8db;
  868. }
  869. .nav_menu .stick .btn.active {
  870. background-color: #36c;
  871. }
  872. .nav_menu .stick .btn img.icon {
  873. display: none;
  874. }
  875. .nav_menu .stick .btn#toggle-read {
  876. background-image: url(icons/read.svg);
  877. }
  878. .nav_menu .stick .btn#toggle-read.active {
  879. background-image: url(icons/read-white.svg);
  880. }
  881. .nav_menu .stick .btn#toggle-unread {
  882. background-image: url(icons/unread.svg);
  883. }
  884. .nav_menu .stick .btn#toggle-unread.active {
  885. background-image: url(icons/unread-white.svg);
  886. }
  887. .nav_menu .stick .btn#toggle-starred {
  888. background-image: url(icons/starred.svg);
  889. }
  890. .nav_menu .stick .btn#toggle-starred.active {
  891. background-image: url(icons/starred-white.svg);
  892. }
  893. .nav_menu .stick .btn#toggle-non-starred {
  894. background-image: url(icons/non-starred.svg);
  895. }
  896. .nav_menu .stick .btn#toggle-non-starred.active {
  897. background-image: url(icons/non-starred-white.svg);
  898. }
  899. .nav_menu .stick .btn.read_all {
  900. padding: 5px 16px;
  901. color: #303136;
  902. background-color: #f9fafb;
  903. transition: all 0.15s ease-in-out;
  904. }
  905. .nav_menu .stick .btn.read_all:hover {
  906. background-color: #d5d8db;
  907. }
  908. .nav_menu .stick .btn.view-normal {
  909. background-image: url(icons/view-list.svg);
  910. }
  911. .nav_menu .stick .btn.view-normal.active {
  912. background-image: url(icons/view-list-white.svg);
  913. }
  914. .nav_menu .stick .btn.view-global {
  915. background-image: url(icons/view-global.svg);
  916. }
  917. .nav_menu .stick .btn.view-global.active {
  918. background-image: url(icons/view-global-white.svg);
  919. }
  920. .nav_menu .stick .btn.view-reader {
  921. background-image: url(icons/view-reader.svg);
  922. }
  923. .nav_menu .stick .btn.view-reader.active {
  924. background-image: url(icons/view-reader-white.svg);
  925. }
  926. .nav_menu .stick .btn.view-rss {
  927. background-image: url(icons/rss.svg);
  928. }
  929. .nav_menu .stick .dropdown a.dropdown-toggle {
  930. border-right-width: 0;
  931. background-image: url(icons/more.svg);
  932. }
  933. #dropdown-query ~ .dropdown-menu .dropdown-header .icon {
  934. vertical-align: middle;
  935. background-color: #a6a7ae;
  936. border-radius: 3px;
  937. }
  938. /*=== Content of feed articles */
  939. .content, .content.thin {
  940. padding: 20px 10px;
  941. font-size: 1.125rem;
  942. line-height: 1.8rem;
  943. }
  944. .content h1.title a, .content h1 a, .content.thin h1.title a, .content.thin h1 a {
  945. color: #303136;
  946. font-family: "spectral", serif;
  947. font-size: 2rem;
  948. }
  949. .content h1.title a:hover, .content h1 a:hover, .content.thin h1.title a:hover, .content.thin h1 a:hover {
  950. color: #36c;
  951. text-decoration: none;
  952. }
  953. .content .author, .content.thin .author {
  954. color: #5b6871;
  955. font-size: 1.125rem;
  956. }
  957. .content p, .content ul, .content.thin p, .content.thin ul {
  958. font-size: 1.125rem;
  959. line-height: 1.8rem;
  960. }
  961. .content .content hr, .content.thin .content hr {
  962. margin: 30px 10px;
  963. background: #d5d8db;
  964. height: 1px;
  965. border: 0;
  966. box-shadow: 0 2px 5px #ccc;
  967. }
  968. .content pre, .content.thin pre {
  969. margin: 10px auto;
  970. padding: 10px 20px;
  971. overflow: auto;
  972. background: #1d1e22;
  973. color: #fff;
  974. font-size: 0.9rem;
  975. border-radius: 3px;
  976. }
  977. .content pre code, .content.thin pre code {
  978. background: transparent;
  979. color: #fff;
  980. border: none;
  981. }
  982. .content code, .content.thin code {
  983. padding: 2px 5px;
  984. background: #f9fafb;
  985. border: 1px solid #eff0f2;
  986. border-radius: 3px;
  987. }
  988. .content blockquote, .content.thin blockquote {
  989. margin: 0;
  990. padding: 5px 20px;
  991. background: #f9fafb;
  992. display: block;
  993. color: #303136;
  994. border-top: 1px solid #d5d8db;
  995. border-bottom: 1px solid #d5d8db;
  996. }
  997. .content blockquote p, .content.thin blockquote p {
  998. margin: 0;
  999. }
  1000. /*=== Notification and actualize notification */
  1001. .notification {
  1002. padding: 1rem 0;
  1003. background: #d5d8db;
  1004. width: 100%;
  1005. height: 3rem;
  1006. color: #5b6871;
  1007. font-size: 1em;
  1008. border: none;
  1009. position: fixed;
  1010. top: auto;
  1011. bottom: 0;
  1012. right: 0;
  1013. left: 0;
  1014. text-align: center;
  1015. line-height: 3em;
  1016. z-index: 10;
  1017. vertical-align: middle;
  1018. }
  1019. .notification .msg {
  1020. display: inline-block;
  1021. font-size: 1rem;
  1022. }
  1023. .notification.good {
  1024. background: #10f587;
  1025. color: #fff;
  1026. }
  1027. .notification.bad {
  1028. background: #f5633e;
  1029. color: #fff;
  1030. }
  1031. .notification a.close {
  1032. padding: 0 15px;
  1033. border-radius: 3px 0 0 3px;
  1034. line-height: 3em;
  1035. }
  1036. .notification.good a.close:hover {
  1037. background: #0c7540;
  1038. }
  1039. .notification.bad a.close:hover {
  1040. background: #73341f;
  1041. }
  1042. .notification#actualizeProgress {
  1043. line-height: 2em;
  1044. }
  1045. .notification#actualizeProgress br {
  1046. display: none;
  1047. }
  1048. /*=== Navigation menu (for articles) */
  1049. #nav_entries {
  1050. margin: 0;
  1051. text-align: center;
  1052. line-height: 3em;
  1053. table-layout: fixed;
  1054. background: #303136;
  1055. }
  1056. /*=== Feed articles */
  1057. .flux {
  1058. background: #fff;
  1059. transition: all 0.15s ease-in-out;
  1060. }
  1061. .flux:hover {
  1062. background: #f9fafb;
  1063. }
  1064. .flux:hover:not(.current):hover .item.title {
  1065. background: #f9fafb;
  1066. }
  1067. .flux.current {
  1068. background: #f9fafb;
  1069. border-right-color: #36c;
  1070. }
  1071. .flux.not_read:not(.current) {
  1072. background: #f2f6f8;
  1073. }
  1074. .flux.not_read:not(.current):hover .item.title {
  1075. background: #f2f6f8;
  1076. }
  1077. .flux.not_read .item.title a {
  1078. color: #36c;
  1079. }
  1080. .flux.not_read .item.website a {
  1081. color: #36c;
  1082. }
  1083. .flux.not_read .item.date {
  1084. color: rgba(51, 102, 204, 0.5);
  1085. }
  1086. .flux.favorite {
  1087. border-right-color: #ffc300;
  1088. transition: all 0.15s ease-in-out;
  1089. }
  1090. .flux.favorite:not(.current) {
  1091. background: #fff6da;
  1092. }
  1093. .flux.favorite:not(.current):hover .item.title {
  1094. background: #fff6da;
  1095. }
  1096. .flux .website a {
  1097. color: #303136;
  1098. opacity: 0.75;
  1099. }
  1100. .flux .website .favicon {
  1101. padding: 5px;
  1102. }
  1103. .flux .item.date {
  1104. color: rgba(48, 49, 54, 0.5);
  1105. font-size: 0.85rem;
  1106. }
  1107. .flux .bottom {
  1108. font-size: 1rem;
  1109. text-align: center;
  1110. }
  1111. .flux_header {
  1112. font-size: 1rem;
  1113. cursor: pointer;
  1114. border-top: 1px solid #eff0f2;
  1115. }
  1116. .flux_header .title {
  1117. font-size: 1rem;
  1118. }
  1119. /*=== GLOBAL VIEW */
  1120. /*================*/
  1121. #stream .box.category:not([data-unread="0"]) .box-title .title {
  1122. font-weight: bold;
  1123. }
  1124. #stream .box.category .box-title {
  1125. padding: 1.5rem;
  1126. background: none;
  1127. }
  1128. #stream .box.category .box-title a.title {
  1129. color: #5b6871;
  1130. font-size: 1rem;
  1131. font-weight: normal;
  1132. text-decoration: none;
  1133. text-align: right;
  1134. text-transform: uppercase;
  1135. letter-spacing: 1px;
  1136. }
  1137. #stream .box.category .box-title a.title:not([data-unread="0"])::after {
  1138. margin: -0.5rem 0 0 1rem;
  1139. padding: 0 0.75rem;
  1140. background: #eff0f2;
  1141. border-radius: 12px;
  1142. position: absolute;
  1143. top: 1.75rem;
  1144. left: 0;
  1145. line-height: 1.5rem;
  1146. text-align: center;
  1147. }
  1148. #stream .box.category .box-title a.title:hover {
  1149. color: #36c;
  1150. }
  1151. #stream .box.category .box-content {
  1152. padding-bottom: 0.5rem;
  1153. }
  1154. #stream .box.category .box-content .item.feed {
  1155. padding: 0.5rem 1.5rem;
  1156. font-size: 1rem;
  1157. }
  1158. #stream .box.category .box-content .item.feed a {
  1159. color: #303136;
  1160. font-weight: 400;
  1161. }
  1162. #stream .box.category .box-content .item.feed a:hover {
  1163. color: #36c;
  1164. text-decoration: none;
  1165. }
  1166. #overlay {
  1167. background: rgba(0, 0, 0, 0.65);
  1168. }
  1169. #panel {
  1170. top: 3rem;
  1171. left: 3rem;
  1172. bottom: 3rem;
  1173. right: 3rem;
  1174. border-radius: 3px;
  1175. }
  1176. /*=== READER VIEW */
  1177. /*================*/
  1178. #stream.reader .flux {
  1179. padding: 0 0 50px;
  1180. background: #eff0f2;
  1181. color: #303136;
  1182. border: none;
  1183. }
  1184. #stream.reader .flux .author {
  1185. margin: 0 0 10px;
  1186. color: #a6a7ae;
  1187. font-size: 90%;
  1188. }
  1189. /*=== Configuration pages */
  1190. .post {
  1191. padding: 1rem 2rem;
  1192. font-size: 1rem;
  1193. }
  1194. .post form {
  1195. margin: 1rem 0;
  1196. }
  1197. .post form .horizontal-list {
  1198. margin-bottom: 0.5rem;
  1199. }
  1200. .post.content {
  1201. max-width: 550px;
  1202. }
  1203. .post h1, .post h2 {
  1204. color: #303136;
  1205. font-size: 3rem;
  1206. margin-top: 1.75rem;
  1207. font-weight: 300;
  1208. line-height: 1.2em;
  1209. }
  1210. .post a[href="./"] {
  1211. margin: 0;
  1212. padding: 0.75rem 1.5rem;
  1213. background: #f9fafb;
  1214. display: inline-block;
  1215. color: #5b6871;
  1216. font-size: 1rem;
  1217. border: 1px solid #d5d8db;
  1218. border-radius: 5px;
  1219. min-width: 15px;
  1220. line-height: 25px;
  1221. vertical-align: middle;
  1222. cursor: pointer;
  1223. overflow: hidden;
  1224. }
  1225. .post a[href="./"]:hover {
  1226. background: #36c;
  1227. color: white;
  1228. border: 1px solid #36c;
  1229. text-decoration: none;
  1230. }
  1231. #slider {
  1232. border-right: none;
  1233. box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
  1234. }
  1235. .slide-container .properties {
  1236. padding: 1rem;
  1237. background: rgba(0, 0, 0, 0.75);
  1238. color: white;
  1239. border: 0;
  1240. }
  1241. .slide-container .properties .page-number {
  1242. left: 1rem;
  1243. top: 1rem;
  1244. }
  1245. /*=== LOGS */
  1246. /*=========*/
  1247. .loglist {
  1248. overflow: hidden;
  1249. border: 1px solid #a6a7ae;
  1250. }
  1251. .log {
  1252. margin: 10px 0;
  1253. padding: 5px 2%;
  1254. background: #f9fafb;
  1255. color: #5b6871;
  1256. font-size: 0.8rem;
  1257. overflow: auto;
  1258. }
  1259. .log > .date {
  1260. margin: 0 0 0 10px;
  1261. padding: 5px 10px;
  1262. border-radius: 20px;
  1263. }
  1264. .log.error > .date {
  1265. background: #f5633e;
  1266. color: #fff;
  1267. }
  1268. .log.warning > .date {
  1269. background: #f4f762;
  1270. }
  1271. .log.notice > .date {
  1272. background: #eff0f2;
  1273. }
  1274. .log.debug > .date {
  1275. background: #1d1e22;
  1276. color: #fff;
  1277. }
  1278. /*=== STATISTICS */
  1279. /*===============*/
  1280. .stat {
  1281. margin: 10px 0 20px;
  1282. }
  1283. .stat th,
  1284. .stat td,
  1285. .stat tr {
  1286. border: none;
  1287. }
  1288. .stat > table td,
  1289. .stat > table th {
  1290. border-bottom: 1px solid #d5d8db;
  1291. }
  1292. .stat > .horizontal-list {
  1293. margin: 0 0 5px;
  1294. }
  1295. .stat > .horizontal-list .item {
  1296. overflow: hidden;
  1297. white-space: nowrap;
  1298. text-overflow: ellipsis;
  1299. }
  1300. .stat > .horizontal-list .item:first-child {
  1301. width: 270px;
  1302. }
  1303. /*=== MOBILE */
  1304. /*===========*/
  1305. @media (max-width: 840px) {
  1306. ul.nav .item {
  1307. width: 100%;
  1308. }
  1309. ul.nav .item img {
  1310. display: none;
  1311. }
  1312. ul.nav .item a {
  1313. box-sizing: border-box;
  1314. padding: 1rem 2.5rem 1rem 1rem;
  1315. background: url("../../themes/icons/logout.svg") no-repeat #17181a 97% center;
  1316. display: inline-block;
  1317. width: 100%;
  1318. color: #ffffff;
  1319. transition: all 0.2s ease-in-out;
  1320. }
  1321. ul.nav .item a:hover, ul.nav .item a:active {
  1322. background: url("../../themes/icons/logout.svg") no-repeat #f5633e 97% center;
  1323. text-decoration: none;
  1324. }
  1325. .form-group .group-name {
  1326. text-align: right;
  1327. }
  1328. .aside {
  1329. transition: all 0.2s ease-in-out;
  1330. }
  1331. .aside.aside_feed {
  1332. padding: 0;
  1333. }
  1334. .aside .tree .tree-folder .tree-folder-items .item a {
  1335. padding: 0.5rem 1rem;
  1336. }
  1337. .aside .toggle_aside,
  1338. #panel .close,
  1339. #close-slider.active,
  1340. .dropdown-menu .toggle_aside {
  1341. background: #25c;
  1342. display: block;
  1343. width: 100%;
  1344. height: 50px;
  1345. line-height: 50px;
  1346. text-align: center;
  1347. }
  1348. .header {
  1349. padding: 0.5rem;
  1350. }
  1351. .header .item.search {
  1352. display: block;
  1353. }
  1354. .header .item.search form {
  1355. display: inherit;
  1356. }
  1357. .header .item.search .stick {
  1358. display: flex;
  1359. }
  1360. .header .item.search input {
  1361. width: 90%;
  1362. height: 3.5rem;
  1363. }
  1364. .header .item.search input:focus {
  1365. width: 100%;
  1366. }
  1367. .header .item.search .btn {
  1368. min-height: 49px;
  1369. padding: 0.5rem 2rem;
  1370. }
  1371. .post {
  1372. padding-right: 1rem;
  1373. padding-left: 1rem;
  1374. }
  1375. .nav_menu .btn {
  1376. margin: 0;
  1377. padding: 0.85rem 1.25rem;
  1378. }
  1379. .nav_menu .stick {
  1380. margin: 0.5rem 0.5rem;
  1381. }
  1382. .nav_menu .stick .btn {
  1383. margin: 0;
  1384. padding: 0.85rem 1.25rem;
  1385. }
  1386. .nav_menu .stick .btn.read_all {
  1387. padding: 0.85rem 1.25rem;
  1388. }
  1389. .nav_menu .search {
  1390. display: none;
  1391. max-width: 97%;
  1392. }
  1393. .nav_menu .search .input {
  1394. max-width: 97%;
  1395. width: 90px;
  1396. }
  1397. .nav_menu .search .input:focus {
  1398. width: 400px;
  1399. }
  1400. #stream .flux .flux_header {
  1401. padding: 0.5rem 0;
  1402. }
  1403. .dropdown-target:target ~ .dropdown-toggle::after {
  1404. background-color: #f9fafb;
  1405. border-top: 1px solid #eff0f2;
  1406. border-right: 1px solid #eff0f2;
  1407. left: 21px;
  1408. bottom: -14px;
  1409. }
  1410. .dropdown-target:target ~ a.dropdown-toggle:not(.btn) ~ .dropdown-menu {
  1411. margin-top: 0;
  1412. }
  1413. .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after {
  1414. bottom: -17px;
  1415. }
  1416. .day {
  1417. text-align: center;
  1418. padding: 1rem 0;
  1419. }
  1420. .day .name {
  1421. padding: 0;
  1422. display: block;
  1423. width: 100%;
  1424. line-height: 1.5rem;
  1425. margin-bottom: 1rem;
  1426. }
  1427. .pagination {
  1428. margin: 0 0 3.5em;
  1429. }
  1430. #nav_entries {
  1431. line-height: 4.5rem;
  1432. }
  1433. .notification {
  1434. border-radius: 0;
  1435. }
  1436. .notification a.close {
  1437. background: transparent;
  1438. display: block;
  1439. right: 0;
  1440. }
  1441. .notification a.close:hover {
  1442. opacity: 0.5;
  1443. }
  1444. .notification a.close .icon {
  1445. display: none;
  1446. }
  1447. }
  1448. /*=== GENERAL */
  1449. /*============*/
  1450. html, body {
  1451. background: #eff0f2;
  1452. height: 100%;
  1453. font-family: "lato", "Helvetica", "Arial", sans-serif;
  1454. font-size: 0.875rem;
  1455. }
  1456. /*=== Links */
  1457. a, button.as-link {
  1458. outline: none;
  1459. color: #36c;
  1460. }