BlueLagoon.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367
  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 .icon {
  201. filter: brightness(3);
  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 a:hover {
  237. text-shadow: 0 0 2px rgba(255,255,255,0.28);
  238. color: #fff;
  239. }
  240. .nav-list .item.active a {
  241. margin: 0;
  242. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  243. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  244. color: #fff;
  245. border-color: -moz-use-text-color -moz-use-text-color #171717;
  246. }
  247. .nav-list .disable {
  248. background: #fafafa;
  249. color: #aaa;
  250. text-align: center;
  251. }
  252. .nav-list .item > a {
  253. padding: 0 10px;
  254. color: #ccc;
  255. }
  256. .nav-list a:hover {
  257. text-decoration: none;
  258. }
  259. .nav-list .item.empty a {
  260. color: #f39c12;
  261. }
  262. .nav-list .item.active.empty a {
  263. background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
  264. background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
  265. color: #fff;
  266. }
  267. .nav-list .item.error a {
  268. color: #bd362f;
  269. }
  270. .nav-list .item.active.error a {
  271. background: #bd362f;
  272. color: #fff;
  273. }
  274. .nav-list .nav-header {
  275. padding: 0 10px;
  276. background: transparent;
  277. color: #222;
  278. }
  279. .nav-list .nav-form {
  280. padding: 3px;
  281. text-align: center;
  282. }
  283. .nav-head {
  284. margin: 0;
  285. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  286. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  287. text-align: right;
  288. }
  289. .nav-head .item {
  290. padding: 5px 10px;
  291. font-size: 0.9rem;
  292. line-height: 1.5rem;
  293. }
  294. /*=== Horizontal-list */
  295. .horizontal-list {
  296. margin: 0;
  297. padding: 0;
  298. }
  299. .horizontal-list .item {
  300. vertical-align: middle;
  301. }
  302. /*=== Dropdown */
  303. .dropdown-menu {
  304. margin: 5px 0 0;
  305. padding: 5px 0;
  306. background: #222;
  307. font-size: 0.8rem;
  308. border: 1px solid #171717;
  309. border-radius: 4px;
  310. box-shadow: 0 0 3px #000;
  311. text-align: left;
  312. }
  313. .dropdown-menu::after {
  314. background: #222;
  315. width: 10px;
  316. height: 10px;
  317. border-top: 1px solid #171717;
  318. border-left: 1px solid #171717;
  319. content: "";
  320. position: absolute;
  321. top: -6px;
  322. right: 13px;
  323. z-index: -10;
  324. transform: rotate(45deg);
  325. }
  326. .configure .dropdown-header {
  327. display: none;
  328. }
  329. .dropdown-header {
  330. padding: 0 5px 5px;
  331. color: #ccc;
  332. font-weight: bold;
  333. }
  334. .dropdown-menu .icon {
  335. filter: grayscale(100%) brightness(2.5);
  336. }
  337. .dropdown-menu > .item > a,
  338. .dropdown-menu > .item > span,
  339. .dropdown-menu > .item > .as-link {
  340. padding: 0 22px;
  341. line-height: 2.5em;
  342. color: #ccc;
  343. font-size: 0.8rem;
  344. }
  345. .dropdown-menu > .item > label {
  346. color: #ccc;
  347. }
  348. .dropdown-menu > .item > a:hover,
  349. .dropdown-menu > .item > button:hover {
  350. background: linear-gradient(180deg, #0090ff 0%, #0062be 100%) #e4992c;
  351. background: -webkit-linear-gradient(top, #0090ff 0%, #0062be 100%);
  352. color: #fff;
  353. }
  354. .dropdown-menu > .item[aria-checked="true"] > a::before {
  355. font-weight: bold;
  356. margin: 0 0 0 -14px;
  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. .pagination .item.pager-current {
  406. font-weight: bold;
  407. font-size: 1.5em;
  408. }
  409. .pagination .item a {
  410. display: block;
  411. color: #333;
  412. font-style: italic;
  413. line-height: 3em;
  414. text-decoration: none;
  415. }
  416. .pagination .item a:hover {
  417. background: #ddd;
  418. color: inherit;
  419. }
  420. .pagination .item {
  421. border-top: 1px solid #ddd;
  422. border-bottom: 1px solid #ddd;
  423. }
  424. /*=== Boxes */
  425. .box {
  426. background: #f9f7f4;
  427. border-radius: 4px;
  428. box-shadow: 0 1px #fff;
  429. }
  430. .box .box-title {
  431. margin: 0;
  432. padding: 5px 10px;
  433. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #171717;
  434. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  435. color: #888;
  436. font-size: 1.1rem;
  437. border-radius: 4px 4px 0 0;
  438. box-shadow: 0px -1px #fff inset,0 -2px #ccc inset;
  439. text-shadow: 0 1px #ccc;
  440. font-weight: normal;
  441. }
  442. .box .box-title .configure {
  443. margin-right: 4px;
  444. }
  445. .box .box-content {
  446. padding-left: 30px;
  447. max-height: 260px;
  448. }
  449. .box .box-content .item {
  450. font-size: 0.9rem;
  451. line-height: 2.5em;
  452. }
  453. /*=== Tree */
  454. .tree {
  455. margin: 10px 0;
  456. }
  457. .tree-folder-title {
  458. position: relative;
  459. padding: 0 10px;
  460. line-height: 2.5rem;
  461. font-size: 0.9rem;
  462. }
  463. .tree-folder-title .title {
  464. background: inherit;
  465. color: #fff;
  466. }
  467. .tree-folder-title .title:hover {
  468. text-decoration: none;
  469. }
  470. .tree-folder.active .tree-folder-title {
  471. background: linear-gradient(180deg, #222 0%, #171717 100%) #171717;
  472. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  473. color: #fff;
  474. box-shadow: 0px 1px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset;
  475. text-shadow: 0 0 2px rgba(255,255,255,0.28);
  476. }
  477. .tree-folder.active > .tree-folder-title > a.title {
  478. color: #0090ff;
  479. text-shadow: 0 1px rgba(255,255,255,0.08);
  480. }
  481. .tree-folder-items {
  482. padding: 8px 0;
  483. background: #171717;
  484. box-shadow: 0 4px 4px #171717 inset, 0 1px rgba(255,255,255,0.08),0 -1px rgba(255,255,255,0.08);
  485. }
  486. .tree-folder-items > .item {
  487. padding: 0 10px;
  488. line-height: 2.5rem;
  489. font-size: 0.8rem;
  490. }
  491. .tree-folder-items > .item.active {
  492. margin: 0px 5px;
  493. background: linear-gradient(180deg, #222 0%, #171717 100%) #171717;
  494. background: -webkit-linear-gradient(top, #222 0%, #171717 100%);
  495. border-radius: 4px;
  496. box-shadow: 0px 1px #171717, 0px 1px rgba(255, 255, 255, 0.08) inset, 0 2px 2px #111;
  497. }
  498. .tree-folder-items > .item > a {
  499. text-decoration: none;
  500. color: #fff;
  501. font-size: 0.92em;
  502. }
  503. .tree-folder-items > .item.active > a {
  504. color: #0090ff;
  505. }
  506. /*=== Scrollbar */
  507. @supports (scrollbar-width: thin) {
  508. #sidebar {
  509. scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0.0);
  510. }
  511. #sidebar:hover {
  512. scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.0);
  513. }
  514. }
  515. @supports not (scrollbar-width: thin) {
  516. #sidebar::-webkit-scrollbar-thumb {
  517. background: rgba(255, 255, 255, 0.1);
  518. }
  519. #sidebar:hover::-webkit-scrollbar-thumb {
  520. background: rgba(255, 255, 255, 0.3);
  521. }
  522. }
  523. /*=== STRUCTURE */
  524. /*===============*/
  525. /*=== Header */
  526. .header {
  527. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  528. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  529. border-bottom: solid 1px #bdb7ae;
  530. box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
  531. }
  532. .header > .item {
  533. padding: 0;
  534. vertical-align: middle;
  535. text-align: center;
  536. }
  537. .header > .item.title .logo {
  538. margin: 10px 0;
  539. height: 40px;
  540. filter: grayscale(100%) brightness(0%);
  541. }
  542. .header > .item.title {
  543. width: 250px;
  544. }
  545. .header > .item.title a {
  546. text-shadow: 0 1px #fff;
  547. }
  548. .header > .item.search input {
  549. width: 230px;
  550. }
  551. .header .item.search input:focus {
  552. width: 350px;
  553. }
  554. /*=== Body */
  555. #global {
  556. background: #f9f7f4;
  557. /* Header : 60px + 1px border bottom */
  558. height: calc(100% - 61px);
  559. }
  560. .aside {
  561. background: #222;
  562. width: 235px;
  563. box-shadow: 0 2px 2px #171717 inset;
  564. }
  565. .aside.aside_feed {
  566. padding: 10px 0;
  567. text-align: center;
  568. }
  569. .aside.aside_feed .tree {
  570. margin: 10px 0 50px;
  571. }
  572. /*=== Aside main page (categories) */
  573. .aside_feed .btn-important {
  574. border: none;
  575. }
  576. .aside.aside_feed .tree-folder-items .item.feed.active {
  577. padding: 0 10px;
  578. }
  579. .aside.aside_feed .category .title:not([data-unread="0"])::after {
  580. background-color: #171717;
  581. color: #ccc;
  582. border-color: #999;
  583. }
  584. .aside.aside_feed .feed .item-title:not([data-unread="0"])::after {
  585. background-color: #222;
  586. color: #ccc;
  587. border-color: #999;
  588. }
  589. .aside.aside_feed .feed.active .item-title:not([data-unread="0"])::after {
  590. right: 5px;
  591. }
  592. /*=== Aside main page (feeds) */
  593. .feed.item.empty,
  594. .feed.item.empty > a {
  595. color: #e67e22;
  596. }
  597. .feed.item.error,
  598. .feed.item.error > a {
  599. color: #bd362f;
  600. }
  601. .aside_feed .tree-folder-items .dropdown-menu::after {
  602. left: 2px;
  603. }
  604. .aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  605. .aside_feed .tree-folder-items .item:hover .dropdown-toggle > .icon,
  606. .aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
  607. border-radius: 3px;
  608. }
  609. /*=== Configuration pages */
  610. .post {
  611. padding: 10px 50px;
  612. font-size: 0.9em;
  613. }
  614. .post form {
  615. margin: 10px 0;
  616. }
  617. .post.content {
  618. max-width: 550px;
  619. }
  620. /*=== Prompt (centered) */
  621. .prompt {
  622. max-width: 20rem;
  623. margin-left: auto;
  624. margin-right: auto;
  625. padding-left: .5rem;
  626. padding-right: .5rem;
  627. text-align: center;
  628. text-shadow: 0 1px rgba(255,255,255,0.08);
  629. }
  630. .prompt form {
  631. margin-top: 2rem;
  632. margin-bottom: 3rem;
  633. text-align: left;
  634. }
  635. .prompt label {
  636. text-align: left;
  637. }
  638. .prompt .form-group {
  639. margin-bottom: 1rem;
  640. }
  641. .prompt .form-group::after {
  642. display: none;
  643. }
  644. .prompt .form-group.form-group-actions {
  645. display: flex;
  646. margin-top: 2rem;
  647. align-items: center;
  648. justify-content: space-between;
  649. }
  650. .prompt .stick,
  651. .prompt input {
  652. width: 100%;
  653. box-sizing: border-box;
  654. }
  655. .prompt input#username,.prompt input#passwordPlain {
  656. background: #fff;
  657. border: solid 1px #ccc;
  658. box-shadow: 0 4px -4px #ccc inset,0px 1px rgba(255, 255, 255, 0.08);
  659. }
  660. .prompt input#username:focus,.prompt input#passwordPlain:focus {
  661. border: solid 1px #0062be;
  662. box-shadow: 0 0 3px #0062be;
  663. }
  664. .prompt .btn.btn-important {
  665. padding-left: 1.5rem;
  666. padding-right: 1.5rem;
  667. font-size: 1.1rem;
  668. }
  669. .prompt p {
  670. margin: 20px 0;
  671. }
  672. /*=== New article notification */
  673. #new-article {
  674. background: #0084cc;
  675. text-align: center;
  676. font-size: 0.9em;
  677. }
  678. #new-article > a {
  679. line-height: 3em;
  680. color: #fff;
  681. font-weight: bold;
  682. }
  683. #new-article > a:hover {
  684. text-decoration: none;
  685. background: #06c;
  686. }
  687. /*=== Day indication */
  688. .day {
  689. padding: 0 10px;
  690. background: #f9f7f4;
  691. color: #666;
  692. box-shadow: 0 -1px #ccc, 0 -1px rgba(255,255,255,0.28) inset;
  693. font-style: italic;
  694. line-height: 3em;
  695. text-shadow: 0 1px rgba(255,255,255,0.28);
  696. text-align: center;
  697. }
  698. #new-article + .day {
  699. border-top: none;
  700. }
  701. .day .name {
  702. display: none;
  703. }
  704. /*=== Index menu */
  705. .nav_menu {
  706. padding: 5px 0;
  707. background: linear-gradient(0deg, #ede7de 0%, #c2bcb3 100%) #ede7de;
  708. background: -webkit-linear-gradient(bottom, #ede7de 0%, #c2bcb3 100%);
  709. border-bottom: 1px solid #ccc;
  710. box-shadow: 0 -1px rgba(255, 255, 255, 0.28) inset;
  711. text-align: center;
  712. }
  713. #panel >.nav_menu {
  714. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  715. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  716. }
  717. #panel > .nav_menu > #nav_menu_read_all {
  718. background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de;
  719. background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%);
  720. border: 1px solid #ccc;
  721. border-radius: 4px;
  722. box-shadow: 0px 1px #fff;
  723. }
  724. #panel > .nav_menu > #nav_menu_read_all .dropdown > .btn.dropdown-toggle {
  725. border: none;
  726. border-left: solid 1px #ccc;
  727. border-radius: 0 4px 4px 0;
  728. }
  729. /*=== Feed articles */
  730. .flux_content {
  731. background: #fff;
  732. }
  733. .flux {
  734. background: #f9f7f4;
  735. }
  736. .flux:hover {
  737. background: #f9f7f4;
  738. }
  739. .flux:not(.current):hover .item.title {
  740. background: #f9f7f4;
  741. }
  742. .flux.current .flux .item.title a {
  743. text-shadow: 0 0 2px #ccc;
  744. }
  745. .flux.favorite {
  746. background: #fff6da;
  747. }
  748. .flux.favorite:not(.current):hover {
  749. background: #f9f7f4;
  750. }
  751. .flux.favorite:not(.current):hover .item.title {
  752. background: #f9f7f4;
  753. }
  754. .flux.current {
  755. background: linear-gradient(0deg, #dad4cb 0%, #fff 100%) #dad4cb;
  756. background: -webkit-linear-gradient(bottom, #dad4cb 0%, #fff 100%);
  757. border-left: solid 4px #0062bf;
  758. box-shadow: 0 -1px #fff inset, 0 2px #ccc;
  759. }
  760. .flux .item.title a {
  761. color: #b4b3b1;
  762. }
  763. .flux.not_read .item.title a,
  764. .flux.favorite .item.title a {
  765. color: #333;
  766. }
  767. .flux.not_read:not(.current):hover .item.title a {
  768. color: #50504f;
  769. }
  770. .flux.current .item.title a {
  771. color: #0f0f0f;
  772. }
  773. .flux_header {
  774. font-size: 0.8rem;
  775. border-top: 1px solid #ddd;
  776. box-shadow: 0 -1px rgba(255,255,255,0.28) inset;
  777. cursor: pointer;
  778. }
  779. .flux_header .title {
  780. font-size: 0.9rem;
  781. }
  782. .flux .website .favicon {
  783. padding: 5px;
  784. }
  785. .flux .item.date {
  786. color: #666;
  787. font-size: 0.7rem;
  788. }
  789. .flux .bottom {
  790. font-size: 0.8rem;
  791. text-align: center;
  792. }
  793. /*=== Content of feed articles */
  794. .content {
  795. padding: 20px 10px;
  796. }
  797. .content > h1.title > a {
  798. color: #000;
  799. }
  800. .content hr {
  801. margin: 30px 10px;
  802. background: #ddd;
  803. height: 1px;
  804. border: 0;
  805. box-shadow: 0 2px 5px #ccc;
  806. }
  807. .content pre {
  808. margin: 10px auto;
  809. padding: 10px 20px;
  810. overflow: auto;
  811. background: #222;
  812. color: #fff;
  813. font-size: 0.9rem;
  814. border-radius: 3px;
  815. }
  816. .content code {
  817. padding: 2px 5px;
  818. background: #fafafa;
  819. color: #d14;
  820. border: 1px solid #eee;
  821. border-radius: 3px;
  822. }
  823. .content pre code {
  824. background: transparent;
  825. color: #fff;
  826. border: none;
  827. }
  828. .content blockquote {
  829. margin: 0;
  830. padding: 5px 20px;
  831. background: #fafafa;
  832. display: block;
  833. color: #333;
  834. border-top: 1px solid #ddd;
  835. border-bottom: 1px solid #ddd;
  836. }
  837. .content blockquote p {
  838. margin: 0;
  839. }
  840. /*=== Notification and actualize notification */
  841. .notification {
  842. background: #222;
  843. color: #fff;
  844. font-size: 0.9em;
  845. border: none;
  846. border-radius: 0 0 6px 6px;
  847. 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;
  848. text-align: center;
  849. font-weight: bold;
  850. position: absolute;
  851. top: 0;
  852. vertical-align: middle;
  853. }
  854. .notification.good {
  855. color: #fff;
  856. }
  857. .notification.bad {
  858. background: #222;
  859. color: #eb2901;
  860. }
  861. .notification a.close {
  862. padding: 0 15px;
  863. line-height: 3em;
  864. }
  865. .notification a.close:hover {
  866. background: rgba(255,255,255,0.2);
  867. }
  868. .notification a.close:hover .icon {
  869. filter: brightness(2);
  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. .form-group .group-name {
  1044. padding-bottom: 0;
  1045. text-align: left;
  1046. }
  1047. .header {
  1048. display: table;
  1049. }
  1050. .header > .item.title .logo {
  1051. height: 24px;
  1052. }
  1053. .nav-login {
  1054. display: none;
  1055. }
  1056. .aside {
  1057. width: 0;
  1058. border-top: none;
  1059. box-shadow: 3px 0 3px #000;
  1060. transition: width 200ms linear;
  1061. }
  1062. .aside:target {
  1063. width: 235px;
  1064. }
  1065. .aside .toggle_aside,
  1066. #panel .close,
  1067. .dropdown-menu .toggle_aside {
  1068. background: #171717;
  1069. display: block;
  1070. width: 100%;
  1071. height: 40px;
  1072. line-height: 40px;
  1073. text-align: center;
  1074. box-shadow: 0 1px rgba(255,255,255,0.08);
  1075. }
  1076. .aside.aside_feed {
  1077. padding: 0;
  1078. }
  1079. .nav_menu .btn {
  1080. margin: 5px 10px;
  1081. }
  1082. .nav_menu .stick {
  1083. margin: 0 10px;
  1084. }
  1085. .nav_menu .stick .btn {
  1086. margin: 5px 0;
  1087. }
  1088. .nav_menu .search {
  1089. display: none;
  1090. }
  1091. .nav_menu .search input {
  1092. max-width: 97%;
  1093. width: 90px;
  1094. }
  1095. .nav_menu .search input:focus {
  1096. width: 400px;
  1097. }
  1098. .dropdown-target:target ~ .dropdown-toggle::after {
  1099. background-color: #222;
  1100. border-top: 1px solid #171717;
  1101. border-left: 1px solid #171717;
  1102. right: 13px;
  1103. }
  1104. .day .name {
  1105. display: none;
  1106. }
  1107. .notification a.close {
  1108. background: transparent;
  1109. display: block;
  1110. left: 0;
  1111. }
  1112. .notification a.close:hover {
  1113. opacity: 0.5;
  1114. }
  1115. .notification a.close .icon {
  1116. display: none;
  1117. }
  1118. #nav_entries {
  1119. width: 100%;
  1120. }
  1121. .post {
  1122. padding-left: 15px;
  1123. padding-right: 15px;
  1124. }
  1125. #close-slider.active {
  1126. background: #171717;
  1127. box-shadow: 0 1px rgba(255,255,255,0.08)
  1128. }
  1129. }
  1130. @media (max-width: 700px) {
  1131. .nav_menu .search {
  1132. display: inline-block;
  1133. }
  1134. }