Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.92 KB | None | 0 0
  1. /*
  2. Theme Name: Bridge Child
  3. Theme URI: http://demo.qodeinteractive.com/bridge/
  4. Description: A child theme of Bridge Theme
  5. Author: Qode Interactive
  6. Author URI: http://www.qodethemes.com/
  7. Version: 1.0.0
  8. Template: bridge
  9. */
  10. @import url("../bridge/style.css");
  11.  
  12.  
  13. /*----------- KONTAKT ikonki po lewej---------------- */
  14. .contactParentContainar .childRowIcons p,
  15. .contactParentContainar .childRowIcons a{
  16.     font-size: 18px;
  17.     color: #f5f5f5;
  18.     font-family: Open Sans;
  19. }
  20. .contactParentContainar .childRowIcons{
  21.     display: flex;
  22.     align-items: flex-start;
  23.     padding: 20px 0;
  24.  
  25. }
  26.  
  27. /* --- */
  28.  
  29. .contactParentContainar .childRowIcons img{
  30.     margin-right: 30px;
  31. }
  32.  
  33. @media (min-width:360px) {
  34. .contactParentContainar .childRowIcons p,
  35. .contactParentContainar .childRowIcons a{  
  36. line-height:1.4;
  37.     }
  38. }
  39.  
  40. @media (min-width:768px) {
  41. .contactParentContainar .childRowIcons p,
  42. .contactParentContainar .childRowIcons a,
  43. .contactSalon,
  44. .contactSerwisS,
  45. .contactSerwisV{   
  46.         font-size:30px !important;
  47.     }
  48. }
  49. @media (min-width:1024px) {
  50. .contactParentContainar .childRowIcons p,
  51. .contactParentContainar .childRowIcons a,
  52. .contactSalon,
  53. .contactSerwisS,
  54. .contactSerwisV{   
  55.         font-size:15px !important;
  56.     }
  57. }
  58.  
  59. /* --- */
  60.  
  61. @media(min-width: 700px) and (max-width: 1024px){
  62. .contactParentContainar .childRowIcons p,
  63. .contactParentContainar .childRowIcons a,
  64. .contactSalon,
  65. .contactSerwisS,
  66. .contactSerwisV{   
  67.         font-size:15px !important;
  68.     }
  69. }
  70.  
  71. /* ------------------------------------------------- */
  72.  
  73.  
  74. /* DJ Respo na stronie głównej */
  75. .home_respo{
  76.     max-width: 427px;
  77. }
  78. @media screen and (max-width: 1300px){
  79.     .home_respo{
  80.     max-width: 95%;
  81.     }}
  82.  
  83.    
  84.    
  85. /* Koniec respo na stronie głównej */
  86.  
  87. /*chuj ci do tego kto pisał*/
  88. .cena {
  89.     color: #fff;
  90.     font-weight: 600;
  91.     padding-bottom: 20px;
  92. }
  93.  
  94. @media (min-width: 1200px){
  95. #wpsp-16217 article .wp-show-posts-inner .wp-show-posts-image {
  96.     width: 30%;
  97.     float: left;
  98. }
  99.  
  100. #wpsp-16217 article .wp-show-posts-inner .wp-show-posts-entry-header, #wpsp-16217 article .wp-show-posts-inner .wpsp-read-more {
  101.     width: 65%;
  102.     float: right;
  103. }
  104. .wp-show-posts-entry-summary{
  105.     color: #949494;
  106.     width: 65%;
  107.     float: right;
  108. }
  109. .wp-show-posts-entry-header{
  110.     padding-top: 1px;
  111. }
  112. }
  113.  
  114.  
  115. @media (min-width: 1200px){
  116.     #wpsp-16286 article .wp-show-posts-inner .wp-show-posts-image {
  117.         width: 30%;
  118.         float: left;
  119.     }
  120.  
  121.     #wpsp-16286 article .wp-show-posts-inner .wp-show-posts-entry-header, #wpsp-16217 article .wp-show-posts-inner .wpsp-read-more {
  122.         width: 65%;
  123.         float: right;
  124.     }
  125.  
  126. }
  127.  
  128. @media(min-width: 1441px) {
  129.    
  130.     .uslugi_blok_z_tekstem {
  131.         padding: 100px 200px;
  132. }
  133. }
  134.  
  135. /*dane techniczne nagł*/
  136.  
  137. .text-hed{
  138.     font-size:20px;
  139. }
  140.  
  141. .text-color {
  142.     color: white;
  143. }
  144.  
  145. .text-height{
  146.     line-height: 30px;
  147. }
  148.  
  149. .portfolio_navigation {
  150.     display: none;
  151. }
  152.  
  153. .projects_holder article .portfolio_description {
  154.  
  155.     padding-left: 25px;
  156.     padding-right: 25px;
  157.     border: solid black 3px;
  158.     border-top: solid black 3px !important;
  159. }
  160.  
  161. .text_inner {
  162.     border: solid black 3px;
  163.     border-bottom: none;
  164. }
  165.  
  166. .container_inner .title_subtitle_holder span {
  167.     color: white;  
  168. }
  169.  
  170. .project_category {
  171.     font-size: 17px !important;
  172. }
  173. .projects_holder article .portfolio_description .portfolio_title a:hover {
  174.     color: #42bd3b;
  175.     font-weight: bold;
  176. }
  177.  
  178. #back_to_top:hover > span {
  179.     background-color: white;
  180.     border-color: white;
  181. }
  182.  
  183. #back_to_top:hover span i, #back_to_top:hover span span {
  184.     color: rgb(149, 203, 14);
  185. }
  186.  
  187. .qbutton:hover, #submit_comment:hover, .load_more a:hover, .blog_load_more_button a:hover, .post-password-form input[type="submit"]:hover, input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .woocommerce table.cart td.actions input[type="submit"]:hover, .woocommerce input#place_order:hover, .woocommerce-page input[type="submit"]:hover, .woocommerce .button:hover {
  188.     background-color: #95cb0e !important;
  189. }
  190. .wp-post-image{
  191.     max-width: 100%!important;
  192.     height: auto;
  193.     image-rendering: optimizeQuality;
  194.     width: 100% !important;
  195. }
  196.  
  197. /*.wp-show-posts-inner {
  198.     border-bottom: solid #42bd3b 2px;
  199. }*/
  200.  
  201.  
  202. /*usługi padding*/
  203. .button-padd {
  204.     margin: 40px 0px 150px 0px;
  205. }
  206.  
  207. .holder-third {
  208.     margin-bottom: 7px !important;
  209. }
  210.  
  211. .img-margin3 {
  212.     margin-top: -8px !important;
  213. }
  214.  
  215. .img-margin4 {
  216.     margin-top: -22px !important;
  217. }
  218.  
  219. .text-justify {
  220.     text-align: justify;
  221. }
  222.  
  223.  
  224. /*media query dla tel h2*/
  225.  
  226. @media screen and (max-width: 1024px) {
  227.   .text-height1 h2 {
  228.     line-height: 1;
  229.   }
  230. }
  231. @media screen and (max-width: 1024px) {
  232.   .text-height2 h2 {
  233.     line-height: 1;
  234.   }
  235. }
  236.  
  237. @media screen and (max-width: 1600px) {
  238.     .text-heght3 h2 {
  239.         line-height: 1;
  240.     }
  241. }
  242.  
  243. /*respo kontakt*/
  244. @media screen and (max-width: 600px) {
  245.   .text-alignp p {
  246.     text-align: left;
  247.     padding-left: 10px;
  248.    
  249.   }
  250. }  
  251. @media screen and (max-width: 1024px) {
  252.     .text-alignh h2 {
  253.         line-height: 1;
  254.         text-align: center;
  255.   }
  256. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement