Yo Dude,
Way!
In the meantime, I set up a ChildTheme.
http://test.hosinski.com
test / 7test7
themes/childavisio/style.css
I started making changes to the Child style.css
Some changes worked, others did not.
The changes worked fine in
/themes/avisio/style.css
and
/themes/avisio/css/style1.css
.dropcap font color is one example.
The changes in the child style are still there and they work.
I combed for "" :; {} It all looks fine.
Should child style make changes to both style.css and style1.css ?
Perplexed
I spent a lot of time slowly making small changes to child style then to avisio
My changes consist of
.nav / body / h color, font size, hover color, letter-spacing, and text-shadow.
.button font color. (front page and "send" )
Easy stuff. I stay away from cell sizes, borders, etc.
This is quirky stuff that drives me nutz, as I long for consistency.
/*
Theme Name: Avisio Child
Theme URI: http://test.hosinski.com/
Description: Child theme Kriesi Avisio
Author: hosinski
Author URI:
Template: avisio
Version: 0.1.0
*/
@import url("../avisio/style.css");
/* Import Start of Stylesheets Modifications. -----------------------------------------------------------*/
/* Corrects logo padding -----------------------------------------------------------*/
#top #head .logoimg, #top #head .logoimg a, #top #head .logoimg a img{
text-indent:0;
background-image: none;
border:none;
margin:0 0 0px 0;
}
/* Corrects front page button padding when removing footer -----------------------------------------------------------*/
.frontpagetabs .transformed_tab, .more-link{
position: relative;
display: block;
float: left;
padding:0px 13px;
margin:0 5px 10px 0;
top:-29px;
cursor:pointer;
font-size: 11px;
-moz-border-radius: 15px;
-webkit-border-radius:15px;
border-radius:15px;
line-height: 26px;
}
/* Corrects front page center band when removing footer. adds pinstripe -----------------------------------------------------------*/
#wrapper_main{
background: #fff url("../images/skin1/bg_gradiant_body.png") repeat-x 0 0;
border-top: 1px solid #fff;
border-bottom: 4px solid #BBB;
}
/* Corrects Contact page "send" button font color -----------------------------------------------------------*/
.button{
color:#fff;
text-shadow:1px 1px 0 #222;
}
/************************************************************************
Sandbox Area
*************************************************************************/
#top .footer .column4{
width:424px;
font-size: 16px;
line-height: 18px;
letter-spacing:2px;
}
#top .footer .column4 h4{
font-size: 18px;
color:#000;
text-shadow:1px 1px 0 #bbb;
}
.footer .entry a:hover img{
color:#FF931E;
padding:3px;
}
/************************************************************************
Dropcap Color
*************************************************************************/
/************************************************************************
NAV
*************************************************************************/
a:hover{
color:#FF931E; text-decoration:underline;
}
#top .nav a:hover{
color:#FF931E;
}
.nav li a {
border-left:1px solid #ccc;
color:#777;
font-size:13pt;
letter-spacing:2px;
}
#top #head .nav ul li a {
border:1px solid #eee;
border-bottom: none;
color:#888;
background: url("../images/skin1/bg_gradiant_stripe_top.png") 0px -20px #fff;
}
#top #head .nav ul li a:hover{
color:#FF931E;
background: #fff;
}
#top .nav ul{
background: url("../images/skin1/arrow_up.png") 10px 22px transparent no-repeat !important; /*ie6fix*/
background: none;
border-bottom:1px solid #eee;
}
#top .nav .current-menu-item a strong{
color:#444;
font-weight: bold;
}
.overlay_top, .overlay_bottom{
background-image: url("../images/skin1/overlay.png");
}