pafat.css 16 KB

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