BlueLagoon.rtl.css 24 KB

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