Guest User

Untitled

a guest
Nov 4th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.72 KB | None | 0 0
  1. /*allgemeiner Zeilenabstand*/
  2.  
  3. body, body p {
  4. line-height: 1.4em;
  5. }
  6.  
  7. /*Aufzählungzeichen in Eckig*/
  8. ul.disc, .entry-content-wrapper ul {
  9. list-style: square outside;
  10. }
  11.  
  12. /*Bild Positionierung bei Team Mitglied */
  13.  
  14. .team-img-container img {
  15.   margin: 0 0 !important;
  16.   float: left;
  17. }
  18.  
  19. /*Abstand special headings nach unten*/
  20.  
  21. .av-special-heading {
  22.     padding-bottom: 20px !important; }
  23.    
  24.  
  25. /*spezielle überschrift linie entfernt */
  26.  
  27. .special-heading-border {
  28.     display: none;
  29. }
  30.  
  31. /*Fusstext */
  32.  
  33. .fusstext{
  34. font-size: 11px !important;
  35. font-style: italic;
  36. }
  37.  
  38. /* icon liste farbe von icons */
  39.  
  40. .alternate_color .avia-icon-list .iconlist_icon {
  41. background-color: #df6e1f; font-size: 26px;
  42. }
  43.  
  44. /* icon list text farbe und groesse */
  45.  
  46.  .alternate_color  .avia-icon-list p {
  47. color: #2e577e; font-size: 12px;
  48. }
  49.  
  50. .main_color  .avia-icon-list a {
  51. color: #2e577e; font-size: 12px;
  52. }
  53.  
  54. .iconbox_content_title {
  55. color: #666 !important;
  56. }
  57.  
  58. /* icon list Hintergrund  und Box */
  59. .iconbox {
  60. background-color: #f8f8f8 !important;
  61. padding: 10px;
  62. border-style: solid;
  63. border-width: 0.5px;
  64. border-color: #666;
  65. }
  66.  
  67. /* Katalog Schriftgrösse, keine Großbuchstaben und Hover Farbe */
  68.  
  69. .av-catalogue-title{
  70. font-size: 13px;
  71. font-weight: bold !important;
  72. }
  73. a:hover .background_catalogue {
  74. color: #df6e1f !important;
  75. }
  76.  
  77. .av-catalogue-content {
  78. font-size: 13px !important;
  79. }
  80.  
  81. .av-catalogue-title {
  82. text-transform: none !important;
  83. }
  84.  
  85. /*Catalogue ohne Trennlinien */
  86.  
  87. ul.av-catalogue-list, .av-catalogue-list li {
  88.     border: none;
  89. }
  90.  
  91. /*Catalogue Bildergröße */
  92. .av-catalogue-image
  93. {border-radius: 0px; width:50px; float:left; margin-right:15px; }
  94.  
  95. /* accordeon farbe */
  96.  
  97. .vert_icon, .hor_icon {
  98.   border-color: #df6f1f!important;
  99. }
  100.  
  101. /*Footer Schriftgroesse, Absatz und Farbe*/
  102.  
  103. #footer .textwidget  {
  104.     font-size: 11px !important;
  105.     color: #ffffff !important;
  106.     line-height: 1.2em;
  107. }
  108. #footer .widgettitle  {
  109.     font-size: 13px !important;
  110.     color: #ffffff !important;
  111. }
  112.  
  113. /*Footer Bild Groesse*/
  114.  
  115. #footer #avia_partner_widget-3 img {
  116.     width: 80px!important;
  117.     height: 80px!important;
  118. }
  119.  
  120. /*Footer Hoehe */
  121.  
  122. #footer{
  123. bottom: 0;
  124. margin-top: 100px;
  125. z-index: 999;
  126. font-size: 9px !important;
  127. text-align: bottom;
  128. background-color: #2e577e !important;
  129. }
  130.  
  131. /*Footer Hover Farbe*/
  132.  
  133. #footer a:hover {
  134.     color: #df6e1f !important;
  135. }
  136.  
  137. /*Socket Background */
  138. .socket_color
  139. {background-color: #df6e1f !important;
  140. }
  141.  
  142. /*Socket Menu Links Hover Farbe*/
  143.  
  144. #socket a:hover {
  145.     color: #666 !important;
  146. }
  147.  
  148. /*Socket Menu einblenden auf mobilen Geräten*/
  149.  
  150. @media only screen and (max-width: 768px) {
  151. .responsive #socket .sub_menu_socket {
  152.   display: block !important;
  153. }}
Advertisement
Add Comment
Please, Sign In to add comment