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. .form-group table {
  97. margin: 10px 0 0 220px;
  98. }
  99. /*=== Buttons */
  100. button.as-link[disabled] {
  101. color: #555 !important;
  102. }
  103. .dropdown-menu .input select, .dropdown-menu .input input {
  104. margin: 0 auto 5px;
  105. padding: 2px 5px;
  106. background: #444;
  107. color: #fff;
  108. border: solid 1px #171717;
  109. border-radius: 3px;
  110. box-shadow: 0 2px 2px #222 inset, 0px 1px rgba(255, 255, 255, 0.08);
  111. }
  112. .stick {
  113. vertical-align: middle;
  114. font-size: 0;
  115. }
  116. .stick input,
  117. .stick .btn {
  118. border-radius: 0;
  119. }
  120. .stick .btn:first-child,.stick input:first-child {
  121. border-radius: 6px 0 0 6px;
  122. }
  123. .stick .btn:last-child, .stick input:last-child {
  124. border-radius: 0 6px 6px 0;
  125. }
  126. .stick .btn + .btn,
  127. .stick .btn + input,
  128. .stick .btn + .dropdown > .btn,
  129. .stick input + .btn,
  130. .stick input + input,
  131. .stick input + .dropdown > .btn,
  132. .stick .dropdown + .btn,
  133. .stick .dropdown + input,
  134. .stick .dropdown + .dropdown > .btn {
  135. border-left: none;
  136. }
  137. .stick .btn + .dropdown > .btn {
  138. border-left: none;
  139. border-radius: 0 3px 3px 0;
  140. }
  141. .btn {
  142. margin: 0;
  143. padding: 5px 10px;
  144. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  145. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  146. display: inline-block;
  147. color: #222;
  148. font-size: 0.9rem;
  149. border: solid 1px #ccc;
  150. border-radius: 4px;
  151. min-height: 37px;
  152. min-width: 15px;
  153. text-shadow: 0px -1px rgba(255,255,255,0.08);
  154. vertical-align: middle;
  155. cursor: pointer;
  156. overflow: hidden;
  157. }
  158. a.btn {
  159. min-height: 25px;
  160. line-height: 25px;
  161. }
  162. .btn:hover {
  163. text-shadow: 0 0 2px #fff;
  164. text-decoration: none;
  165. }
  166. .btn.active,.btn:active,.dropdown-target:target ~ .btn.dropdown-toggle {
  167. background: linear-gradient(180deg, #ede7de 0%, #fff 100%) #ede7de;
  168. background: -webkit-linear-gradient(top, #ede7de 0%, #fff 100%);
  169. }
  170. .nav_menu .btn.active, .nav_menu .btn:active, .nav_menu .dropdown-target:target ~ .btn.dropdown-toggle {
  171. background: linear-gradient(180deg, #ede7de 0%, #f6f6f6 100%) #ede7de;
  172. background: -webkit-linear-gradient(top, #ede7de 0%, #f6f6f6 100%);
  173. border: solid 1px #ccc;
  174. border-radius: 4px;
  175. box-shadow: 0 1px #fff;
  176. }
  177. .nav_menu .btn {
  178. background: transparent;
  179. border: 0;
  180. }
  181. .read_all {
  182. color: #222;
  183. }
  184. .btn.dropdown-toggle[href="#dropdown-configure"] {
  185. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  186. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  187. border: solid 1px #ccc;
  188. border-radius: 4px;
  189. box-shadow: 0 1px #fff;
  190. }
  191. .btn.dropdown-toggle:active {
  192. background: transparent;
  193. }
  194. .btn-important {
  195. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  196. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  197. color: #fff;
  198. border-radius: 4px;
  199. box-shadow: 0 1px rgba(255,255,255,0.08) inset;
  200. text-shadow: 0px -1px rgba(255,255,255,0.08);
  201. font-weight: normal;
  202. }
  203. .btn-important:active {
  204. background: linear-gradient(0deg, #e4992c 0%, #d18114 100%) #e4992c;
  205. background: -webkit-linear-gradient(bottom, #e4992c 0%, #d18114 100%);
  206. }
  207. .btn-attention {
  208. background: #e95b57;
  209. background: linear-gradient(to bottom, #e95b57, #bd362f);
  210. background: -webkit-linear-gradient(top, #e95b57 0%, #bd362f 100%);
  211. color: #fff;
  212. border: 1px solid #c44742;
  213. text-shadow: 0px -1px 0px #666;
  214. }
  215. .btn-attention:hover {
  216. background: linear-gradient(to bottom, #d14641, #bd362f);
  217. background: -webkit-linear-gradient(top, #d14641 0%, #bd362f 100%);
  218. }
  219. .btn-attention:active {
  220. background: #bd362f;
  221. box-shadow: none;
  222. }
  223. .btn[type="reset"] {
  224. background: linear-gradient(180deg, #222 0%, #171717 100%) #171717;
  225. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  226. color: #fff;
  227. box-shadow: 0 -1px rgba(255,255,255,0.08) inset;
  228. }
  229. /*=== Navigation */
  230. .nav-list .nav-header,
  231. .nav-list .item {
  232. height: 2.5em;
  233. line-height: 2.5em;
  234. font-size: 0.9rem;
  235. }
  236. .nav-list .item:hover {
  237. text-shadow: 0 0 2px rgba(255,255,255,0.28);
  238. color: #fff;
  239. }
  240. .nav-list .item.active {
  241. margin: 0;
  242. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  243. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  244. box-shadow: -1px 2px 2px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset;
  245. border-width: medium medium 1px;
  246. border-style: none none solid;
  247. border-color: -moz-use-text-color -moz-use-text-color #171717;
  248. }
  249. .nav-list .item.active a {
  250. color: #fff;
  251. }
  252. .nav-list .disable {
  253. background: #fafafa;
  254. color: #aaa;
  255. text-align: center;
  256. }
  257. .nav-list .item > a {
  258. padding: 0 10px;
  259. color: #ccc;
  260. }
  261. .nav-list a:hover {
  262. text-decoration: none;
  263. }
  264. .nav-list .item.empty a {
  265. color: #f39c12;
  266. }
  267. .nav-list .item.active.empty a {
  268. background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
  269. background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
  270. color: #fff;
  271. }
  272. .nav-list .item.error a {
  273. color: #bd362f;
  274. }
  275. .nav-list .item.active.error a {
  276. background: #bd362f;
  277. color: #fff;
  278. }
  279. .nav-list .nav-header {
  280. padding: 0 10px;
  281. background: transparent;
  282. color: #222;
  283. }
  284. .nav-list .nav-form {
  285. padding: 3px;
  286. text-align: center;
  287. }
  288. .nav-head {
  289. margin: 0;
  290. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  291. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  292. text-align: right;
  293. }
  294. .nav-head .item {
  295. padding: 5px 10px;
  296. font-size: 0.9rem;
  297. line-height: 1.5rem;
  298. }
  299. /*=== Horizontal-list */
  300. .horizontal-list {
  301. margin: 0;
  302. padding: 0;
  303. }
  304. .horizontal-list .item {
  305. vertical-align: middle;
  306. }
  307. /*=== Dropdown */
  308. .dropdown-menu {
  309. margin: 5px 0 0;
  310. padding: 5px 0;
  311. background: #222;
  312. font-size: 0.8rem;
  313. border: 1px solid #171717;
  314. border-radius: 4px;
  315. box-shadow: 0 0 3px #000;
  316. text-align: left;
  317. }
  318. .dropdown-menu::after {
  319. background: #222;
  320. width: 10px;
  321. height: 10px;
  322. border-top: 1px solid #171717;
  323. border-left: 1px solid #171717;
  324. content: "";
  325. position: absolute;
  326. top: -6px;
  327. right: 13px;
  328. z-index: -10;
  329. transform: rotate(45deg);
  330. }
  331. .dropdown-header {
  332. display: none;
  333. }
  334. .dropdown-menu > .item > a,
  335. .dropdown-menu > .item > span,
  336. .dropdown-menu > .item > .as-link {
  337. padding: 0 22px;
  338. line-height: 2.5em;
  339. color: #ccc;
  340. font-size: 0.8rem;
  341. }
  342. .dropdown-menu > .item > label {
  343. color: #ccc;
  344. }
  345. .dropdown-menu > .item:hover {
  346. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  347. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  348. color: #fff;
  349. }
  350. .dropdown-menu > .item[aria-checked="true"] > a::before {
  351. font-weight: bold;
  352. margin: 0 0 0 -14px;
  353. }
  354. .dropdown-menu > .item:hover > a {
  355. color: #fff;
  356. text-decoration: none;
  357. }
  358. .separator {
  359. margin: 5px 0;
  360. border-bottom: 1px solid #171717;
  361. box-shadow: 0 1px rgba(255,255,255,0.08);
  362. }
  363. /*=== Alerts */
  364. .alert {
  365. margin: 15px auto;
  366. padding: 10px 15px;
  367. background: #f4f4f4;
  368. color: #aaa;
  369. font-size: 0.9em;
  370. border: 1px solid #ccc;
  371. border-right: 1px solid #aaa;
  372. border-bottom: 1px solid #aaa;
  373. border-radius: 5px;
  374. text-shadow: 0 0 1px #eee;
  375. }
  376. .alert-head {
  377. font-size: 1.15em;
  378. }
  379. .alert > a {
  380. color: inherit;
  381. text-decoration: underline;
  382. }
  383. .alert-warn {
  384. background: #ffe;
  385. color: #c95;
  386. border: 1px solid #eeb;
  387. }
  388. .alert-success {
  389. background: #dfd;
  390. color: #484;
  391. border: 1px solid #cec;
  392. }
  393. .alert-error {
  394. background: #fdd;
  395. color: #844;
  396. border: 1px solid #ecc;
  397. }
  398. /*=== Pagination */
  399. .pagination {
  400. background: #fafafa;
  401. text-align: center;
  402. color: #333;
  403. font-size: 0.8em;
  404. }
  405. .content .pagination {
  406. margin: 0;
  407. padding: 0;
  408. }
  409. .pagination .item.pager-current {
  410. font-weight: bold;
  411. font-size: 1.5em;
  412. }
  413. .pagination .item a {
  414. display: block;
  415. color: #333;
  416. font-style: italic;
  417. line-height: 3em;
  418. text-decoration: none;
  419. }
  420. .pagination .item a:hover {
  421. background: #ddd;
  422. }
  423. .pagination:first-child .item {
  424. border-bottom: 1px solid #aaa;
  425. }
  426. .pagination:last-child .item {
  427. border-top: 1px solid #ddd;
  428. }
  429. .pagination .loading,
  430. .pagination a:hover.loading {
  431. background: url("loader.gif") center center no-repeat #fff;
  432. height: 55px;
  433. font-size: 0
  434. }
  435. /*=== Boxes */
  436. .box {
  437. background: #f9f7f4;
  438. border-radius: 4px;
  439. box-shadow: 0 1px #fff;
  440. }
  441. .box .box-title {
  442. margin: 0;
  443. padding: 5px 10px;
  444. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #171717;
  445. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  446. color: #888;
  447. font-size: 1.1rem;
  448. border-radius: 4px 4px 0 0;
  449. box-shadow: 0px -1px #fff inset,0 -2px #ccc inset;
  450. text-shadow: 0 1px #ccc;
  451. font-weight: normal;
  452. }
  453. .box .box-content {
  454. max-height: 260px;
  455. }
  456. .box .box-content .item {
  457. padding: 0 10px;
  458. font-size: 0.9rem;
  459. line-height: 2.5em;
  460. }
  461. .box .box-title .configure,
  462. .box .box-content .item .configure {
  463. visibility: hidden;
  464. }
  465. .box .box-title:hover .configure,
  466. .box .box-content .item:hover .configure {
  467. visibility: visible;
  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. width: 40px;
  555. height: 40px;
  556. }
  557. .header > .item.title {
  558. width: 250px;
  559. }
  560. .header > .item.title h1 {
  561. margin: 10px 0;
  562. }
  563. .header > .item.title h1 a {
  564. color: #222;
  565. font-size: 28px;
  566. text-decoration: none;
  567. text-shadow: 0 1px #fff;
  568. }
  569. .header > .item.search input {
  570. width: 230px;
  571. }
  572. .header .item.search input:focus {
  573. width: 350px;
  574. }
  575. /*=== Body */
  576. #global {
  577. background: #f9f7f4;
  578. /* Header : 60px + 1px border bottom */
  579. height: calc(100% - 61px);
  580. }
  581. .aside {
  582. background: #222;
  583. width: 235px;
  584. box-shadow: 0 2px 2px #171717 inset;
  585. }
  586. .aside.aside_feed {
  587. padding: 10px 0;
  588. text-align: center;
  589. }
  590. .aside.aside_feed .tree {
  591. margin: 10px 0 50px;
  592. }
  593. /*=== Aside main page (categories) */
  594. .aside_feed .tree-folder-title > .title:not([data-unread="0"])::after {
  595. position: absolute;
  596. right: 3px;
  597. padding: 1px 5px;
  598. color: #fff;
  599. text-shadow: 0 1px rgba(255,255,255,0.08);
  600. }
  601. .aside_feed .btn-important {
  602. border: none;
  603. }
  604. /*=== Aside main page (feeds) */
  605. .feed.item.empty,
  606. .feed.item.empty > a {
  607. color: #e67e22;
  608. }
  609. .feed.item.error,
  610. .feed.item.error > a {
  611. color: #bd362f;
  612. }
  613. .aside_feed .tree-folder-items .dropdown-menu::after {
  614. left: 2px;
  615. }
  616. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  617. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  618. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  619. border-radius: 3px;
  620. }
  621. /*=== Configuration pages */
  622. .post {
  623. padding: 10px 50px;
  624. font-size: 0.9em;
  625. }
  626. .post form {
  627. margin: 10px 0;
  628. }
  629. .post.content {
  630. max-width: 550px;
  631. }
  632. /*=== Prompt (centered) */
  633. .prompt {
  634. max-width: 20rem;
  635. margin-left: auto;
  636. margin-right: auto;
  637. padding-left: .5rem;
  638. padding-right: .5rem;
  639. text-align: center;
  640. text-shadow: 0 1px rgba(255,255,255,0.08);
  641. }
  642. .prompt form {
  643. margin-top: 2rem;
  644. margin-bottom: 3rem;
  645. text-align: left;
  646. }
  647. .prompt label {
  648. text-align: left;
  649. }
  650. .prompt .form-group {
  651. margin-bottom: 1rem;
  652. }
  653. .prompt .form-group::after {
  654. display: none;
  655. }
  656. .prompt .form-group.form-group-actions {
  657. display: flex;
  658. margin-top: 2rem;
  659. align-items: center;
  660. justify-content: space-between;
  661. }
  662. .prompt .stick,
  663. .prompt input {
  664. width: 100%;
  665. box-sizing: border-box;
  666. }
  667. .prompt input#username,.prompt input#passwordPlain {
  668. background: #fff;
  669. border: solid 1px #ccc;
  670. box-shadow: 0 4px -4px #ccc inset,0px 1px rgba(255, 255, 255, 0.08);
  671. }
  672. .prompt input#username:focus,.prompt input#passwordPlain:focus {
  673. border: solid 1px #0062be;
  674. box-shadow: 0 0 3px #0062be;
  675. }
  676. .prompt .btn.btn-important {
  677. padding-left: 1.5rem;
  678. padding-right: 1.5rem;
  679. font-size: 1.1rem;
  680. }
  681. .prompt p {
  682. margin: 20px 0;
  683. }
  684. /*=== New article notification */
  685. #new-article {
  686. background: #0084cc;
  687. text-align: center;
  688. font-size: 0.9em;
  689. }
  690. #new-article:hover {
  691. background: #06c;
  692. }
  693. #new-article > a {
  694. line-height: 3em;
  695. color: #fff;
  696. font-weight: bold;
  697. }
  698. #new-article > a:hover {
  699. text-decoration: none;
  700. }
  701. /*=== Day indication */
  702. .day {
  703. padding: 0 10px;
  704. background: #f9f7f4;
  705. color: #666;
  706. box-shadow: 0 -1px #ccc, 0 -1px rgba(255,255,255,0.28) inset;
  707. font-style: italic;
  708. line-height: 3em;
  709. text-shadow: 0 1px rgba(255,255,255,0.28);
  710. text-align: center;
  711. }
  712. #new-article + .day {
  713. border-top: none;
  714. }
  715. .day .name {
  716. display: none;
  717. }
  718. /*=== Index menu */
  719. .nav_menu {
  720. padding: 5px 0;
  721. background: linear-gradient(0deg, #ede7de 0%, #c2bcb3 100%) #ede7de;
  722. background: -webkit-linear-gradient(bottom, #ede7de 0%, #c2bcb3 100%);
  723. border-bottom: 1px solid #ccc;
  724. box-shadow: 0 -1px rgba(255, 255, 255, 0.28) inset;
  725. text-align: center;
  726. }
  727. #panel >.nav_menu {
  728. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  729. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  730. }
  731. #panel > .nav_menu > #nav_menu_read_all {
  732. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  733. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  734. border: 1px solid #ccc;
  735. border-radius: 4px;
  736. box-shadow: 0px 1px #fff;
  737. }
  738. #panel > .nav_menu > #nav_menu_read_all .dropdown > .btn.dropdown-toggle {
  739. border: none;
  740. border-left: solid 1px #ccc;
  741. border-radius: 0 4px 4px 0;
  742. }
  743. /*=== Feed articles */
  744. .flux_content {
  745. background: #fff;
  746. }
  747. .flux {
  748. background: #f9f7f4;
  749. }
  750. .flux:hover {
  751. background: #f9f7f4;
  752. }
  753. .flux:not(.current):hover .item.title {
  754. background: #f9f7f4;
  755. }
  756. .flux.current .flux .item.title a {
  757. text-shadow: 0 0 2px #ccc;
  758. }
  759. .flux.favorite {
  760. background: #fff6da;
  761. }
  762. .flux.favorite:not(.current):hover {
  763. background: #f9f7f4;
  764. }
  765. .flux.favorite:not(.current):hover .item.title {
  766. background: #f9f7f4;
  767. }
  768. .flux.current {
  769. background: linear-gradient(0deg, #dad4cb 0%, #fff 100%) #dad4cb;
  770. background: -webkit-linear-gradient(bottom, #dad4cb 0%, #fff 100%);
  771. border-left: solid 4px #0062bf;
  772. box-shadow: 0 -1px #fff inset, 0 2px #ccc;
  773. }
  774. .flux .item.title a {
  775. color: #b4b3b1;
  776. }
  777. .flux.not_read .item.title a,
  778. .flux.favorite .item.title a {
  779. color: #333;
  780. }
  781. .flux.not_read:not(.current):hover .item.title a {
  782. color: #50504f;
  783. }
  784. .flux.current .item.title a {
  785. color: #0f0f0f;
  786. }
  787. .flux_header {
  788. font-size: 0.8rem;
  789. border-top: 1px solid #ddd;
  790. box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
  791. cursor: pointer;
  792. }
  793. .flux_header .title {
  794. font-size: 0.9rem;
  795. }
  796. .flux .website .favicon {
  797. padding: 5px;
  798. }
  799. .flux .item.date {
  800. color: #666;
  801. font-size: 0.7rem;
  802. }
  803. .flux .bottom {
  804. font-size: 0.8rem;
  805. text-align: center;
  806. }
  807. /*=== Content of feed articles */
  808. .content {
  809. padding: 20px 10px;
  810. }
  811. .content > h1.title > a {
  812. color: #000;
  813. }
  814. .content hr {
  815. margin: 30px 10px;
  816. background: #ddd;
  817. height: 1px;
  818. border: 0;
  819. box-shadow: 0 2px 5px #ccc;
  820. }
  821. .content pre {
  822. margin: 10px auto;
  823. padding: 10px 20px;
  824. overflow: auto;
  825. background: #222;
  826. color: #fff;
  827. font-size: 0.9rem;
  828. border-radius: 3px;
  829. }
  830. .content code {
  831. padding: 2px 5px;
  832. background: #fafafa;
  833. color: #d14;
  834. border: 1px solid #eee;
  835. border-radius: 3px;
  836. }
  837. .content pre code {
  838. background: transparent;
  839. color: #fff;
  840. border: none;
  841. }
  842. .content blockquote {
  843. margin: 0;
  844. padding: 5px 20px;
  845. background: #fafafa;
  846. display: block;
  847. color: #333;
  848. border-top: 1px solid #ddd;
  849. border-bottom: 1px solid #ddd;
  850. }
  851. .content blockquote p {
  852. margin: 0;
  853. }
  854. /*=== Notification and actualize notification */
  855. .notification {
  856. padding: 0 0 0 5px;
  857. background: #222;
  858. color: #fff;
  859. font-size: 0.9em;
  860. border: none;
  861. border-radius: 0 0 6px 6px;
  862. 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;
  863. text-align: center;
  864. font-weight: bold;
  865. line-height: 3em;
  866. position: absolute;
  867. top: 0;
  868. z-index: 10;
  869. vertical-align: middle;
  870. }
  871. .notification.good {
  872. color: #fff;
  873. }
  874. .notification.bad {
  875. background: #222;
  876. color: #eb2901;
  877. }
  878. .notification a.close {
  879. padding: 0 15px;
  880. line-height: 3em;
  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. .box .box-title .configure,
  1059. .box .box-content .item .configure {
  1060. visibility: visible;
  1061. }
  1062. .header {
  1063. display: table;
  1064. }
  1065. .nav-login {
  1066. display: none;
  1067. }
  1068. .aside {
  1069. width: 0;
  1070. border-top: none;
  1071. box-shadow: 3px 0 3px #000;
  1072. transition: width 200ms linear;
  1073. }
  1074. .aside:target {
  1075. width: 235px;
  1076. }
  1077. .aside .toggle_aside,
  1078. #panel .close {
  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. .day .name {
  1110. display: none;
  1111. }
  1112. .pagination {
  1113. margin: 0 0 3.5em;
  1114. }
  1115. .notification a.close {
  1116. background: transparent;
  1117. display: block;
  1118. left: 0;
  1119. }
  1120. .notification a.close:hover {
  1121. opacity: 0.5;
  1122. }
  1123. .notification a.close .icon {
  1124. display: none;
  1125. }
  1126. #nav_entries {
  1127. width: 100%;
  1128. }
  1129. .post {
  1130. padding-left: 15px;
  1131. padding-right: 15px;
  1132. }
  1133. #close-slider.active {
  1134. background: #171717;
  1135. box-shadow: 0 1px rgba(255,255,255,0.08)
  1136. }
  1137. }
  1138. @media (max-width: 700px) {
  1139. .header {
  1140. display: none;
  1141. }
  1142. .nav-login {
  1143. display: inline-block;
  1144. width: 100%;
  1145. }
  1146. .nav_menu .search {
  1147. display: inline-block;
  1148. }
  1149. }