pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CSS pastebin - collaborative debugging tool View Help


Posted by Amaury BALMER on Fri 8 Aug 20:37
report abuse | View followups from Anonymous | download | new post

  1. /* Begin Images */
  2. p img {
  3. padding: 0;
  4. max-width: 100%;
  5. }
  6. img.centered, img.aligncenter {
  7. display: block;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11. img.alignright {
  12. padding: 4px;
  13. margin: 0 0 2px 7px;
  14. display: inline;
  15. }
  16. img.alignleft {
  17. padding: 4px;
  18. margin: 0 7px 2px 0;
  19. display: inline;
  20. }
  21. .alignright {
  22. float: right;
  23. }
  24. .alignleft {
  25. float: left;
  26. }
  27. /* End Images */
  28.  
  29. /* Captions */
  30. .aligncenter,
  31. div.aligncenter {
  32. display: block;
  33. margin-left: auto;
  34. margin-right: auto;
  35. }
  36.  
  37. .wp-caption {
  38. border: 1px solid #ddd;
  39. text-align: center;
  40. background-color: #f3f3f3;
  41. padding-top: 4px;
  42. margin: 10px;
  43. -moz-border-radius: 3px;
  44. -khtml-border-radius: 3px;
  45. -webkit-border-radius: 3px;
  46. border-radius: 3px;
  47. }
  48.  
  49. .wp-caption img {
  50. margin: 0;
  51. padding: 0;
  52. border: 0 none;
  53. }
  54.  
  55. .wp-caption p.wp-caption-text {
  56. font-size: 11px;
  57. line-height: 17px;
  58. padding: 0 4px 5px;
  59. margin: 0;
  60. }
  61. /* End captions */

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post