Advertisement
JulieJabber

Untitled

Apr 9th, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.42 KB | None | 0 0
  1. h2.av-special-heading-tag {
  2.     font-size: 16px;
  3. }
  4. div.avia_textblock h2 {
  5.     font-size: 16px;
  6. }
  7.  
  8.  
  9. @media only screen and (max-width: 1300px) and (min-width: 990px) {
  10. .av-main-nav > li > a { padding: 0 6px; font-size: 11px; }
  11. .logo * { max-width: 75%; top: 11px; }}
  12.  
  13. a:link {
  14.     text-decoration: underline;
  15. color: #6e2233;
  16. }
  17.  
  18. a.ajax_previous {
  19.     text-decoration: none;
  20. }
  21. a.ajax_next {
  22.     text-decoration: none;
  23. }
  24. a.avia_close {
  25.     text-decoration: none;
  26. }
  27. h2.avia-caption-title {
  28.     font-family: 'Domine', serif;
  29.   text-transform: none !important;
  30. font-variant: normal !important;
  31.     font-weight: lighter;
  32.     font-style: italic;
  33.     font-size: 15px;
  34. }
  35.  
  36. div.avia-caption-content p {
  37. font-family: 'Rock Salt', cursive !important;
  38.     font-size: 20px;
  39.     margin-left: 600px;
  40. }
  41.  
  42. strong.main-title.entry-title a {
  43.  font-family: 'Domine Regular' !important;
  44. }
  45. #footer .widgettitle {
  46.  color: #6e2233;
  47. }
  48.  
  49. h5.av-special-heading-tag {
  50. font-family: 'Great Vibes', cursive !important;
  51.   line-height: 200%;
  52. }
  53. .slide-entry-title entry-title a {
  54.  font-family: 'Domine' !important;
  55. }
  56.  
  57. #wrap_all { position: relative !important; }
  58.  
  59. span.copyright {
  60. width: 100%;
  61.   font-size: 13px;
  62. text-align: center;
  63. }
  64.  
  65. .single h1.post-title.entry-title {
  66. pointer-events: none;
  67. }
  68. @media only screen and (max-width:500px) {
  69. .avia-caption-title, .avia-caption-content p {
  70.   font-size: 12px !important;
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement