I did remove a couple things I did yesterday to no effect. I do not know exactly when this problem began because it has been a while since I have messed with anything in atahualpa options.
My isp host did change the server last Thursday and that could be a cause.
I have database backups emailed to me every two days. I did a database repair yesterday with no change.
Since all the css is still working on the site, I just do not want to do anything that will risk losing it.
The page source still shows all the css, it is just only shows the first line of the input box when I pull up the screens.
Here is the source code with all the css inserts but only "div.wp-pagenavi-navigation {" shows up on the page as you can see from the screenshot. I can't add anything to the input boxes also.
It seems to me I am going to have to reinstall the theme but I was hoping that I could just reinstall a file or certain files as I do have a few hacks that I will lose.
Thanks for your help and guidance here.
Default: <strong>blank</strong></div></div><div class="bfa-container">
<div class="bfa-container-full"><label for="CSS Inserts">CSS Inserts</label>Add CSS code here that you want to append to your theme's CSS file.<br /><br /><strong>Example</strong><br />
<code>.newclass {<br />color: #123456;<br />border: solid 1px #000000;<br />
font-family: arial, "comic sans ms", sans-serif;<br />background: url(/wp-content/themes/atahualpa343/images/myimage.gif);
<br />}</code><br /><div class="mooarea"><textarea name="bfa_ata_html_inserts_css" id="bfa_ata_html_inserts_css" class="growing"
cols="60" rows="1" style="overflow: hidden; height: 16px; line-height: 16px; ">div.wp-pagenavi-navigation {
text-align: center;
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{
font-weight: bold;
}
/* sample theme-independent CSS classes, uncomment to use them if you wish
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
float: right;
margin: 0 0 2px 10px;
}
img.alignleft {
float: left;
margin: 0 10px 2px 0;
}
*/
/*footerwidgets
覧覧覧覧覧覧覧覧覧覧 */
#footer-bars {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
border-bottom: solid 1px #cccccc;
display:block;
height: 800px;
padding-top: 0px;
padding-bottom: 20px;
}
#footer-bar1 {
float: left;
width: 260px;
margin-right:10px;
font-size:1.1em;
}
#footer-bar2 {
float: left;
width: 260px;
margin-right:10px;
font-size:1.1em;
}
#footer-bar3 {
float: left;
width: 260px;
font-size:1.1em;
}
#mogulus {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
display:block;
padding-top: 10px;
padding-bottom: 10px;
height: 780px;
border-bottom: 5px #009de5;
display:block;
}
#mogulus1 {
float: left;
width: 400px;
}
#mogulus2 {
float: left;
width: 400px;
}
#mogulus3 {
float: left;
width: 400px;
}
#mogulus4 {
float: right;
width: 400px;
}
#footer-copyright {
text-align: center;
width: 875px;
margin-left: auto;
margin-right: auto;
display:block;
padding-top: 20px;
padding-bottom: 20px;
height: 225px;
}
#widgetmanual {
font-size: 1.2em;
font-weight: bold;
color: #0800F2;
}
#ec3_list {
border-left: 7px solid #0800F2;
color: #E0020A;
font-weight: normal;
}
.pnwhotlistmainheader {
font-size: 1.2em;
font-weight: bold;
color: #0800F2;
}
.pnwhotlisttopicheader {
color: #E0020A;
}
#blogwire h2{font-size: 16px; color: #0000ff;}
/* Setup bullets for LI items on sidebar */
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}
/* Normal bullet */
div.widget ul li,
div.textwidget ul li {
border-left: 0 !important;
padding-left: 16px !important;
background: url(/wp-content/themes/atahualpa342/images/bullets/bluebullet24.gif) no-repeat 0 3px;
}
/* On hover bullet */
div.widget ul li:hover,
div.widget ul li.sfhover,
div.textwidget ul li:hover,
div.textwidget ul li.sfhover {
border-left: 0 !important;
padding-left: 16px !important;
background: url(/wp-content/themes/atahualpa342/images/bullets/redbullet21.gif) no-repeat 0 3px;
}
/***************************************/
div.widget ul li,
div.textwidget ul li {
margin-top: 5px;
margin-bottom: 5px;
}
.widget ul li {
border-bottom: 1px dotted #4F94CD;
padding: 3px 0 3px 0;
}
div.gnec {
background: #FFF8F8;
}
div.bkim {
background: #FFF8F8;
height: 260px;
display:inline;
}
div.fbmargin {
margin-left: 3px;
}
div.bkimad {
background: #FFF8F8;
height: 60px;
}
/*sliding panel
覧覧覧覧覧覧覧覧覧覧 */
/* Sliding panel. */
#sliding-panel {
position: relative;
top: 0;
z-index: 999;
width: 100%;
margin: 0 auto;
text-align: center;
}
/* The part of the panel that actually slides. */
#sliding-panel .panel {
overflow: hidden;
display: none;
position: relative;
z-index: 10;
width: 100%;
height: 362px;
background: #040D12;
}
/* Widget container. */
#sliding-panel .panel-content {
overflow: hidden;
width: 960px;
height: 352px;
margin: 5px auto;
padding: 0;
text-align: left;
border-left: 1px solid #333;
}
/* Sliding panel widgets. */
#sliding-panel .widget {
overflow: hidden;
float: left;
width: 289px;
height: 352px;
margin: 0;
padding: 0 15px;
font: normal normal normal 14px/21px Georgia, Times, 'Times New Roman', serif
!important;
color: #eee;
background: transparent;
border: none;
border-right: 1px solid #333;
}
#sliding-panel .widget-inside {
margin: 0;
padding: 0;
background: transparent;
border: none;
}
/* Sliding panel widget titles. */
#sliding-panel .widget-title {
margin: 0 0 5px 0;
padding: 0;
font: normal normal bold 18px/21px Arial, Verdana, sans-serif !important;
color: #999;
text-transform: none;
background: transparent;
border: none;
}
/* Sliding panel widget lists. */
#sliding-panel .widget ul {
margin: 0 0 10px 20px;
list-style: square;
}
#sliding-panel .widget ul li {
margin: 0;
padding: 0;
background: transparent;
border: none;
}
/* Sliding panel widget links. */
#sliding-panel .widget a {
color: #eee;
text-decoration: none;
}
#sliding-panel .widget a:hover {
text-decoration: underline;
}
/* Toggle div wrapper. */
#sliding-panel .tab {
position: relative;
top: 0px;
z-index: 9999;
height: 31px;
}
/* Wrapper for the open/close button. */
#sliding-panel .tab .toggle {
clear: both;
display: block;
position: relative;
width: 580px;
height: 26px;
line-height: 26px;
}
/* Open/close link. */
#sliding-panel .tab a {
display: block;
float: right;
position: relative;
width: 60px;
height: 26px;
top: 0px;
margin-bottom: 5px;
padding: 0px;
font: normal normal bold 12px/33px Georgia, Times, 'Times New Roman', serif
!important;
color: #fff;
border: 3px solid #0800F2;
background: #E0020A;
text-align: center;
}
/* Open link. */
#sliding-panel .tab a.open {
color: #fff;
}
/* Close link. */
#sliding-panel .tab a.close {
top: 0px;
color: #fff;
border: 3px solid #0800F2;
background: #E0020A;
}
/* Open/close link hover. */
#sliding-panel .tab a:hover {
color: #fff;
cursor: pointer;
border: 3px solid #E0020A;
background: #0800F2;
}
/* Open/close link array (&urarr
. */
#sliding-panel .tab a .arrow {
font-style: normal;
}
ul#rmenu2 li a:link, ul#rmenu2 li a:visited, ul#rmenu2 li a:active, ul#rmenu2 li a:hover {font-weight: bold !important;}
[/html]