adark.rtl.css 17 KB

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