Guest User

Untitled

a guest
Feb 24th, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. @charset "utf-8";
  2. html{ font-size:12px; margin:0; padding:0; width:100%; height:100%;}
  3.  
  4.  
  5.  
  6. body{
  7. font: 12px Verdana, Arial, Helvetica, sans-serif;
  8. background: #fff;
  9. margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  10. padding:0;
  11. width:100%;
  12. height:100%;
  13. color: #000;
  14. }
  15. #container {
  16. width:1080px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  17. background:#FFF;
  18. margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
  19. text-align:left; /* this overrides the text-align: center on the body element. */
  20. padding: 10px 20px;
  21. text-align:center;
  22. }
  23.  
  24.  
  25.  
  26. a{ color:#cd2300; text-decoration:none;}
  27. a:link{ color:#555; font-weight:normal; }
  28. a:hover{ border-bottom:1px dashed #1b9454; }
  29. .clicktext{ color:#CD2300; cursor:pointer;}
  30.  
  31.  
  32.  
  33.  
  34. input.Checkbox1 {
  35. float:left;
  36. clear:left;
  37. margin-left:20px;
  38. border:0;
  39.  
  40. }
  41.  
  42.  
  43.  
  44. .bldtxt {
  45. color:#000;
  46. font-family: Cambria, serif;
  47. font-size: 19px;
  48. line-height: 1.5em;
  49. text-align:left;
  50. height:28px;
  51. line-height:28px;
  52. }
  53.  
  54.  
  55. #adcanvas {
  56. background-color:#c6c7c9;
  57. width:900px;
  58. margin:20px;
  59. }
  60.  
  61. .title {
  62. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  63. text-align: left;
  64. width:300px;
  65. margin-left:20px;
  66. font-weight:bold;
  67.  
  68.  
  69. }
  70.  
  71. #titlefield
  72. {
  73. width: 400px;
  74. height: 22px;
  75. background: none;
  76. border: 1px dotted #000;
  77. color: #000;
  78. margin-top: 5px;
  79. margin-left: 20px;
  80. margin-bottom:20px;
  81. float:left;
  82. }
  83.  
  84. #companyfield
  85. {
  86. width: 400px;
  87. height: 22px;
  88. background: none;
  89. border: 1px dotted #000;
  90. color: #000;
  91. margin-top: 5px;
  92. margin-left: 20px;
  93. margin-bottom:20px;
  94. float:left;
  95. }
  96. #salaryfield
  97. {
  98. width: 125px;
  99. height: 22px;
  100. background: none;
  101. border: 1px dotted #000;
  102. color: #000;
  103. margin-top: 5px;
  104. margin-left: 20px;
  105. margin-bottom:20px;
  106. float:left;
  107. }
  108.  
  109. .catname1 {
  110. float:left;
  111. margin-left:400px;
  112. }
  113.  
  114. #pricefield
  115. {
  116. width: 100px;
  117. height: 22px;
  118. background: none;
  119. border: 1px dotted #000;
  120. color: #000;
  121. margin-left: 20px;
  122. margin-bottom:10px;
  123. float:left;
  124. }
  125.  
  126. .descfield
  127. {
  128. width: 800px;
  129. height: 50px;
  130. background: none;
  131. border: 1px dotted #000;
  132. color: #000;
  133. margin-top: 5px;
  134. margin-left: 20px;
  135. margin-bottom:20px;
  136. float:left;
  137. }
  138.  
  139. .required {
  140. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  141. color:red;
  142. font-weight:bold;
  143. }
  144.  
  145. textarea#styled {
  146. width: 700px;
  147. height: 220px;
  148. border: 3px solid #cccccc;
  149. padding: 5px;
  150. margin:10px 0px 10px 20px;
  151. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  152. font-size:small;
  153. background-image: url(bg.gif);
  154. background-position: bottom right;
  155. background-repeat: no-repeat;
  156. float:left;
  157.  
  158. }
  159. textarea#benefits {
  160. width: 300px;
  161. height: 220px;
  162. border: 3px solid #cccccc;
  163. padding: 5px;
  164. margin:10px 0px 10px 20px;
  165. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  166. font-size:small;
  167. background-image: url(bg.gif);
  168. background-position: bottom right;
  169. background-repeat: no-repeat;
  170. float:left;
  171.  
  172. }
  173.  
  174. .clear {
  175. clear:both;
  176. }
  177.  
  178. .usd {
  179. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  180. font-weight:bold;
  181. text-align: left;
  182. padding-top:10px;
  183. margin-left:126px;
  184. }
  185.  
  186. #namefield {
  187. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  188. text-align: left;
  189. width:250px;
  190. margin-left:20px;
  191. font-weight:bold;
  192.  
  193. }
  194.  
  195. #cfield
  196. {
  197. width: 200px;
  198. height: 22px;
  199. background: none;
  200. border: 1px dotted #000;
  201. color: #000;
  202. margin-top: 5px;
  203. margin-left: 20px;
  204. margin-bottom:20px;
  205. float:left;
  206. }
  207.  
  208. .ctext {
  209. clear:left;
  210. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  211. text-align: left;
  212. width:300px;
  213. margin-left:20px;
  214. font-weight:bold;
  215. }
  216.  
  217. .head {
  218. float:left;
  219. margin-left:250px;
  220. margin-top:30px;
  221.  
  222. }
  223.  
  224. .dnametxt {
  225. float:left;
  226. font-weight:700;
  227. position:relative;
  228. top:2px;
  229. }
  230.  
  231. #file-uploader {
  232.  
  233. margin-left:20px;
  234. }
  235.  
  236. .error {
  237. text-align:center;
  238. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  239. color:red;
  240. font-weight:bold;
  241. font-size: 12px;
  242. }
  243.  
  244. .appblock {
  245. background-color:#afaba7;
  246. position: fixed;
  247. top: 30%;
  248. left: 50%;
  249. margin-top: -5px;
  250. margin-left: -220px;
  251. padding:30px;
  252.  
  253.  
  254. }
  255.  
  256. #toc {
  257. position: fixed;
  258. top: 260px;
  259. left: 30px;
  260. width: 200px;
  261. background: white;
  262. background: rgba(255, 255, 255, 0.8);
  263. padding: 20px;
  264. border-radius: 5px;
  265. -moz-border-radius: 5px;
  266. -webkit-border-radius: 5px;
  267. }
  268. #toc li {
  269. font-size: 1.4em;
  270. line-height: 22px;
  271. margin-top: 20px;
  272. }
  273. #toc li a {
  274. color: #222222;
  275. text-decoration: none;
  276. border-bottom: 1px solid #f7b4a8;
  277. padding-bottom: 2px;
  278. }
  279. #toc li a:hover {
  280. color: #111111;
  281. border-bottom: 1px solid #cd2300;
  282. background: none;
  283. }
  284. #toc li:first-child { margin-top: 0; }
  285. #wrapper {
  286. width: 670px;
  287. margin: 20px 0 80px 0;
  288. }
  289. h1 {
  290. font-size: 2.2em;
  291. border-bottom: 3px solid #cd2300;
  292. padding: 60px 0 5px 0;
  293. margin-bottom: 24px;
  294. }
  295. h2 {
  296. font-size: 1.6em;
  297. margin-bottom: 18px;
  298. padding-top: 20px;
  299. }
  300. h3 {
  301. font-size: 1.4em;
  302. margin-bottom: 10px;
  303. border-bottom: 1px solid #eeeeee;
  304. padding: 10px 0 2px 0;
  305. }
  306. h3 span {
  307. font-size: 0.9em;
  308. color: #aaaaaa;
  309. font-weight: normal;
  310. padding-left: 20px;
  311. }
  312.  
  313. p {
  314. font-size: 1.4em;
  315. line-height: 18px;
  316. margin-bottom: 14px;
  317. }
  318.  
  319. pre {
  320. margin: 0 22px 22px 22px;
  321. font-size: 1.3em;
  322. line-height: 16px;
  323. background: #333333;
  324. color: white;
  325. padding: 15px;
  326. border: 1px dotted #cd2300;
  327. overflow: auto;
  328. text-shadow: 1px 1px 0 #111111;
  329. }
  330. pre span { color: #f7b4a8; }
  331. form {
  332. margin: 0 10px 10px 2px;
  333. border: 1px dotted #000;
  334. padding: 5px;
  335. }
  336. form div { margin-bottom: 10px; }
  337. form label {
  338. display: block;
  339. font-size: 0.75em;
  340. margin-bottom: 5px;
  341. cursor: pointer;
  342. }
  343.  
  344. form textarea {
  345. float: left;
  346. width: 511px;
  347. padding: 5px;
  348. margin:5px 20px 10px 20px;
  349. border: gray 1px solid;
  350. color: black;
  351. font-family: arial, verdana, ms sans serif;
  352. font-size: 12pt;
  353. font-weight: normal
  354.  
  355. }
  356. form p {
  357. float: left;
  358. padding-right: 10px;
  359. margin-bottom: 0;
  360. color: #555555;
  361. font-size: 1.3em;
  362. }
  363. form p input { width: auto; }
  364. form .clear {
  365. clear: both;
  366. margin: 0;
  367. }
  368. form .submit {
  369. text-align: right;
  370. margin-bottom: 0;
  371. }
  372. form .submit input {
  373. width: auto;
  374. cursor: pointer;
  375. }
  376. .ketchup-error-container-alt {
  377. margin: 10px;
  378. width: 510px;
  379. display: none;
  380. }
  381. .ketchup-error-container-alt li {
  382. background: #f04d5b;
  383. color: black;
  384. padding: 3px 10px 3px 10px;
  385. font-size: 11px;
  386. margin-bottom: 3px;
  387. boder-radius: 20px;
  388. -moz-border-radius: 20px;
  389. -webkit-border-radius: 20px;
  390. }
  391.  
  392. /*registration form styles*/
  393.  
  394. form.r {
  395. margin: 0 10px 10px 2px;
  396. border: 0px dotted #000;
  397. padding: 5px;
  398. }
  399.  
  400. .regform {
  401. margin-left:auto;
  402. margin-right:auto;
  403. width:70%;
  404. border: 0px dotted #000;
  405. }
  406. .regname {
  407. text-align:right;
  408. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  409. width:300px;
  410. font-size:12px;
  411. margin-left:auto;
  412. margin-right:auto;
  413. }
  414. .regfield
  415. {
  416. width: 175px;
  417. height: 20px;
  418. border: 1px dotted #000;
  419. }
  420.  
  421.  
  422. .regreq {
  423. font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  424. font-size:12px;
  425. color:#FF0000;
  426. font-weight:bold;
  427. width:500px;
  428. margin-left:auto;
  429. margin-right:auto;
  430. }
  431.  
  432. fieldset {
  433. background: #A8B1B8;
  434. width: 30em;
  435. text-align:center;
  436. margin-left:auto;
  437. margin-right:auto;
  438. boder-radius: 20px;
  439. -moz-border-radius: 20px;
  440. -webkit-border-radius: 20px;
  441. }
  442.  
  443. fieldset.l {
  444. background: #6D98AB;
  445. width: 30em;
  446. text-align:center;
  447. margin-left:auto;
  448. margin-right:auto;
  449. boder-radius: 20px;
  450. -moz-border-radius: 20px;
  451. -webkit-border-radius: 20px;
  452. }
  453.  
  454. fieldset.s {
  455. background: #526e95;
  456. width: 30em;
  457. text-align:center;
  458. margin-left:auto;
  459. margin-right:auto;
  460. boder-radius: 20px;
  461. -moz-border-radius: 20px;
  462. -webkit-border-radius: 20px;
  463. }
  464.  
  465. legend {
  466. color: #fff;
  467. background: #ffa20c;
  468. border: 1px solid #781351;
  469. padding: 2px 6px;
  470. boder-radius: 20px;
  471. -moz-border-radius: 20px;
  472. -webkit-border-radius: 20px;
  473. }
  474.  
  475.  
  476. .flcomma {
  477. float:left;
  478. }
  479.  
  480. #categories_wrap{ width:1080px; margin:0 auto; }
  481. .pricat{ float:left; width:250px; text-align:left; padding-left:80px; color:#555; font-size:11px;}
  482. .pricat a{font-weight:bold; text-decoration:none; font-size:12px; color:#555;}
  483. .pricat .pri_subs{ font-size:11px; text-decoration:none; font-weight:normal;}
  484.  
  485. #frmsignin{ display:none; margin:0 auto;}
  486. #searchform{ text-align:center; }
  487.  
  488. .maintext{ font-family:Tahoma; font-size:12px; color:#000; }
  489. #footer{ width:1000px; text-align:center; margin:50px auto; font-size:11px; color:#555;}
  490.  
  491. .subdropholder {
  492. margin-left: 5px;
  493. padding:0;
  494. width:100px;
  495. }
  496.  
  497. .submit1 {
  498. margin-left:460px;
  499. }
  500.  
  501. .sbutton {
  502. margin-left:400px;
  503. }
  504.  
  505. /* located in demo.css and creates a little calendar icon
  506. * instead of a text link for "Choose date"
  507. */
  508. a.dp-choose-date {
  509. float: left;
  510. width: 50px;
  511. height: 50px;
  512. padding: 0;
  513. margin: 5px 3px 0;
  514. display: block;
  515. text-indent: -2000px;
  516. overflow: hidden;
  517. background: url(/images/cal4.png) no-repeat;
  518. }
  519. a.dp-choose-date.dp-disabled {
  520. background-position: 0 -20px;
  521. cursor: default;
  522. }
  523. /* makes the input field shorter once the date picker code
  524. * has run (to allow space for the calendar icon
  525. */
  526. input.dp-applied {
  527. width: 140px;
  528. float: left;
  529. margin-left:20px;
  530. padding:20px;
  531. }
  532.  
  533. .cbwrapper {
  534. margin-left:20px;
  535. border:dashed;
  536. width:160px;
  537. padding:5px;
  538. border-width:1px;
  539. border-color:#8F8F8F;
  540. background-color:#FFFBEF;
  541. }
  542.  
  543. #cbwrapper label {
  544. float:left;
  545.  
  546. }
  547.  
  548. .floatleft{float: left;}
  549. .floatright{float: right;}
  550. .clearboth{clear: both;}
Advertisement
Add Comment
Please, Sign In to add comment