Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1.  
  2. html, body{
  3. background-color:#B9B9B9;
  4. text-align:center;
  5. font-family:Verdana, Arial, Helvetica, sans-serif;
  6. font-size:80%;
  7. color:#234;
  8. }
  9.  
  10. a:link, a:visited {
  11. color:#455;
  12. text-decoration:none;
  13. font:80% Verdana, Arial, Helvetica, sans-serif;
  14. font-weight:bold;
  15. background-color:inherit;
  16. }
  17. a:hover, a:active{
  18. text-decoration:underline;
  19. color:#9AA;
  20. font-weight:bold;
  21. background-color:inherit;
  22. }
  23.  
  24. p{
  25. font-family:Verdana, Arial, Helvetica, sans-serif;
  26. color:#234;
  27. font-size:80%;
  28. background-color:inherit;
  29. }
  30.  
  31. a img{border:none;}
  32.  
  33. img.left,img.center,img.right{padding:3px; border:none;}
  34. img.left{float:left; margin:0 10px 5px 0;}
  35. img.center{display:block; margin:0 auto 5px auto;}
  36. img.right{float:right; margin:0 0 5px 10px;}
  37.  
  38.  
  39. #container{
  40. border:2px solid #a0a0a0;
  41. background-color:#FFFFFF;
  42. padding:0px;
  43. margin:20px auto;
  44. width:750px;
  45. text-align:left;
  46. color:#234;
  47. }
  48.  
  49.  
  50. #header{
  51.  
  52. background:url(header.jpg) no-repeat;
  53. padding:10px;
  54. margin:10px;
  55. height:130px;
  56. width:auto;
  57. color:#123;
  58. }
  59. #header h1{
  60. color:#666;
  61. font-family:"Courier New", Courier, monospace;
  62. font-weight:bolder;
  63. padding:5px 0px 0px 450px;
  64. letter-spacing:1px;
  65. font-size:250%;
  66. background-color:inherit;
  67. }
  68. #header h2{
  69. color:#666;
  70. font-family:"Courier New", Courier, monospace;
  71. font-weight:bold;
  72. padding:0px 0px 0px 40px;
  73. letter-spacing:1px;
  74. font-size:167%;
  75. background-color:inherit;
  76. }
  77.  
  78.  
  79.  
  80. #header #nav{
  81. text-align:right;
  82. padding-right:10px;
  83. }
  84. #header #nav a{
  85. color:#123;
  86. padding-left:4px;
  87. padding-right:4px;
  88. width:auto;
  89. font-family:Tahoma;
  90. font-weight:bold;
  91. font-size:12px;
  92. text-decoration:none;
  93. background-color:inherit;
  94. }
  95. #header #nav a:hover, #header #nav a:active{color:#fff; background-color:#666; }
  96. #header #nav a.selected{text-decoration:none;}
  97.  
  98.  
  99. #footer{
  100. clear:both;
  101. text-align:center;
  102. width:auto;
  103. height:auto;
  104. padding:3px;
  105. margin:10px;
  106.  
  107.  
  108. color:#666;
  109. }
  110.  
  111. #footer p{
  112. font:100% Verdana, Arial, Helvetica, sans-serif;
  113. color:#9AA;
  114. letter-spacing:-1px;
  115. background-color:inherit;
  116. }
  117. #footer a{
  118. font:100% Verdana, Arial, Helvetica, sans-serif;
  119. color:#787879;
  120. letter-spacing:-1px;
  121. text-decoration:none;
  122. background-color:inherit;
  123. }
  124. #footer a:hover, #footer a:active{text-decoration:underline; color:#024; background-color:inherit;}
  125.  
  126.  
  127. #content{
  128. float:left;
  129. width:95%;
  130. height:auto;
  131. padding:0px 4px 4px 4px;
  132. margin-top:10px;
  133. margin-bottom:10px;
  134. margin-left:10px;
  135. margin-right:0;
  136. font-family:Verdana, Arial, Helvetica, sans-serif;
  137. color:#234;
  138. background-color:inherit;
  139. text-align:justify;
  140. }
  141.  
  142. #content h3{
  143. font-family:"Courier New", Courier, monospace;
  144. color:#666;
  145. background-color:inherit;
  146. font-weight:bold;
  147. font-size:175%;
  148. padding:0px 2px 3px 2px;
  149. line-height:3px;
  150. }
  151. #content h4{
  152. font-family:"Courier New", Courier, monospace;
  153. color:#567;
  154. background-color:inherit;
  155. font-weight:bold;
  156. font-size:130%;
  157. padding:0px 2px 3px 2px;
  158. line-height:3px;
  159. }
  160.  
  161. #content p{
  162. color:#234;
  163. background-color:inherit;
  164. font-family:Verdana, Arial, Helvetica, sans-serif;
  165. font-size:112% !important;
  166. text-indent:6px;
  167. padding-left:10px;
  168. line-height:15px;
  169. }
  170.  
  171. #content a{
  172. color:#567;
  173. background-color:inherit;
  174. font-family:Verdana, Arial, Helvetica, sans-serif;
  175. font-size:103%;
  176. font-weight:bold;
  177. line-height:15px;
  178. text-decoration:none;
  179. }
  180. #content a:hover, #content a:active{text-decoration:underline; color:#012; background-color:inherit;}
  181.  
  182. #content ul, #content ol{margin:0 5px 10px 20px;}
  183. #content dl{margin:0 5px 10px 20px; font-size:115%;}
  184. #content dt{font-weight:bold; margin-bottom:5px;}
  185. #content dd{margin:0 0 10px 15px;}
  186.  
  187.  
  188. .twoColumnLeft{
  189. float:left;
  190. width:44.5%;
  191. height:auto;
  192. padding:5px;
  193. margin:5px;
  194. }
  195. .twoColumnRight{
  196. float:right;
  197. width:44.5%;
  198. height:auto;
  199. padding:5px;
  200. margin:5px;
  201. }
  202.  
  203.  
  204. #sideMenu{
  205. float:right;
  206. text-align:right;
  207. width:22%;
  208. height:auto;
  209. margin:10px;
  210. padding:10px 20px 10px 10px;
  211. border-left:thin dotted #123;
  212. border-top:thin dotted #123;
  213. border-bottom:thin dotted #123;
  214. }
  215.  
  216. #sideMenu h3{
  217. font-family:"Courier New", Courier, monospace;
  218. color:#567;
  219. background-color:inherit;
  220. font-weight:bold;
  221. font-size:175%;
  222. padding:0px 2px 3px 2px;
  223. line-height:1px;
  224. letter-spacing:-1px;
  225. }
  226.  
  227. #sideMenu a.menuLink{
  228. color:#568;
  229. line-height:22px;
  230. background-color:inherit;
  231. padding-bottom:2px; padding-right:2px;
  232. border-bottom:#FFF dotted thin;
  233. border-right:#FFF dotted thin;
  234. font-family:Verdana, Arial, Helvetica, sans-serif;
  235. font-size:120%;
  236. font-weight:normal;
  237. text-decoration:none;
  238. }
  239. #sideMenu a.menuLink:hover, #sideMenu a.menuLink:active{
  240. border-bottom:dotted thin #F60;
  241. border-right:thin dotted #F60;
  242. text-decoration:none;
  243. }
  244.  
  245.  
  246. #searchBox{
  247. padding:5px;
  248. border-bottom:thin #234 solid;
  249. border-top:none;
  250. border-left:none;
  251. border-right:none;
  252. background-color:#FFF;
  253. color:#012;
  254. font-family:Verdana, Arial, Helvetica, sans-serif;
  255. width:50%;
  256. text-align:center;
  257. }
  258. #searchButton{
  259. border:thin #012 solid;
  260. background-color:#FAFAFA;
  261. color:#234;
  262. font-family:Verdana, Arial, Helvetica, sans-serif;
  263. padding:2px;
  264. }
  265.  
  266.  
  267. .important{color:#F00; background-color:#FFF; font-weight:bold;}
  268. .bold{font-weight:bold;}
  269. .big{font-size:160%;}
  270. .small{font-size:75%;}
  271. .underline{text-decoration:underline;}
  272. .blink{text-decoration:blink;}
  273. .hide{display:none;}
  274. .center{text-align:center;}
  275. .right{text-align:right;}
  276. .clear{clear:both;}
  277.  
  278. #box{
  279. background-color:#FCFCFC;
  280. color:#234;
  281. border:thin solid #012;
  282. width:auto;
  283. height:auto;
  284. margin:3px;
  285. padding:3px;
  286. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement