BlueLagoon.css 24 KB

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