Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] W3C and CSS font-weight property


 
Prev Previous Post   Next Post Next
  #1  
Old Aug 12, 2010, 03:12 PM
Jazoja
 
35 posts · Jun 2010
[SOLVED] W3C and CSS font-weight property

I am using atahualpa 3.5.3
I have just finished making my site w3c valid (LOL), and I found some strange things.
Becouse of W3C CSS validator I commented some lines to "make" it valid. Then I realized, that there are other font-weight lines that it accepted without errors.

css.php line 631-650 looks as follows:

Code:
div.widget ul li a:active {
	text-decoration: none; 
	/*font-weight: normal;*/
	color: #<?php echo $bfa_ata['widget_lists']['link-color']; ?>; 
	/*font-weight: <?php echo $bfa_ata['widget_lists']['link-weight']; ?>;*/
	}

div.widget ul li ul li a:link, 
div.widget ul li ul li a:visited, 
div.widget ul li ul li a:active {
	color: #<?php echo $bfa_ata['widget_lists2']['link-color']; ?>; 
	/*font-weight: <?php echo $bfa_ata['widget_lists2']['link-weight']; ?>;*/
	}

div.widget ul li ul li ul li a:link, 
div.widget ul li ul li ul li a:visited, 
div.widget ul li ul li ul li a:active {
	color: #<?php echo $bfa_ata['widget_lists3']['link-color']; ?>; 
	/*font-weight: <?php echo $bfa_ata['widget_lists3']['link-weight']; ?>;*/
	}
line 251-256:

Code:
h2.blogtitle a:hover {
    text-decoration: none;
	color: #<?php echo $bfa_ata['blog_title_color_hover']; ?>;
	font-weight: <?php echo $bfa_ata['blog_title_weight']; ?>;
	}
lines 1554-1559:

Code:
p.giTitle {
margin: 0.3em 0 !important;
font-size: 1em;
font-weight: normal;
color: #666;
}
Looking these lines I couldn't figure out what the problem was.

Last edited by Jazoja; Aug 12, 2010 at 03:14 PM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] CSS display property and heading in post bigliettaio Customization, Design, Programming... 4 Jul 18, 2010 09:26 AM
Widgets: Font Weight and Double Left Borders maxhugen Sidebars & Widgets 8 Jul 15, 2010 04:44 AM
[SOLVED] CSS 'display' property set to 'none' question wardrob Atahualpa 3 Wordpress theme 2 Mar 11, 2010 11:44 AM
[SOLVED] How to Change Font Size and Weight on Links with WP Blogroll KatyDigg Page & Category Menu Bars 2 Aug 17, 2009 04:15 PM
Side bar widget - font-weight and background image? bamboojungles Sidebars & Widgets 1 Jun 2, 2009 08:32 AM


All times are GMT -6. The time now is 09:44 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.