Current Path :
/
home
/
develito
/
public_html
/
components
/
com_dmod
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/components/com_dmod/dmod.css
#com_dmod #selectForm { margin:0 8px 8px 0; } #com_dmod .dmod_description { clear:left; } #com_dmod .dmod_module { clear:both; padding-top:10px; } #dmodParams { line-height:1em; margin-top:30px; position:relative; } #dmodParams .dmod_button { background-color:#F5F5F5; background-image:0; background-repeat:repeat-x; border-color:#BBB #BBB #A2A2A2; border-image:none; border-radius:4px 4px 4px 4px; border-style:solid; border-width:1px; box-shadow:0 1px 0 rgba(255,255,255,0.2) inset, 0 1px 2px rgba(0,0,0,0.05); color:#333; cursor:pointer; display:inline-block; font-size:13px; line-height:18px; margin-bottom:0; text-align:center; text-shadow:0 1px 1px rgba(255,255,255,0.75); vertical-align:middle; } #dmodParams .dmod_button span { display:block; padding:4px 14px; } #dmodParams .dmod_button:hover { background-color:#E6E6E6; background-position:0 -15px; color:#333; text-decoration:none; } #dmodParams .dmod_button:focus { outline:thin dotted #333; outline-offset:-2px; } #dmodParams a.dmod_button:link,#dmodParams a.dmod_button:visited { color:#3F3F3F; padding:0; } #dmodParams button::-moz-focus-inner { border:none; padding:0; } #dmodParams button:focus::-moz-focus-inner { border-color:transparent!important; } #dmodParams div.dmod_buttons { float:right; height:20px; margin:2px 15px 0 0; position:relative; z-index:10000; } #dmod_compat { margin:10px 0; } #dmod_compat .dmod_j_cur_version { color:blue; margin:0 .2em; } #dmod_compat .dmod_j_pre_version { color:green; margin:0 .2em; } #dmod_details .dmod_label { font-weight:700; text-transform:uppercase; } #dmod_details li,#dmod_links li { background:none; background-image:none; display:inline; list-style-type:none; padding:.2em 1em .2em 0; } #dmod_details,#dmod_links { background:none; background-image:none; list-style-type:none; margin:15px 0; padding:0; white-space:nowrap; } #dmod_links img { border:none; } #dmodParams fieldset { border:0; margin:0; padding:0; } #dmodParams label { cursor: pointer; } #dmodParams select,#dmodParams textarea,#dmodParams input[type=text],#dmodParams input[type=password],#dmodParams input[type=datetime],#dmodParams input[type=datetime-local],#dmodParams input[type=date],#dmodParams input[type=month],#dmodParams input[type=time],#dmodParams input[type=week],#dmodParams input[type=number],#dmodParams input[type=email],#dmodParams input[type=url],#dmodParams input[type=search],#dmodParams input[type=tel],#dmodParams input[type=color],#dmodParams .uneditable-input { background-color:#FFF; border:1px solid #CCC; border-radius:3px; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075); color:#555; display:inline-block; font-size:13px; padding:4px 6px; vertical-align:middle; } #dmodParams select,#dmodParams input[type=file] { height:30px; line-height:30px; } #dmodParams select { background-color:#FFF; border:1px solid #BBB; width:220px; } #dmodParams .control-group { margin-bottom:9px; zoom:1; } #dmodParams .control-group:before,#dmodParams .control-group:after { content:""; display:table; line-height:0; } #dmodParams .control-group:after { clear:both; } #dmodParams .control-label { float:left; padding-top:5px; text-align:right; width:40%; } #dmodParams .controls { display:inline-block; margin-left:0; padding-left:20px; } #dmodParams .controls:first-child { padding-left:160px; } #dmodParams .controls > .radio:first-child,.controls > .checkbox:first-child { padding-top:5px; } #dmodParams .radio,.form-horizontal .checkbox { min-height:18px; } #dmodParams .radio input[type=radio],#dmodParams .checkbox input[type=checkbox],#dmodParams .radio label,#dmodParams .checkbox label { display:inline; float:none; margin:0 5px 0 0; } #dmodParams .radio label,#dmodParams .checkbox label { margin-right:10px; } .table { margin-bottom:18px; width:100%; } .table th,.table td { border-top:1px solid #ddd; line-height:18px; padding:8px; text-align:left; vertical-align:top; } .table th { font-weight:700; } .table thead th { vertical-align:bottom; } .table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td { border-top:0; } .table tbody + tbody { border-top:2px solid #ddd; } .accordion { margin-bottom:18px; } .accordion-group { border:1px solid #e5e5e5; border-radius:4px; margin-bottom:2px; } .accordion-heading { border-bottom:0; } .accordion-heading .accordion-toggle { display:block; padding:8px 15px; } .accordion-toggle { cursor:pointer; } .accordion-inner { border-top:1px solid #e5e5e5; padding:9px 15px; } .accordion-body.in:hover { overflow:visible; } .collapse { height:0; overflow:hidden; position:relative; transition:height .35s ease; } .collapse.in { height:auto; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .tooltip { max-width: 300px; } th .tooltip-inner { font-weight: normal; } .tooltip.hasimage { opacity: 1; } .tip-text { text-align: left; } .tooltip { display: block; font-size: 11px; line-height: 1.4; opacity: 0; position: absolute; visibility: visible; z-index: 1030; } .tooltip.in { opacity: 0.8; } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { background-color: #000000; border-radius: 4px; color: #FFFFFF; padding: 8px; text-decoration: none; } .tooltip-arrow { border-color: rgba(0, 0, 0, 0); border-style: solid; height: 0; position: absolute; width: 0; } .tooltip.top .tooltip-arrow { border-top-color: #000000; border-width: 5px 5px 0; bottom: 0; left: 50%; margin-left: -5px; } .tooltip.right .tooltip-arrow { border-right-color: #000000; border-width: 5px 5px 5px 0; left: 0; margin-top: -5px; top: 50%; } .tooltip.left .tooltip-arrow { border-left-color: #000000; border-width: 5px 0 5px 5px; margin-top: -5px; right: 0; top: 50%; } .tooltip.bottom .tooltip-arrow { border-bottom-color: #000000; border-width: 0 5px 5px; left: 50%; margin-left: -5px; top: 0; }