screwdriver.rtl.css 23 KB

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