Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: DF Kundenmenü Degrünierung
Submitted on February 24, 2016 at 01:37 PM

Section 1 (CSS)

.teaser,.ticker,.quickhelp {
    display: none
    ;
}

body {
    box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 0.48);
    border-radius: 5px;
    border: 0;
}

html,body>header {
    background: #9CCC65;
}

body nav > dl > dt {
    line-height: 25px;
    padding-left: 15px;
    background: #aaa;
    text-shadow: 1px 1px rgba(0,0,0,.5);
    border-radius: 5px 5px 0 0;
}

body nav > dl > dd {
    border-radius: 0 0 5px 5px;
}

body nav > dl dl > dt {
    position: relative;
    line-height: 25px;
    background: none;
    padding-left: 20px;
}

body nav > dl dl.collapsed > dt::after {
    content: '▸';
    display: block;
    position: absolute;
    left: 5px;
    top: 3px;
    color: #bbb;
}

body nav > dl dl:not(.collapsed) > dt::after {
    content: '▾';
    display: block;
    position: absolute;
    left: 5px;
    top: 3px;
    color: #bbb;
}

body nav > dl dl > dd {
    position: relative;
    line-height: 20px;
    background: none;
    padding-left: 0px;
    font-size: 15px;
}

body nav > dl dl > dd .selected {
    background: #95C461;
    outline: 1px solid rgba(0,0,0,.4);
    text-shadow: 1px 1px rgba(0,0,0,.4);
    font-weight: 300;
}