Advertisement
Guest User

Streamline CSS enews

a guest
May 23rd, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.48 KB | None | 0 0
  1. .enews #subbox {
  2.         background: #fff;
  3.         padding: 10px;
  4.         width: 80%;
  5.     }
  6.  
  7. #sidebar .enews {
  8.     background-color: #e96a2a;
  9.     margin: -30px;
  10.     min-height: 201px;
  11.     padding: 25px 20px 24px;
  12.     text-align: center;
  13. }
  14.  
  15. #sidebar .enews p {
  16.     color: #fff;
  17.     text-shadow: 1px 1px #a1491d;
  18. }
  19.  
  20. .enews #subbox {
  21.     -moz-box-shadow: 1px 1px 3px #ccc inset;
  22.     -webkit-box-shadow: 1px 1px 3px #ccc inset;
  23.     background: #fff url(images/enews.png) center left no-repeat;
  24.     box-shadow: 1px 1px 3px #ccc inset;
  25.     border-left: 1px solid #9e6e56;
  26.     border-top: 1px solid #9e6e56;
  27.     color: #aaa49f;
  28.     font-size: 11px;
  29.     font-weight: bold;
  30.     margin: 0 10px 15px;
  31.     padding: 14px 10px 12px 50px;
  32.     text-transform: uppercase;
  33.     width: 195px;
  34. }
  35.  
  36. .enews #subbutton {
  37.     -moz-border-radius: 3px;
  38.     -moz-box-shadow: 0 1px 1px #a24a1d;
  39.     -webkit-border-radius: 3px;
  40.     -webkit-box-shadow: 0 1px 1px #a24a1d;
  41.     border-radius: 3px;
  42.     box-shadow: 0 1px 1px #a24a1d;
  43.     background: url(images/button-light.png) 0 0;
  44.     border: none;
  45.     color: #333 !important;
  46.     font-size: 14px;
  47.     font-weight: bold;
  48.     margin: 0 auto;
  49.     padding: 10px 15px;
  50.     text-shadow: 1px 1px #fff;
  51.     text-transform: uppercase;
  52. }
  53.  
  54. .widget-area .enews h4 {
  55.     background: none;
  56.     color: #fff;
  57.     font-size: 26px;
  58.     padding: 0;
  59.     text-align: center;
  60.     text-shadow: 1px 1px #333;
  61. }
  62.  
  63. #sidebar .enews h4 {
  64.     margin-bottom: 10px;
  65.     text-shadow: 1px 1px #a1491d !important;
  66. }
  67.  
  68. .newsletter.widget-area .enews h4 {
  69.     font-size: 20px;
  70.     margin: 0 0 5px;
  71.     text-align: left;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement