mapco.css 31 KB

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