mapco.css 31 KB

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