Guest User

Untitled

a guest
May 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.99 KB | None | 0 0
  1. * {
  2.     margin:0;
  3.     padding:0;
  4. }
  5. body {
  6.     background:#ffffff;
  7.     margin:0 auto;
  8.     padding:0;
  9.     font-family:Arial, Helvetica, sans-serif;
  10.     color:#333333;
  11. }
  12.  
  13.  
  14.  
  15. /* wrapper */
  16. div.pagewidth {
  17.     width:85%;
  18.     margin:0 auto;
  19. }
  20.  
  21.  
  22. /* header & nav */
  23. div.header-wrapper {
  24.     background:#222 url('images/header.png') repeat-x scroll left top;
  25. }
  26. div.header {
  27.     border-top:10px solid #0AAEE5;
  28.     padding:40px 0 40px 10px;
  29.     margin:0 auto;
  30. }
  31. div.nav-wrapper-outside {
  32.     height:76px;
  33.     display:block;
  34.     background:#49C7F1 url('images/nav-bg.png') repeat-x scroll left top;
  35. }
  36. div.nav-wrapper {
  37.     height:76px;
  38.     display:block;
  39.     background:#49C7F1 url('images/nav.png') repeat-x scroll left top;
  40. }
  41. div.nav {
  42.     height:76px;
  43.     display:block;
  44.     background:transparent url('images/nav-right.png') no-repeat scroll right top;
  45. }
  46. div.nav ul {
  47.     list-style:none;
  48.     padding:0 0 0 15px;
  49.     margin:0;
  50.     height:76px;
  51.     position:relative;
  52.     background:transparent url('images/nav-left.png') no-repeat scroll left top;
  53. }
  54. div.nav ul li {
  55.     display:block;
  56.     float:left;
  57.     padding:7px 0px;
  58. }
  59. div.nav ul li a, div.nav ul li a:visited {
  60.     float:left;
  61.     text-decoration:none;
  62.     color:#ffffff;
  63.     font-weight:bold;
  64.     padding:23px 20px;
  65.     font-size:0.8em;
  66.     font-family:Tahoma, Arial, sans-serif;
  67.     border-bottom:none;
  68.     border-right:1px solid #76DCFD;
  69. }
  70. div.nav ul li a:hover {
  71.     text-decoration:underline;
  72. }
  73. div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
  74.  
  75. }
  76.  
  77.  
  78.  
  79. /* headers */
  80. h1 {
  81.     font-size:3.2em;
  82.     letter-spacing:-2px;
  83.     padding-left:10px;
  84.     text-align:left;
  85.     line-height:1.0em;
  86.     font-family:Georgia, "Times New Roman", Times, serif;
  87. }
  88. h1 a, h1 a:hover, h1 a:visited {
  89.     text-decoration:none;
  90.     color:#fff;
  91.     font-weight:normal;
  92. }
  93. h2 {
  94.     text-align:left;
  95.     padding:0 0 10px 10px;
  96.     font-size:0.7em;
  97.     color:#999999;
  98.     font-weight:normal;
  99.     text-transform:uppercase;
  100. }
  101. h3 {
  102.     font-size:1.6em;
  103.     font-weight:normal;
  104.     color:#08A5D9;
  105.     letter-spacing:-1px;
  106. }
  107. h4 {
  108.     font-family:Georgia, "Times New Roman", Times, serif;
  109.     font-weight:normal;
  110.     color:#333;
  111.     padding:7px 0;
  112.     letter-spacing:-1px;
  113.     text-transform:uppercase;
  114.     font-weight:bold;
  115. }
  116.  
  117.  
  118.  
  119. /* element defaults */
  120. p {
  121.     margin-bottom:20px;
  122.     line-height:1.9em;
  123.     font-size:0.9em;
  124.     color:#555555;
  125. }
  126. ul {
  127.     padding:0 0 20px 35px;
  128.     list-style:none;
  129. }
  130. code {
  131.     border:1px solid #dddddd;
  132.     color:#666666;
  133.     display:block;
  134.     padding:10px;
  135.     margin:10px 0;
  136. }
  137.  
  138. /* default forms */
  139. fieldset {
  140.     border:none;
  141.     border-top:1px solid #dddddd;
  142.     margin-top:10px;
  143. }
  144. fieldset legend {
  145.     font-size:0.9em;
  146.     color:#666666;
  147.     font-weight:bold;
  148.     padding:0 10px 0 0;
  149.     background-color:#ffffff;
  150. }
  151. form { }
  152. form input, form textarea {
  153.     border:1px solid #999999;
  154.     border-bottom-color:#cccccc;
  155.     border-right-color:#cccccc;
  156.     padding:5px;
  157.     color:#666666;
  158.     font-family:Arial, Helvetica, sans-serif;
  159.     font-size:1.0em;
  160. }
  161. form input.formbutton {
  162.     background:#3BC0EB none repeat-x scroll bottom left;
  163.     color:#ffffff;
  164.     border:1px solid #17ACDE;
  165.     color:#ffffff;
  166.     font-size:0.8em;
  167.     padding:6px 14px;
  168.     font-weight:bold;
  169.     font-family:Verdana, Arial, Helvetica, sans-serif;
  170. }
  171.  
  172. /* default tables */
  173. table {
  174.     width:100%;
  175.     margin-bottom:10px;
  176. }
  177. table tr th, table tr td {
  178.     padding:5px 10px;
  179. }
  180. table tr th {
  181.     background:#3BC0EB none repeat-x scroll bottom left;
  182.     color:#ffffff;
  183.     border-top:2px solid #17ACDE;
  184. }
  185. table tr td {
  186.     border-bottom:1px solid #dddddd;
  187. }
  188.  
  189.  
  190. /* default links */
  191. a, a:visited {
  192.     color:#35BBE7;
  193. }
  194. a:hover {
  195.     color:#08ACE2;
  196. }
  197.    
  198.  
  199. /* centeral page */
  200. div.page {
  201.     clear:both;
  202.     margin:0;
  203.     padding:0;
  204.     background-color:#ffffff;
  205. }
  206. div.page ul {
  207.     font-size:0.95em;
  208.     color:#333333;
  209. }
  210. div.page ul li {
  211.     padding:2px 0;
  212. }
  213. div.page p {
  214.     text-align:justify;
  215.     font-family:Helvetica, Arial, sans-serif;
  216.     color:#444444;
  217. }
  218.  
  219. /* content */
  220. div.page-wrap {
  221.     padding:20px;
  222.     clear:both;
  223.     background-color:#fff;
  224. }
  225. div.content {
  226.     float:left;
  227.     width:65%;
  228.     padding-right:20px;
  229.     border-right:1px dashed #e0e0e0;
  230. }
  231. div.content ul {
  232.     font-size:0.9em;
  233.     list-style:disc;
  234. }
  235. div.content ul li {
  236.     padding-bottom:5px;
  237. }
  238.  
  239. /* sidebar */
  240. div.sidebar {
  241.     padding-left:20px;
  242.     float:left;
  243.     width:30%;
  244. }
  245. div.sidebar p {
  246.     margin-bottom:40px;
  247.     padding:2px;
  248. }
  249. div.sidebar ul {
  250.     margin:0 0 40px 0;
  251.     padding:4px;
  252.     font-size:0.9em;
  253. }
  254. div.sidebar ul li {
  255.     padding:8px 0;
  256. }
  257.  
  258.  
  259.  
  260.  
  261. /* footer */
  262. div.footer-wrapper-outside {
  263.     background:#ccc url('images/footer-bg.png') repeat-x scroll left top;
  264. }
  265. div.footer-wrapper {
  266.     background:transparent url('images/footer-left.png') no-repeat scroll left top;
  267. }
  268. div.footer {
  269.     background:transparent url('images/footer-right.png') no-repeat scroll right top;
  270.     clear:both;
  271. }
  272. div.footer p {
  273.     text-align:center;
  274.     color:#999;
  275.     font-size:0.75em;
  276.     padding:20px 0;
  277.     margin:0;
  278. }
  279. div.footer p a {
  280.     color:#999;
  281.     border-bottom:none;
  282.     text-decoration:underline;
  283. }
  284.  
  285. /* search form */
  286. form.searchform {
  287. }
  288.  
  289.  
  290. /* misc classes */
  291. *:focus {
  292.     outline:none;
  293. }
  294. .clear {
  295.     clear:both;
  296. }
Add Comment
Please, Sign In to add comment