Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 1.48 KB | Hits: 67 | Expires: Never
Copy text to clipboard
  1. body {
  2.   background: #fff url(img/title_bg.png) 0 -80px repeat-x;
  3.   position: relative;
  4.   margin: 1em;
  5.   color: #333;
  6.   font-family: "DejaVu Sans", Verdana, Arial, sans-serif;
  7. }
  8.  
  9. input {
  10.   border: 1px solid #ccc;
  11.   padding: 0.6em;
  12. }
  13.  
  14. h1 {
  15.   color: #000;
  16. }
  17.  
  18. div#contents h2, div#contents h3, div#contents h4, div#contents h5 {
  19.   padding-top: 1em;
  20.   border-bottom: 1px solid #ccc;
  21. }
  22.  
  23. a {
  24.   text-decoration: none;
  25. }
  26. a:link {
  27.   color: #66e;
  28. }
  29. a:visited {
  30.   color: #a6a;
  31. }
  32. a:active {
  33.   color: #fff !important;
  34.   background-color: #f50;
  35. }
  36. a:hover {
  37.   color: #f50;
  38.   text-decoration: underline;
  39. }
  40.  
  41. img.middle {
  42.   vertical-align: middle;
  43. }
  44.  
  45. div#main {
  46.   width: 100%;
  47.   margin-left: auto;
  48.   margin-right: auto;
  49. }
  50.  
  51. div#piste {
  52.   float: left;
  53.   font-size: 0.7em;
  54.   color: #999;
  55. }
  56.  
  57. div#sidebar {
  58.   font-size: 0.8em;
  59.   padding-top: 4em;
  60.   width: 250px;
  61.   float: left;
  62. }
  63.  
  64. div#user {
  65.   text-align: right;
  66.   font-size: 0.7em;
  67.   color: #999;
  68.   padding-bottom: 1em;
  69. }
  70.  
  71. div#contents {
  72.   margin-left: 250px;
  73.   padding-left: 2em;
  74.   border-left: 1px dotted #ccc;
  75. }
  76.  
  77. div#lastchanged {
  78.   text-align: right;
  79.   padding-top: 5em;
  80.   font-size: 0.7em;
  81.   color: #999;
  82. }
  83.  
  84. div#footer {
  85.   border-top: 1px dotted #ccc;
  86.   clear: both;
  87.   padding-top: 1em;
  88.   color: #999;
  89.   text-align: center;
  90.   font-size: 0.8em;
  91. }
  92.  
  93. div.edit_btn {
  94.   margin-top: 3.5em;
  95.   float: right;
  96.   font-size: 0.6em;
  97.   background-color: #666;
  98.   color: #fff;
  99.   padding: 0.3em 0.5em;
  100. }