Advertisement
Guest User

nitrovent's custom soup css

a guest
May 18th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. .actionbar{
  2. visibility:visible!important;
  3. color:#333;
  4. border-color:#333;
  5. left:0!important;
  6. position:relative;
  7. border:none;
  8. }
  9. .post_image .content{
  10. background: none;
  11. background-color:#222;
  12. }
  13. #content h2{
  14. color:#900;
  15. }
  16. .m{
  17. color:#a00;
  18. }
  19. .d{
  20. color:#900;
  21. }
  22. .y{
  23. color:#700;
  24. }
  25. .date{
  26. width:100%;
  27. border-bottom:1px solid #800;
  28. margin:0!important;
  29. padding-bottom:0!important;
  30. }
  31. #main, #footer, #header {
  32.   width: 95%;
  33. }
  34. .post{
  35. vertical-align:top;
  36. padding:5px;
  37. display:inline-block;
  38. clear:none;
  39. width:auto;
  40. }
  41. .post .content-container {
  42.   float: left;
  43.   line-height: 1.4em;
  44.   margin: 0 0 0.6em;
  45.   width: auto;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement