BlueLagoon.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362
  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: left;
  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: right;
  98. }
  99. .form-group .group-controls {
  100. min-height: 25px;
  101. padding: 5px 0;
  102. }
  103. .form-group table {
  104. margin: 10px 0 0 220px;
  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: 6px 0 0 6px;
  129. }
  130. .stick .btn:last-child, .stick input:last-child {
  131. border-radius: 0 6px 6px 0;
  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-left: none;
  143. }
  144. .stick .btn + .dropdown > .btn {
  145. border-left: none;
  146. border-radius: 0 3px 3px 0;
  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: right;
  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: left;
  324. }
  325. .dropdown-menu::after {
  326. background: #222;
  327. width: 10px;
  328. height: 10px;
  329. border-top: 1px solid #171717;
  330. border-left: 1px solid #171717;
  331. content: "";
  332. position: absolute;
  333. top: -6px;
  334. right: 13px;
  335. z-index: -10;
  336. transform: rotate(45deg);
  337. }
  338. .dropdown-header {
  339. display: none;
  340. }
  341. .dropdown-menu > .item > a,
  342. .dropdown-menu > .item > span,
  343. .dropdown-menu > .item > .as-link {
  344. padding: 0 22px;
  345. line-height: 2.5em;
  346. color: #ccc;
  347. font-size: 0.8rem;
  348. }
  349. .dropdown-menu > .item > label {
  350. color: #ccc;
  351. }
  352. .dropdown-menu > .item:hover {
  353. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  354. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  355. color: #fff;
  356. }
  357. .dropdown-menu > .item[aria-checked="true"] > a::before {
  358. font-weight: bold;
  359. margin: 0 0 0 -14px;
  360. }
  361. .dropdown-menu > .item:hover > a {
  362. color: #fff;
  363. text-decoration: none;
  364. }
  365. .separator {
  366. margin: 5px 0;
  367. border-bottom: 1px solid #171717;
  368. box-shadow: 0 1px rgba(255,255,255,0.08);
  369. }
  370. /*=== Alerts */
  371. .alert {
  372. margin: 15px auto;
  373. padding: 10px 15px;
  374. background: #f4f4f4;
  375. color: #aaa;
  376. font-size: 0.9em;
  377. border: 1px solid #ccc;
  378. border-right: 1px solid #aaa;
  379. border-bottom: 1px solid #aaa;
  380. border-radius: 5px;
  381. text-shadow: 0 0 1px #eee;
  382. }
  383. .alert-head {
  384. font-size: 1.15em;
  385. }
  386. .alert > a {
  387. color: inherit;
  388. text-decoration: underline;
  389. }
  390. .alert-warn {
  391. background: #ffe;
  392. color: #c95;
  393. border: 1px solid #eeb;
  394. }
  395. .alert-success {
  396. background: #dfd;
  397. color: #484;
  398. border: 1px solid #cec;
  399. }
  400. .alert-error {
  401. background: #fdd;
  402. color: #844;
  403. border: 1px solid #ecc;
  404. }
  405. /*=== Pagination */
  406. .pagination {
  407. background: #fafafa;
  408. text-align: center;
  409. color: #333;
  410. font-size: 0.8em;
  411. }
  412. .content .pagination {
  413. margin: 0;
  414. padding: 0;
  415. }
  416. .pagination .item.pager-current {
  417. font-weight: bold;
  418. font-size: 1.5em;
  419. }
  420. .pagination .item a {
  421. display: block;
  422. color: #333;
  423. font-style: italic;
  424. line-height: 3em;
  425. text-decoration: none;
  426. }
  427. .pagination .item a:hover {
  428. background: #ddd;
  429. }
  430. .pagination:first-child .item {
  431. border-bottom: 1px solid #aaa;
  432. }
  433. .pagination:last-child .item {
  434. border-top: 1px solid #ddd;
  435. }
  436. .pagination .loading,
  437. .pagination a:hover.loading {
  438. background: url("loader.gif") center center no-repeat #fff;
  439. height: 55px;
  440. font-size: 0
  441. }
  442. /*=== Boxes */
  443. .box {
  444. background: #f9f7f4;
  445. border-radius: 4px;
  446. box-shadow: 0 1px #fff;
  447. }
  448. .box .box-title {
  449. margin: 0;
  450. padding: 5px 10px;
  451. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #171717;
  452. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  453. color: #888;
  454. font-size: 1.1rem;
  455. border-radius: 4px 4px 0 0;
  456. box-shadow: 0px -1px #fff inset,0 -2px #ccc inset;
  457. text-shadow: 0 1px #ccc;
  458. font-weight: normal;
  459. }
  460. .box .box-content {
  461. max-height: 260px;
  462. }
  463. .box .box-content .item {
  464. padding: 0 10px;
  465. font-size: 0.9rem;
  466. line-height: 2.5em;
  467. }
  468. .box .box-title .configure,
  469. .box .box-content .item .configure {
  470. visibility: hidden;
  471. }
  472. .box .box-title:hover .configure,
  473. .box .box-content .item:hover .configure {
  474. visibility: visible;
  475. }
  476. /*=== Tree */
  477. .tree {
  478. margin: 10px 0;
  479. }
  480. .tree-folder-title {
  481. position: relative;
  482. padding: 0 10px;
  483. line-height: 2.5rem;
  484. font-size: 0.9rem;
  485. }
  486. .tree-folder-title .title {
  487. background: inherit;
  488. color: #fff;
  489. }
  490. .tree-folder-title .title:hover {
  491. text-decoration: none;
  492. }
  493. .tree-folder.active .tree-folder-title {
  494. background: linear-gradient(180deg, #222 0%, #171717 100%) #171717;
  495. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  496. color: #fff;
  497. box-shadow: 0px 1px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset;
  498. text-shadow: 0 0 2px rgba(255,255,255,0.28);
  499. }
  500. .tree-folder.active > .tree-folder-title > a.title {
  501. color: #0090ff;
  502. text-shadow: 0 1px rgba(255,255,255,0.08);
  503. }
  504. .tree-folder-items {
  505. padding: 8px 0;
  506. background: #171717;
  507. box-shadow: 0 4px 4px #171717 inset, 0 1px rgba(255,255,255,0.08),0 -1px rgba(255,255,255,0.08);
  508. }
  509. .tree-folder-items > .item {
  510. padding: 0 10px;
  511. line-height: 2.5rem;
  512. font-size: 0.8rem;
  513. }
  514. .tree-folder-items > .item.active {
  515. margin: 0px 8px;
  516. background: linear-gradient(180deg, #222 0%, #171717 100%) #171717;
  517. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  518. border-radius: 4px;
  519. box-shadow: 0px 1px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset, 0 2px 2px #111;
  520. }
  521. .tree-folder-items > .item > a {
  522. text-decoration: none;
  523. color: #fff;
  524. font-size: 0.92em;
  525. }
  526. .tree-folder-items > .item.active > a {
  527. color: #0090ff
  528. }
  529. /*=== Scrollbar */
  530. @supports (scrollbar-width: thin) {
  531. #sidebar {
  532. scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0.0);
  533. }
  534. #sidebar:hover {
  535. scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.0);
  536. }
  537. }
  538. @supports not (scrollbar-width: thin) {
  539. #sidebar::-webkit-scrollbar-thumb {
  540. background: rgba(255, 255, 255, 0.1);
  541. }
  542. #sidebar:hover::-webkit-scrollbar-thumb {
  543. background: rgba(255, 255, 255, 0.3);
  544. }
  545. }
  546. /*=== STRUCTURE */
  547. /*===============*/
  548. /*=== Header */
  549. .header {
  550. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  551. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  552. border-bottom: solid 1px #bdb7ae;
  553. box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
  554. }
  555. .header > .item {
  556. padding: 0;
  557. vertical-align: middle;
  558. text-align: center;
  559. }
  560. .header > .item.title .logo {
  561. width: 40px;
  562. height: 40px;
  563. }
  564. .header > .item.title {
  565. width: 250px;
  566. }
  567. .header > .item.title h1 {
  568. margin: 10px 0;
  569. }
  570. .header > .item.title h1 a {
  571. color: #222;
  572. font-size: 28px;
  573. text-decoration: none;
  574. text-shadow: 0 1px #fff;
  575. }
  576. .header > .item.search input {
  577. width: 230px;
  578. }
  579. .header .item.search input:focus {
  580. width: 350px;
  581. }
  582. /*=== Body */
  583. #global {
  584. background: #f9f7f4;
  585. /* Header : 60px + 1px border bottom */
  586. height: calc(100% - 61px);
  587. }
  588. .aside {
  589. background: #222;
  590. width: 235px;
  591. box-shadow: 0 2px 2px #171717 inset;
  592. }
  593. .aside.aside_feed {
  594. padding: 10px 0;
  595. text-align: center;
  596. }
  597. .aside.aside_feed .tree {
  598. margin: 10px 0 50px;
  599. }
  600. /*=== Aside main page (categories) */
  601. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  602. position: absolute;
  603. right: 3px;
  604. padding: 1px 5px;
  605. color: #fff;
  606. text-shadow: 0 1px rgba(255,255,255,0.08);
  607. }
  608. .aside_feed .btn-important {
  609. border: none;
  610. }
  611. /*=== Aside main page (feeds) */
  612. .feed.item.empty,
  613. .feed.item.empty > a {
  614. color: #e67e22;
  615. }
  616. .feed.item.error,
  617. .feed.item.error > a {
  618. color: #bd362f;
  619. }
  620. .aside_feed .tree-folder-items .dropdown-menu::after {
  621. left: 2px;
  622. }
  623. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  624. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  625. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  626. border-radius: 3px;
  627. }
  628. /*=== Configuration pages */
  629. .post {
  630. padding: 10px 50px;
  631. font-size: 0.9em;
  632. }
  633. .post form {
  634. margin: 10px 0;
  635. }
  636. .post.content {
  637. max-width: 550px;
  638. }
  639. /*=== Prompt (centered) */
  640. .prompt {
  641. text-align: center;
  642. padding: 14px 0px;
  643. text-shadow: 0 1px rgba(255,255,255,0.08);
  644. }
  645. .prompt label {
  646. text-align: left;
  647. }
  648. .prompt form {
  649. margin: 10px auto 20px auto;
  650. width: 180px;
  651. }
  652. .prompt input {
  653. margin: 5px auto;
  654. width: 100%;
  655. }
  656. .prompt p {
  657. margin: 20px 0;
  658. }
  659. .prompt input#username,.prompt input#passwordPlain {
  660. background: #fff;
  661. border: solid 1px #ccc;
  662. box-shadow: 0 4px -4px #ccc inset,0px 1px rgba(255, 255, 255, 0.08);
  663. }
  664. .prompt input#username:focus,.prompt input#passwordPlain:focus {
  665. border: solid 1px #0062be;
  666. box-shadow: 0 0 3px #0062be;
  667. }
  668. /*=== New article notification */
  669. #new-article {
  670. background: #0084cc;
  671. text-align: center;
  672. font-size: 0.9em;
  673. }
  674. #new-article:hover {
  675. background: #06c;
  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. }
  685. /*=== Day indication */
  686. .day {
  687. padding: 0 10px;
  688. background: #f9f7f4;
  689. color: #666;
  690. box-shadow: 0 -1px #ccc, 0 -1px rgba(255,255,255,0.28) inset;
  691. font-style: italic;
  692. line-height: 3em;
  693. text-shadow: 0 1px rgba(255,255,255,0.28);
  694. text-align: center;
  695. }
  696. #new-article + .day {
  697. border-top: none;
  698. }
  699. .day .name {
  700. display: none;
  701. }
  702. /*=== Index menu */
  703. .nav_menu {
  704. padding: 5px 0;
  705. background: linear-gradient(0deg, #ede7de 0%, #c2bcb3 100%) #ede7de;
  706. background: -webkit-linear-gradient(bottom, #ede7de 0%, #c2bcb3 100%);
  707. border-bottom: 1px solid #ccc;
  708. box-shadow: 0 -1px rgba(255, 255, 255, 0.28) inset;
  709. text-align: center;
  710. }
  711. #panel >.nav_menu {
  712. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  713. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  714. }
  715. #panel > .nav_menu > #nav_menu_read_all {
  716. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  717. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  718. border: 1px solid #ccc;
  719. border-radius: 4px;
  720. box-shadow: 0px 1px #fff;
  721. }
  722. #panel > .nav_menu > #nav_menu_read_all .dropdown > .btn.dropdown-toggle {
  723. border: none;
  724. border-left: solid 1px #ccc;
  725. border-radius: 0 4px 4px 0;
  726. }
  727. /*=== Feed articles */
  728. .flux_content {
  729. background: #fff;
  730. }
  731. .flux {
  732. background: #f9f7f4;
  733. }
  734. .flux:hover {
  735. background: #f9f7f4;
  736. }
  737. .flux:not(.current):hover .item.title {
  738. background: #f9f7f4;
  739. }
  740. .flux.current .flux .item.title a {
  741. text-shadow: 0 0 2px #ccc;
  742. }
  743. .flux.not_read:not(.current):hover .item.title {
  744. opacity: 0.85;
  745. }
  746. .flux.favorite {
  747. background: #fff6da;
  748. }
  749. .flux.favorite:not(.current):hover {
  750. background: #f9f7f4;
  751. }
  752. .flux.favorite:not(.current):hover .item.title {
  753. background: #f9f7f4;
  754. }
  755. .flux.current {
  756. background: linear-gradient(0deg, #dad4cb 0%, #fff 100%) #dad4cb;
  757. background: -webkit-linear-gradient(bottom, #dad4cb 0%, #fff 100%);
  758. border-left: solid 4px #0062bf;
  759. box-shadow: 0 -1px #fff inset, 0 2px #ccc;
  760. }
  761. .flux .item.title {
  762. opacity: 0.35;
  763. }
  764. .flux.favorite .item.title {
  765. opacity: 1;
  766. }
  767. .flux.not_read .item.title {
  768. opacity: 1;
  769. }
  770. .flux.current .item.title a {
  771. color: #0f0f0f;
  772. }
  773. .flux .item.title a {
  774. color: #333;
  775. }
  776. .flux_header {
  777. font-size: 0.8rem;
  778. border-top: 1px solid #ddd;
  779. box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
  780. cursor: pointer;
  781. }
  782. .flux_header .title {
  783. font-size: 0.9rem;
  784. }
  785. .flux .website .favicon {
  786. padding: 5px;
  787. }
  788. .flux .date {
  789. color: #666;
  790. font-size: 0.7rem;
  791. }
  792. .flux .bottom {
  793. font-size: 0.8rem;
  794. text-align: center;
  795. }
  796. /*=== Content of feed articles */
  797. .content {
  798. padding: 20px 10px;
  799. }
  800. .content > h1.title > a {
  801. color: #000;
  802. }
  803. .content hr {
  804. margin: 30px 10px;
  805. background: #ddd;
  806. height: 1px;
  807. border: 0;
  808. box-shadow: 0 2px 5px #ccc;
  809. }
  810. .content pre {
  811. margin: 10px auto;
  812. padding: 10px 20px;
  813. overflow: auto;
  814. background: #222;
  815. color: #fff;
  816. font-size: 0.9rem;
  817. border-radius: 3px;
  818. }
  819. .content code {
  820. padding: 2px 5px;
  821. background: #fafafa;
  822. color: #d14;
  823. border: 1px solid #eee;
  824. border-radius: 3px;
  825. }
  826. .content pre code {
  827. background: transparent;
  828. color: #fff;
  829. border: none;
  830. }
  831. .content blockquote {
  832. margin: 0;
  833. padding: 5px 20px;
  834. background: #fafafa;
  835. display: block;
  836. color: #333;
  837. border-top: 1px solid #ddd;
  838. border-bottom: 1px solid #ddd;
  839. }
  840. .content blockquote p {
  841. margin: 0;
  842. }
  843. /*=== Notification and actualize notification */
  844. .notification {
  845. padding: 0 0 0 5px;
  846. background: #222;
  847. color: #fff;
  848. font-size: 0.9em;
  849. border: none;
  850. border-radius: 0 0 6px 6px;
  851. 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;
  852. text-align: center;
  853. font-weight: bold;
  854. line-height: 3em;
  855. position: absolute;
  856. top: 0;
  857. z-index: 10;
  858. vertical-align: middle;
  859. }
  860. .notification.good {
  861. color: #fff;
  862. }
  863. .notification.bad {
  864. background: #222;
  865. color: #eb2901;
  866. }
  867. .notification a.close {
  868. padding: 0 15px;
  869. line-height: 3em;
  870. }
  871. .notification#actualizeProgress {
  872. line-height: 2em;
  873. }
  874. /*=== "Load more" part */
  875. #bigMarkAsRead {
  876. background: #f9f7f4;
  877. color: #666;
  878. box-shadow: 0 1px rgba(255,255,255,0.28)inset;
  879. text-align: center;
  880. text-decoration: none;
  881. text-shadow: 0 -1px 0 #aaa;
  882. }
  883. #bigMarkAsRead:hover {
  884. background: #f9f7f4;
  885. background: radial-gradient(circle at 50% -25% , #ccc 0%, #f9f7f4 50%);
  886. color: #000;
  887. }
  888. #bigMarkAsRead:hover .bigTick {
  889. text-shadow: 0 0 10px #666;
  890. }
  891. /*=== Navigation menu (for articles) */
  892. #nav_entries {
  893. background: linear-gradient(180deg, #222 0%, #171717 100%) #222;
  894. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  895. width: 235px;
  896. border-top: 1px solid #171717;
  897. box-shadow: 0 1px rgba(255,255,255,0.08) inset, 0 -2px 2px #171717;
  898. text-align: center;
  899. line-height: 3em;
  900. table-layout: fixed;
  901. }
  902. /*=== READER VIEW */
  903. /*================*/
  904. #stream.reader .flux {
  905. padding: 0 0 50px;
  906. background: #f0f0f0;
  907. color: #333;
  908. border: none;
  909. }
  910. #stream.reader .flux .author {
  911. margin: 0 0 10px;
  912. color: #666;
  913. font-size: 90%;
  914. }
  915. /*=== GLOBAL VIEW */
  916. /*================*/
  917. #stream.global {
  918. padding: 24px 0;
  919. }
  920. .box.category .box-title {
  921. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #171717;
  922. font-size: 1.2rem;
  923. border-radius: none;
  924. box-shadow: 0px -1px #fff inset,0 -2px #ccc inset;
  925. line-height: 2em;
  926. text-shadow: 0 1px #ccc;
  927. }
  928. .box.category .box-title .title {
  929. font-weight: normal;
  930. text-decoration: none;
  931. text-align: left;
  932. color: #888;
  933. }
  934. .box.category:not([data-unread="0"]) .box-title .title {
  935. color: #222;
  936. font-weight: bold;
  937. }
  938. .box.category .title:not([data-unread="0"])::after {
  939. background: none;
  940. border: 0;
  941. position: absolute;
  942. top: 5px; right: 10px;
  943. font-weight: bold;
  944. }
  945. .box.category .item.feed {
  946. padding: 2px 10px;
  947. font-size: 0.8rem;
  948. }
  949. .box.category .item.feed:not(.empty):not(.error) .item-title {
  950. color: #222;
  951. }
  952. /*=== PANEL */
  953. /*===========*/
  954. #panel {
  955. background: #f9f7f4;
  956. border-radius: 8px;
  957. box-shadow: 0px 0px 4px #000;
  958. }
  959. /*=== DIVERS */
  960. /*===========*/
  961. .aside.aside_feed .nav-form input,.aside.aside_feed .nav-form select {
  962. width: 130px;
  963. }
  964. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  965. right: -20px;
  966. }
  967. .aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
  968. right: 33px;
  969. }
  970. /*=== STATISTICS */
  971. /*===============*/
  972. .stat {
  973. margin: 10px 0 20px;
  974. }
  975. .stat th,
  976. .stat td,
  977. .stat tr {
  978. border: none;
  979. }
  980. .stat > table td,
  981. .stat > table th {
  982. background: rgba(255,255,255,0.38);
  983. border-bottom: 1px solid #ccc;
  984. box-shadow: 0 1px #fff;
  985. }
  986. .stat > .horizontal-list {
  987. margin: 0 0 5px;
  988. }
  989. .stat > .horizontal-list .item {
  990. overflow: hidden;
  991. white-space: nowrap;
  992. text-overflow: ellipsis;
  993. }
  994. .stat > .horizontal-list .item:first-child {
  995. width: 250px;
  996. }
  997. /*=== LOGS */
  998. /*=========*/
  999. .loglist {
  1000. border: 1px solid #aaa;
  1001. border-radius: 5px;
  1002. overflow: hidden;
  1003. }
  1004. .log {
  1005. padding: 5px 10px;
  1006. background: #fafafa;
  1007. color: #333;
  1008. font-size: 0.8rem;
  1009. }
  1010. .log+.log {
  1011. border-top: 1px solid #aaa;
  1012. }
  1013. .log .date {
  1014. display: block;
  1015. font-weight: bold;
  1016. }
  1017. .log.error {
  1018. background: #fdd;
  1019. color: #844;
  1020. }
  1021. .log.warning {
  1022. background: #ffe;
  1023. color: #c95;
  1024. }
  1025. .log.notice {
  1026. background: #f4f4f4;
  1027. color: #aaa;
  1028. }
  1029. .log.debug {
  1030. background: #333;
  1031. color: #eee;
  1032. }
  1033. #slider.active {
  1034. background: #f8f8f8;
  1035. box-shadow: -4px 0 4px rgba(15, 15, 15, 0.55);
  1036. }
  1037. #close-slider.active {
  1038. background: rgba(15, 15, 15, 0.35);
  1039. }
  1040. /*=== MOBILE */
  1041. /*===========*/
  1042. @media screen and (max-width: 840px) {
  1043. .header {
  1044. display: table;
  1045. }
  1046. .nav-login {
  1047. display: none;
  1048. }
  1049. .aside {
  1050. width: 0;
  1051. border-top: none;
  1052. box-shadow: 3px 0 3px #000;
  1053. transition: width 200ms linear;
  1054. }
  1055. .aside:target {
  1056. width: 235px;
  1057. }
  1058. .aside .toggle_aside,
  1059. #panel .close {
  1060. background: #171717;
  1061. display: block;
  1062. width: 100%;
  1063. height: 40px;
  1064. line-height: 40px;
  1065. text-align: center;
  1066. box-shadow: 0 1px rgba(255,255,255,0.08);
  1067. }
  1068. .aside .btn-important {
  1069. margin: 20px 0 0;
  1070. display: inline-block;
  1071. }
  1072. .aside.aside_feed {
  1073. padding: 0;
  1074. }
  1075. .nav_menu .btn {
  1076. margin: 5px 10px;
  1077. }
  1078. .nav_menu .stick {
  1079. margin: 0 10px;
  1080. }
  1081. .nav_menu .stick .btn {
  1082. margin: 5px 0;
  1083. }
  1084. .nav_menu .search {
  1085. display: none;
  1086. }
  1087. .nav_menu .search input {
  1088. max-width: 97%;
  1089. width: 90px;
  1090. }
  1091. .nav_menu .search input:focus {
  1092. width: 400px;
  1093. }
  1094. .day .name {
  1095. display: none;
  1096. }
  1097. .pagination {
  1098. margin: 0 0 3.5em;
  1099. }
  1100. .notification a.close {
  1101. background: transparent;
  1102. display: block;
  1103. left: 0;
  1104. }
  1105. .notification a.close:hover {
  1106. opacity: 0.5;
  1107. }
  1108. .notification a.close .icon {
  1109. display: none;
  1110. }
  1111. #nav_entries {
  1112. width: 100%;
  1113. }
  1114. }
  1115. @media (max-width: 700px) {
  1116. .header {
  1117. display: none;
  1118. }
  1119. .nav-login {
  1120. display: inline-block;
  1121. width: 100%;
  1122. }
  1123. .nav_menu .search {
  1124. display: inline-block;
  1125. }
  1126. .aside .btn-important {
  1127. display: none;
  1128. }
  1129. }