Skip to content
Snippets Groups Projects
senf.css 8.84 KiB
Newer Older
g0dil's avatar
g0dil committed
body {
        padding: 0;
        margin: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
g0dil's avatar
g0dil committed
}

#head {
g0dil's avatar
g0dil committed
        height: 62px;
        border-top: 5px solid #DECD40;
        border-bottom: 1px solid #AF9D00;
        background: url(logo-head.png) top left no-repeat;
        background-color: #EDE497;
g0dil's avatar
g0dil committed
}

        background-color: #DECD40;
        border-bottom: 1px solid #AF9D00;
        padding: 0 0 0 42px;
        max-width: 62em;
        margin: 0 10px 0 0;
}

#head h1 {
        margin: 0;
        padding: 6px 0 0 0;
        font-size: 22px;
        font-weight: bold;
        color: white;
        white-space: nowrap;
        text-align: left;
g0dil's avatar
g0dil committed
}

g0dil's avatar
g0dil committed
#subtitle {
        margin: 0 10px 0 100px;
g0dil's avatar
g0dil committed
        padding: 4px 0 0 42px;
        height: 18px;
        background-color: #EDE497;
        color: #726921;
g0dil's avatar
g0dil committed
}

#head h2 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: normal;
        white-space: nowrap;
g0dil's avatar
g0dil committed
}

g0dil's avatar
g0dil committed
#head ul { 
        display: inline; /* f�r IE ... */
        font-size: 13px;
        height: 0px;
        margin: 0;
        padding: 0;
g0dil's avatar
g0dil committed
}

#head li { 
        list-style-type: none;
        margin: 0 0 0 10px;
        padding: 0 10px 0 0;
        float: right;
        border-right: 1px solid #726921;
        height: 14px;
g0dil's avatar
g0dil committed
#head li:first-child { 
        border-right: none;
        padding: 0;
g0dil's avatar
g0dil committed
}

g0dil's avatar
g0dil committed
#head a { 
g0dil's avatar
g0dil committed
}

#head a:hover { 
        background-color: #EDE497;
        text-decoration: underline;
g0dil's avatar
g0dil committed
        float: right;
        width: 150px;
        height: 39px;
        font-size: 10px;
        color: #726921;
}

#search input { 
        display: block;
        height: 16px;
        border: 1px solid #AF9D00;
        width: 100%;
}

#search form { 
        margin: 0;
        padding: 0;
tho's avatar
tho committed
}

#content1 {
        padding: 0 10px 10px 0;
        border-bottom: 1px solid #AF9D00;
g0dil's avatar
g0dil committed
}

#content2 {
        /* need non-zero top padding here to prevent margin propagation */
        padding: 10px 0 0 142px;
        max-width: 62em;
g0dil's avatar
g0dil committed
}

a {
        font-weight: bold;
        text-decoration: none;
a.literal {
        font-weight: normal;
        font-style: italic;
g0dil's avatar
g0dil committed
        color: inherit;
        background-color: white !important;
div.tabs {
        display: inline; /* IE double margin fix */
        float: left;
        clear: left;
        background-color: #FDF7C3;
        border: 1px solid #AF9D00;
        margin: 0 0 10px -132px;
        width: 120px;
        overflow: hidden;
g0dil's avatar
g0dil committed
}

* html div.tabs {
        margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */
div.tabs ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
g0dil's avatar
g0dil committed
}

div.tabs ul li {
        display: inline;
g0dil's avatar
g0dil committed
}

div.tabs ul li a {
        display: block;
        padding: 2px 5px;
        font-size: 13px;
        color: #726921;
        text-decoration: none;
        white-space: nowrap;
        font-weight: normal;
g0dil's avatar
g0dil committed
}

div.tabs ul li a:visited, div.tabs ul li a:active {
        color: #726921;
        text-decoration: none;
g0dil's avatar
g0dil committed
}

div.tabs li.current a {
        background-position: 100% -150px;
        border-width: 0px;
}

div.tabs li.current span {
        background-position: 0% -150px;
        padding-bottom: 6px;
div.tabs ul li a:hover, div.tabs ul li.current a {
        color: #726921;
        text-decoration: none;
        background-color: #EDE497;
g0dil's avatar
g0dil committed
}

        padding-left: 1.5em;
#footer {
        clear: both;
        padding: 4px 10px 4px 142px;
        color: #726921;
        white-space: nowrap;
        text-align: right;
        max-width: 62em;
g0dil's avatar
g0dil committed
}

#footer span {
        font-size: 10px;
g0dil's avatar
g0dil committed
}

#footer a, #footer a:active, #footer a:visited {
        color: #726921;
        text-decoration: none;
g0dil's avatar
g0dil committed
}

#footer a:hover {
        background-color: inherit;
        text-decoration: underline;
dl.attention {
        border: 1px solid #AADD88;
        background-color: #EEFFDD;
        padding: 4px;
dl.warning {
        border: 1px solid #DDAA88;
        background-color: #FFEEDD;
        padding: 4px;
dl.note {
        border: 1px solid A0C2C2;
        background-color: #F0F8F8;
        padding: 4px;
g0dil's avatar
g0dil committed
}
tho's avatar
tho committed
 
table.packet {
        width: 95%;
        margin: 10pt auto;
        border: 1px solid #AAAAAA;
        padding: 2px;
        border-spacing: 0;
		white-space: nowrap;
		text-align: center;
		table-layout: fixed; 
}

table.packet td,th {
        border: 2px solid white;
        background-color: #EEEEEE;
        padding: 6px 4px;
}

table.packet th {
        background-color: white;
        text-align: left;
		font-weight: normal;
        padding: 0px;
}
g0dil's avatar
g0dil committed

table.senf {
        width: 95%;
g0dil's avatar
g0dil committed
        margin: 10pt auto;
        border: 1px solid #AAAAAA;
        padding: 2px;
        border-spacing: 0;
table.senf td,th {
        border: 2px solid white;
        background-color: #EEEEEE;
        padding: 2px 4px;
        text-align: left;
g0dil's avatar
g0dil committed
        vertical-align: top;
table.senf th {
        background-color: #DDDDDD;
        text-align: center;
        font-weight: bold;
g0dil's avatar
g0dil committed
}
table.ebnf {
        margin: 0;
        padding: 0;
        border-spacing: 0;
        border: none;
        font-size: 120%; /* ????????  Why is THIS needed ?? */
}

table.ebnf td {
        text-align: left;
        border: none;
        padding: 0;
}

table.ebnf td:first-child {
        width: 1%;
        padding-right: 1ex;
        font-style: italic;
}

g0dil's avatar
g0dil committed
        margin: 10pt 0;
        padding: 0;
        border-spacing: 0;
        border: none;
        font-size: 120%; /* ????????  Why is THIS needed ?? */
}

table.listing td {
        text-align: left;
        vertical-align: top;
        border: none;
        padding: 0 0 3pt 0;
}

table.listing td:first-child {
        width: 35%;
}

dl.xref-bug, dl.xref-fix, dl.xref-todo, dl.xref-idea {
        border: 1px solid #CC8888;
        padding: 2px 3px;
        margin: 4px 8px 4px 2px;
        background-color: #FFEEEE;
        color: #666666;
        overflow: hidden;
dl.xref-bug dt, dl.xref-fix dt, dl.xref-todo dt, dl.xref-idea dt,
dl.xref-bug dd, dl.xref-fix dd, dl.xref-todo dd, dl.xref-idea dd {
        display: inline;
        margin: 0;
        padding: 0;
dl.xref-bug a, dl.xref-fix a, dl.xref-todo a, dl.xref-idea a {
        color: #6666FF;
dl.xref-fix {
        border-color: #CCCC88;
        background-color: #FFFFEE;
dl.xref-todo {
        border-color: #88CC88;
        background-color: #EEFFEE;
dl.xref-idea {
        border-color:  #CCCCCC;
        background-color: #F8F8F8;
g0dil's avatar
g0dil committed
div.bug, div.fixme, div.todo, div.idea { 
g0dil's avatar
g0dil committed
        padding-left: 10px;
g0dil's avatar
g0dil committed
}

div.bug { 
g0dil's avatar
g0dil committed
        border-left: 10px solid red;
g0dil's avatar
g0dil committed
}

div.fixme { 
g0dil's avatar
g0dil committed
        border-left: 10px solid yellow;
g0dil's avatar
g0dil committed
}

div.todo { 
g0dil's avatar
g0dil committed
        border-left: 10px solid green;
g0dil's avatar
g0dil committed
}

div.idea { 
g0dil's avatar
g0dil committed
        border-left: 10px solid #AAAAAA;
g0dil's avatar
g0dil committed
}

dl.implementation {
        color: #666666;
        font-size: 75%;
}

p.memtitle {
        color: #1a41a8;
        font-weight: bold;
        margin-right: 14px;
        border-bottom: 1px solid #84b0c7;
p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
p.implementedin {
        color: #666666;
        font-size: 75%;
        margin-bottom: .2em;
        margin-top: .2em;
}

div.memdoc p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
p.implementedin {
        margin-left: 10em;
        text-indent: -4em;
}

div.memproto {
        margin-bottom: .5em;
g0dil's avatar
g0dil committed
table {
        width: 100%;
div.ah {
        margin-right: 10px;
div.nav {
        width: auto;
        background-color: white;
        border: none;
        border-bottom: 1px solid #AF9D00;
        padding: 5px 0;
        margin: 0;
g0dil's avatar
g0dil committed
}

div.qindex {
        width: auto;
        background-color: #e8eef2;
        border: 1px solid #84b0c7;
        text-align: center;
        margin: 2px 0;
        padding: 2px;
        line-height: 140%;
g0dil's avatar
g0dil committed
}
g0dil's avatar
g0dil committed

dl.parameters dd table {
        width: auto;
table.glossary {
        border: none;
        border-spacing: 0;
g0dil's avatar
g0dil committed
        margin: 10px 0;
table.glossary tr td {
        border: none;
        border-bottom: 4px solid white;
        vertical-align: top;
        padding: 2px 4px;
        background-color: #F0F0F0;
}

table.glossary tr td:first-child {
        font-weight: bold;
        white-space: nowrap;
        padding-right: 10px;
table.members td:first-child {
        width: 35%;
div.toc {
	width: 25%;
        margin: 10px 0px;
}

div.toc ol {
        padding: 0px;
        margin: 0pt 0pt 0pt 40px;
	list-style-type: decimal;
}

div.toc li {
        padding: none;
}

div.toc div {
        margin: 10px 0px;
        font-weight: bold;
        font-size: 120%
}

g0dil's avatar
g0dil committed
/* 
 * Local Variables:
 * indent-tabs-mode: nil
 * ispell-local-dictionary: "american"
 * End:
 */