BlueLagoon.rtl.css 24 KB

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