Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. /* Columns section */
  2. #columns .column {
  3.     float: left;
  4.     width: 100%;
  5.         /* Min-height: */
  6.         min-height: 400px;
  7.         min-width:100px;
  8.         height: auto !important;
  9.         height: 400px;
  10. }
  11.  
  12. /* Column dividers (background-images) : */
  13. .column ol,ul { margin: 0; margin-left: 0; padding: 0; list-style:none; border:none;}
  14.  
  15. #columns #column1 .widget { margin: 30px 35px 0 25px; }
  16. #columns #column3 .widget { margin: 30px 25px 0 35px; }
  17. #columns .widget {
  18.     margin: 30px 20px 0 20px;
  19.     padding: 2px;
  20.     -moz-border-radius: 4px;
  21.     -webkit-border-radius: 4px;
  22. }
  23. #columns .widget .widget-head {
  24.     color: #000;
  25.     overflow: hidden;
  26.     width: 100%;
  27.     height: 30px;
  28.     line-height: 30px;
  29. }
  30. #columns .widget .widget-head h3 {
  31.     padding: 0 5px;
  32.     float: left;
  33. }
  34.  
  35. #columns .widget .widget-content p {
  36.     padding: 0.8em 0;
  37.     border-bottom: 1px solid #666;
  38. }
  39. #columns .widget .widget-content a
  40. {
  41.     color:#CCCCCC;
  42. }
  43.  
  44. #columns .widget .widget-content img {
  45.     float: right;
  46.     margin: 10px;
  47.     border: 1px solid #FFF;
  48. }
  49. #columns .widget .widget-content pre {
  50.     padding: 0.5em 5px;
  51.     color: #EEE;
  52.     font-size: 12px;
  53. }
  54. #columns .widget .widget-content ul {
  55.     padding: 5px 0 5px 20px;
  56.     list-style: disc;
  57. }




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012