Wordpress & Browsers Help Please. :)

Discussion in 'WordPress' started by sweetpea, Mar 22, 2008.

  1. #1
    http://twilight-fans.com/wp/
    ^The navigation is super fat in IE for some reason. =\ It used to be the same way in FF until i edited the padding, but it never changed in IE...

    Also, i know my CSS is crap. I'm still working on it.. But if you have any suggestions for colors, please do say.
     
    sweetpea, Mar 22, 2008 IP
  2. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #2
    I think the color contrast is quite neat especially with the header picture. Though some color on the wordings would look nice.
     
    wisdomtool, Mar 22, 2008 IP
  3. sweetpea

    sweetpea Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, i'll try that after i get my navigation problem fixed.

    This is the css if anyone wants to help out. :p

    /*  
    */
    
    body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    	margin: 0;
    	padding: 0;
    }
    
    body{
    	margin: 0;
    	font-family: Verdana, Helvetica, Georgia, Sans-serif;
    	font-size: 11px;
    	text-align: center;
    	vertical-align: top;
    	background: url(images/body_bg.gif);
    	color: #c0c0c0;
    }
    
    h1{
    	font-family: Georgia, Sans-serif;
    	font-size: 24px;
    	padding: 15px 0 10px 15px;
    }
    
    h3{
    	padding: 15px 0 15px 0;
    }
    
    h4{
    	padding: 0 0 0 15px;
    }
    
    a:link, a:visited{
    	text-decoration: none;
    	color:#fbf9f9;
    }
    
    a:hover{
    	text-decoration: underline;
    	color: #9C0;
    }
    
    blockquote { font-style: italic; 
    	font-family: Verdana, Helvetica, Georgia, Sans-serif;
    	font-size: 90%;
    	color: #333; 
    	margin: 1.5em 30px 1.5em 30px; 
    	padding: 4px 4px 4px 10px;
    	background: #0f0000;
    	border-right: 0px dashed #fbf9f9;
    	border-left: 0px dashed #fbf9f9; 
    }
    
    .entry p { 
    	margin: 0 0 15px 0; 
    }
    
    .entry ul, .entry ol { 
    	margin: 0 0 15px 40px; 
    }
    	
    .entry ul { 
    	list-style-type: disc; 
    }
    	
    .entry li { 
    	margin: 0 0 5px 0; 
    }
    		
    .entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
    	margin: 5px 0 5px 30px; 
    }
    
    .entry img.left { 
    	padding: 6px; 
    	margin: 0.5em 15px 0.5em 0; 
    	border: 1px solid #ccc;
    	background: #eee;
    	float: left; 	
    	clear: left; 
    }
    		
    .entry img.right { 
    	padding: 6px; 
    	margin: 0.5em 0 0.5em 15px; 
    	border: 1px solid #ccc;
    	background: #eee;
    	float: right; 
    	clear: right; 
    }
    		
    .entry img.center { 
    	display: block; 
    	padding: 8px; 
    	margin: 0 auto 1.5em auto; 
    	border: 1px solid #ccc;
    	background: #eee;
    	float: none; 
    	clear: both; 
    }
    	
    .entry img.off { 
    	padding: 0 !important; 
    	border: none !important; 
    }
    		
    .entry img.stack { 
    	clear: none !important; 
    }
    
    #wrapper{
    	margin: 10px auto 10px auto;
    	width: 718px;
    	text-align: left;
    	overflow: hidden;
    	border: 6px solid #000;
    	background: #000;
    }
    
    /*----HEADER----*/
    
    #header{
    	height: 210px;
    	width: 880px;
    	float: left;
    	padding: 50px 0 30px 20px;
    	background: url(images/header.png) no-repeat left bottom;
    	color: #fff;
    }
    
    #header a{
    	text-decoration: none;
    	color: #fff;
    }
    
    #header a:hover{
    	text-decoration: underline;
    }
    
    /*----NAVIGATION BAR----*/
    
    #top-menu{
    	clear: both;
    	float: left;
    	width: 100%;
    	font-family: Georgia, Sans-Serif;
    	text-align: left;
    	border-top: none;
    	border-bottom: none;
    	background: url(images/nav_bg.gif);
    }
    
    #top-menu a{
    	text-decoration: none;
    	color: #fff;
    }
    
    #top-menu a:hover{
    	text-decoration: underline;
    }
    
    #top-menu ul{
    	margin: 0 auto;
    	width: 850px;
    	padding: 5px 0;
    	text-align: left;
    }
    
    #top-menu ul li{
    	display: inline;
    	padding: 0 20px 0 0;
    	font-size: 14px;
    }
    
    /*----POST----*/
    
    #container{
    	float: left;
    	width: 520px;
    	padding: 0 0 0 0;
    	background: #121212;
    }
    
    .post{
    	padding: 10px 10px 5px 10px;
    }
    
    .post h2{
    	font-family: Georgia, Sans-serif;
    	font-size: 17px;
    	padding: 15px 0 0 0;
    }
    
    .entry{
    	line-height: 22px;
    }
    
    .postinfo{
    	font-size: 11px;
    	color: #aaa;
    	padding: 2px 0 20px 0;
    }
    
    .postinfo a{
    	color: #aaa;
    }
    
    .postdate{ color: #aaa; }
    
    p.postmetadata{
    	font-size: 12px;
    	color: #BFB8A1;
    	border-top: 1px dashed #fbf9f9;
    	margin: 10px 0 0 0;
    	padding: 5px 0 0 0;
    }
    
    p.postmetadata strong{
    	float: right;
    }
    
    /* This is the link at the bottom of a post which lets you go to the next or previous post */
    
    .navigation{
    	padding: 10px 20px 20px 10px;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 18px;
    }
    
    /*----SIDEBAR STYLES----*/
    
    .sidebar{
    	float: right;
    	width: 192px;
    	margin: 0 auto 5px auto;
    	padding-top: 35px;
    	padding-bottom: 15px;
    	display: inline;
    	overflow: hidden;
    	background: #121212;
    
    }
    
    .sidebar ul{
    	list-style: none;
    	margin: 0;
    	padding: 0 10px 0 10px;
    }
    
    .sidebar ul li{
    	padding: 10px 0 10px 5px;
    }
    
    .sidebar ul li h2{
    	font-family: Georgia, Sans-serif;
    	font-size: 14px;
    	font-weight: normal;
    	color: #fff;
    	padding: 5px 5px 5px 20px;
    	margin: 0 10px 10px 0;
    	background: url();
    	border-bottom: none;
    }
    
    .sidebar ul ul li{
    	padding: 0;
    	margin: 0 0 0 13px;
    	line-height: 24px;
    	list-style: url();
    }
    
    .sidebar .syndication ul li{
    	display: block;
    	margin: 0 0 0 20px;
    	padding: 0 0 0 17px;
    	background: url(images/feed-icon-12x12.png) no-repeat;
    }
    
    .sidebar a:link, a:visited{
    	text-decoration: none;
    	color:#fbf9f9;
    }
    
    .sidebar a:hover{
    	text-decoration: underline;
    	color: #fff;
    }
    
    
    table#wp-calendar{
    	width: 100%;
    }
    
    /*----COMMENT FORM----*/
    
    #comment-form{
    	width: 475px;
    	margin: 50px 0 0;
    	border: 0px dashed #fbf9f9;
    	padding: 5px 5px 15px 15px;
    	background: #0f0000;
    }
    
    .comments-template ol{
    	margin: 0 0 15px;
    	list-style: none;
    }
    
    .comments-template ol li{
    	line-height: 18px;
    	margin: 10px 0 10px 0;
    }
    
    .comments-template h2, .comments-template h3{
    	font-family: Georgia, Sans-serif;
    	font-size: 16px;
    	color: #fbf9f9;
    	padding: 10px 0 30px 0;
    }
    
    .commentmetadata{
    	font-size: 12px;
    	color: #fbf9f9;
    	padding: 20px 0 20px 0;
    }
    
    .commentmetadata strong { 
    	font-size: 16px; 
    }
    
    .comments-template p.nocomments{
    	padding: 0;
    }
    
    .comments-template input{
    	border: 1px solid #fbf9f9;
    }
    
    .comments-template textarea{
    	font-family: Arial, Hevletica, Georgia, Sans-seriff;
    	font-size: 12px;
    	color: #000;
    	margin: 30px 15px 15px 0;
    	background: #FFF;
    	border: 1px solid #fbf9f9;
    }
    
    /*----FOOTER----*/
    
    #footer{
    	clear: both;
    	float: left;
    	width: 885px;
    	margin: 0;
    	padding: 10px 5px 5px 10px;
    	line-height: 18px;
    	font-size: 80%;
    	color: #FFF;
    	background: #121212;
    	border-top: 3px solid #202020;
    	border-bottom: none;
    }
    
    #footer a:link{
    	text-decoration: none;
    	color: #EEE;
    }
    
    #footer a:hover{
    	text-decoration: underline;
    	color: #CCC;
    }
    
    #footer a:visited{
    	text-decoration: none;
    	color: #FFF;
    }
    Code (markup):
     
    sweetpea, Mar 23, 2008 IP