gheja

telex.hu custom css

Oct 6th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. /**
  2.   * telex.hu custom CSS - twitter.com/gheja_
  3.   *
  4.   * Chrome User CSS extension:
  5.   * https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb
  6.   */
  7.  
  8. body
  9. {
  10.   background: #fbfbfb;
  11. }
  12.  
  13. /* cikk */
  14.  
  15. p,
  16. ul li,
  17. .article_title,
  18. .article_cat
  19. {
  20.   font-family: georgia;
  21.   font-size: 1.3rem;
  22.   line-height: 1.6em;
  23.   color: #555;
  24. }
  25.  
  26. .article_cat
  27. {
  28.   font-size: 1.6rem;
  29.   line-height: 1.6em;
  30.   background: #fbfbfb;
  31.   color: #00916b;
  32. }
  33.  
  34. p strong,
  35. p b,
  36. blockquote p,
  37. .article_title,
  38. .article_content-right .bold
  39. {
  40.   color: #000;
  41. }
  42.  
  43. .article_content-right .bold
  44. {
  45.   font-size: 1.3rem;
  46.   line-height: 1.6em;
  47. }
  48.  
  49. .single-article .article-html-content a,
  50. .single-article .ck a
  51. {
  52.   text-decoration: underline;
  53.   color: #00b284 !important;
  54. }
  55.  
  56. .single-article .article-html-content a:hover,
  57. .single-article .ck a:hover
  58. {
  59.   color: #00dda3 !important;
  60. }
  61.  
  62. /* oldalsav */
  63.  
  64. .article_desc,
  65. .middle-content .article_desc,
  66. .article_title
  67. {
  68.   font-size: 1.3rem;
  69.   line-height: 1.6em;
  70. }
Add Comment
Please, Sign In to add comment