dark.css 17 KB

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