Advertisement
Cebetyr

digital-balans

Mar 16th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.64 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Seventeen Child
  3. Theme URI: http://www.digital-balans.se
  4. Template: twentyseventeen
  5. Author: Cecilia Berglöf, Inweb
  6. Author URI: http://www.inweb.nu
  7. Version: 1.1.1489049358
  8. */
  9.  
  10.  
  11.  
  12. /* TYPOGRAPHY */
  13.  
  14.     /* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 9, 2017 */
  15.  
  16.     @font-face { font-family: 'jellyka_cuttycupcakesregular';
  17.      src: url('/wordpress/wp-content/themes/twentyseventeen-child/fonts/jellyka_cuttycupcakes-webfont.woff2') format('woff2'),
  18.          url('/wordpress/wp-content/themes/twentyseventeen-child/fonts/jellyka_cuttycupcakes-webfont.woff2') format('woff');
  19.      font-weight: normal; font-style: normal; }
  20.  
  21.     body, button, input, select, textareah1, h1.entry-title, p {
  22.         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif !important; color: #494949; }
  23.  
  24.  
  25. /* HEADER (13.1) */
  26.  
  27.      .twentyseventeen-front-page.has-header-image .custom-header-media::before, .twentyseventeen-front-page.has-header-video
  28.     .custom-header-media::before, .home.blog.has-header-image .custom-header-media::before, .home.blog.has-header-video
  29.     .custom-header-media::before {height: 15%;}
  30.  
  31.    
  32.  
  33. /* FRONT PAGE */
  34.  
  35.     /* Logo bg */
  36.     .custom-header-media:before {
  37.         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,acc9bb+100&0.25+0,0.25+100 */
  38.         background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(172,201,187,0.25) 100%); /* FF3.6-15 */
  39.         background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(172,201,187,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  40.         background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(172,201,187,0.25) 100%);
  41.             /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  42.         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40acc9bb',GradientType=0 ); /* IE6-9 */
  43.  
  44.     /* bottom: 0; content: ""; display: block; height: 100%; left: 0; position: absolute; right: 0; z-index: 2; */ }
  45.    
  46.    
  47.  
  48.     /* Tagline */
  49.  
  50.     p.site-description { font-family: 'jellyka_cuttycupcakesregular', Arial, sans-serif !important; font-size: 1.5rem; width: 30rem;
  51.     font-weight: bold; color: #494949 !important; display: block; margin-left: 70% !important; margin-top: -80% !important;}
  52.  
  53.  
  54.        
  55. /* MENU */
  56.  
  57.     a.menu-scroll-down svg.icon.icon-arrow-right { display: none !important; visibility: hidden !important; }
  58.  
  59.  
  60. /* POSTS */
  61.  
  62.     #content.site-content { background-color: #f4f8f6; /* #f8fbf9; */ }
  63.     .site-content { padding: 4em 0 0; }
  64.  
  65.     .page-header { display: none; }
  66.  
  67.     .entry-meta { display: none; }
  68.  
  69.     .entry-title a { box-shadow: none !important; }
  70.     .entry-title a:hover { color: #494949;  }
  71.     .post-thumbnail img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  72.  
  73.  
  74. /* LINKS */
  75.  
  76.     a:hover { color: #419c75; }
  77.  
  78.     .main-navigation a:hover { color: #419c75; }
  79.  
  80.     .navigation-top .current-menu-item > a, .navigation-top .current_page_item > a { color: #86ae9d; }
  81.  
  82.  
  83.  
  84. /* WIDGETS */
  85.  
  86.     .widget {  padding-bottom: 0; margin-bottom: 6em; }
  87.  
  88.     h2.widget-title { background-color: #fff; padding: 0.6em 1em; font-size: 1.2rem;
  89.          -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  90.         margin-bottom: 1em; border: 1px solid #d7e6de; }
  91.  
  92.     .textwidget { border: 1px solid #d7e6de; padding: 0.3em 0.5em;
  93.  
  94.         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+100 */
  95.         background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
  96.         background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  97.         background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+,
  98.         Opera12+, Safari7+ */
  99.         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
  100.         }
  101.  
  102.     .textwidget tr { border-bottom: none; }
  103.  
  104.     #text-12 h2.widget-title { background-image: url("http://www.digital-balans.se/wp-content/uploads/2017/03/jeanette.jpg"); z-index: 999;  }
  105.     #text-12 img { margin-top: ; }
  106.     #text-12.widget_text { margin-top: ; }
  107.  
  108.  
  109. /* FOOTER */
  110.  
  111.     .site-footer { background-color: #494949 !important; }
  112.  
  113.     footer div.textwidget, footer h2.widget-title, footer p { color: #d7e6de !important; border: none !important; background: transparent; padding-left: 0; }
  114.    
  115.     footer a { color: #fff !important;  box-shadow: none !important; }
  116.     footer a:hover { color: #eaf3ef !important;   box-shadow: none !important; }
  117.     .site-info .inweb { text-align: right !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement