mapco.rtl.css 25 KB

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