shaarli.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. /* Cascading Stylesheet for Shaarli - https://github.com/shaarli/Shaarli */
  2. body {
  3. font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  4. font-size: 10pt;
  5. background-color: #ffffff;
  6. word-wrap: break-word;
  7. }
  8. input, textarea {
  9. background-color: #dedede;
  10. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
  11. background: -webkit-linear-gradient(#dedede, #ffffff);
  12. background: -moz-linear-gradient(#dedede, #ffffff);
  13. background: -ms-linear-gradient(#dedede, #ffffff);
  14. background: -o-linear-gradient(#dedede, #ffffff);
  15. background: linear-gradient(#dedede, #ffffff);
  16. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  17. padding: 5px;
  18. border-radius: 3px 3px 3px 3px;
  19. border: none;
  20. color: #000;
  21. }
  22. a {
  23. text-decoration: none;
  24. }
  25. h1 {
  26. font-size: 20pt;
  27. font-weight: bold;
  28. font-style: italic;
  29. margin-bottom: 20px;
  30. }
  31. /* Buttons */
  32. .bigbutton {
  33. background-color: #c0c0c0;
  34. background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
  35. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c0c0c0), to(#ffffff));
  36. background: -webkit-linear-gradient(#c0c0c0, #ffffff);
  37. background: -ms-linear-gradient(#c0c0c0, #ffffff);
  38. background: -o-linear-gradient(#c0c0c0, #ffffff);
  39. background: linear-gradient(#c0c0c0, #ffffff);
  40. border-radius: 3px 3px 3px 3px;
  41. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  42. cursor: pointer;
  43. height: 24px;
  44. margin-left: 5px;
  45. padding: 0 5px;
  46. color: #606060;
  47. border-style: outset;
  48. border-width: 1px;
  49. }
  50. .smallbutton {
  51. background-color: #c0c0c0;
  52. background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
  53. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c0c0c0), to(#ffffff));
  54. background: -webkit-linear-gradient(#c0c0c0, #ffffff);
  55. background: -ms-linear-gradient(#c0c0c0, #ffffff);
  56. background: -o-linear-gradient(#c0c0c0, #ffffff);
  57. background: linear-gradient(#c0c0c0, #ffffff);
  58. border-radius: 3px 3px 3px 3px;
  59. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  60. cursor: pointer;
  61. height: 20px;
  62. margin-left: 5px;
  63. padding: 0 5px;
  64. color: #606060;
  65. border-style: outset;
  66. border-width: 1px;
  67. }
  68. /* Small tab on the left of each link with edit/delete buttons. */
  69. .button_edit, .button_delete {
  70. border-radius: 0;
  71. box-shadow: none;
  72. border-style: none;
  73. border-width: 0;
  74. padding: 0;
  75. background: none;
  76. }
  77. .linkeditbuttons {
  78. position: absolute;
  79. left: 2px;
  80. padding: 4px 2px 2px 2px;
  81. -webkit-border-radius: 0px 6px 6px 0px;
  82. -moz-border-radius: 0px 6px 6px 0px;
  83. -o-border-radius: 0px 6px 6px 0px;
  84. -ms-border-radius: 0px 6px 6px 0px;
  85. border-radius: 0px 6px 6px 0px;
  86. }
  87. #pageheader #logo {
  88. background-image: url('../images/logo.png');
  89. background-repeat: no-repeat;
  90. float: left;
  91. margin: 0 10px 0 10px;
  92. width: 105px;
  93. height: 55px;
  94. cursor: pointer;
  95. }
  96. #pageheader #menu {
  97. width: 100%;
  98. }
  99. #pageheader #menu ul {
  100. margin: auto;
  101. padding: 7px 0px 0px 0px;
  102. float: none;
  103. }
  104. #pageheader #menu ul li {
  105. list-style: none;
  106. display: inline;
  107. position: relative;
  108. box-sizing: border-box;
  109. }
  110. #pageheader a {
  111. background-color: #333333;
  112. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#000000));
  113. background: -webkit-linear-gradient(#333333, #000000);
  114. background: -moz-linear-gradient(#333333, #000000);
  115. background: -ms-linear-gradient(#333333, #000000);
  116. background: -o-linear-gradient(#333333, #000000);
  117. background: linear-gradient(#333333, #000000);
  118. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  119. padding: 5px;
  120. border-radius: 3px 3px 3px 3px;
  121. margin: 10px 3px 3px 3px;
  122. color: #A2DD42;
  123. text-decoration: none;
  124. line-height: 2.5;
  125. white-space: nowrap;
  126. }
  127. #pageheader #linkcount {
  128. float: right;
  129. font-style: italic;
  130. color: #bbb;
  131. text-align: right;
  132. padding-right: 5px;
  133. margin: 3px 3px 0px 0px;
  134. }
  135. #pageheader {
  136. background-color: #333333;
  137. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#111111));
  138. background: -webkit-linear-gradient(#333333, #111111);
  139. background: -moz-linear-gradient(#333333, #111111);
  140. background: -ms-linear-gradient(#333333, #111111);
  141. background: -o-linear-gradient(#333333, #111111);
  142. background: linear-gradient(#333333, #111111);
  143. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  144. width: auto;
  145. padding: 0 10px 5px 10px;
  146. margin: auto;
  147. }
  148. #pageheader .search {
  149. width: 100%;
  150. white-space: nowrap;
  151. }
  152. #toolsdiv a {
  153. clear: both;
  154. }
  155. #toolsdiv #bookmark {
  156. clear: none;
  157. }
  158. #toolsdiv a span {
  159. color: #ffffff;
  160. }
  161. .linksperpage, .tagfilter, .searchform, .addform {
  162. background-color: #dedede;
  163. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
  164. background: -webkit-linear-gradient(#dedede, #ffffff);
  165. background: -moz-linear-gradient(#dedede, #ffffff);
  166. background: -ms-linear-gradient(#dedede, #ffffff);
  167. background: -o-linear-gradient(#dedede, #ffffff);
  168. background: linear-gradient(#dedede, #ffffff);
  169. display: inline;
  170. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  171. padding: 5px;
  172. border: none;
  173. border-radius: 3px 3px 3px 3px;
  174. margin: 10px 3px 3px 3px;
  175. color: #cecece;
  176. }
  177. .linksperpage {
  178. box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  179. padding: 3px;
  180. }
  181. .linksperpage input, .tagfilter input, .searchform input, .addform input {
  182. border: none;
  183. color: #606060;
  184. background: none;
  185. box-shadow: none;
  186. padding: 5px;
  187. }
  188. .linksperpage input {
  189. padding: 0;
  190. }
  191. .searchform #searchform_value {
  192. width: 30%;
  193. }
  194. .tagfilter {
  195. margin-left:24px;
  196. }
  197. .tagfilter div.awesomplete {
  198. width: 15%;
  199. }
  200. .tagfilter #tagfilter_value {
  201. display: inline;
  202. }
  203. .tagfilter li {
  204. color: black;
  205. }
  206. .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
  207. background-color: #dedede;
  208. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
  209. background: -webkit-linear-gradient(#dedede, #ffffff);
  210. background: -moz-linear-gradient(#dedede, #ffffff);
  211. background: -ms-linear-gradient(#dedede, #ffffff);
  212. background: -o-linear-gradient(#dedede, #ffffff);
  213. background: linear-gradient(#dedede, #ffffff);
  214. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  215. padding: 0 5px 0 5px;
  216. margin: 5px 0 5px 0;
  217. height: 20px;
  218. border-radius: 3px 3px 3px 3px;
  219. cursor: pointer;
  220. }
  221. #shaarli_title {
  222. font-weight: bold;
  223. font-style: italic;
  224. margin-top: 0;
  225. }
  226. #shaarli_title a {
  227. color: #fff !important;
  228. }
  229. #pageheader a:visited {
  230. color: #98C943;
  231. text-decoration: none;
  232. }
  233. #pageheader a:hover {
  234. color: #FFFFC9;
  235. text-decoration: none;
  236. }
  237. #pageheader a:active {
  238. color: #bbb;
  239. text-decoration: none;
  240. }
  241. #searchcriteria {
  242. padding: 4px 0px 5px 5px;
  243. font-weight: bold;
  244. }
  245. .paging {
  246. padding: 5px;
  247. background-color: #777;
  248. color: #ccc;
  249. text-align: center;
  250. clear: both;
  251. }
  252. .paging a:link {
  253. color: #ccc;
  254. text-decoration: none;
  255. }
  256. .paging a:visited {
  257. color: #ccc;
  258. }
  259. .paging a:hover {
  260. color: #FFFFC9;
  261. }
  262. .paging a:active {
  263. color: #fff;
  264. }
  265. .paging_privatelinks {
  266. float: left;
  267. }
  268. .paging_linksperpage {
  269. float: right;
  270. padding-right: 5px;
  271. margin: 0px 10px 2px 0px;
  272. }
  273. .paging_linksperpage form.linksperpage {
  274. display: inline;
  275. }
  276. .paging_linksperpage form.linksperpage input {
  277. height: 15px;
  278. }
  279. .paging_current {
  280. display: inline;
  281. color: #fff;
  282. padding: 0 20 0 20;
  283. }
  284. .paging_older {
  285. margin-right: 15px;
  286. }
  287. .paging_newer {
  288. margin-left: 15px;
  289. }
  290. #headerform {
  291. color: #ffffff;
  292. padding: 5px 5px 5px 5px;
  293. clear: both;
  294. }
  295. #headerform input.linkurl {
  296. width: 50%;
  297. font-size: inherit;
  298. }
  299. #headerform label {
  300. cursor: pointer;
  301. margin-right: 10px;
  302. }
  303. #headerform label[for=longlastingsession] {
  304. display: block;
  305. width: 100%;
  306. margin-top: 5px;
  307. }
  308. #toolsdiv {
  309. color: #ffffff;
  310. padding: 5px 5px 5px 5px;
  311. clear: left;
  312. }
  313. #uploaddiv {
  314. color: #ffffff;
  315. padding: 5px 5px 5px 5px;
  316. clear: left;
  317. }
  318. #editlinkform {
  319. height: 100%;
  320. padding: 5px 5px 5px 15px;
  321. width: 80%;
  322. clear: left;
  323. }
  324. #editlinkform label {
  325. cursor: pointer;
  326. color: #ffffff;
  327. }
  328. #editlinkform textarea, #editlinkform .lf_input {
  329. width: 100%;
  330. }
  331. #linklist li {
  332. padding: 4px 10px 15px 20px;
  333. border-top: 1px solid #bbb;
  334. clear: both;
  335. background-color: #F2F2F2;
  336. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
  337. background: -webkit-linear-gradient(#F2F2F2, #ffffff);
  338. background: -moz-linear-gradient(#F2F2F2, #ffffff);
  339. background: -ms-linear-gradient(#F2F2F2, #ffffff);
  340. background: -o-linear-gradient(#F2F2F2, #ffffff);
  341. background: linear-gradient(#F2F2F2, #ffffff);
  342. }
  343. /*
  344. #linklist li.publicLinkHightLight:hover, #linklist li:hover {
  345. background: #E9FFCE;
  346. }
  347. */
  348. .linkdate {
  349. font-size:8pt;
  350. color:#888;
  351. }
  352. .linkdate a {
  353. color:#E28E3F;
  354. }
  355. #linklist li.private {
  356. background: url('../images/private.png') no-repeat 4px center;
  357. padding-left: 30px;
  358. }
  359. #linklist li {
  360. padding-left: 30px;
  361. }
  362. .private .linktitle a {
  363. color: #969696;
  364. }
  365. .linktitle {
  366. font-size: 14pt;
  367. font-weight: bold;
  368. }
  369. .linktitle a {
  370. text-decoration: none;
  371. color: #80AD48;
  372. }
  373. .linktitle a:hover {
  374. color: #F57900;
  375. }
  376. .linkdate {
  377. font-size: 8pt;
  378. color: #888;
  379. }
  380. .linkdate a {
  381. background-image: url('../images/calendar.png');
  382. padding: 2px 0 3px 20px;
  383. background-repeat: no-repeat;
  384. text-decoration: none;
  385. color: #E28E3F;
  386. }
  387. .linkdate a:hover {
  388. color: #F57900 }
  389. .linkurl {
  390. font-size: 8pt;
  391. color: #4BAA74;
  392. }
  393. .linkdescription {
  394. color: #000;
  395. margin-top: 0;
  396. margin-bottom: 12px;
  397. font-weight: normal;
  398. overflow: auto;
  399. }
  400. .linkdescription a {
  401. text-decoration: none;
  402. color: #3465A4;
  403. }
  404. .linkdescription a:hover {
  405. color: #F57900;
  406. }
  407. .linktaglist {
  408. padding-top: 10px;
  409. line-height: 200%;
  410. }
  411. .linktag {
  412. font-size: 9pt;
  413. background-color: #F2F2F2;
  414. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
  415. background: -webkit-linear-gradient(#F2F2F2, #ffffff);
  416. background: -moz-linear-gradient(#F2F2F2, #ffffff);
  417. background: -ms-linear-gradient(#F2F2F2, #ffffff);
  418. background: -o-linear-gradient(#F2F2F2, #ffffff);
  419. background: linear-gradient(#F2F2F2, #ffffff);
  420. box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  421. padding: 3px 5px 3px 20px;
  422. height: 20px;
  423. border-radius: 3px;
  424. cursor: pointer;
  425. background-image: url('../images/tag_blue.png');
  426. background-repeat: no-repeat;
  427. background-position: 3px center;
  428. background-color: #ffffff;
  429. }
  430. .linktag:hover {
  431. border-color: #555573;
  432. color: #000;
  433. }
  434. .linktag a {
  435. color: #777;
  436. text-decoration: none;
  437. }
  438. .linktag .remove {
  439. border-left: 1px solid #aaa;
  440. padding-left: 5px;
  441. color:#6767A7;
  442. }
  443. .linkshort {
  444. font-size: 8pt;
  445. color: #888;
  446. }
  447. .linkshort a {
  448. text-decoration: none;
  449. color: #393964;
  450. }
  451. .linkshort a:hover {
  452. text-decoration: underline;
  453. }
  454. .buttoneditform {
  455. display: inline;
  456. }
  457. #footer {
  458. font-size: 8pt;
  459. text-align: center;
  460. color: #888;
  461. clear: both;
  462. max-width: 30em;
  463. margin: 15px auto 15px auto;
  464. }
  465. #footer a {
  466. color: #486D08;
  467. }
  468. #footer a:hover {
  469. color: #000000;
  470. }
  471. #newversion {
  472. background-color: #FFFFA0;
  473. color: #000;
  474. position: absolute;
  475. top: 0;
  476. right: 0;
  477. padding: 2 7 2 7;
  478. font-size: 9pt;
  479. }
  480. #newversion #version_id {
  481. text-decoration: blink;
  482. }
  483. #cloudtag {
  484. padding-left: 10%;
  485. padding-right: 10%;
  486. }
  487. #cloudtag .count {
  488. color: #99f;
  489. font-size: 9pt;
  490. padding-left: 5px;
  491. padding-right: 2px;
  492. }
  493. #cloudtag a {
  494. color: black;
  495. text-decoration: none;
  496. }
  497. #install {
  498. margin: 0 20px;
  499. }
  500. #installform {
  501. border: 1px solid black;
  502. padding: 10px;
  503. }
  504. #installform table {
  505. border: none;
  506. }
  507. #installform td {
  508. font-size: 10pt;
  509. color: black;
  510. padding: 10px 5px 10px 5px;
  511. clear: left;
  512. }
  513. #installform input.bigbutton {
  514. float: right;
  515. }
  516. #changepasswordform {
  517. color: #ccc;
  518. padding: 10px 5px 10px 5px;
  519. clear: left;
  520. }
  521. #changetag {
  522. color: #ccc;
  523. padding: 10px 5px 10px 5px;
  524. clear: left;
  525. }
  526. #changetag #totag {
  527. margin-left: 40px;
  528. }
  529. #changetag div {
  530. float:left;
  531. }
  532. #changetag label {
  533. padding: 5px;
  534. }
  535. #changetag li {
  536. color: #000;
  537. }
  538. #configform td {
  539. color: #ccc;
  540. font-size: 10pt;
  541. padding: 10px 5px 10px 5px;
  542. }
  543. #configform {
  544. color: #ccc;
  545. padding: 10px 5px 10px 5px;
  546. clear: left;
  547. }
  548. .thumbnail {
  549. float: right;
  550. margin: 0px 10px 0px 10px;
  551. }
  552. .thumbnail img {
  553. border-radius: 3px;
  554. box-shadow: 0.5px 0.5px 0.5px 1px #dde4e6;
  555. }
  556. /* If you want thumbnails on the left:
  557. .thumbnail {
  558. float: left;
  559. margin-right: 10px;
  560. }
  561. .linkcontainer {
  562. position: static;
  563. margin-left: 130px;
  564. }
  565. */
  566. /* --- Picture wall CSS --- */
  567. #picwall_container {
  568. color: #fff;
  569. background-color: #000;
  570. clear: both;
  571. }
  572. .picwall_pictureframe {
  573. background-color: #000;
  574. z-index: 5;
  575. position: relative;
  576. display: table-cell;
  577. vertical-align: middle;
  578. width: 90px;
  579. height: 90px;
  580. overflow: hidden;
  581. text-align: center;
  582. float: left;
  583. }
  584. .b-lazy {
  585. -webkit-transition: opacity 500ms ease-in-out;
  586. -moz-transition: opacity 500ms ease-in-out;
  587. -o-transition: opacity 500ms ease-in-out;
  588. transition: opacity 500ms ease-in-out;
  589. opacity: 0;
  590. }
  591. .b-lazy.b-loaded {
  592. opacity: 1;
  593. }
  594. .picwall_pictureframe img {
  595. max-width: 100%;
  596. height: auto;
  597. color: transparent;
  598. } /* Adapt the width of the image */
  599. .picwall_pictureframe a {
  600. text-decoration: none;
  601. }
  602. /* CSS to show title when hovering an image - no javascript required. */
  603. .picwall_pictureframe span.info {
  604. display: none;
  605. }
  606. .picwall_pictureframe:hover span.info {
  607. display: block;
  608. position: absolute;
  609. top: 0;
  610. left: 0;
  611. width: 90px;
  612. font-weight: bold;
  613. font-size: 8pt;
  614. color: #fff;
  615. text-align: left;
  616. background-color: transparent;
  617. background-color: rgba(0, 0, 0, 0.4);
  618. /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  619. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  620. /* IE6–IE9 */
  621. text-shadow: 2px 2px 1px #000000;
  622. }
  623. #linklist li.publicLinkHightLight {
  624. background: #ffffff;
  625. }
  626. div.daily {
  627. font-family: Georgia, 'DejaVu Serif', Norasi, serif;
  628. background-color: #E6D6BE;
  629. /* Background paper texture by BashCorpo:
  630. http://www.bashcorpo.dk/textures.php
  631. http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */
  632. background-image: url("../images/Paper_texture_v5_by_bashcorpo_w1000.jpg");
  633. -webkit-background-size: cover;
  634. -moz-background-size: cover;
  635. -o-background-size: cover;
  636. background-size: cover;
  637. position: relative;
  638. border-bottom: 2px solid black;
  639. }
  640. #daily_col1 {
  641. float: left;
  642. position: relative;
  643. width: 33%;
  644. padding-left: 1%;
  645. }
  646. #daily_col2 {
  647. float: left;
  648. position: relative;
  649. width: 33%;
  650. }
  651. #daily_col3 {
  652. float: left;
  653. position: relative;
  654. width: 33%;
  655. }
  656. div.dailyAbout {
  657. float: left;
  658. border: 1px solid black;
  659. font-size: 8pt;
  660. position: absolute;
  661. left: 10px;
  662. top: 15px;
  663. padding: 5px 5px 5px 5px;
  664. text-align: center;
  665. }
  666. div.dailyAbout a {
  667. color: #890500;
  668. }
  669. div.dailyAbout img {
  670. position: relative;
  671. top: 3px;
  672. margin-right: 4px;
  673. width: 14px;
  674. height: 14px;
  675. }
  676. div.dailyTitle {
  677. font-weight: bold;
  678. font-size: 44pt;
  679. text-align: center;
  680. padding: 10px 20px 0px 20px;
  681. }
  682. div.dailyDate {
  683. font-size: 12pt;
  684. font-weight: bold;
  685. text-align: center;
  686. padding: 0px 20px 30px 20px;
  687. }
  688. /* Individual entries in "Daily": */
  689. div.dailyEntry {
  690. margin: 5px 10px 2px 5px;
  691. font-size: 11pt;
  692. border-top: 1px solid #555;
  693. }
  694. div.dailyEntry a {
  695. text-decoration: none;
  696. color: #890500;
  697. }
  698. div.dailyEntryTags {
  699. font-size: 7.75pt;
  700. }
  701. div.dailyEntryTitle {
  702. font-size: 18pt;
  703. font-weight: bold;
  704. }
  705. div.dailyEntryLinkdate {
  706. font-size: 8pt;
  707. }
  708. div.dailyEntryThumbnail {
  709. width: 100%;
  710. text-align: center;
  711. background-color: rgb(128, 128, 128);
  712. background: url(../images/50pc_transparent.png);
  713. padding: 4px 0px 2px 0px;
  714. }
  715. div.dailyEntryDescription {
  716. margin-top: 10px;
  717. margin-bottom: 30px;
  718. text-align: justify;
  719. overflow: auto;
  720. }
  721. div.dailyNoEntry {
  722. text-align: center;
  723. padding: 40px 0px 90px 0px;
  724. }
  725. .daily #closing {
  726. clear: both;
  727. text-align: center;
  728. padding-bottom: 20px;
  729. }
  730. /* Common CSS screwdriver */
  731. .clear {
  732. clear: both;
  733. }
  734. .right {
  735. text-align: right;
  736. }
  737. .white {
  738. color: white;
  739. }
  740. /* For lazy images loading in picture wall.
  741. Using http://www.appelsiini.net/projects/lazyload
  742. */
  743. .lazyimage {
  744. display: none;
  745. }
  746. #configuration_table td {
  747. border: none;
  748. padding: 10px;
  749. vertical-align: top;
  750. }
  751. @media print {
  752. html {
  753. border: none;
  754. background: #fff !important;
  755. color: #000 !important;
  756. }
  757. body {
  758. font-size: 12pt;
  759. width: auto !important;
  760. margin: auto !important;
  761. }
  762. /* Minimum numer of lines to display when splitting a paragraph
  763. over two pages */
  764. p {
  765. orphans: 3;
  766. widows: 3;
  767. }
  768. a {
  769. color: #000 !important;
  770. text-decoration: none !important;
  771. }
  772. #pageheader, .paging, #linklist li form, #footer {
  773. display: none;
  774. }
  775. #linklist li {
  776. padding: 2 0 10 0;
  777. border-top: 2px solid #000;
  778. clear: both;
  779. }
  780. #linklist li.private {
  781. background-color: none;
  782. border-left: 0;
  783. }
  784. .linkdate {
  785. line-height: 2;
  786. }
  787. .linkurl {
  788. color: #000;
  789. }
  790. .linkdescription {
  791. font-size: 10pt;
  792. }
  793. .linktag {
  794. border: 1px solid black;
  795. font-style: italic;
  796. font-size: 8pt;
  797. }
  798. }
  799. @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
  800. /* A few fixes for mobile devices (far from perfect). */
  801. .tagfilter div.awesomplete {
  802. width: 70%;
  803. }
  804. .nomobile {
  805. display: none;
  806. }
  807. #logo {
  808. display: none;
  809. }
  810. #pageheader #menu ul {
  811. text-align: center;
  812. }
  813. #pageheader #menu a {
  814. padding: 5px;
  815. border-radius: 3px 3px 3px 3px;
  816. margin: 3px;
  817. }
  818. #headerform label {
  819. width: 100%;
  820. display: block;
  821. height: auto;
  822. line-height: 25px;
  823. padding-bottom: 10px;
  824. }
  825. #headerform label input[type=text],
  826. #headerform label input[type=password]{
  827. float: right;
  828. width: 70%;
  829. }
  830. .searchform, .tagfilter {
  831. display: block !important;
  832. margin: 0px 3px 7px 0px !important;
  833. padding: 0px !important;
  834. width: 97% !important;
  835. }
  836. .searchform input, .tagfilter input {
  837. margin: 0px !important;
  838. padding: 0px !important;
  839. display: inline !important;
  840. }
  841. .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
  842. width: 30%;
  843. font-size: smaller;
  844. }
  845. #searchform_value {
  846. width: 70% !important;
  847. }
  848. #tagfilter_value {
  849. width: 70% !important;
  850. }
  851. div.qrcode {
  852. position: relative;
  853. float: left;
  854. top: -10px;
  855. left: 0px;
  856. }
  857. .paging_privatelinks {
  858. float: none;
  859. }
  860. .paging_linksperpage {
  861. float: none;
  862. margin-bottom: 10px;
  863. font-size: smaller;
  864. }
  865. #paging_older, #paging_newer, .paging_linksperpage a {
  866. border: 1px solid black;
  867. padding: 3px 5px 3px 5px;
  868. background-color: #666;
  869. color: #fff;
  870. border-radius: 3px 3px 3px 3px;
  871. }
  872. .thumbnail {
  873. float: none;
  874. height: auto;
  875. margin: 0px;
  876. text-align: center;
  877. }
  878. #cloudtag {
  879. padding: 0px;
  880. }
  881. div.dailyAbout {
  882. float: none;
  883. position: relative;
  884. width: 100%;
  885. clear: both;
  886. padding: 0px;
  887. top: 0px;
  888. left: 0px;
  889. }
  890. #daily_col1, #daily_col2, #daily_col3 {
  891. float: none;
  892. width: 100%;
  893. padding: 0px;
  894. }
  895. div.dailyTitle {
  896. font-size: 18pt;
  897. margin-top: 5px;
  898. padding: 0px;
  899. }
  900. div.dailyDate {
  901. font-size: 11pt;
  902. padding: 0px;
  903. display: block;
  904. }
  905. div.dailyEntryTitle {
  906. font-size: 16pt;
  907. font-weight: bold;
  908. }
  909. div.dailyEntryDescription {
  910. font-size: 10pt;
  911. }
  912. }
  913. #toolsdiv a.button-description {
  914. clear: none;
  915. }
  916. /* Highlight search results */
  917. .highlight {
  918. background-color: #FFFF33;
  919. }
  920. .center {
  921. text-align: center;
  922. }
  923. ul.errors {
  924. color: red;
  925. float: left;
  926. }
  927. #pluginsadmin {
  928. width: 80%;
  929. padding: 20px 0 0 20px;
  930. }
  931. #pluginsadmin section {
  932. padding: 20px 0;
  933. }
  934. #pluginsadmin .plugin_parameters {
  935. margin: 10px 0;
  936. }
  937. #pluginsadmin h1 {
  938. font-style: normal;
  939. }
  940. #pluginsadmin h2 {
  941. font-size: 1.4em;
  942. font-weight: bold;
  943. }
  944. #pluginsadmin table {
  945. width: 100%;
  946. }
  947. #pluginsadmin table, #pluginsadmin th, #pluginsadmin td {
  948. border-width: 1px 0;
  949. border-style: solid;
  950. border-color: #c0c0c0;
  951. }
  952. #pluginsadmin table th {
  953. font-weight: bold;
  954. padding: 10px 0;
  955. }
  956. #pluginsadmin table td {
  957. padding: 5px 0;
  958. }
  959. #pluginsadmin input[type=submit] {
  960. margin: 10px 0;
  961. }
  962. #pluginsadmin .plugin_parameter {
  963. padding: 5px 0;
  964. border-width: 1px 0;
  965. border-style: solid;
  966. border-color: #c0c0c0;
  967. }
  968. #pluginsadmin .float_label {
  969. float: left;
  970. width: 20%;
  971. }
  972. #pluginsadmin a {
  973. color: black;
  974. }
  975. /* 404 page */
  976. .error-container {
  977. margin: 50px;
  978. margin-top: 20px;
  979. }
  980. .error-container h1 {
  981. text-decoration: none;
  982. font-style: normal;
  983. color: #80AD48;
  984. }