Advertisement
plashal

new f*ing music: styles.css

May 12th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | None | 0 0
  1. /*
  2. CSS file created with:Instant Blueprint - Create a web project framework in seconds.
  3. http://instantblueprint.com
  4.  
  5. Project: INEEDSOMENEWFUCKINGMUSIC.COM
  6. File: css/style.css
  7. Last edited: May 11, 2011, 11:53 pm
  8. */
  9.  
  10. /*  Main  */
  11. body {
  12.  font-family: Arial, Helvetica, sans-serif;
  13.  font-size: 13px;
  14. }
  15.  
  16. h1{
  17. font-size: 18px;
  18. color: #333333;
  19. font-weight: lighter;
  20. }
  21.  
  22. #wrapper {
  23.  margin:0 auto;
  24.  width:640px; /*  Change to desired width :)  */
  25. }
  26.  
  27. #logo {
  28. padding: 10px 0 20px 250px;
  29. }
  30.  
  31. #next {
  32. padding: 0 0 20px 0;
  33. float: left;
  34. }
  35.  
  36. #title {
  37. padding: 0 0 20px 0;
  38. }
  39.  
  40. #youtube {
  41. padding: 0 0 20px 0;
  42. }
  43.  
  44. #facebook {
  45. padding: 0 0 20px 0;
  46. }
  47.  
  48. #links {
  49. }
  50.  
  51. #lwtvlogo {
  52. }
  53.  
  54. .fuckthis {
  55.     -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  56.     -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  57.     box-shadow:inset 0px 1px 0px 0px #ffffff;
  58.     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  59.     background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  60.     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  61.     background-color:#ededed;
  62.     -moz-border-radius:6px;
  63.     -webkit-border-radius:6px;
  64.     border-radius:6px;
  65.     border:1px solid #dcdcdc;
  66.     display:inline-block;
  67.     color:#777777;
  68.     font-family:arial;
  69.     text-transform: uppercase;
  70.     font-size:15px;
  71.     font-weight:bold;
  72.     padding:6px 24px;
  73.     text-decoration:none;
  74.     text-shadow:1px 1px 0px #ffffff;
  75. }.myButton:hover {
  76.     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  77.     background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  78.     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  79.     background-color:#dfdfdf;
  80. }.myButton:active {
  81.     position:relative;
  82.     top:1px;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement