Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- html{ font-size:12px; margin:0; padding:0; width:100%; height:100%;}
- body{
- font: 12px Verdana, Arial, Helvetica, sans-serif;
- background: #fff;
- margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
- padding:0;
- width:100%;
- height:100%;
- color: #000;
- }
- #container {
- width:1080px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
- background:#FFF;
- margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
- text-align:left; /* this overrides the text-align: center on the body element. */
- padding: 10px 20px;
- text-align:center;
- }
- a{ color:#cd2300; text-decoration:none;}
- a:link{ color:#555; font-weight:normal; }
- a:hover{ border-bottom:1px dashed #1b9454; }
- .clicktext{ color:#CD2300; cursor:pointer;}
- input.Checkbox1 {
- float:left;
- clear:left;
- margin-left:20px;
- border:0;
- }
- .bldtxt {
- color:#000;
- font-family: Cambria, serif;
- font-size: 19px;
- line-height: 1.5em;
- text-align:left;
- height:28px;
- line-height:28px;
- }
- #adcanvas {
- background-color:#c6c7c9;
- width:900px;
- margin:20px;
- }
- .title {
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- text-align: left;
- width:300px;
- margin-left:20px;
- font-weight:bold;
- }
- #titlefield
- {
- width: 400px;
- height: 22px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-top: 5px;
- margin-left: 20px;
- margin-bottom:20px;
- float:left;
- }
- #companyfield
- {
- width: 400px;
- height: 22px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-top: 5px;
- margin-left: 20px;
- margin-bottom:20px;
- float:left;
- }
- #salaryfield
- {
- width: 125px;
- height: 22px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-top: 5px;
- margin-left: 20px;
- margin-bottom:20px;
- float:left;
- }
- .catname1 {
- float:left;
- margin-left:400px;
- }
- #pricefield
- {
- width: 100px;
- height: 22px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-left: 20px;
- margin-bottom:10px;
- float:left;
- }
- .descfield
- {
- width: 800px;
- height: 50px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-top: 5px;
- margin-left: 20px;
- margin-bottom:20px;
- float:left;
- }
- .required {
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- color:red;
- font-weight:bold;
- }
- textarea#styled {
- width: 700px;
- height: 220px;
- border: 3px solid #cccccc;
- padding: 5px;
- margin:10px 0px 10px 20px;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size:small;
- background-image: url(bg.gif);
- background-position: bottom right;
- background-repeat: no-repeat;
- float:left;
- }
- textarea#benefits {
- width: 300px;
- height: 220px;
- border: 3px solid #cccccc;
- padding: 5px;
- margin:10px 0px 10px 20px;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size:small;
- background-image: url(bg.gif);
- background-position: bottom right;
- background-repeat: no-repeat;
- float:left;
- }
- .clear {
- clear:both;
- }
- .usd {
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-weight:bold;
- text-align: left;
- padding-top:10px;
- margin-left:126px;
- }
- #namefield {
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- text-align: left;
- width:250px;
- margin-left:20px;
- font-weight:bold;
- }
- #cfield
- {
- width: 200px;
- height: 22px;
- background: none;
- border: 1px dotted #000;
- color: #000;
- margin-top: 5px;
- margin-left: 20px;
- margin-bottom:20px;
- float:left;
- }
- .ctext {
- clear:left;
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- text-align: left;
- width:300px;
- margin-left:20px;
- font-weight:bold;
- }
- .head {
- float:left;
- margin-left:250px;
- margin-top:30px;
- }
- .dnametxt {
- float:left;
- font-weight:700;
- position:relative;
- top:2px;
- }
- #file-uploader {
- margin-left:20px;
- }
- .error {
- text-align:center;
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- color:red;
- font-weight:bold;
- font-size: 12px;
- }
- .appblock {
- background-color:#afaba7;
- position: fixed;
- top: 30%;
- left: 50%;
- margin-top: -5px;
- margin-left: -220px;
- padding:30px;
- }
- #toc {
- position: fixed;
- top: 260px;
- left: 30px;
- width: 200px;
- background: white;
- background: rgba(255, 255, 255, 0.8);
- padding: 20px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- #toc li {
- font-size: 1.4em;
- line-height: 22px;
- margin-top: 20px;
- }
- #toc li a {
- color: #222222;
- text-decoration: none;
- border-bottom: 1px solid #f7b4a8;
- padding-bottom: 2px;
- }
- #toc li a:hover {
- color: #111111;
- border-bottom: 1px solid #cd2300;
- background: none;
- }
- #toc li:first-child { margin-top: 0; }
- #wrapper {
- width: 670px;
- margin: 20px 0 80px 0;
- }
- h1 {
- font-size: 2.2em;
- border-bottom: 3px solid #cd2300;
- padding: 60px 0 5px 0;
- margin-bottom: 24px;
- }
- h2 {
- font-size: 1.6em;
- margin-bottom: 18px;
- padding-top: 20px;
- }
- h3 {
- font-size: 1.4em;
- margin-bottom: 10px;
- border-bottom: 1px solid #eeeeee;
- padding: 10px 0 2px 0;
- }
- h3 span {
- font-size: 0.9em;
- color: #aaaaaa;
- font-weight: normal;
- padding-left: 20px;
- }
- p {
- font-size: 1.4em;
- line-height: 18px;
- margin-bottom: 14px;
- }
- pre {
- margin: 0 22px 22px 22px;
- font-size: 1.3em;
- line-height: 16px;
- background: #333333;
- color: white;
- padding: 15px;
- border: 1px dotted #cd2300;
- overflow: auto;
- text-shadow: 1px 1px 0 #111111;
- }
- pre span { color: #f7b4a8; }
- form {
- margin: 0 10px 10px 2px;
- border: 1px dotted #000;
- padding: 5px;
- }
- form div { margin-bottom: 10px; }
- form label {
- display: block;
- font-size: 0.75em;
- margin-bottom: 5px;
- cursor: pointer;
- }
- form textarea {
- float: left;
- width: 511px;
- padding: 5px;
- margin:5px 20px 10px 20px;
- border: gray 1px solid;
- color: black;
- font-family: arial, verdana, ms sans serif;
- font-size: 12pt;
- font-weight: normal
- }
- form p {
- float: left;
- padding-right: 10px;
- margin-bottom: 0;
- color: #555555;
- font-size: 1.3em;
- }
- form p input { width: auto; }
- form .clear {
- clear: both;
- margin: 0;
- }
- form .submit {
- text-align: right;
- margin-bottom: 0;
- }
- form .submit input {
- width: auto;
- cursor: pointer;
- }
- .ketchup-error-container-alt {
- margin: 10px;
- width: 510px;
- display: none;
- }
- .ketchup-error-container-alt li {
- background: #f04d5b;
- color: black;
- padding: 3px 10px 3px 10px;
- font-size: 11px;
- margin-bottom: 3px;
- boder-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- }
- /*registration form styles*/
- form.r {
- margin: 0 10px 10px 2px;
- border: 0px dotted #000;
- padding: 5px;
- }
- .regform {
- margin-left:auto;
- margin-right:auto;
- width:70%;
- border: 0px dotted #000;
- }
- .regname {
- text-align:right;
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- width:300px;
- font-size:12px;
- margin-left:auto;
- margin-right:auto;
- }
- .regfield
- {
- width: 175px;
- height: 20px;
- border: 1px dotted #000;
- }
- .regreq {
- font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
- font-size:12px;
- color:#FF0000;
- font-weight:bold;
- width:500px;
- margin-left:auto;
- margin-right:auto;
- }
- fieldset {
- background: #A8B1B8;
- width: 30em;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- boder-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- }
- fieldset.l {
- background: #6D98AB;
- width: 30em;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- boder-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- }
- fieldset.s {
- background: #526e95;
- width: 30em;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- boder-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- }
- legend {
- color: #fff;
- background: #ffa20c;
- border: 1px solid #781351;
- padding: 2px 6px;
- boder-radius: 20px;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- }
- .flcomma {
- float:left;
- }
- #categories_wrap{ width:1080px; margin:0 auto; }
- .pricat{ float:left; width:250px; text-align:left; padding-left:80px; color:#555; font-size:11px;}
- .pricat a{font-weight:bold; text-decoration:none; font-size:12px; color:#555;}
- .pricat .pri_subs{ font-size:11px; text-decoration:none; font-weight:normal;}
- #frmsignin{ display:none; margin:0 auto;}
- #searchform{ text-align:center; }
- .maintext{ font-family:Tahoma; font-size:12px; color:#000; }
- #footer{ width:1000px; text-align:center; margin:50px auto; font-size:11px; color:#555;}
- .subdropholder {
- margin-left: 5px;
- padding:0;
- width:100px;
- }
- .submit1 {
- margin-left:460px;
- }
- .sbutton {
- margin-left:400px;
- }
- /* located in demo.css and creates a little calendar icon
- * instead of a text link for "Choose date"
- */
- a.dp-choose-date {
- float: left;
- width: 50px;
- height: 50px;
- padding: 0;
- margin: 5px 3px 0;
- display: block;
- text-indent: -2000px;
- overflow: hidden;
- background: url(/images/cal4.png) no-repeat;
- }
- a.dp-choose-date.dp-disabled {
- background-position: 0 -20px;
- cursor: default;
- }
- /* makes the input field shorter once the date picker code
- * has run (to allow space for the calendar icon
- */
- input.dp-applied {
- width: 140px;
- float: left;
- margin-left:20px;
- padding:20px;
- }
- .cbwrapper {
- margin-left:20px;
- border:dashed;
- width:160px;
- padding:5px;
- border-width:1px;
- border-color:#8F8F8F;
- background-color:#FFFBEF;
- }
- #cbwrapper label {
- float:left;
- }
- .floatleft{float: left;}
- .floatright{float: right;}
- .clearboth{clear: both;}
Advertisement
Add Comment
Please, Sign In to add comment