Home General Discussion

CSS backup help

polycounter lvl 18
Offline / Send Message
Rick Stirling polycounter lvl 18
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

  • sonic
    Options
    Offline / Send Message
    sonic polycounter lvl 18
    I think I have it. It's about 380 lines. Let me know if this is the right one.

    http://lifeoflee.com/rickcss.css
  • sonic
    Options
    Offline / Send Message
    sonic polycounter lvl 18
    Did I grab the right copy? I may be able to check my laptop see if it's cached on there.
  • hawken
    Options
    Offline / Send Message
    hawken polycounter lvl 19
    <font class="small">Code:</font><hr /><pre>

    .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?
  • Rick Stirling
    Options
    Offline / Send Message
    Rick Stirling polycounter lvl 18
    Naw, those are both updated versions of the wrong one, but that's for trying folks.

    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.
Sign In or Register to comment.