Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. .maintitle, .topic_buttons li a, .pagination .pages li.active, .message, .reputation.positive, .post_controls > li > a, #submit_post, .topic_buttons li a, .ipsLikeButton.ipsLikeButton_enabled, .input_submit {
  2.     background: linear-gradient(#0061c4, #0051a3) !important;
  3. }
  4.  
  5. .message {
  6.     border: #0061c4 !important;
  7. }
  8.  
  9. .post_controls > li > a:hover, #submit_post:hover, .ipsLikeButton.ipsLikeButton_enabled:hover, .topic_buttons li a:hover, .input_submit:hover {
  10.     background: linear-gradient(#006ede, #0061c4) !important;
  11. }
  12.  
  13. .input_submit.alt.use_full, #full_compose, .input_submit.alt {
  14.     background: #393939 url('http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png') repeat-x 0 0 !important;
  15. }
  16.  
  17. .input_submit.alt.use_full:hover, #full_compose:hover, .input_submit.alt:hover {
  18.     background: #434343 !important;
  19. }
  20.  
  21. li.non_button a:hover {
  22.     background: unset !important;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement