1/* 2 * Copyright (c) 2005,2006,2007 Josh Coalson 3 * Permission is granted to copy, distribute and/or modify this document 4 * under the terms of the GNU Free Documentation License, Version 1.1 5 * or any later version published by the Free Software Foundation; 6 * with no invariant sections. 7 * A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html 8 */ 9 10body 11{ 12 background-color: #9a9; 13 color: black; 14 margin: 0 auto; 15 padding: 0px; 16 max-width: 1200px; 17} 18 19/*div 20{ 21 background-color: #99CC99; 22 margin: 0px; 23 padding: 0px; 24}*/ 25 26div.logo 27{ 28 background-color: black; 29 padding: 1px; 30 text-align: center; 31} 32 33div.navbar 34{ 35 border-width: 2px 0px 2px 0px; 36 border-style: solid; 37 border-color: black; 38 background-color: #D3D4C5; 39 padding: 3px; 40 text-align: center; 41} 42 43 44div.above_nav 45{ 46 height: 25px; 47} 48 49div.below_nav 50{ 51 height: 25px; 52} 53 54div.body_with_sidebar 55{ 56/* text-align: left; */ 57} 58 59div.box 60{ 61 text-align: left; 62 margin: 0; 63 background-color: #EEEED4; 64} 65 66div.box_title 67{ 68 border-width: 1px 0px 0px 0px; 69 border-style: solid; 70 border-color: black; 71 background-color: #D3D4C5; 72 padding: 3px 6px; 73 font-family: lucida, verdana, helvetica, arial, sans-serif; 74 font-weight: bold; 75 font-size: 150%; 76} 77 78div.box_header 79{ 80 border-width: 1px 0px 0px 0px; 81 border-style: solid; 82 border-color: black; 83 background-color: #EEEED4; 84 padding: 3px; 85} 86 87div.box_footer 88{ 89 border-width: 0px 0px 1px 0px; 90 border-style: solid; 91 border-color: black; 92 background-color: #EEEED4; 93 padding: 3px; 94} 95 96div.box_body 97{ 98 background-color: #EEEED4; 99 padding: 0px 6px; 100 font-family: lucida, verdana, helvetica, arial, sans-serif; 101 font-weight: normal; 102 font-size: 100%; 103} 104 105#newsbox h3 106{ 107 margin: 5px 0 0 0; 108 font-size: 0.9em; 109} 110 111#newsbox p 112{ 113 margin: 0; 114} 115 116div.smallbox 117{ 118 text-align: left; 119 margin: 0 0 0 8px; 120 background-color: #EEEED4; 121} 122 123div.smallbox_title 124{ 125 text-align: center; 126 border-width: 1px 0px 0px 0px; 127 border-style: solid; 128 border-color: black; 129 background-color: #D3D4C5; 130 padding: 3px; 131 font-family: lucida, verdana, helvetica, arial, sans-serif; 132 font-weight: bold; 133 font-size: 100%; 134} 135 136div.smallbox_header 137{ 138 border-width: 1px 0px 0px 0px; 139 border-style: solid; 140 border-color: black; 141 background-color: #EEEED4; 142 padding: 3px; 143} 144 145div.smallbox_footer 146{ 147 border-width: 0px 0px 1px 0px; 148 border-style: solid; 149 border-color: black; 150 background-color: #EEEED4; 151 padding: 3px; 152} 153 154div.smallbox_body 155{ 156 background-color: #EEEED4; 157 padding: 0px 3px 0px 3px; 158 font-family: lucida, verdana, helvetica, arial, sans-serif; 159 font-weight: normal; 160 font-size: 80%; 161} 162 163div.copyright 164{ 165 text-align: left; 166 margin: 10px; 167} 168 169span.commandname 170{ 171 font-family: monospace; 172 font-weight: bold; 173} 174 175span.command 176{ 177 font-family: monospace; 178 font-weight: bold; 179} 180 181span.argument 182{ 183 font-family: monospace; 184} 185 186span.code 187{ 188 font-family: monospace; 189} 190 191a:link {color:#336699; background-color:transparent} 192a:visited {color:#336699; background-color:transparent} 193a:active {color:#336699; background-color:transparent} 194a:hover {color:#336699; background-color:transparent} 195