shaarli.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353
  1. /**
  2. * General
  3. */
  4. body {
  5. background: #d0d0d0;
  6. }
  7. .strong {
  8. font-weight: bold;
  9. }
  10. .clear {
  11. clear: both;
  12. }
  13. .center {
  14. text-align: center;
  15. margin: auto;
  16. }
  17. .label {
  18. display: inline-block;
  19. padding: .25em .4em;
  20. font-size: 75%;
  21. font-weight: 700;
  22. line-height: 1;
  23. text-align: center;
  24. white-space: nowrap;
  25. vertical-align: baseline;
  26. border-radius: .25rem;
  27. }
  28. pre {
  29. max-width: 100%;
  30. }
  31. @font-face {
  32. font-family: 'Roboto';
  33. font-weight: 400;
  34. font-style: normal;
  35. src:
  36. local('Roboto'),
  37. local('Roboto-Regular'),
  38. url('../fonts/Roboto-Regular.woff2') format('woff2'),
  39. url('../fonts/Roboto-Regular.woff') format('woff');
  40. }
  41. @font-face {
  42. font-family: 'Roboto';
  43. font-weight: 700;
  44. font-style: normal;
  45. src:
  46. local('Roboto'),
  47. local('Roboto-Bold'),
  48. url('../fonts/Roboto-Bold.woff2') format('woff2'),
  49. url('../fonts/Roboto-Bold.woff') format('woff');
  50. }
  51. body, .pure-g [class*="pure-u"] {
  52. font-family: Roboto, Arial, sans-serif;
  53. }
  54. /**
  55. * Extends Pure grids responsive to hide items.
  56. * Use xx-0 to hide an item on xx screen.
  57. * Display it at any level with xx-visible.
  58. */
  59. .pure-u-0 { display: none !important; }
  60. @media screen and (min-width: 35.5em) {
  61. .pure-u-sm-0 { display: none !important; }
  62. .pure-u-sm-visible { display: inline-block !important; }
  63. }
  64. @media screen and (min-width: 48em) {
  65. .pure-u-md-0 { display: none !important; }
  66. .pure-u-md-visible { display: inline-block !important; }
  67. }
  68. @media screen and (min-width: 64em) {
  69. .pure-u-lg-0 { display: none !important; }
  70. .pure-u-lg-visible { display: inline-block !important; }
  71. }
  72. @media screen and (min-width: 80em) {
  73. .pure-u-xl-0 { display: none !important; }
  74. .pure-u-xl-visible { display: inline-block !important; }
  75. }
  76. /**
  77. * Make pure-extras alert closable.
  78. */
  79. .pure-alert-closable .fa-times {
  80. float: right;
  81. }
  82. .pure-alert-close {
  83. cursor: pointer;
  84. }
  85. .pure-alert-success {
  86. background-color: #1b926c;
  87. }
  88. .anchor:target {
  89. padding-top: 40px;
  90. }
  91. /**
  92. * MENU
  93. **/
  94. .shaarli-menu {
  95. position: fixed;
  96. top: 0;
  97. width: 100%;
  98. --height: 50px;
  99. background: #1b926c;
  100. -webkit-font-smoothing: antialiased;
  101. /* Hack to transition with auto height: http://stackoverflow.com/a/8331169/1484919 */
  102. max-height: 45px;
  103. transition: max-height 0.5s;
  104. overflow: hidden;
  105. z-index: 999;
  106. }
  107. /* Chrome bugfix: with 100% height, it only displays the first element. */
  108. .pure-menu-item {
  109. height: 45px;
  110. }
  111. .shaarli-menu.open {
  112. max-height: 500px;
  113. transition: max-height 0.75s;
  114. }
  115. .head-logo {
  116. float: left;
  117. margin: 0 5px 0 0;
  118. }
  119. .pure-menu-link,
  120. .pure-menu-link:visited,
  121. .pure-menu-selected .pure-menu-link,
  122. .pure-menu-selected .pure-menu-link:visited {
  123. padding: 0.8em 1em;
  124. color: #f5f5f5;
  125. }
  126. .pure-menu-link:hover, .pure-menu-link:focus,
  127. .pure-menu-selected .pure-menu-link:hover,
  128. .pure-menu-selected .pure-menu-link:focus {
  129. color: #fff;
  130. background: transparent;
  131. }
  132. .pure-menu-item:hover::after {
  133. margin: -4px auto 0 auto;
  134. display: block;
  135. content:"";
  136. background: #fff;
  137. height: 4px;
  138. width: 100%;
  139. }
  140. .menu-toggle {
  141. width: 34px;
  142. height: 45px;
  143. position: absolute;
  144. top: 5px;
  145. right: 0;
  146. display: none;
  147. }
  148. .menu-toggle .bar {
  149. background-color: #b0ddce;
  150. display: block;
  151. width: 20px;
  152. height: 2px;
  153. border-radius: 100px;
  154. position: absolute;
  155. top: 18px;
  156. right: 7px;
  157. transition: all 0.5s;
  158. }
  159. .menu-toggle .bar:first-child {
  160. transform: translateY(-6px);
  161. }
  162. .menu-toggle.x .bar {
  163. transform: rotate(45deg);
  164. }
  165. .menu-toggle.x .bar:first-child {
  166. transform: rotate(-45deg);
  167. }
  168. @media screen and (max-width: 64em) {
  169. .menu-toggle {
  170. display: block;
  171. }
  172. }
  173. .header-buttons {
  174. text-align: right;
  175. }
  176. .linkcount {
  177. color: #252525;
  178. font-size: 0.8em;
  179. }
  180. @media screen and (min-width: 64em) {
  181. .linkcount {
  182. position: absolute;
  183. right: 5px;
  184. }
  185. }
  186. #search, #search-linklist, #search-tagcloud {
  187. text-align: center;
  188. width: 100%;
  189. }
  190. #search input[type="text"], #search-linklist input[type="text"] {
  191. padding: 0 5px;
  192. height: 30px;
  193. width: 260px;
  194. background: #f5f5f5;
  195. border: medium none currentColor;
  196. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.078), 0 1px 1px rgba(0, 0, 0, 0.298) inset;
  197. border-radius: 2px;
  198. color: #252525;
  199. }
  200. @media screen and (max-width: 64em) {
  201. .searchform {
  202. max-width: 260px;
  203. margin: 0 auto;
  204. }
  205. }
  206. /* because chrome */
  207. #search input[type="text"]::-webkit-input-placeholder,
  208. #search-linklist input[type="text"]::-webkit-input-placeholder {
  209. color: #777777;
  210. }
  211. #search button,
  212. #search-tagcloud button,
  213. #search-linklist button {
  214. padding: 4px 8px 6px 8px;
  215. background-color: #1B926C;
  216. color: #f5f5f5;
  217. border: none;
  218. border-radius: 2px;
  219. }
  220. #search-tagcloud button {
  221. width: 90%;
  222. }
  223. @media screen and (max-width: 64em) {
  224. #search-linklist button {
  225. width: 100%;
  226. }
  227. #search-linklist .awesomplete {
  228. margin: 5px 0;
  229. }
  230. }
  231. #search button:hover,
  232. #search-linklist button:hover,
  233. #search-tagcloud button:hover {
  234. color: #d0d0d0;
  235. }
  236. #search,
  237. #search-linklist {
  238. padding: 6px 0;
  239. }
  240. @media screen and (max-width: 64em) {
  241. #search, #search * {
  242. visibility: hidden;
  243. }
  244. }
  245. .subheader-form a.button {
  246. color: #f5f5f5;
  247. font-weight: bold;
  248. text-decoration: none;
  249. border: 2px solid #f5f5f5;
  250. border-radius: 5px;
  251. padding: 3px 10px;
  252. }
  253. .linklist-item-editbuttons .delete-checkbox {
  254. display: none;
  255. }
  256. #header-login-form input[type="text"], #header-login-form input[type="password"] {
  257. width: 200px;
  258. }
  259. /* because chrome */
  260. #header-login-form input[type="text"]::-webkit-input-placeholder,
  261. #header-login-form input[type="password"]::-webkit-input-placeholder {
  262. color: #777777;
  263. }
  264. .subheader-form {
  265. visibility: hidden;
  266. position: fixed;
  267. width: 100%;
  268. text-align: center;
  269. background: #1b926c;
  270. display: block;
  271. z-index: 999;
  272. height: 30px;
  273. padding: 5px 0;
  274. }
  275. @media screen and (min-width: 64em) {
  276. .subheader-form.open, .subheader-form.open * {
  277. visibility: visible;
  278. }
  279. }
  280. .subheader-form input[type="text"], .subheader-form input[type="password"], .subheader-form .remember-me {
  281. padding: 5px 5px 3px 15px;
  282. height: 20px;
  283. width: 20%;
  284. background: #f5f5f5;
  285. border: medium none currentColor;
  286. border-radius: 2px;
  287. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.078), 0 1px 4px rgba(0, 0, 0, 0.298) inset;
  288. color: #252525;
  289. }
  290. /* because chrome */
  291. .subheader-form input[type="text"]::-webkit-input-placeholder,
  292. .subheader-form input[type="password"]::-webkit-input-placeholder
  293. {
  294. color: #252525;
  295. }
  296. .subheader-form .remember-me {
  297. display: inline-block;
  298. width: auto;
  299. padding: 5px 20px 3px 20px;
  300. cursor: pointer;
  301. }
  302. .subheader-form .remember-me label, .subheader-form .remember-me input {
  303. cursor: pointer;
  304. }
  305. .subheader-form input[type="submit"] {
  306. display: inline-block;
  307. margin: 0 0 5px 0;
  308. padding: 4px 0 4px 0;
  309. height: 28px;
  310. width: 100px;
  311. background: #1b926c;
  312. border: 1px solid #f5f5f5;
  313. color: #f5f5f5;
  314. border-radius: 2px;
  315. }
  316. .subheader-form input[type="submit"]:hover {
  317. background: #f5f5f5;
  318. color: #1b926c;
  319. }
  320. .new-version-message {
  321. text-align: center;
  322. }
  323. .new-version-message a {
  324. color: rgb(151, 96, 13);
  325. font-weight: bold;
  326. }
  327. /**
  328. * CONTENT - GENERAL
  329. */
  330. #content {
  331. position: relative;
  332. z-index: 2;
  333. margin-top: 45px;
  334. }
  335. /**
  336. * Plugins additional forms
  337. */
  338. .toolbar-plugin {
  339. margin: 5px 0;
  340. text-align: center;
  341. }
  342. .toolbar-plugin input[type="text"] {
  343. padding: 0 5px;
  344. height: 30px;
  345. width: 300px;
  346. background: #f5f5f5;
  347. border: medium none currentColor;
  348. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.078), 0 1px 1px rgba(0, 0, 0, 0.298) inset;
  349. border-radius: 2px;
  350. color: #252525;
  351. }
  352. /* because chrome */
  353. .toolbar-plugin input[type="text"]::-webkit-input-placeholder {
  354. color: #777777;
  355. }
  356. .toolbar-plugin input[type="submit"] {
  357. padding: 0 10px;
  358. height: 30px;
  359. background: #f5f5f5;
  360. border: medium none currentColor;
  361. border-radius: 2px;
  362. color: #252525;
  363. }
  364. .toolbar-plugin input[type="submit"]:hover {
  365. background: #fff;
  366. }
  367. @media screen and (max-width: 64em) {
  368. .toolbar-plugin input[type="text"] {
  369. width: 70%;
  370. }
  371. }
  372. /**
  373. * CONTENT - LINKLIST PAGING
  374. * 64em -> lg
  375. */
  376. .linklist-filters {
  377. margin: 5px 0;
  378. color: #252525;
  379. font-size: 0.9em;
  380. }
  381. .linklist-filters a {
  382. padding: 5px 8px;
  383. text-decoration: none;
  384. }
  385. .linklist-filters .filter-off {
  386. color: #252525;
  387. background: #f5f5f5;
  388. }
  389. .linklist-filters .filter-on {
  390. color: #b0ddce;
  391. background: #1b926c;
  392. }
  393. .linklist-filters .filter-block {
  394. color: #f5f5f5;
  395. background: #ac2925;
  396. }
  397. .linklist-pages {
  398. margin: 5px 0;
  399. color: #252525;
  400. text-align: center;
  401. }
  402. .linklist-pages a {
  403. color: #252525;
  404. text-decoration: none;
  405. }
  406. .linklist-pages a:hover {
  407. color: #fff;
  408. }
  409. .linksperpage {
  410. margin: 5px 0;
  411. text-align: right;
  412. color: #252525;
  413. font-size: 0.9em;
  414. }
  415. .linksperpage a {
  416. padding: 5px 5px;
  417. text-decoration: none;
  418. color: #252525;
  419. background: #f5f5f5;
  420. }
  421. .linksperpage a, .linksperpage input[type="text"] {
  422. display: inline-block;
  423. width: 20px;
  424. text-align: center;
  425. }
  426. .linksperpage form {
  427. display: inline;
  428. }
  429. .linksperpage input[type="text"] {
  430. height: 20px;
  431. margin: 0;
  432. padding: 4px 5px 3px 8px;
  433. background: #f5f5f5;
  434. border: medium none currentColor;
  435. color: #252525;
  436. font-size: 0.8em;
  437. }
  438. /**
  439. * CONTENT - LINKLIST ITEMS
  440. */
  441. .linklist-item {
  442. margin: 0 0 10px 0;
  443. background: #f5f5f5;
  444. box-shadow: 1px 1px 3px #797979;
  445. }
  446. .linklist-item-buttons {
  447. background: transparent;
  448. position: relative;
  449. width: 23px;
  450. z-index: 99;
  451. }
  452. .linklist-item-buttons-right {
  453. float: right;
  454. margin-right: -25px;
  455. }
  456. .linklist-item-buttons * {
  457. display: block;
  458. float: left;
  459. width:100%;
  460. margin: auto;
  461. text-align: center;
  462. }
  463. .linklist-item-title, .linklist-item-title h2 {
  464. margin: 0;
  465. word-wrap: break-word;
  466. }
  467. .linklist-item-title {
  468. position: relative;
  469. background: #f5f5f5;
  470. }
  471. .linklist-item-title h2 {
  472. padding: 3px 10px 0 10px;
  473. line-height: 30px;
  474. }
  475. .linklist-item-title h2 a {
  476. font-size: 0.7em;
  477. color: #252525;
  478. text-decoration: none;
  479. vertical-align: middle;
  480. }
  481. .linklist-item-title .linklist-link {
  482. font-size: 1.1em;
  483. color: #1b926c;
  484. }
  485. .linklist-item-title h2 a:visited .linklist-link {
  486. color: #2a4c41;
  487. }
  488. .linklist-item-title h2 a:hover, .linklist-item-title .linklist-link:hover{
  489. color: #252525;
  490. }
  491. .linklist-item-title .label-private {
  492. border: solid 1px #F89406;
  493. font-family: Arial, sans-serif;
  494. font-size: 0.65em;
  495. color: #F89406;
  496. }
  497. .fold-button {
  498. display: none;
  499. color: #252525;
  500. }
  501. .linklist-item-editbuttons {
  502. float: right;
  503. padding: 8px 5px;
  504. }
  505. .linklist-item-editbuttons * {
  506. display: block;
  507. float: left;
  508. margin: 0 1px;
  509. }
  510. .linklist-item-editbuttons a {
  511. font-size: 1em;
  512. }
  513. .edit-link {
  514. font-size: 1.2em;
  515. color: #0b5ea6;
  516. }
  517. .delete-link {
  518. font-size: 1.3em;
  519. color: #ac2925 !important;
  520. }
  521. .linklist-item-description {
  522. position: relative;
  523. padding: 0 10px;
  524. word-wrap: break-word;
  525. color: #252525;
  526. line-height: 1.3em;
  527. }
  528. .linklist-item-description a {
  529. text-decoration: none;
  530. color: #1b926c;
  531. }
  532. .linklist-item-description a:hover {
  533. color: #252525;
  534. }
  535. .linklist-item-description a:visited {
  536. color: #14553f;
  537. }
  538. .linklist-item-thumbnail {
  539. position: relative;
  540. padding: 0 0 0 5px;
  541. margin: 0;
  542. float: right;
  543. z-index: 50;
  544. height: 90px;
  545. }
  546. .linklist-item.private .linklist-item-title::before,
  547. .linklist-item.private .linklist-item-description::before {
  548. position: absolute;
  549. left: 3px;
  550. top: 0;
  551. display: block;
  552. content:"";
  553. background: #F89406;
  554. height: 96%;
  555. width: 2px;
  556. z-index: 1;
  557. }
  558. .linklist-item.private .linklist-item-description::before {
  559. height: 100%;
  560. }
  561. .linklist-item.private .linklist-item-title::before {
  562. margin-top: 3px;
  563. }
  564. .linklist-item-infos {
  565. padding: 4px 8px 4px 8px;
  566. background: #ddd;
  567. color: #252525;
  568. }
  569. .linklist-item-infos a {
  570. color: #252525;
  571. text-decoration: none;
  572. }
  573. .linklist-item-infos a:hover {
  574. color: #000;
  575. }
  576. .linklist-item-infos .linklist-item-tags {
  577. font-size: 0.8em;
  578. }
  579. .linklist-item-infos .label-tag {
  580. font-size: 1em;
  581. }
  582. .linklist-item-infos-dateblock {
  583. font-size: 0.9em;
  584. }
  585. .linklist-plugin-icon {
  586. width: 13px;
  587. height: 13px;
  588. }
  589. .linklist-item-infos-url {
  590. text-align: right;
  591. white-space: nowrap;
  592. overflow: hidden;
  593. text-overflow: ellipsis;
  594. font-size: 0.8em;
  595. height:23px;
  596. line-height:23px;
  597. }
  598. .linklist-item-infos .mobile-buttons {
  599. text-align: right;
  600. }
  601. .linklist-item-infos .linklist-plugin-icon {
  602. display: inline-block;
  603. margin: 0 2px;
  604. width: 16px;
  605. height: 16px;
  606. }
  607. .linklist-item-infos-controls-group {
  608. display: inline-block;
  609. border-right: 1px solid #5d5d5d;
  610. padding-right: 6px;
  611. }
  612. .ctrl-edit {
  613. margin: 0 7px;
  614. }
  615. /** 64em -> lg **/
  616. @media screen and (max-width: 64em) {
  617. .linklist-item-infos-url {
  618. text-align: left;
  619. }
  620. }
  621. /**
  622. * Footer
  623. */
  624. #footer {
  625. margin: 20px 0;
  626. padding: 5px;
  627. text-align: center;
  628. color: #252525;
  629. }
  630. #footer:before {
  631. display: block;
  632. content:"";
  633. background: linear-gradient(to right, #949393, #252525, #949393);
  634. height: 1px;
  635. width: 80%;
  636. margin: 10px auto;
  637. }
  638. #footer a {
  639. color: #252525;
  640. }
  641. /**
  642. * PAGE FORM
  643. */
  644. .page-form {
  645. margin: 20px 0 0 0;
  646. background: #f5f5f5;
  647. box-shadow: 1px 1px 2px #797979;
  648. color: #252525;
  649. overflow: hidden;
  650. }
  651. .page-form .window-title {
  652. margin: 0 0 10px 0;
  653. padding: 10px 0;
  654. width: 100%;
  655. color: #1b926c;
  656. background: #f5f5f5;
  657. text-align: center;
  658. }
  659. .page-form .window-subtitle {
  660. text-align: center;
  661. }
  662. .page-form a {
  663. color: #1b926c;
  664. font-weight: bold;
  665. text-decoration: none;
  666. }
  667. .page-form p {
  668. padding: 5px 10px;
  669. margin: 0;
  670. }
  671. .page-form input[type="text"],
  672. .page-form input[type="password"],
  673. .page-form textarea {
  674. box-sizing: border-box;
  675. margin: 10px 0;
  676. padding: 5px 5px 3px 15px;
  677. height: 35px;
  678. width: 90%;
  679. background: #eeeeee;
  680. border: solid 1px #d8d8d8;
  681. border-radius: 2px;
  682. color: #252525;
  683. }
  684. .page-form textarea {
  685. min-height: 240px;
  686. padding: 15px 5px 3px 15px;
  687. resize: vertical;
  688. overflow-y: auto;
  689. word-wrap:break-word
  690. }
  691. /* because chrome */
  692. .page-form input[type="text"]::-webkit-input-placeholder,
  693. .page-form input[type="password"]::-webkit-input-placeholder {
  694. color: #777777;
  695. }
  696. .page-form input[type="submit"], .page-form a.button {
  697. margin: 15px 5px;
  698. height: 35px;
  699. line-height: 35px;
  700. width: 150px;
  701. background: #1b926c;
  702. color: #f5f5f5;
  703. border: none;
  704. box-shadow: 1px 1px 1px #ddd, -1px -1px 6px #ddd, -1px 1px 2px #ddd, 1px -1px 2px #ddd;
  705. font-size: 1.2em;
  706. text-decoration: none;
  707. vertical-align: center;
  708. font-weight: normal;
  709. display: inline-block;
  710. }
  711. .page-form .button.button-red {
  712. background: #ac2925;
  713. }
  714. .page-form .submit-buttons {
  715. margin-bottom: 10px;
  716. }
  717. @media screen and (min-width: 64em) {
  718. .page-form .submit-buttons {
  719. position: relative;
  720. }
  721. .page-form .submit-buttons .button.button-red {
  722. position: absolute;
  723. right: 5%;
  724. }
  725. }
  726. @media screen and (max-width: 64em) {
  727. .page-form .submit-buttons .button {
  728. display: block;
  729. margin: auto;
  730. }
  731. }
  732. .page-form select {
  733. color: #252525;
  734. }
  735. /**
  736. * PAGE FORM - LIGHT
  737. */
  738. .page-form-light div, .page-form-light p {
  739. text-align: center;
  740. }
  741. /**
  742. * PAGE FORM - COMPLETE
  743. */
  744. .page-form-complete {
  745. #background: #f5f5f5;
  746. }
  747. .page-form-complete div, .page-form-complete p {
  748. color: #252525;
  749. }
  750. .page-form-complete .form-label, .page-form-complete .form-input {
  751. position: relative;
  752. height: 60px;
  753. }
  754. .page-form-complete .form-label label,
  755. .page-form-complete .form-input input,
  756. .page-form-complete .form-input select.align,
  757. .page-form-complete .timezone {
  758. position: absolute;
  759. top: 50%;
  760. transform: translateY(-50%);
  761. }
  762. .page-form-complete .form-label label {
  763. text-align: right;
  764. right: 0;
  765. padding: 0 20px;
  766. }
  767. .page-form-complete .label-name {
  768. font-weight: bold;
  769. }
  770. .page-form-complete .label-desc {
  771. font-size: 0.8em;
  772. }
  773. .page-form-complete input[type="text"],
  774. .page-form-complete input[type="password"],
  775. .page-form-complete textarea {
  776. margin: 0;
  777. }
  778. .page-form section {
  779. margin: 10px 0 25px 0;
  780. }
  781. .page-form table {
  782. margin: auto;
  783. width: 90%;
  784. }
  785. .page-form table .order {
  786. text-decoration: none;
  787. color: #252525;
  788. }
  789. .page-form table, .page-form th, .page-form td {
  790. border-width: 1px 0;
  791. border-style: solid;
  792. border-color: #aaaaaa;
  793. }
  794. .page-form th, .page-form td {
  795. padding: 5px;
  796. }
  797. /* Awesomeplete fix */
  798. div.awesomplete {
  799. width: inherit;
  800. }
  801. div.awesomplete > input {
  802. display: inherit;
  803. }
  804. div.awesomplete > ul {
  805. z-index: 9999;
  806. }
  807. .page-form .awesomplete {
  808. width: 90%;
  809. }
  810. .page-form .awesomplete input {
  811. width: 100%;
  812. }
  813. .page-form div.awesomplete > ul {
  814. color: black;
  815. }
  816. form[name="linkform"].page-form {
  817. overflow: visible;
  818. }
  819. @media screen and (max-width: 64em) {
  820. .page-form-complete .form-label {
  821. height: inherit;
  822. }
  823. .page-form-complete .form-label label,
  824. .page-form-complete .form-input input,
  825. .page-form-complete .timezone {
  826. position: inherit;
  827. top: inherit;
  828. transform: translateY(0);
  829. }
  830. .page-form-complete .form-input input[type="checkbox"] {
  831. position: absolute;
  832. top: 50%;
  833. right: 50%;
  834. transform: translateY(-50%);
  835. }
  836. .page-form-complete .form-input {
  837. text-align: center;
  838. }
  839. .page-form-complete .form-label label {
  840. display: block;
  841. text-align: left;
  842. margin: 10px 0 0 0;
  843. }
  844. .timezone-continent:after {
  845. content:"\a\a";
  846. white-space: pre;
  847. }
  848. .page-form-complete .radio-buttons {
  849. text-align: left;
  850. padding: 5px 15px;
  851. }
  852. }
  853. /**
  854. * Page visitor (page form extended)
  855. */
  856. .page-visitor {
  857. color: #252525;
  858. }
  859. #page404 {
  860. color: #3f3f3f;
  861. }
  862. /**
  863. * EDIT LINK
  864. */
  865. #editlinkform .created-date {
  866. color: #767676;
  867. margin-bottom: 10px;
  868. }
  869. /**
  870. * LOGIN
  871. */
  872. #login-form .remember-me {
  873. margin: 5px 0;
  874. }
  875. /**
  876. * Search results
  877. */
  878. .search-result a {
  879. color: white;
  880. text-decoration: none;
  881. }
  882. .search-result .label-tag {
  883. border-color: white;
  884. }
  885. .search-result .label-tag .remove {
  886. border-left: white 1px solid;
  887. padding: 0 0 0 5px;
  888. margin: 0 0 0 5px;
  889. }
  890. .search-result .label-private {
  891. border: 1px solid white;
  892. }
  893. /**
  894. * TOOLS
  895. */
  896. .tools-item {
  897. margin: 10px 0;
  898. }
  899. .tools-item .pure-button:hover {
  900. background-image: none;
  901. background-color: #1b926c;
  902. color: #f5f5f5;
  903. }
  904. /**
  905. * PLUGIN ADMIN
  906. */
  907. #pluginform .mobile-row {
  908. font-size: 0.9em;
  909. }
  910. #pluginform .more {
  911. margin-top: 10px;
  912. }
  913. @media screen and (max-width: 64em) {
  914. #pluginform .main-row, #pluginform .main-row td {
  915. border-bottom-style: none;
  916. }
  917. #pluginform .mobile-row, #pluginform .mobile-row td {
  918. border-top-style: none;
  919. }
  920. }
  921. /**
  922. * IMPORT
  923. */
  924. #import-field {
  925. margin: 15px 0;
  926. }
  927. /**
  928. * TAG CLOUD
  929. */
  930. #cloudtag {
  931. padding: 10px;
  932. text-align: center;
  933. }
  934. #cloudtag, #cloudtag a {
  935. color: #252525;
  936. text-decoration: none;
  937. }
  938. #cloudtag .count {
  939. color: #7f7f7f;
  940. }
  941. /**
  942. * TAG LIST
  943. */
  944. #taglist {
  945. padding: 0 10px;
  946. }
  947. #taglist a {
  948. color: #252525;
  949. text-decoration: none;
  950. }
  951. #taglist .count {
  952. display: inline-block;
  953. width: 35px;
  954. text-align: right;
  955. color: #7f7f7f;
  956. }
  957. #taglist .rename-tag-form {
  958. display: none;
  959. }
  960. #taglist .delete-tag {
  961. color: #ac2925;
  962. display: none;
  963. }
  964. #taglist .rename-tag {
  965. color: #0b5ea6;
  966. }
  967. #taglist .validate-rename-tag {
  968. color: #1b926c;
  969. }
  970. /**
  971. * Picture wall CSS
  972. */
  973. #picwall_container {
  974. margin: 0 10px 10px 10px;
  975. color: #252525;
  976. background-color: #f5f5f5;
  977. clear: both;
  978. }
  979. .picwall_pictureframe {
  980. margin: 2px;
  981. background-color: #f5f5f5;
  982. z-index: 5;
  983. position: relative;
  984. display: table-cell;
  985. vertical-align: middle;
  986. width: 90px;
  987. height: 90px;
  988. overflow: hidden;
  989. text-align: center;
  990. float: left;
  991. }
  992. .b-lazy {
  993. -webkit-transition: opacity 500ms ease-in-out;
  994. -moz-transition: opacity 500ms ease-in-out;
  995. -o-transition: opacity 500ms ease-in-out;
  996. transition: opacity 500ms ease-in-out;
  997. opacity: 0;
  998. }
  999. .b-lazy.b-loaded {
  1000. opacity: 1;
  1001. }
  1002. .picwall_pictureframe img {
  1003. max-width: 100%;
  1004. height: auto;
  1005. color: transparent;
  1006. } /* Adapt the width of the image */
  1007. .picwall_pictureframe a {
  1008. text-decoration: none;
  1009. }
  1010. /* CSS to show title when hovering an image - no javascript required. */
  1011. .picwall_pictureframe span.info {
  1012. display: none;
  1013. font-family: Arial, sans-serif;
  1014. }
  1015. .picwall_pictureframe:hover span.info {
  1016. display: block;
  1017. position: absolute;
  1018. top: 0;
  1019. left: 0;
  1020. width: 90px;
  1021. height: 90px;
  1022. font-weight: bold;
  1023. font-size: 9pt;
  1024. color: #f5f5f5;
  1025. text-align: left;
  1026. background-color: rgba(0, 0, 0, 0.8);
  1027. }
  1028. /**
  1029. * DAILY
  1030. */
  1031. .daily-desc {
  1032. color: #7f7f7f;
  1033. font-size: 0.8em;
  1034. }
  1035. .daily-about a {
  1036. color: #343434;
  1037. text-decoration: none;
  1038. }
  1039. .daily-about a:hover {
  1040. color: #7f7f7f;
  1041. }
  1042. .daily-about h3:before, .daily-about h3:after {
  1043. display: block;
  1044. content:"";
  1045. background: linear-gradient(to right, #d5d4d4, #252525, #d5d4d4);
  1046. height: 1px;
  1047. width: 90%;
  1048. margin: 10px auto;
  1049. }
  1050. .daily-entry {
  1051. padding: 0 10px;
  1052. }
  1053. .daily-entry .daily-entry-title:after {
  1054. display: block;
  1055. content:"";
  1056. background: linear-gradient(to right, #fff, #515151, #fff);
  1057. height: 1px;
  1058. width: 70%;
  1059. margin: 5px auto;
  1060. }
  1061. .daily-entry .daily-entry-title {
  1062. margin: 10px 0 0 0;
  1063. }
  1064. .daily-entry .daily-entry-title a {
  1065. color: #000;
  1066. text-decoration: none;
  1067. }
  1068. .daily-entry .daily-entry-description {
  1069. padding: 5px 5px 0 5px;
  1070. font-size: 0.9em;
  1071. text-align: justify;
  1072. word-wrap: break-word;
  1073. }
  1074. .daily-entry .daily-entry-tags {
  1075. padding: 0 5px 5px 5px;
  1076. font-size: 0.8em;
  1077. }
  1078. .daily-entry-thumbnail {
  1079. float: left;
  1080. margin: 15px 5px 5px 15px;
  1081. }
  1082. .daily-entry-description a {
  1083. text-decoration: none;
  1084. color: #1b926c;
  1085. }
  1086. .daily-entry-description a:hover {
  1087. text-shadow: 1px 1px #ddd;
  1088. }
  1089. .daily-entry-description a:visited {
  1090. color: #20b988;
  1091. }
  1092. /*
  1093. * Fix empty bookmarklet name in Firefox
  1094. */
  1095. .pure-button {
  1096. -moz-user-select: auto;
  1097. }
  1098. .tag-sort {
  1099. margin-top: 30px;
  1100. text-align: center;
  1101. }
  1102. .tag-sort a {
  1103. display: inline-block;
  1104. margin: 0 15px;
  1105. color: white;
  1106. text-decoration: none;
  1107. font-weight: bold;
  1108. }
  1109. /**
  1110. * Markdown
  1111. */
  1112. .markdown p {
  1113. margin: 0 !important;
  1114. }
  1115. .markdown p + p {
  1116. margin: 0.5em 0 0 0 !important;
  1117. }
  1118. .markdown *:first-child {
  1119. margin-top: 0 !important;
  1120. }
  1121. .markdown *:last-child {
  1122. margin-bottom: 5px !important;
  1123. }
  1124. /**
  1125. * Pure Button
  1126. */
  1127. .pure-button-success,
  1128. .pure-button-error,
  1129. .pure-button-warning,
  1130. .pure-button-primary,
  1131. .pure-button-shaarli,
  1132. .pure-button-secondary {
  1133. color: white !important;
  1134. border-radius: 4px;
  1135. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  1136. }
  1137. .pure-button-shaarli {
  1138. background-color: #1B926C;
  1139. }