adark.rtl.css 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172
  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. text-align: center;
  551. }
  552. .prompt label {
  553. text-align: right;
  554. }
  555. .prompt form {
  556. margin: 10px auto 20px auto;
  557. width: 200px;
  558. }
  559. .prompt input {
  560. margin: 5px auto;
  561. width: 100%;
  562. }
  563. .prompt p {
  564. margin: 20px 0;
  565. }
  566. /*=== New article notification */
  567. #new-article {
  568. background: #0084cc;
  569. text-align: center;
  570. font-size: 0.9em;
  571. }
  572. #new-article:hover {
  573. background: #06c;
  574. }
  575. #new-article > a {
  576. line-height: 3em;
  577. color: #fff;
  578. font-weight: bold;
  579. }
  580. #new-article > a:hover {
  581. text-decoration: none;
  582. }
  583. /*=== Day indication */
  584. .day {
  585. padding: 0 10px;
  586. font-weight: bold;
  587. line-height: 3em;
  588. background: #171717;
  589. color: #ccc;
  590. border-top: 1px solid #aaa;
  591. }
  592. #new-article + .day {
  593. border-top: none;
  594. }
  595. .day .name {
  596. padding: 0 0 0 10px;
  597. color: #ccc;
  598. font-size: 1.8em;
  599. opacity: 0.3;
  600. text-shadow: 0px -1px 0px #666;
  601. font-style: italic;
  602. text-align: left;
  603. }
  604. /*=== Index menu */
  605. .nav_menu {
  606. padding: 5px 0;
  607. background: #171717;
  608. text-align: center;
  609. }
  610. /*=== Feed articles */
  611. .flux {
  612. background: #171717;
  613. border-right: 1px solid #292929;
  614. }
  615. .flux:hover {
  616. background: #333!important;
  617. }
  618. .flux.current {
  619. background: #191919;
  620. border-right: 2px solid #0062be;
  621. }
  622. .flux.current.active {
  623. background: #333;
  624. }
  625. .flux.not_read {
  626. border-right: 2px solid #e74c3c;
  627. }
  628. .flux.not_read:not(.current) {
  629. background: #171717;
  630. }
  631. .flux.not_read:not(.current):hover .item.title {
  632. background: inherit;
  633. }
  634. .flux:not(.current):hover .item.title {
  635. background: #333;
  636. }
  637. .flux .item.title a {
  638. color: #ababab;
  639. }
  640. .flux.favorite {
  641. border-right: 2px solid #ffc300;
  642. }
  643. .flux.favorite:not(.current) {
  644. background: #171717;
  645. }
  646. .flux_header {
  647. font-size: 0.8rem;
  648. border-top: 1px solid #292929;
  649. cursor: pointer;
  650. }
  651. .flux_header .title {
  652. font-size: 0.9rem;
  653. }
  654. .flux .website .favicon {
  655. padding: 5px;
  656. }
  657. .flux .item.date {
  658. color: #ababab;
  659. font-size: 0.7rem;
  660. }
  661. .flux .bottom {
  662. font-size: 0.8rem;
  663. text-align: center;
  664. }
  665. /*=== Content of feed articles */
  666. .content {
  667. padding: 20px 10px;
  668. color: #999;
  669. }
  670. .content > h1.title > a {
  671. color: #949494;
  672. }
  673. .content hr {
  674. margin: 30px 10px;
  675. background: #ddd;
  676. height: 1px;
  677. border: 0;
  678. box-shadow: 0 2px 5px #ccc;
  679. }
  680. .content pre {
  681. margin: 10px auto;
  682. padding: 10px 20px;
  683. overflow: auto;
  684. background: #222;
  685. color: #fff;
  686. font-size: 0.9rem;
  687. border-radius: 3px;
  688. }
  689. .content code {
  690. padding: 2px 5px;
  691. background: #262626;
  692. border: 1px solid #262626;
  693. border-radius: 3px;
  694. }
  695. .content pre code {
  696. background: transparent;
  697. color: #fff;
  698. border: none;
  699. }
  700. .content blockquote {
  701. margin: 0;
  702. padding: 25px;
  703. background: #262626;
  704. display: block;
  705. color: #999;
  706. }
  707. .content blockquote p {
  708. margin: 0;
  709. }
  710. /*=== Notification and actualize notification */
  711. .notification {
  712. padding: 0 5px 0 0;
  713. font-size: 0.9em;
  714. border: 1px solid #eeb;
  715. border-radius: 3px;
  716. text-align: center;
  717. font-weight: bold;
  718. line-height: 3em;
  719. z-index: 10;
  720. vertical-align: middle;
  721. }
  722. .notification.good {
  723. background: #262626;
  724. color: #999;
  725. border: 2px solid #3b5981;
  726. }
  727. .notification.bad {
  728. background: #fdd;
  729. color: #844;
  730. border: 1px solid #ecc;
  731. }
  732. .notification a.close {
  733. padding: 0 15px;
  734. line-height: 3em;
  735. }
  736. .notification.bad a.close:hover {
  737. background: #ecc;
  738. }
  739. .notification#actualizeProgress {
  740. line-height: 2em;
  741. }
  742. /*=== "Load more" part */
  743. #bigMarkAsRead {
  744. background: #171717;
  745. color: #0062be;
  746. text-align: center;
  747. text-decoration: none;
  748. }
  749. .bigTick {
  750. display: none!important;
  751. }
  752. /*=== Navigation menu (for articles) */
  753. #nav_entries {
  754. margin: 0;
  755. background: #262626;
  756. text-align: center;
  757. line-height: 3em;
  758. table-layout: fixed;
  759. }
  760. /*=== READER VIEW */
  761. /*================*/
  762. #stream.reader .flux {
  763. padding: 0 0 50px;
  764. color: #333;
  765. border-bottom: 10px solid #171717;
  766. }
  767. #stream.reader .flux.current.active {
  768. background: #333;
  769. }
  770. #stream.reader .flux .author {
  771. margin: 0 0 10px;
  772. color: #666;
  773. font-size: 90%;
  774. }
  775. /*=== GLOBAL VIEW */
  776. /*================*/
  777. .box.category .box-title .title {
  778. font-weight: normal;
  779. text-decoration: none;
  780. text-align: right;
  781. }
  782. .box.category:not([data-unread="0"]) .box-title {
  783. background: #262626;
  784. }
  785. .box.category:not([data-unread="0"]) .box-title:active {
  786. background: #171717;
  787. }
  788. .box.category:not([data-unread="0"]) .box-title .title {
  789. color: #999;
  790. font-weight: bold;
  791. }
  792. .box.category .title:not([data-unread="0"])::after {
  793. background: none;
  794. color: #fff;
  795. border: 0;
  796. box-shadow: none;
  797. position: absolute;
  798. top: 5px; left: 10px;
  799. font-weight: bold;
  800. text-shadow: none;
  801. }
  802. .box.category .item.feed {
  803. padding: 2px 10px;
  804. font-size: 0.8rem;
  805. }
  806. /*=== Slider */
  807. #slider {
  808. background: #171717;
  809. border-left: 1px solid #333;
  810. }
  811. /*=== SLIDESHOW */
  812. /*==============*/
  813. .nav label {
  814. color: #0062b7;
  815. }
  816. /*=== DIVERS */
  817. /*===========*/
  818. .aside.aside_feed .nav-form input,
  819. .aside.aside_feed .nav-form select {
  820. width: 140px;
  821. }
  822. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  823. left: -20px;
  824. }
  825. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  826. left: 33px;
  827. }
  828. /*=== STATISTICS */
  829. /*===============*/
  830. .stat {
  831. margin: 10px 0 20px;
  832. }
  833. .stat th,
  834. .stat td,
  835. .stat tr {
  836. border: none;
  837. }
  838. .stat > table td,
  839. .stat > table th {
  840. border-bottom: 1px solid #ddd;
  841. }
  842. .stat > .horizontal-list {
  843. margin: 0 0 5px;
  844. }
  845. .stat > .horizontal-list .item {
  846. overflow: hidden;
  847. white-space: nowrap;
  848. text-overflow: ellipsis;
  849. }
  850. .stat > .horizontal-list .item:first-child {
  851. width: 270px;
  852. }
  853. /*=== LOGS */
  854. /*=========*/
  855. .loglist {
  856. border: 1px solid #aaa;
  857. border-radius: 5px;
  858. overflow: hidden;
  859. }
  860. .log {
  861. padding: 5px 10px;
  862. background: #fafafa;
  863. color: #333;
  864. font-size: 0.8rem;
  865. }
  866. .log+.log {
  867. border-top: 1px solid #aaa;
  868. }
  869. .log .date {
  870. display: block;
  871. font-weight: bold;
  872. }
  873. .log.error {
  874. background: #fdd;
  875. color: #844;
  876. }
  877. .log.warning {
  878. background: #ffe;
  879. color: #c95;
  880. }
  881. .log.notice {
  882. background: #f4f4f4;
  883. color: #aaa;
  884. }
  885. .log.debug {
  886. background: #333;
  887. color: #eee;
  888. }
  889. /*=== MOBILE */
  890. /*===========*/
  891. @media (max-width: 840px) {
  892. .form-group .group-name {
  893. padding-bottom: 0;
  894. text-align: right;
  895. }
  896. .box .box-title .configure,
  897. .box .box-content .item .configure {
  898. visibility: visible;
  899. }
  900. .aside {
  901. box-shadow: -3px 0 3px #aaa;
  902. transition: width 200ms linear;
  903. }
  904. .aside .toggle_aside,
  905. #panel .close {
  906. background: #f6f6f6;
  907. display: block;
  908. width: 100%;
  909. height: 50px;
  910. border-bottom: 1px solid #ddd;
  911. line-height: 50px;
  912. text-align: center;
  913. }
  914. .aside.aside_feed {
  915. padding: 0;
  916. }
  917. .nav_menu .btn {
  918. margin: 5px 10px;
  919. }
  920. .nav_menu .stick {
  921. margin: 0 10px;
  922. }
  923. .nav_menu .stick .btn {
  924. margin: 5px 0;
  925. }
  926. .nav_menu .search {
  927. display: inline-block;
  928. max-width: 97%;
  929. }
  930. .nav_menu .search input {
  931. max-width: 97%;
  932. width: 90px;
  933. }
  934. .nav_menu .search input:focus {
  935. width: 400px;
  936. }
  937. .day .name {
  938. display: none!important;
  939. font-size: 1.1rem;
  940. text-shadow: none;
  941. }
  942. .pagination {
  943. margin: 0 0 3.5em;
  944. border-top: 1px solid #292929;
  945. }
  946. .flux:not(.current):hover .item.title {
  947. background: #333;
  948. }
  949. .notification a.close {
  950. background: transparent;
  951. display: block;
  952. right: 0;
  953. }
  954. .notification a.close:hover {
  955. opacity: 0.5;
  956. }
  957. .notification a.close .icon {
  958. display: none;
  959. }
  960. .post {
  961. padding-right: 15px;
  962. padding-left: 15px;
  963. }
  964. }