BlueLagoon.rtl.css 24 KB

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