1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
#projectname {
display: none;
}
#projectlogo img {
margin: 0 10px !important;
width: 180px !important;
}
div.line {
margin: 4px !important;
line-height: 1.2 !important;
}
address.footer, hr.footer {
display: none;
}
span.lineno {
border-color: #b3acb1;
}
.header, .contents {
width: 80%;
max-width: 1140px;
margin: auto !important;
padding: 10px;
background: white;
}
div.header {
margin-top: 20px !important;
}
div#doc-content {
background-image: url("background.png");
background-repeat: repeat;
/* background: rgba(234, 201, 201, 0.3); */
}
#nav-sync img {
display: none;
}
span.comment {
color: #848080;
}
span.keyword {
color: #152292;
}
dl.reflist dt {
color: #481120;
}
h2.groupheader {
margin-top: 0.75em;
}
tr.heading h2 {
margin-top: 4px;
}
h1 {
color: #7B3548;
font-size: 130%;
}
h2 {
color: #7B3548;
font-size: 115%;
}
h3 {
color: #7B3548;
font-size: 100%;
}
/*
body {
max-width: 1440px;
margin: auto;
background: #404040;
}
#side-nav {
left: auto;
padding-left: 10px;
padding-right: 15px;
background-image: url(background.png);
}
div#titlearea {
background: white;
background-image: url(background.png);
}
*/
|