shaarli.css 21 KB

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