/* remove yellow background on ads: */ ins { background: #fff; text-decoration: none; color: #000; } .rm_wrap{ max-width:840px; } .rm_section{ border: 1px solid #CECECE; background: #f9f9f9; padding: 10px 0px 10px 20px; margin-bottom: 30px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .rm_opts { float:left; } .rm_opts label{ font-size:12px; font-weight:700; width:200px; display:block; float:left; } .rm_input { /*padding:30px 10px;*/ /*border-bottom:1px solid #ddd;*/ /*border-top: 1px solid #fff;*/ padding: 1px; } .rm_opts small{ display:block; float:right; width:200px; color:#999; margin-left:30px; margin-right:30px; } .rm_opts input[type="text"], .rm_opts select{ width:320px; font-size:12px; padding:4px; color:#333; line-height:1em; border-radius: 4px; } .rm_input input:focus, .rm_input textarea:focus{ background:#fff; } .rm_input textarea{ width:320px; height:120px; font-size:12px; padding:4px; color:#333; line-height:1.5em; border-radius: 4px; } .rm_title h3 { font-size:1em; text-transform: uppercase; margin:0; font-weight:bold; float:left; width:100%; color:white; padding:9px 0px 15px 0px; } #editAd, .enableAd, .disableAd{ cursor:pointer; margin:0; text-transform: lowercase; padding-left:20px; color:#ccc; text-decoration:none; font-weight: lighter; } .enableAd, .disableAd{ padding-left:0px; } #editAd:hover, .disableAd:hover, .enableAd:hover{ color:#eee; } .rm_title{ color:white; background-color: #1177CC; height:35px; padding:0 15px 0 15px; } .sectionDisabled{ background-color: rgb(218, 218, 218); } .titleDisabled{ background-color: rgb(106, 106, 106); } .clearfix{ clear:both; } textarea[readonly]:focus { background-color: #eee; } .shortcode{ cursor: text; } span.shortcode::selection { background: #ffb7b7; /* WebKit/Blink Browsers */ } span.shortcode::-moz-selection { background: #ffb7b7; /* Gecko Browsers */ } .b30_select_disabled{ background-color: #eee !important; color: #999 !important; } .sectionDisabled select, .sectionDisabled input, .sectionDisabled textarea{ background-color: #eee !important; color: #999 !important; } .successModal { display: none; position: fixed; top: 15%; right: 5%; width: 300px; height: auto; padding: 5px 20px; border: 3px solid #eee; background-color: #FFF; z-index:1002; overflow: auto; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 5px 5px 5px #cfcfcf; -webkit-box-shadow: 5px 5px 5px #cfcfcf; }