shaarli.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089
  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 #tagfilter_value {
  198. width: 10%;
  199. }
  200. .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
  201. background-color: #dedede;
  202. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
  203. background: -webkit-linear-gradient(#dedede, #ffffff);
  204. background: -moz-linear-gradient(#dedede, #ffffff);
  205. background: -ms-linear-gradient(#dedede, #ffffff);
  206. background: -o-linear-gradient(#dedede, #ffffff);
  207. background: linear-gradient(#dedede, #ffffff);
  208. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  209. padding: 0 5px 0 5px;
  210. margin: 5px 0 5px 0;
  211. height: 20px;
  212. border-radius: 3px 3px 3px 3px;
  213. cursor: pointer;
  214. }
  215. #shaarli_title {
  216. font-weight: bold;
  217. font-style: italic;
  218. margin-top: 0;
  219. }
  220. #shaarli_title a {
  221. color: #fff !important;
  222. }
  223. #pageheader a:visited {
  224. color: #98C943;
  225. text-decoration: none;
  226. }
  227. #pageheader a:hover {
  228. color: #FFFFC9;
  229. text-decoration: none;
  230. }
  231. #pageheader a:active {
  232. color: #bbb;
  233. text-decoration: none;
  234. }
  235. #searchcriteria {
  236. padding: 4px 0px 5px 5px;
  237. font-weight: bold;
  238. }
  239. .paging {
  240. padding: 5px;
  241. background-color: #777;
  242. color: #ccc;
  243. text-align: center;
  244. clear: both;
  245. }
  246. .paging a:link {
  247. color: #ccc;
  248. text-decoration: none;
  249. }
  250. .paging a:visited {
  251. color: #ccc;
  252. }
  253. .paging a:hover {
  254. color: #FFFFC9;
  255. }
  256. .paging a:active {
  257. color: #fff;
  258. }
  259. .paging_privatelinks {
  260. float: left;
  261. }
  262. .paging_linksperpage {
  263. float: right;
  264. padding-right: 5px;
  265. margin: 0px 10px 2px 0px;
  266. }
  267. .paging_linksperpage form.linksperpage {
  268. display: inline;
  269. }
  270. .paging_linksperpage form.linksperpage input {
  271. height: 15px;
  272. }
  273. .paging_current {
  274. display: inline;
  275. color: #fff;
  276. padding: 0 20 0 20;
  277. }
  278. .paging_older {
  279. margin-right: 15px;
  280. }
  281. .paging_newer {
  282. margin-left: 15px;
  283. }
  284. #headerform {
  285. color: #ffffff;
  286. padding: 5px 5px 5px 5px;
  287. clear: both;
  288. }
  289. #headerform input.linkurl {
  290. width: 50%;
  291. font-size: inherit;
  292. }
  293. #toolsdiv {
  294. color: #ffffff;
  295. padding: 5px 5px 5px 5px;
  296. clear: left;
  297. }
  298. #uploaddiv {
  299. color: #ffffff;
  300. padding: 5px 5px 5px 5px;
  301. clear: left;
  302. }
  303. #editlinkform {
  304. height: 100%;
  305. padding: 5px 5px 5px 15px;
  306. width: 80%;
  307. clear: left;
  308. }
  309. #editlinkform label {
  310. color: #ffffff;
  311. }
  312. #editlinkform textarea, #editlinkform .lf_input {
  313. width: 100%;
  314. }
  315. #linklist li {
  316. padding: 4px 10px 15px 20px;
  317. border-top: 1px solid #bbb;
  318. clear: both;
  319. background-color: #F2F2F2;
  320. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
  321. background: -webkit-linear-gradient(#F2F2F2, #ffffff);
  322. background: -moz-linear-gradient(#F2F2F2, #ffffff);
  323. background: -ms-linear-gradient(#F2F2F2, #ffffff);
  324. background: -o-linear-gradient(#F2F2F2, #ffffff);
  325. background: linear-gradient(#F2F2F2, #ffffff);
  326. }
  327. /*
  328. #linklist li.publicLinkHightLight:hover, #linklist li:hover {
  329. background: #E9FFCE;
  330. }
  331. */
  332. .linkdate, .linkarchive {
  333. font-size:8pt;
  334. color:#888;
  335. }
  336. .linkdate a, .linkarchive a {
  337. color:#E28E3F;
  338. }
  339. .linkqrcode {
  340. display: inline;
  341. position: relative;
  342. }
  343. a.qrcode img {
  344. width: 13px;
  345. height: 13px;
  346. }
  347. #linklist li.private {
  348. background: url('../images/private.png') no-repeat 4px center;
  349. padding-left: 30px;
  350. }
  351. #linklist li {
  352. padding-left: 30px;
  353. }
  354. .private .linktitle a {
  355. color: #969696;
  356. }
  357. .linktitle {
  358. font-size: 14pt;
  359. font-weight: bold;
  360. }
  361. .linktitle a {
  362. text-decoration: none;
  363. color: #80AD48;
  364. }
  365. .linktitle a:hover {
  366. color: #F57900;
  367. }
  368. .linkdate, .linkarchive {
  369. font-size: 8pt;
  370. color: #888;
  371. }
  372. .linkdate a, .linkarchive a {
  373. background-image: url('../images/calendar.png');
  374. padding: 2px 0 3px 20px;
  375. background-repeat: no-repeat;
  376. text-decoration: none;
  377. color: #E28E3F;
  378. }
  379. .linkdate a:hover {
  380. color: #F57900 }
  381. .linkurl {
  382. font-size: 8pt;
  383. color: #4BAA74;
  384. }
  385. .linkdescription {
  386. color: #000;
  387. margin-top: 0;
  388. margin-bottom: 12px;
  389. font-weight: normal;
  390. max-height: 400px;
  391. overflow: auto;
  392. }
  393. .linkdescription a {
  394. text-decoration: none;
  395. color: #3465A4;
  396. }
  397. .linkdescription a:hover {
  398. color: #F57900;
  399. }
  400. .linktaglist {
  401. padding-top: 10px;
  402. line-height: 200%;
  403. }
  404. .linktag {
  405. font-size: 9pt;
  406. background-color: #F2F2F2;
  407. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
  408. background: -webkit-linear-gradient(#F2F2F2, #ffffff);
  409. background: -moz-linear-gradient(#F2F2F2, #ffffff);
  410. background: -ms-linear-gradient(#F2F2F2, #ffffff);
  411. background: -o-linear-gradient(#F2F2F2, #ffffff);
  412. background: linear-gradient(#F2F2F2, #ffffff);
  413. box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  414. padding: 3px 5px 3px 20px;
  415. height: 20px;
  416. border-radius: 3px;
  417. cursor: pointer;
  418. background-image: url('../images/tag_blue.png');
  419. background-repeat: no-repeat;
  420. background-position: 3px center;
  421. background-color: #ffffff;
  422. }
  423. .linktag:hover {
  424. border-color: #555573;
  425. color: #000;
  426. }
  427. .linktag a {
  428. color: #777;
  429. text-decoration: none;
  430. }
  431. .linktag .remove {
  432. border-left: 1px solid #aaa;
  433. padding-left: 5px;
  434. color:#6767A7;
  435. }
  436. .linkshort {
  437. font-size: 8pt;
  438. color: #888;
  439. }
  440. .linkshort a {
  441. text-decoration: none;
  442. color: #393964;
  443. }
  444. .linkshort a:hover {
  445. text-decoration: underline;
  446. }
  447. .buttoneditform {
  448. display: inline;
  449. }
  450. #footer {
  451. font-size: 8pt;
  452. text-align: center;
  453. color: #888;
  454. clear: both;
  455. max-width: 30em;
  456. margin: 15px auto 15px auto;
  457. }
  458. #footer a {
  459. color: #486D08;
  460. }
  461. #footer a:hover {
  462. color: #000000;
  463. }
  464. #newversion {
  465. background-color: #FFFFA0;
  466. color: #000;
  467. position: absolute;
  468. top: 0;
  469. right: 0;
  470. padding: 2 7 2 7;
  471. font-size: 9pt;
  472. }
  473. #newversion #version_id {
  474. text-decoration: blink;
  475. }
  476. #cloudtag {
  477. padding-left: 10%;
  478. padding-right: 10%;
  479. }
  480. #cloudtag .count {
  481. color: #99f;
  482. font-size: 9pt;
  483. padding-left: 5px;
  484. padding-right: 2px;
  485. }
  486. #cloudtag a {
  487. color: black;
  488. text-decoration: none;
  489. }
  490. #install {
  491. margin: 0 20px;
  492. }
  493. #installform {
  494. border: 1px solid black;
  495. padding: 10px;
  496. }
  497. #installform table {
  498. border: none;
  499. }
  500. #installform td {
  501. font-size: 10pt;
  502. color: black;
  503. padding: 10px 5px 10px 5px;
  504. clear: left;
  505. }
  506. #installform input.bigbutton {
  507. float: right;
  508. }
  509. #changepasswordform {
  510. color: #ccc;
  511. padding: 10px 5px 10px 5px;
  512. clear: left;
  513. }
  514. #changetag {
  515. color: #ccc;
  516. padding: 10px 5px 10px 5px;
  517. clear: left;
  518. }
  519. #changetag #totag {
  520. margin-left: 40px;
  521. }
  522. #changetag div {
  523. float:left;
  524. }
  525. #changetag label {
  526. padding: 5px;
  527. }
  528. #changetag li {
  529. color: #000;
  530. }
  531. #configform td {
  532. color: #ccc;
  533. font-size: 10pt;
  534. padding: 10px 5px 10px 5px;
  535. }
  536. #configform {
  537. color: #ccc;
  538. padding: 10px 5px 10px 5px;
  539. clear: left;
  540. }
  541. .thumbnail {
  542. float: right;
  543. margin: 0px 10px 0px 10px;
  544. }
  545. .thumbnail img {
  546. border-radius: 3px;
  547. box-shadow: 0.5px 0.5px 0.5px 1px #dde4e6;
  548. }
  549. /* If you want thumbnails on the left:
  550. .thumbnail {
  551. float: left;
  552. margin-right: 10px;
  553. }
  554. .linkcontainer {
  555. position: static;
  556. margin-left: 130px;
  557. }
  558. */
  559. /* --- Picture wall CSS --- */
  560. #picwall_container {
  561. color: #fff;
  562. background-color: #000;
  563. clear: both;
  564. }
  565. .picwall_pictureframe {
  566. background-color: #000;
  567. z-index: 5;
  568. position: relative;
  569. display: table-cell;
  570. vertical-align: middle;
  571. width: 90px;
  572. height: 90px;
  573. overflow: hidden;
  574. text-align: center;
  575. float: left;
  576. }
  577. .b-lazy {
  578. -webkit-transition: opacity 500ms ease-in-out;
  579. -moz-transition: opacity 500ms ease-in-out;
  580. -o-transition: opacity 500ms ease-in-out;
  581. transition: opacity 500ms ease-in-out;
  582. opacity: 0;
  583. }
  584. .b-lazy.b-loaded {
  585. opacity: 1;
  586. }
  587. .picwall_pictureframe img {
  588. max-width: 100%;
  589. height: auto;
  590. color: transparent;
  591. } /* Adapt the width of the image */
  592. .picwall_pictureframe a {
  593. text-decoration: none;
  594. }
  595. /* CSS to show title when hovering an image - no javascript required. */
  596. .picwall_pictureframe span.info {
  597. display: none;
  598. }
  599. .picwall_pictureframe:hover span.info {
  600. display: block;
  601. position: absolute;
  602. top: 0;
  603. left: 0;
  604. width: 90px;
  605. font-weight: bold;
  606. font-size: 8pt;
  607. color: #fff;
  608. text-align: left;
  609. background-color: transparent;
  610. background-color: rgba(0, 0, 0, 0.4);
  611. /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  612. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  613. /* IE6–IE9 */
  614. text-shadow: 2px 2px 1px #000000;
  615. }
  616. #linklist li.publicLinkHightLight {
  617. background: #ffffff;
  618. }
  619. div#permalinkQrcode {
  620. padding: 20px;
  621. width: 220px;
  622. height: 220px;
  623. background-color: #ffffff;
  624. border: 1px solid black;
  625. position: absolute;
  626. top: -100px;
  627. left: -100px;
  628. text-align: center;
  629. font-size: 8pt;
  630. z-index: 50;
  631. -webkit-box-shadow: 2px 2px 20px 2px #333333;
  632. -moz-box-shadow: 2px 2px 20px 2px #333333;
  633. -o-box-shadow: 2px 2px 20px 2px #333333;
  634. -ms-box-shadow: 2px 2px 20px 2px #333333;
  635. box-shadow: 2px 2px 20px 2px #333333;
  636. }
  637. div.daily {
  638. font-family: Georgia, 'DejaVu Serif', Norasi, serif;
  639. background-color: #E6D6BE;
  640. /* Background paper texture by BashCorpo:
  641. http://www.bashcorpo.dk/textures.php
  642. http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */
  643. background-image: url("../images/Paper_texture_v5_by_bashcorpo_w1000.jpg");
  644. -webkit-background-size: cover;
  645. -moz-background-size: cover;
  646. -o-background-size: cover;
  647. background-size: cover;
  648. position: relative;
  649. border-bottom: 2px solid black;
  650. }
  651. #daily_col1 {
  652. float: left;
  653. position: relative;
  654. width: 33%;
  655. padding-left: 1%;
  656. }
  657. #daily_col2 {
  658. float: left;
  659. position: relative;
  660. width: 33%;
  661. }
  662. #daily_col3 {
  663. float: left;
  664. position: relative;
  665. width: 33%;
  666. }
  667. div.dailyAbout {
  668. float: left;
  669. border: 1px solid black;
  670. font-size: 8pt;
  671. position: absolute;
  672. left: 10px;
  673. top: 15px;
  674. padding: 5px 5px 5px 5px;
  675. text-align: center;
  676. }
  677. div.dailyAbout a {
  678. color: #890500;
  679. }
  680. div.dailyAbout img {
  681. position: relative;
  682. top: 3px;
  683. margin-right: 4px;
  684. width: 14px;
  685. height: 14px;
  686. }
  687. div.dailyTitle {
  688. font-weight: bold;
  689. font-size: 44pt;
  690. text-align: center;
  691. padding: 10px 20px 0px 20px;
  692. }
  693. div.dailyDate {
  694. font-size: 12pt;
  695. font-weight: bold;
  696. text-align: center;
  697. padding: 0px 20px 30px 20px;
  698. }
  699. /* Individual entries in "Daily": */
  700. div.dailyEntry {
  701. margin: 5px 10px 2px 5px;
  702. font-size: 11pt;
  703. border-top: 1px solid #555;
  704. }
  705. div.dailyEntry a {
  706. text-decoration: none;
  707. color: #890500;
  708. }
  709. div.dailyEntryTags {
  710. font-size: 7.75pt;
  711. }
  712. div.dailyEntryTitle {
  713. font-size: 18pt;
  714. font-weight: bold;
  715. }
  716. div.dailyEntryLinkdate {
  717. font-size: 8pt;
  718. }
  719. div.dailyEntryThumbnail {
  720. width: 100%;
  721. text-align: center;
  722. background-color: rgb(128, 128, 128);
  723. background: url(../images/50pc_transparent.png);
  724. padding: 4px 0px 2px 0px;
  725. }
  726. div.dailyEntryDescription {
  727. margin-top: 10px;
  728. margin-bottom: 30px;
  729. text-align: justify;
  730. overflow: auto;
  731. }
  732. div.dailyNoEntry {
  733. text-align: center;
  734. padding: 40px 0px 90px 0px;
  735. }
  736. .daily #closing {
  737. clear: both;
  738. text-align: center;
  739. padding-bottom: 20px;
  740. }
  741. /* Common CSS screwdriver */
  742. .clear {
  743. clear: both;
  744. }
  745. .right {
  746. text-align: right;
  747. }
  748. .white {
  749. color: white;
  750. }
  751. /* For lazy images loading in picture wall.
  752. Using http://www.appelsiini.net/projects/lazyload
  753. */
  754. .lazyimage {
  755. display: none;
  756. }
  757. #configuration_table td {
  758. border: none;
  759. padding: 10px;
  760. vertical-align: top;
  761. }
  762. @media print {
  763. html {
  764. border: none;
  765. background: #fff !important;
  766. color: #000 !important;
  767. }
  768. body {
  769. font-size: 12pt;
  770. width: auto !important;
  771. margin: auto !important;
  772. }
  773. /* Minimum numer of lines to display when splitting a paragraph
  774. over two pages */
  775. p {
  776. orphans: 3;
  777. widows: 3;
  778. }
  779. a {
  780. color: #000 !important;
  781. text-decoration: none !important;
  782. }
  783. #pageheader, .paging, #linklist li form, #footer {
  784. display: none;
  785. }
  786. #linklist li {
  787. padding: 2 0 10 0;
  788. border-top: 2px solid #000;
  789. clear: both;
  790. }
  791. #linklist li.private {
  792. background-color: none;
  793. border-left: 0;
  794. }
  795. .linkdate {
  796. line-height: 2;
  797. }
  798. .linkurl {
  799. color: #000;
  800. }
  801. .linkdescription {
  802. font-size: 10pt;
  803. }
  804. .linktag {
  805. border: 1px solid black;
  806. font-style: italic;
  807. font-size: 8pt;
  808. }
  809. }
  810. @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
  811. /* A few fixes for mobile devices (far from perfect). */
  812. .nomobile {
  813. display: none;
  814. }
  815. #logo {
  816. display: none;
  817. }
  818. #pageheader #menu ul {
  819. text-align: center;
  820. }
  821. #pageheader #menu a {
  822. padding: 5px;
  823. border-radius: 3px 3px 3px 3px;
  824. margin: 3px;
  825. }
  826. .searchform, .tagfilter {
  827. display: block !important;
  828. margin: 0px 3px 7px 0px !important;
  829. padding: 0px !important;
  830. width: 97% !important;
  831. }
  832. .searchform input, .tagfilter input {
  833. margin: 0px !important;
  834. padding: 0px !important;
  835. display: inline !important;
  836. }
  837. .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
  838. width: 30%;
  839. font-size: smaller;
  840. }
  841. #searchform_value {
  842. width: 70% !important;
  843. }
  844. #tagfilter_value {
  845. width: 70% !important;
  846. }
  847. div.qrcode {
  848. position: relative;
  849. float: left;
  850. top: -10px;
  851. left: 0px;
  852. }
  853. .paging_privatelinks {
  854. float: none;
  855. }
  856. .paging_linksperpage {
  857. float: none;
  858. margin-bottom: 10px;
  859. font-size: smaller;
  860. }
  861. #paging_older, #paging_newer, .paging_linksperpage a {
  862. border: 1px solid black;
  863. padding: 3px 5px 3px 5px;
  864. background-color: #666;
  865. color: #fff;
  866. border-radius: 3px 3px 3px 3px;
  867. }
  868. .thumbnail {
  869. float: none;
  870. height: auto;
  871. margin: 0px;
  872. text-align: center;
  873. }
  874. #cloudtag {
  875. padding: 0px;
  876. }
  877. div.dailyAbout {
  878. float: none;
  879. position: relative;
  880. width: 100%;
  881. clear: both;
  882. padding: 0px;
  883. top: 0px;
  884. left: 0px;
  885. }
  886. #daily_col1, #daily_col2, #daily_col3 {
  887. float: none;
  888. width: 100%;
  889. padding: 0px;
  890. }
  891. div.dailyTitle {
  892. font-size: 18pt;
  893. margin-top: 5px;
  894. padding: 0px;
  895. }
  896. div.dailyDate {
  897. font-size: 11pt;
  898. padding: 0px;
  899. display: block;
  900. }
  901. div.dailyEntryTitle {
  902. font-size: 16pt;
  903. font-weight: bold;
  904. }
  905. div.dailyEntryDescription {
  906. font-size: 10pt;
  907. }
  908. }
  909. #toolsdiv a.button-description {
  910. clear: none;
  911. }
  912. /* Highlight search results */
  913. .highlight {
  914. background-color: #FFFF33;
  915. }
  916. .center {
  917. text-align: center;
  918. }