mapco.rtl.css 26 KB

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