<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Newpost Catch StyleSheet

With the version up of the plug-in, so will be overwritten "style.css" file each time,
I think how to directly edit the "style.css" file and how would you or declined.
If you wish to apply a CSS style on its own,
In the "/wp-content/themes/theme directory/css/" as you please create a "newpost-catch.css".
Please the name of the file to create and "newpost-catch.css". The other is the file name, does not apply.

*/



#npcatch li{
    overflow:hidden;
    clear:both;
    list-style: none;
    border-bottom:1px dotted #383C3F;
    padding:0px 0px 9px 0px;
    margin:0px 0px 8px 0px;
}
 
#npcatch img{
    float:left;
}
 
#npcatch a:hover img{
    float:left;
}
 
#npcatch .title{
    width:500px;
    float:left;
    padding:0px 0px 0px 10px;
    font-size:15px;
    font-weight: bold;
    line-height: 120%;
    text-shadow: 2px 2px 3px #CCC;
    border-bottom: none;
}
 
#npcatch li:hover{
}
 
#npcatch li:hover .title{
}
 
#npcatch li:hover .title a{
}
 
#npcatch li .date{
    color:#333;
    font-size:12px;
    font-weight: normal;
    line-height: 120%;
    text-shadow: none;
}
 
#npcatch li:hover .date{
}</pre></body></html>