Aaargh! I was fixing a line of my CSS using the online editor, and managed like an utter tool to delete the last part of my CSS.
I'm hoping someone has it in their cache -
http://www.rsart.co.uk/wp-content/themes/default/style.css - obviously loading this page will just get you the current one with missing bits.
The end part of the file should have styling for navcontainer.
A pint to the first person who can help fix my cock-up.
Replies
http://lifeoflee.com/rickcss.css
.navcontainer {
position:absolute;
top: 119px;
left:20px;
}
.navcontainer ul li {
float: left;
background: url(../../../rsartv3/sitegfx/tabs/nav_other.png) no-repeat;
}
.navcontainer ul li a
{
text-decoration: none;
font-weight: 800;
color: #ffffff;
float: left;
margin: 0px;
height: 25px;
width: 90px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-align: center;
margin-left: 1px;
}
.navcontainer li#current {
background: url(../../../rsartv3/sitegfx/tabs/nav_active.png) no-repeat;
color: #ffffff;
text-decoration: none;
}
.navcontainer li a:hover {
background: url(../../../rsartv3/sitegfx/tabs/nav_active.png) no-repeat;
color: #ffffff;
text-decoration: none;
}
.navcontainer li a:active, .navcontainer li a:visited {
color: #ffffff;
text-decoration: none;
}
.noline a, .noline a:visited, .noline a:hover, .noline a:active {
border-bottom: 0;
}
</pre><hr />
Bring on the new version of mac OSX eh?
What I had managed to was select the last 50 lines or so of the CSS file in the online editor and press enter then click on save. Titbiscuits. With it being the online editor, there was no backup.
Fortunatley I had a backup of my CSS from a few months ago that I was able to pull most of the bits back from, and I had shamelessly ripped my flickr code from Veerle, so I was able to get that working again. The only thing I THINK that I'm now missing is my alternative comments backgrounds. I'll just rewrite that myself, unless I can find the file in my Firefox Cache at work.