BlueLagoon.rtl.css 24 KB

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