Thanks for your efforts to teach me CSS, but I guess I'm horizonless for it. Yes, you are right, I'm using flyout effect and put the selectors in the one's css sheet.
Couldn't agree more with you about E & F logic. It seems impeccable for me even I'm absolutely newbie with css. But I didn't reach the "test with IE6" stage - it doesn't work with Firefox (even with cleared cache).
After you detailed explanation I put in the flyout css style sheet the next code:
#upprev_box {
position: fixed;
z-index: 1000;
bottom: 0px;
right: -400px;
width: 360px;
padding: 10px 20px 10px 10px;
border-top: 2px solid #000;
border-left: 1px solid #f0f0f0;
background-color: #fff;
-moz-box-shadow: 0 4px 10px #666;
-webkit-box-shadow: 0 4px 10px #666;
box-shadow: 0 4px 10px #666;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
_position: absolute;
_top: 0;
}
#upprev_box h6 {
margin: 0 0 5px 0;
padding: 0;
text-transform: uppercase;
font: bold 10px arial,helvetica,sans-serif;
}
#upprev_box h6 a {
font-family: verdana, arial, sans-serif;
color: #111111;
}
#upprev_box a {
font-family: verdana, arial, sans-serif;
font-size: 1.2em;
font-weight: 500;
letter-spacing:-1.5px;
color: #A60000;
}
#upprev_box .num {
color: #888;
font-weight: normal;
}
#upprev_box button {
border: none;
padding: 0;
position: absolute;
top: 5px;
right: 5px;
width: 13px;
height: 13px;
background: #fff url('close_window.gif') no-repeat 0 0;
text-indent: -999em;
overflow: hidden;
cursor: pointer;
}
It have changed the size of the "More in" (make it little bit smaller) and size of article link (Make it bigger, another font and larger letter-spacing). That's all. Nothing more.
I guess I should add one more notice. When I tried to change css the first time and put the code into the #upprev_box {} selector it changed "More in" and "# of # articles" appearance. Another text and links didn't change.
My website contain posts (where plugin appears) only in Russian, but design has no language barriers, I guess.