Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. /** Anchor **/
  2. a{color: #145288;}
  3. /** the menu border botton  **/
  4. #navigation .menu li a:hover, #navigation .menu .current-menu-item a{
  5.     border-bottom: 4px solid #145288;
  6. }
  7. /** the widget border left **/
  8. .widget-title {
  9.     border-left: 5px solid #145288;
  10. }
  11. /** The search button **/
  12. .search-wrapper button{
  13.     background: #1E73BE;
  14. }
  15. .search-wrapper button:before{
  16.     border-color: transparent #1E73BE transparent;
  17. }
  18. /** the post review icon **/
  19. .post-review{
  20.     border-top: 5px solid #1E73BE;
  21. }
  22. .thescore{
  23.     background: #1E73BE;
  24. }
  25. .review-score span{
  26.     border: 5px solid #1E73BE;
  27. }
  28. .side-item-review .score{
  29.     background: #1E73BE;
  30. }
  31. .comment-text blockquote p, .post-entry blockquote p{
  32.     border-left: 3px solid #9EBDD8;
  33. }
  34. /** the subscribe button **/
  35. #subscribe-submit input[type="submit"]{
  36.     background: #145288;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement