dark.rtl.css 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196
  1. @charset "UTF-8";
  2. /*=== GENERAL */
  3. /*============*/
  4. html, body {
  5. background: #1c1c1c;
  6. color: #888;
  7. font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
  8. }
  9. /*=== Links */
  10. a, button.as-link {
  11. color: #6986b2;
  12. outline: none;
  13. }
  14. /*=== Images */
  15. img.favicon {
  16. background: #fff;
  17. border-radius: 2px;
  18. }
  19. body img,
  20. body video,
  21. p.help .icon {
  22. filter: brightness(.6) contrast(1.2);
  23. }
  24. /*=== Forms */
  25. legend {
  26. margin: 20px 0 5px;
  27. padding: 5px 0;
  28. font-size: 1.4em;
  29. border-bottom: 1px solid #2f2f2f;
  30. }
  31. label {
  32. min-height: 25px;
  33. padding: 5px 0;
  34. cursor: pointer;
  35. }
  36. textarea {
  37. width: 360px;
  38. height: 100px;
  39. }
  40. input, select, textarea {
  41. padding: 5px;
  42. background: #333;
  43. color: #999;
  44. border: 1px solid #000;
  45. border-radius: 3px;
  46. box-shadow: 0 2px 2px #1d1d1d inset;
  47. min-height: 25px;
  48. line-height: 25px;
  49. vertical-align: middle;
  50. }
  51. option {
  52. padding: 0 .5em;
  53. }
  54. input:focus, select:focus, textarea:focus {
  55. color: #6986b2;
  56. border-color: #2f2f2f;
  57. }
  58. input:invalid, select:invalid {
  59. border-color: #f00;
  60. box-shadow: 0 0 2px 1px #f00;
  61. }
  62. input:disabled, select:disabled {
  63. background: #666;
  64. color: #aaa;
  65. }
  66. input.extend {
  67. transition: width 200ms linear;
  68. }
  69. /*=== Tables */
  70. table {
  71. border-collapse: collapse;
  72. }
  73. tr, th, td {
  74. padding: 0.5em;
  75. border: 1px solid #333;
  76. }
  77. th {
  78. background: #222;
  79. }
  80. form td,
  81. form th {
  82. font-weight: normal;
  83. text-align: center;
  84. }
  85. /*=== COMPONENTS */
  86. /*===============*/
  87. /*=== Forms */
  88. .form-group.form-actions {
  89. padding: 5px 0;
  90. background: #1a1a1a;
  91. border-top: 1px solid #2f2f2f;
  92. }
  93. .form-group.form-actions .btn {
  94. margin: 0 10px;
  95. }
  96. .form-group .group-name {
  97. padding: 10px 0;
  98. text-align: left;
  99. }
  100. .form-group .group-controls {
  101. min-height: 25px;
  102. padding: 5px 0;
  103. }
  104. /*=== Buttons */
  105. button.as-link[disabled] {
  106. color: #445 !important;
  107. }
  108. .stick {
  109. vertical-align: middle;
  110. font-size: 0;
  111. }
  112. .stick input,
  113. .stick .btn {
  114. border-radius: 0;
  115. }
  116. .stick .btn:first-child,
  117. .stick input:first-child {
  118. border-radius: 0 3px 3px 0;
  119. }
  120. .stick .btn-important:first-child {
  121. border-left: 1px solid #000;
  122. }
  123. .stick .btn:last-child,
  124. .stick input:last-child {
  125. border-radius: 3px 0 0 3px;
  126. }
  127. .stick .btn + .btn,
  128. .stick .btn + input,
  129. .stick .btn + .dropdown > .btn,
  130. .stick input + .btn,
  131. .stick input + input,
  132. .stick input + .dropdown > .btn,
  133. .stick .dropdown + .btn,
  134. .stick .dropdown + input,
  135. .stick .dropdown + .dropdown > .btn {
  136. border-right: none;
  137. }
  138. .stick input:focus+input {
  139. border-right: 1px solid #000;
  140. }
  141. .stick input+input:focus {
  142. border-right: 1px solid #333;
  143. }
  144. .stick .btn + .dropdown > .btn {
  145. border-right: none;
  146. border-radius: 3px 0 0 3px;
  147. }
  148. .btn {
  149. margin: 0;
  150. padding: 5px 10px;
  151. background: #111;
  152. display: inline-block;
  153. color: #888;
  154. font-size: 0.9rem;
  155. border: 1px solid #000;
  156. border-radius: 3px;
  157. min-height: 37px;
  158. min-width: 15px;
  159. line-height: 25px;
  160. vertical-align: middle;
  161. cursor: pointer;
  162. overflow: hidden;
  163. }
  164. a.btn {
  165. min-height: 25px;
  166. line-height: 25px;
  167. }
  168. .btn:hover {
  169. text-decoration: none;
  170. background: linear-gradient(to top, #4a5d7a 0%, #26303f 100%);
  171. }
  172. .btn:hover .icon {
  173. filter: brightness(1);
  174. }
  175. .btn.active,
  176. .dropdown-target:target ~ .btn.dropdown-toggle {
  177. background: #333;
  178. }
  179. .btn.active .icon,
  180. .dropdown-target:target ~ .btn.dropdown-toggle .icon {
  181. filter: brightness(1);
  182. }
  183. .btn:active {
  184. background: #26303f;
  185. }
  186. .btn-important {
  187. font-weight: normal;
  188. background: #26303f;
  189. }
  190. .btn-important:hover {
  191. background: linear-gradient(to top, #4a5d7a 0%, #26303f 100%);
  192. }
  193. .btn-important:active {
  194. background: #26303f;
  195. }
  196. .btn-important .icon {
  197. filter: brightness(1);
  198. }
  199. .btn-attention {
  200. background: #801;
  201. }
  202. .btn-attention:hover {
  203. background: linear-gradient(to top, #c04 0%, #801 100%);
  204. }
  205. .btn-attention:active {
  206. background: #801;
  207. }
  208. /*=== switches */
  209. .switch {
  210. background-color: #333;
  211. }
  212. .switch.active {
  213. background-color: #6986b2;
  214. }
  215. .switch::before,
  216. .switch:hover::before {
  217. background-color: black;
  218. }
  219. /*=== Navigation */
  220. .nav-list .nav-header,
  221. .nav-list .item {
  222. height: 2.5em;
  223. line-height: 2.5em;
  224. font-size: 0.9rem;
  225. }
  226. .nav-list .item a:hover {
  227. background: #26303f;
  228. }
  229. .nav-list .item.active {
  230. background: #333;
  231. }
  232. .nav-list .item:hover a,
  233. .nav-list .item.active a {
  234. color: #888;
  235. }
  236. .nav-list .disable {
  237. background: #fafafa;
  238. color: #aaa;
  239. text-align: center;
  240. }
  241. .nav-list .item > a {
  242. padding: 0 10px;
  243. }
  244. .nav-list a:hover {
  245. text-decoration: none;
  246. }
  247. .nav-list .item.empty a {
  248. color: #c95;
  249. }
  250. .nav-list .item:hover.empty a,
  251. .nav-list .item.active.empty a {
  252. background: #c95;
  253. color: #fff;
  254. }
  255. .nav-list .item.error a {
  256. color: #a44;
  257. }
  258. .nav-list .item:hover.error a,
  259. .nav-list .item.active.error a {
  260. background: #a44;
  261. color: #fff;
  262. }
  263. .nav-list .nav-header {
  264. padding: 0 10px;
  265. font-weight: bold;
  266. background: #111;
  267. border-bottom: 1px solid #333;
  268. }
  269. .nav-list .nav-form {
  270. padding: 3px;
  271. text-align: center;
  272. }
  273. .nav-head {
  274. margin: 0;
  275. text-align: left;
  276. background: #1c1c1c;
  277. border-bottom: 1px solid #333;
  278. }
  279. .nav-head .item {
  280. padding: 5px 10px;
  281. font-size: 0.9rem;
  282. line-height: 1.5rem;
  283. }
  284. /*=== Horizontal-list */
  285. .horizontal-list {
  286. margin: 0;
  287. padding: 0;
  288. }
  289. .horizontal-list .item {
  290. vertical-align: middle;
  291. }
  292. /*=== Dropdown */
  293. .dropdown-menu {
  294. margin: 5px 0 0;
  295. padding: 5px 0;
  296. background: #1a1a1a;
  297. font-size: 0.8rem;
  298. border: 1px solid #888;
  299. border-radius: 5px;
  300. text-align: right;
  301. }
  302. .dropdown-menu::after {
  303. border-color: #888;
  304. }
  305. .dropdown-header {
  306. padding: 0 5px 5px;
  307. font-weight: bold;
  308. text-align: right;
  309. color: #888;
  310. }
  311. .dropdown-menu > .item > a,
  312. .dropdown-menu > .item > span,
  313. .dropdown-menu > .item > .as-link {
  314. padding: 0 22px;
  315. line-height: 2.5em;
  316. font-size: 0.8rem;
  317. }
  318. .dropdown-menu > .item > a:hover,
  319. .dropdown-menu > .item > button:hover {
  320. background: #26303f;
  321. color: #888;
  322. }
  323. .dropdown-menu > .item[aria-checked="true"] > a::before {
  324. font-weight: bold;
  325. margin: 0 -14px 0 0;
  326. }
  327. .dropdown-menu .input select,
  328. .dropdown-menu .input input {
  329. margin: 0 auto 5px;
  330. padding: 2px 5px;
  331. border-radius: 3px;
  332. }
  333. .separator {
  334. margin: 5px 0;
  335. border-bottom: 1px solid #333;
  336. }
  337. /*=== Alerts */
  338. .alert {
  339. margin: 15px auto;
  340. padding: 10px 15px;
  341. background: #111;
  342. color: #aaa;
  343. font-size: 0.9em;
  344. border: 1px solid #888;
  345. border-radius: 5px;
  346. }
  347. .alert-head {
  348. font-size: 1.15em;
  349. }
  350. .alert > a {
  351. text-decoration: underline;
  352. color: inherit;
  353. }
  354. .alert-warn {
  355. color: #c95;
  356. border: 1px solid #c95;
  357. }
  358. .alert-success {
  359. color: #484;
  360. border: 1px solid #484;
  361. }
  362. .alert-error {
  363. color: #a44;
  364. border: 1px solid #a44;
  365. }
  366. /*=== Pagination */
  367. .pagination {
  368. background: #1c1c1c;
  369. color: #888;
  370. }
  371. .pagination .item a {
  372. color: #666;
  373. }
  374. .pagination:first-child .item {
  375. border-top: 1px solid #333;
  376. border-bottom: 1px solid #333;
  377. }
  378. #load_more.loading,
  379. #load_more.loading:hover {
  380. background: url("loader.gif") center center no-repeat;
  381. }
  382. /*=== Boxes */
  383. .box {
  384. border: 1px solid #000;
  385. border-radius: 5px;
  386. }
  387. .box .icon {
  388. filter: brightness(100%);
  389. }
  390. .box .box-title {
  391. margin: 0;
  392. padding: 5px 10px;
  393. background: #26303f;
  394. border-bottom: 1px solid #000;
  395. border-radius: 5px 5px 0 0;
  396. }
  397. .box .box-title .configure {
  398. margin-left: 4px;
  399. }
  400. .box .box-content {
  401. padding-right: 30px;
  402. max-height: 260px;
  403. }
  404. .box .box-content .item {
  405. font-size: 0.9rem;
  406. line-height: 2.5em;
  407. }
  408. /*=== Tree */
  409. .tree {
  410. margin: 10px 0;
  411. }
  412. .tree-folder-title {
  413. padding: 0 10px;
  414. background: #1c1c1c;
  415. font-size: 1rem;
  416. position: relative;
  417. line-height: 2.5rem;
  418. }
  419. .tree-folder-title .title {
  420. background: inherit;
  421. color: #888;
  422. }
  423. .tree-folder-title .title:hover {
  424. text-decoration: none;
  425. }
  426. .tree-folder.active .tree-folder-title {
  427. background: #2c2c2c;
  428. font-weight: bold;
  429. }
  430. .tree-folder-items {
  431. background: #161616;
  432. border-top: 1px solid #222;
  433. border-bottom: 1px solid #222;
  434. }
  435. .tree-folder-items > .item {
  436. padding: 0 10px;
  437. line-height: 2.5rem;
  438. font-size: 0.8rem;
  439. }
  440. .tree-folder-items > .item.active {
  441. background: #1c1c1c;
  442. }
  443. .tree-folder-items > .item > a {
  444. text-decoration: none;
  445. }
  446. .tree-folder-items > .item.active > a {
  447. color: #888;
  448. }
  449. /*=== Scrollbar */
  450. @supports (scrollbar-width: thin) {
  451. #sidebar {
  452. scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0.0);
  453. }
  454. #sidebar:hover {
  455. scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.0);
  456. }
  457. }
  458. @supports not (scrollbar-width: thin) {
  459. #sidebar::-webkit-scrollbar-thumb {
  460. background: rgba(255, 255, 255, 0.1);
  461. }
  462. #sidebar:hover::-webkit-scrollbar-thumb {
  463. background: rgba(255, 255, 255, 0.3);
  464. }
  465. }
  466. /*=== STRUCTURE */
  467. /*===============*/
  468. /*=== Header */
  469. .header > .item {
  470. padding: 10px;
  471. vertical-align: middle;
  472. text-align: center;
  473. border-bottom: 1px solid #333;
  474. }
  475. .header > .item.title {
  476. width: 230px;
  477. }
  478. .header > .item.title .logo {
  479. filter: grayscale(60%) brightness(1.1);
  480. }
  481. .header > .item.search input {
  482. width: 230px;
  483. }
  484. .header .item.search input:focus {
  485. width: 350px;
  486. }
  487. .aside {
  488. background: #1c1c1c;
  489. border-left: 1px solid #333;
  490. }
  491. .aside.aside_feed {
  492. padding: 10px 0;
  493. text-align: center;
  494. }
  495. .aside.aside_feed .tree {
  496. margin: 10px 0 50px;
  497. }
  498. /*=== Aside main page (categories) */
  499. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  500. background-color: #171717;
  501. }
  502. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  503. background-color: #222;
  504. color: #888;
  505. }
  506. .aside.aside_feed .feed.active .item-title:not([data-unread="0"])::after {
  507. border-color: #888;
  508. color: #888;
  509. }
  510. /*=== Aside main page (feeds) */
  511. .feed.item.empty.active {
  512. background: #c95;
  513. }
  514. .feed.item.error.active {
  515. background: #a44;
  516. }
  517. .feed.item.empty,
  518. .feed.item.empty > a {
  519. color: #c95;
  520. }
  521. .feed.item.error,
  522. .feed.item.error > a {
  523. color: #a44;
  524. }
  525. .feed.item.empty.active,
  526. .feed.item.empty.active > a {
  527. color: #111;
  528. }
  529. .feed.item.error.active,
  530. .feed.item.error.active > a {
  531. color: #fff;
  532. }
  533. .aside_feed .tree-folder-items .dropdown-menu::after {
  534. right: 2px;
  535. }
  536. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  537. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  538. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  539. border-radius: 3px;
  540. background-color: #111;
  541. }
  542. /*=== Configuration pages */
  543. .post {
  544. padding: 10px 50px;
  545. font-size: 0.9em;
  546. }
  547. .post form {
  548. margin: 10px 0;
  549. }
  550. .post.content {
  551. max-width: 550px;
  552. }
  553. /*=== Prompt (centered) */
  554. .prompt {
  555. max-width: 20rem;
  556. margin-right: auto;
  557. margin-left: auto;
  558. padding-right: .5rem;
  559. padding-left: .5rem;
  560. text-align: center;
  561. }
  562. .prompt form {
  563. margin-top: 2rem;
  564. margin-bottom: 3rem;
  565. text-align: right;
  566. }
  567. .prompt .form-group {
  568. margin-bottom: 1rem;
  569. }
  570. .prompt .form-group::after {
  571. display: none;
  572. }
  573. .prompt .form-group.form-group-actions {
  574. display: flex;
  575. margin-top: 2rem;
  576. align-items: center;
  577. justify-content: space-between;
  578. }
  579. .prompt .stick,
  580. .prompt input {
  581. width: 100%;
  582. box-sizing: border-box;
  583. }
  584. .prompt .btn.btn-important {
  585. padding-right: 1.5rem;
  586. padding-left: 1.5rem;
  587. font-size: 1.1rem;
  588. }
  589. .prompt p {
  590. margin: 20px 0;
  591. }
  592. /*=== New article notification */
  593. #new-article {
  594. background: #26303f;
  595. font-size: 0.9em;
  596. text-align: center;
  597. }
  598. #new-article > a {
  599. line-height: 3em;
  600. font-weight: bold;
  601. color: #fff;
  602. }
  603. #new-article > a:hover {
  604. text-decoration: none;
  605. background: #4a5d7a;
  606. }
  607. /*=== Day indication */
  608. .day {
  609. padding: 0 10px;
  610. font-weight: bold;
  611. line-height: 3em;
  612. border-top: 1px solid #333;
  613. border-bottom: 1px solid #333;
  614. }
  615. .day .name {
  616. padding: 0 0 0 10px;
  617. color: #aab;
  618. font-size: 1.8em;
  619. opacity: 0.3;
  620. font-style: italic;
  621. text-align: left;
  622. text-shadow: 0px -1px 0px #333;
  623. }
  624. /*=== Index menu */
  625. .nav_menu {
  626. text-align: center;
  627. padding: 5px 0;
  628. border-bottom: 1px solid #2f2f2f;
  629. }
  630. /*=== Feed articles */
  631. .flux {
  632. background: #1c1c1c;
  633. border-right: 2px solid #2f2f2f;
  634. }
  635. .flux:hover {
  636. background: #111;
  637. }
  638. .flux.current {
  639. background: #111;
  640. border-right: 2px solid #0062be;
  641. }
  642. .flux.not_read {
  643. border-right: 2px solid #ff5300;
  644. }
  645. .flux.favorite {
  646. border-right: 2px solid #ffc300;
  647. }
  648. .flux_header {
  649. font-size: 0.8rem;
  650. cursor: pointer;
  651. }
  652. .flux_header .title {
  653. font-size: 0.9rem;
  654. }
  655. .flux_header .item.title a {
  656. color: #888;
  657. }
  658. .flux .website .favicon {
  659. margin: 5px;
  660. }
  661. .flux .item.date {
  662. color: #666;
  663. font-size: 0.7rem;
  664. }
  665. .flux:not(.current):hover .item.title {
  666. background: #111;
  667. }
  668. .flux .bottom {
  669. font-size: 0.8rem;
  670. text-align: center;
  671. }
  672. /*=== Content of feed articles */
  673. .content {
  674. padding: 20px 10px;
  675. }
  676. .content > h1.title > a {
  677. color: #888;
  678. }
  679. .content hr {
  680. margin: 30px 10px;
  681. background: #666;
  682. height: 1px;
  683. border: 0;
  684. box-shadow: 0 2px 5px #666;
  685. }
  686. .content pre {
  687. margin: 10px auto;
  688. padding: 10px 20px;
  689. background: #222;
  690. color: #fff;
  691. font-size: 0.9rem;
  692. border: 1px solid #000;
  693. border-radius: 3px;
  694. overflow: auto;
  695. }
  696. .content code {
  697. padding: 2px 5px;
  698. background: #000;
  699. color: #d14;
  700. border: 1px solid #333;
  701. border-radius: 3px;
  702. }
  703. .content pre code {
  704. background: transparent;
  705. color: #fff;
  706. border: none;
  707. }
  708. .content blockquote {
  709. margin: 0;
  710. padding: 5px 20px;
  711. background: #222;
  712. display: block;
  713. color: #999;
  714. border-top: 1px solid #444;
  715. border-bottom: 1px solid #444;
  716. }
  717. .content blockquote p {
  718. margin: 0;
  719. }
  720. /*=== Notification and actualize notification */
  721. .notification {
  722. background: #111;
  723. color: #c95;
  724. font-size: 0.9em;
  725. border: 1px solid #c95;
  726. border-radius: 5px;
  727. box-shadow: 0 0 5px #666;
  728. text-align: center;
  729. font-weight: bold;
  730. vertical-align: middle;
  731. }
  732. .notification.good {
  733. border-color: #484;
  734. color: #484;
  735. }
  736. .notification.bad {
  737. border-color: #a44;
  738. color: #a44;
  739. }
  740. .notification a.close {
  741. padding: 0 15px;
  742. line-height: 3em;
  743. }
  744. .notification a.close:hover {
  745. background: #222;
  746. border-radius: 3px 0 0 3px;
  747. }
  748. .notification.good a.close:hover {
  749. background: #484;
  750. }
  751. .notification.bad a.close:hover {
  752. background: #a44;
  753. }
  754. .notification#actualizeProgress {
  755. line-height: 2em;
  756. }
  757. /*=== "Load more" part */
  758. #bigMarkAsRead {
  759. text-align: center;
  760. text-decoration: none;
  761. }
  762. #bigMarkAsRead:hover {
  763. background: #111;
  764. color: #aaa;
  765. }
  766. /*=== Navigation menu (for articles) */
  767. #nav_entries {
  768. margin: 0;
  769. text-align: center;
  770. line-height: 3em;
  771. table-layout: fixed;
  772. background: #111;
  773. border-top: 1px solid #333;
  774. }
  775. /*=== READER VIEW */
  776. /*================*/
  777. #stream.reader .flux {
  778. padding: 0 0 50px;
  779. background: #111;
  780. border: none;
  781. }
  782. #stream.reader .flux .author {
  783. margin: 0 0 10px;
  784. color: #666;
  785. font-size: 90%;
  786. }
  787. /*=== GLOBAL VIEW */
  788. /*================*/
  789. .box.category .box-title .title {
  790. font-weight: normal;
  791. text-decoration: none;
  792. text-align: right;
  793. color: #888;
  794. }
  795. .box.category:not([data-unread="0"]) .box-title {
  796. background: #34495e;
  797. }
  798. .box.category:not([data-unread="0"]) .box-title:active {
  799. background: #26303f;
  800. }
  801. .box.category:not([data-unread="0"]) .box-title .title {
  802. color: #fff;
  803. font-weight: bold;
  804. }
  805. .box.category .title:not([data-unread="0"])::after {
  806. background: none;
  807. border: 0;
  808. position: absolute;
  809. top: 5px; left: 10px;
  810. font-weight: bold;
  811. box-shadow: none;
  812. text-shadow: none;
  813. }
  814. .box.category .item.feed {
  815. padding: 2px 10px;
  816. font-size: 0.8rem;
  817. }
  818. /*=== Panel */
  819. #panel {
  820. background: #1c1c1c;
  821. border: 1px solid #666;
  822. border-radius: 3px;
  823. }
  824. /*=== Slider */
  825. #slider {
  826. background-color: #1c1c1c;
  827. border-right: 1px solid #666;
  828. }
  829. /*=== DIVERS */
  830. /*===========*/
  831. .aside.aside_feed .nav-form input,
  832. .aside.aside_feed .nav-form select {
  833. width: 140px;
  834. }
  835. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  836. left: -20px;
  837. }
  838. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  839. left: 33px;
  840. }
  841. /*=== STATISTICS */
  842. /*===============*/
  843. .stat {
  844. margin: 10px 0 20px;
  845. }
  846. .stat th,
  847. .stat td,
  848. .stat tr {
  849. border: none;
  850. }
  851. .stat > table td,
  852. .stat > table th {
  853. border-bottom: 1px solid #333;
  854. }
  855. .stat > .horizontal-list {
  856. margin: 0 0 5px;
  857. }
  858. .stat > .horizontal-list .item {
  859. overflow: hidden;
  860. white-space: nowrap;
  861. text-overflow: ellipsis;
  862. }
  863. .stat > .horizontal-list .item:first-child {
  864. width: 270px;
  865. }
  866. /*=== LOGS */
  867. /*=========*/
  868. .loglist {
  869. overflow: hidden;
  870. border: 1px solid #333;
  871. }
  872. .log {
  873. padding: 5px 10px;
  874. background: #111;
  875. color: #888;
  876. font-size: 0.8rem;
  877. }
  878. .log+.log {
  879. border-top: 1px solid #333;
  880. }
  881. .log .date {
  882. display: block;
  883. font-weight: bold;
  884. }
  885. .log.error {
  886. background: #a44;
  887. color: #fff;
  888. }
  889. .log.warning {
  890. background: #c95;
  891. color: #fff;
  892. }
  893. .log.notice {
  894. background: #ec9;
  895. color: #000;
  896. }
  897. .log.debug {
  898. background: #111;
  899. color: #eee;
  900. }
  901. /*=== MOBILE */
  902. /*===========*/
  903. @media (max-width: 840px) {
  904. .form-group .group-name {
  905. padding-bottom: 0;
  906. text-align: right;
  907. }
  908. .aside {
  909. transition: width 200ms linear;
  910. }
  911. .aside .toggle_aside,
  912. #panel .close,
  913. .dropdown-menu .toggle_aside {
  914. background: #111;
  915. display: block;
  916. width: 100%;
  917. height: 50px;
  918. border-bottom: 1px solid #333;
  919. line-height: 50px;
  920. text-align: center;
  921. }
  922. .aside.aside_feed {
  923. padding: 0;
  924. }
  925. .nav_menu .btn {
  926. margin: 5px 10px;
  927. }
  928. .nav_menu .stick {
  929. margin: 0 10px;
  930. }
  931. .nav_menu .stick .btn {
  932. margin: 5px 0;
  933. }
  934. .nav_menu .search {
  935. display: inline-block;
  936. max-width: 97%;
  937. }
  938. .nav_menu .search input {
  939. max-width: 97%;
  940. width: 90px;
  941. }
  942. .nav_menu .search input:focus {
  943. width: 400px;
  944. }
  945. .dropdown-target:target ~ .dropdown-toggle::after {
  946. background-color: #1a1a1a;
  947. border-top: 1px solid #888;
  948. border-right: 1px solid #888;
  949. left: 12px;
  950. }
  951. .day .name {
  952. font-size: 1.1rem;
  953. }
  954. .notification {
  955. border-top: none;
  956. border-left: none;
  957. border-right: none;
  958. border-radius: 0;
  959. }
  960. .notification a.close {
  961. display: block;
  962. right: 0;
  963. }
  964. .notification a.close:hover {
  965. opacity: 0.5;
  966. }
  967. .notification a.close .icon {
  968. display: none;
  969. }
  970. .post {
  971. padding-right: 15px;
  972. padding-left: 15px;
  973. }
  974. #close-slider.active {
  975. background: #111;
  976. border-bottom: 1px solid #333;
  977. }
  978. }