Advertisement
niamulhasan

wp theme css

Sep 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. @font-face {
  2. font-family: 'solaimanlipi';
  3. src: url('https://alquranbd.com/fonts/SolaimanLipi_200407.eot');
  4. src: url('https://alquranbd.com/fonts/SolaimanLipi_200407.eot') format('embedded-opentype'),
  5. url('https://alquranbd.com/fonts/SolaimanLipi_200407.woff2') format('woff2'),
  6. url('https://alquranbd.com/fonts/SolaimanLipi_200407.woff') format('woff'),
  7. url('https://alquranbd.com/fonts/SolaimanLipi_200407.ttf') format('truetype'),
  8. url('https://alquranbd.com/fonts/SolaimanLipi_200407.svg#SolaimanLipi_200407') format('svg');
  9. }
  10. * {font-family: 'solaimanlipi';}
  11.  
  12. header#masthead {
  13. display: none;
  14. }
  15.  
  16. .entry-content a.more-link.more-link-activated, .entry-content a.more-link.more-link-activated:active, .entry-content a.more-link.more-link-activated:focus, .entry-content a.more-link.more-link-activated:hover, .entry-content a.more-link.more-link-activated:visited {
  17. border: 2px solid #38c1af;
  18. color: #38c1af;
  19. }
  20.  
  21. h2.entry-title a {
  22. color: #009688;
  23. font-weight: 600;
  24. -o-transition: .5s;
  25. -ms-transition: .5s;
  26. -moz-transition: .5s;
  27. -webkit-transition: .5s;
  28. transition: .5s;
  29. }
  30.  
  31. h2.entry-title a:hover {
  32. color: #2d4f4c;
  33. font-weight: 600;
  34. }
  35.  
  36. .entry-meta {
  37. color: #38c1af;
  38. }
  39.  
  40. .widget {
  41. border: 1px solid #e1e1e1 !important;
  42. border-radius: 8px;
  43. }
  44.  
  45. .post {
  46. border: 1px solid #e1e1e1 !important;
  47. border-radius: 8px;
  48. }
  49.  
  50. .site-footer .widget {
  51. border: 0px solid #e1e1e1 !important;
  52. border-radius: 800px;
  53. }
  54.  
  55.  
  56. .entry-content a.more-link.more-link-activated, .entry-content a.more-link.more-link-activated:active, .entry-content a.more-link.more-link-activated:focus, .entry-content a.more-link.more-link-activated:hover, .entry-content a.more-link.more-link-activated:visited {
  57. -o-transition: .5s;
  58. -ms-transition: .5s;
  59. -moz-transition: .5s;
  60. -webkit-transition: .5s;
  61. transition: .5s;
  62. }
  63.  
  64. .entry-content a.more-link.more-link-activated:hover, .entry-content a.more-link.more-link-activated:active, .entry-content a.more-link.more-link-activated:focus, .entry-content a.more-link.more-link-activated:hover, .entry-content a.more-link.more-link-activated:visited {
  65. border: 2px solid #487779;
  66. color: #487779;
  67. }
  68.  
  69. .entry-content p {
  70. font-size: 1.2em;
  71. }
  72.  
  73. h1.entry-title {
  74. color: #009688;
  75. font-family: solaimanlipi;
  76. }
  77.  
  78. #header-image .site-title {
  79. font-weight: 300;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement