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. body {
  2.     height: 100%;
  3.     background-color: #FFFFFF;
  4.     font-style: normal;
  5.     font-size: small;
  6.     margin:  0;
  7.     font-family: Verdana;
  8.     font-size: 11px;
  9. }
  10.  
  11.  
  12. h1 {
  13.     font-size: 15px;
  14.     letter-spacing: 1px;
  15. }
  16.  
  17. a {
  18.     text-decoration: none;
  19.     color: #5C80B1;
  20. }
  21.  
  22. a:hover {
  23.     text-decoration: underline;
  24. }
  25.  
  26. img {
  27.     border: none;
  28. }
  29.  
  30. .alt td {
  31.     background-color: white;
  32. }
  33.  
  34. label.wide {
  35.     float: left;
  36.     display: block;
  37. }
  38.  
  39. /*----------------------------
                            Layout
    ----------------------------*/
  40.  
  41. #leftColumn {
  42.     background-image: url( 'images/bkgd_left_column.gif' );
  43.     background-repeat: repeat-y;
  44.     width: 28px;
  45. }
  46.  
  47. #rightColumn {
  48.     background-image: url( 'images/bkgd_right_column.gif' );
  49.     background-repeat: repeat-y;
  50.     width: 28px;
  51. }
  52.  
  53. #footer {
  54.     font-size: .9em;
  55.     background-color: #959595;
  56.     color: white;
  57.     width: 100%;
  58.     height: 25px;
  59.     line-height:25px;
  60.     clear: right;
  61.     text-align:right;
  62.     font-weight: bold;
  63. }
  64.  
  65. #footer a {
  66.     color: White;
  67.     margin-right: 10px
  68. }
  69.  
  70. .rightSidebar {
  71.     width: 210px;
  72.     background-color: #F1F1F1;
  73.     border-style: solid;
  74.     border-width: 1px;
  75.     border-color: #B8C1CA;
  76.     padding: 10px 10px 10px 10px;
  77.     background-color: #F1F1F1;
  78.     margin-right: 15px;
  79.     margin-top: 30px;
  80. }
  81.  
  82. .banner {
  83.     width: 100%;
  84.     background-color: #F1F1F1;
  85.     border-bottom: solid 4px #959595;
  86. }
  87.  
  88. .banner h1 {
  89.     font-family: Arial;
  90.     font-size: 30px;
  91.     font-weight: bold;
  92.     margin: 0px;
  93.     letter-spacing: 1px;
  94.     color: Silver;
  95. }
  96.  
  97. .banner h2 {
  98.     font-family: Arial;
  99.     font-size: 15px;
  100.     font-weight: bold;
  101.     margin: 0px;
  102.     color: Silver;
  103. }
  104.  
  105. .main {
  106.     border-style: solid;
  107.     border-width: 1px;
  108.     border-color: #B8C1CA;
  109.     padding: 45px 10px 3px 10px;
  110.     background-color: #F1F1F1;
  111.     border-top: solid 1px #B8C1CA;
  112. }
  113.  
  114. .settings {
  115.     padding: 10px 10px 10px 10px;
  116.     background: white;
  117.     border: 1px solid silver;
  118.     margin-bottom: 20px;
  119.     margin-top: 20px;
  120. }
  121.  
  122. .settings h1 {
  123.     margin: 0 0 10px 0;
  124.     border-bottom: 1px solid silver;
  125. }
  126.  
  127. .settings label {
  128.     float: left;
  129.     width: 200px;
  130. }
  131.  
  132. .settings .cbox {
  133.     padding: 2px 0 2px 0;
  134. }
  135.  
  136. .settings .ddown {
  137.     margin: 0;
  138.     padding: 0;
  139. }
  140.  
  141. .settings .ddown label {
  142.     width: 200px;
  143.     margin-top: 8px;
  144.     margin-right: 3px;
  145. }
  146.  
  147. .settings .cbox label {
  148.     margin-top: 2px;
  149.     font-size:1em;
  150. }
  151.  
  152. .nowidth label {
  153.     float: none;
  154.     width: 0px;
  155. }
  156.  
  157. td.label{
  158.     vertical-align: top;
  159.     padding-top: 5px;
  160. }
  161.  
  162. .settings span label{
  163.     float: none;
  164.     display: inline;
  165.     width: auto;
  166.     padding-right: 20px;
  167. }
  168.  
  169. .settings span input[type="radio"]{
  170.     border: none;
  171. }
  172.  
  173. /*----------------------------
                        Referrers
    ----------------------------*/
  174.  
  175. table.referrer td {
  176.     padding: 2px 0;
  177.     border-bottom: 1px solid silver;
  178. }
  179.  
  180. table.referrer tr.alt td {
  181.     background-color: White;
  182. }
  183.  
  184. table.referrer caption {
  185.     font-size: 14px;
  186.     font-weight: bold;
  187.     padding-bottom: 8px;
  188.   display: block;
  189. }
  190.  
  191. /*----------------------------
                        Category
    ----------------------------*/
  192.  
  193. .category td {
  194.     padding: 2px 10px;
  195.   vertical-align: top;
  196. }
  197.  
  198. .category td input {
  199.     width: 200px;
  200. }
  201.  
  202. .category td textarea {
  203.     height: 70px;
  204.     width: 400px;
  205. }
  206.  
  207. /*- Menu Tabs --------------------------- */
  208.  
  209. .tabs .current {
  210.     font-weight: bolder;
  211.     color: Blue;
  212.     border-bottom: solid 1px #F1F1F1;
  213. }
  214.  
  215. .tabs {
  216.     float: left;
  217.     width: 100%;
  218.     background: #FFFFFF;
  219.     font-size: 93%;
  220.     line-height: normal;
  221.     margin:  0;
  222.     padding:  0;
  223.     border-bottom:solid 1px #B8C1CA;
  224. }
  225.  
  226. .tabs ul {
  227.     margin:  0;
  228.     padding: 10px 10px 0 50px;
  229.     list-style: none;
  230.     position: relative;
  231.     top: 1px;
  232. }
  233.  
  234. .tabs li {
  235.     display: inline;
  236.     margin:  0;
  237.     padding:  0;
  238. }
  239.  
  240. .tabs a {
  241.     float: left;
  242.     background: url( "images/tableftB.gif" ) no-repeat left top;
  243.     margin:  0;
  244.     padding: 0 0 0 4px;
  245.     text-decoration: none;
  246.   text-transform: capitalize;
  247. }
  248.  
  249. .tabs a span {
  250.     float: left;
  251.     display: block;
  252.     background: url( "images/tabrightB.gif" ) no-repeat right top;
  253.     padding: 5px 15px 4px 6px;
  254.     color: #666;
  255. }
  256.  
  257. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  258. .tabs a span {
  259.     float: none;
  260. }
  261.  
  262. /* End IE5-Mac hack */
  263. .tabs a:hover span {
  264.     color: #000;
  265. }
  266.  
  267. .tabs a:hover {
  268.     background-position: 0% -42px;
  269. }
  270.  
  271. .tabs a:hover span {
  272.     background-position: 100% -42px;
  273. }
  274.  
  275. /*-------------*/
  276.  
  277. .main input[type="submit"], .main input[type="button"] {
  278.     color: #000000;
  279.     background: #FFFFFF;
  280.     border: 1px solid #B8C1CA;
  281. }
  282.  
  283.  
  284. .main input[type="submit"]:hover {
  285.     color: #FFFFFF;
  286.     background: #B8C1CA;
  287.     cursor: pointer;
  288. }
  289.  
  290. .settings input[type="submit"], .settings input[type="button"] {
  291.     color: #666;
  292.     background: #F1F1F1;
  293.     border: 1px solid #B8C1CA;
  294. }
  295.  
  296. .settings input[type="submit"]:hover, .settings input[type="button"]:hover {
  297.     color: #FFFFFF;
  298.     background: #B8C1CA;
  299.     cursor: pointer;
  300. }
  301.  
  302. input, select, textarea {
  303.     color: #666;
  304.     background: #FFFFFF;
  305.     border: 1px solid #B8C1CA;
  306. }
  307.  
  308. input[type="file"]:hover {
  309.     cursor: pointer;
  310. }
  311.  
  312. input[type="checkbox"] {
  313.     border: none;
  314.     background: none;
  315. }
  316.  
  317. .info {
  318.     background: url(images/info.gif) right top no-repeat;
  319.     padding:15px 50px 10px 15px;
  320.     border: 1px solid #ccc;
  321. }
  322.  
  323. /* Extension settings */
  324. .mgr input, select {
  325.     margin: 5px 0 5px 0;
  326. }
  327. .mgrRadioList {
  328.     border: 1px solid #ccc;
  329.     margin: 5px 0 5px 0;
  330. }
  331. .mgrRadioList td {
  332.     height:25px;
  333.     display:table-cell;
  334. }
  335. .mgrRadioList input {
  336.     float:left;
  337.     width: 20px;
  338.     height: 20px;
  339.     border: 0;
  340. }
  341. .mgrRadioList label {
  342.     display:inline-table;
  343.     float:right;
  344.     height:20px;
  345.     width:100px;
  346.     margin:7px 0 0 5px;
  347. }
  348. .mgrCheck {
  349.     margin-top: 6px;
  350.     padding-right:5px;
  351. }
  352. .mgrCheckLbl {
  353.     margin-bottom:8px;
  354. }
  355. /*-----------------------------*/
  356.  
  357. #tagselector{
  358.     background: white;
  359.     border: 3px solid gray;
  360.     width: 500px;
  361.     position: absolute;
  362.     left: 553px;
  363.     bottom: 40px;
  364.     padding-bottom: 10px
  365. }
  366.  
  367. #tagselector a{
  368.     display: block;
  369.     float: left;
  370.     margin-right: 10px;
  371.     padding: 2px 4px;
  372. }




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