Twenty Fourteen Image Header, how to change for a..

  • Unknown's avatar

    if you want my whole code new code that truncated and added configuration for almost everything possible…

    /*Header-start*/
    @media screen and (min-width: 1100px) {
    #masthead {
    position: relative;
    top: 0px;
    background: url('http://i.imgur.com/nam3r2a.gif') no-repeat;
    background-repeat-x: no-repeat;
    width: 1200px;
    height: 325px;
    margin: 10px;
    margin-top: 0px;
    }
    /*Header-End*/
    
    /*Header-Mobile-Start*/
    @media only screen and (max-device-width: 480px) {
    #masthead {
    }
    /*Header-Mobile-End*/
    
    /*Page-Lenght-Start*/
    @media screen and (min-width: 1100px) {
    	#page {
    		max-width: 1920px;
    		width: 100%;
    	}
    /*Page-Lenght-End*/
    
    /*Page-Backgroud-Color-Start*/
    .site {
        background-color: #000000;
    }
    /*Page-Backgroud-Color-End*/
    
    /*Page-Description-Start*/
    .site-description {
        color: #cc0000;
    	  font-size:140%;
    }
    /*Page-Description-End*/
    
    /*Page-Title-Start*/
    .site-title {
        color: #cc0000;
    	  font-size:140%;
    }
    /*Page-Title-End*/
    
    /*Page-Content-Start*/
    #content-area a {
        color: #fffff;
    	  font-size: 80%;
    }
    #content-area .entry-title {
        color: #cc0000;
        font-size: 100%;
    }
    .content-area {
        color: #fffff;
    	  font-size:120%;
    	  width: 100%;
    }
    	.entry-thumbnail img {
    		width: 120%;
    	}
    }
    /*Page-Content-End*/
    
    /*Page-Primary-Sidebar-Start*/
    #primary-sidebar a {
        color: #fffff;
    	  font-size: 80%;
    }
    #primary-sidebar .widget-title {
        color: #cc0000;
        font-size: 100%;
    }
    .primary-sidebar .widget {
    	   color: #fffff;
        font-size: 80%;
    	width: 100%;
    }
    /*Page-Primary-Sidebar-End*/
    
    /*Page-Second-Sidebar-Start*/
    #content-sidebar a {
        color: #fffff;
    	  font-size: 80%;
    }
    #content-sidebar .widget-title {
        color: #cc0000;
        font-size: 100%;
    }
    .content-sidebar .widget {
    	   color: #fffff;
        font-size: 80%;
    	width: 100%;
    }
    /*Page-Second-Sidebar-Start*/
    
    /*Page-Entries-Title-Start*/
    		.archive-title, .page-title {
        color: #cc0000;
        font-family: "Comic Sans MS" !important;
        font-size: 21px;
    }
    /*Page-Entries-Title-End*/
    
    /*Page-Entries-Description-Start*/
    .taxonomy-description p {
        font-family: Comic Sans MS;
        color: #FFFFFF;
        font-size: 14px;
    }
    /*Page-Entries-Description-End*/
  • Unknown's avatar

    Thanks to both of you !
    Dvismusic

  • The topic ‘Twenty Fourteen Image Header, how to change for a..’ is closed to new replies.