Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .published{
  2. text-transform: none;
  3. font-weight:700
  4. }
  5. .by{
  6. text-transform: none;
  7. font-weight:700
  8. }
  9. .post-meta a {
  10. font-size: 15px;
  11. font-weight:700;
  12. color: #09c384!important;
  13. transition:0.5s ease;
  14. text-transform: none;
  15. }
  16. .post-meta a:hover{
  17. color: rgba(131,0,233,0.64)!important;
  18. transition:0.5s ease;
  19. }
  20. .post-meta {
  21. font-size: 15px;
  22. color: #00000!important;
  23. transition:0.5s ease;
  24. }
  25. p.post-meta {
  26. font-size: 14px !important;
  27. font-weight:700;
  28. text-align: center;
  29. border-top: 1px solid #ddd;
  30. border-bottom: 1px solid #ddd;
  31. margin: 2% auto;
  32. padding: 10px !important;
  33. transition:0.5s ease;
  34. }
  35. a.more-link {
  36. color: #363636;
  37. font-size: 14px;
  38. letter-spacing: 2px;
  39. font-weight: 700;
  40. text-transform: uppercase;
  41. display: block;
  42. margin: 15px auto 0;
  43. text-align: center;
  44. transition: .3s ease-in-out;
  45. }
  46.  
  47. a.more-link:hover {
  48. color: #09c384;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement