User:TX/monobook.css: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
#p-cactions {
    position: absolute;
    top: 104px;
    left: 13.3em;
    margin: 0;
    margin-top: 3px;
    white-space: nowrap;
    width: 85%;
    line-height: normal;
    overflow: visible;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
    border: 2px solid #0159b7;
    color: white; background:#000 url(/bgl.jpg);
    height: 20px;
}


#p-cactions li, #p-cactions li a {
    color: white;
    background: none;
    border: none;
}
#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li a:hover {
    margin: 0px;
    color: white;
    background-color: #0159b7;
    border: none;
    padding: .4em .8em 0 .8em;
}
#globalWrapper {
    margin-top: 0px;
    height: 100px;
    background:#000 url("/sitebannerwiki.jpg") top right no-repeat;
    border-bottom: 2px solid #0159b7;
}
#column-one {
    padding-top: 107px;
    padding-left: 5px;
}
#content {
    color: white; background:#000 url(/bgl.jpg);
    border: 2px solid #0159b7;
    margin: 67px 5px 10px 160px;
    top: 5px;
}
#column-content {
    position: absolute;
    top: 64px;
    margin-left: 0px;
    margin-right: 5px;
}

Revision as of 23:52, 30 September 2005