User:TX/monobook.css: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
     border-bottom: 1px solid #aaa;
     border-bottom: 1px solid #aaa;
     border-collapse: collapse;
     border-collapse: collapse;
}
#p-cactions {
    position: absolute;
    top: 78px;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}
#p-logo { display: none; }
#globalWrapper { padding-top: 64px; height: 100px; background:#000 url(/banner.jpg) top right no-repeat; }
#content { color: white; background:#000 url(/bgl.jpg)  }
body {
    font: x-small sans-serif;
    background: #000000 url(/bgd.jpg);
    color: white;
    margin: 0;
    padding: 0;
}
}

Revision as of 01:27, 30 September 2005

#toc,
.toc {
    font-size: 95%;
    background-color: white;
    color: black;
    border-collapse: collapse;
    border: 1px solid #aaa;
}

#toctitle h2 {
    background-color: #ddd;
    color: #000;
    height: 1em;
    text-align: center;
    padding: 0.2em 1em 0.5em 0.3em;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    border-collapse: collapse;
}

#p-cactions {
    position: absolute;
    top: 78px;
    left: 11.5em;
    margin: 0;
    white-space: nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}

#p-logo { display: none; }

#globalWrapper	{ padding-top: 64px; height: 100px; background:#000 url(/banner.jpg) top right no-repeat; }

#content	{ color: white; background:#000 url(/bgl.jpg)  }

body {
    font: x-small sans-serif;
    background: #000000 url(/bgd.jpg);
    color: white;
    margin: 0;
    padding: 0;
}