Blog

Story from us


Duis aute irure dolor reprehenderit

Пластиковая вагонка

/* If you edit this file, your modifications will be overwritten during the next upgrade. Copy this stylesheet with a different name, edit it, and select your own custom css in "Advanced Options" of your forms */ /* Form framework */ div foxcontainer_m95{ width: auto; padding: 16px; overflow: hidden; /* Fixes the link overhang */ margin: auto; /* Center the form on the page when the form width (px or %) is less than the page width */ } /* Form title */ div foxcontainer_m95 .foxcontainer h2 { } /* Twitter bootstrap alert boxes (message area) */ div foxcontainer_m95 .alert { padding: 8px 35px 8px 14px; margin-bottom: 20px; color: c09853; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); border-width: 1px; border-style: solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-image: none; /* removes the background image set by some templates */ } div foxcontainer_m95 .alert h4 { margin: 0; } div foxcontainer_m95 .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } div foxcontainer_m95 .alert-success { color: 468847; background-color: dff0d8; border-color: d6e9c6; } div foxcontainer_m95 .alert-info { color: 3a87ad; background-color: d9edf7; border-color: bce8f1; } div foxcontainer_m95 .alert-warning { color: c09853; background-color: fcf8e3; border-color: fbeed5; } div foxcontainer_m95 .alert-error { color: b94a48; background-color: f2dede; border-color: eed3d7; } /* List within the message area at the top of the form */ div foxcontainer_m95 ul.fox_messages { margin: 0; padding: 0; } div foxcontainer_m95 ul.fox_messages > li { } /* buttons */ div foxcontainer_m95 .btn { padding: 4px 12px; line-height: 20px; /* The most of the bad written Joomla templates force a white font with !important */ color: 333333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); } /* Files list */ div foxcontainer_m95 .qq-upload-file, div foxcontainer_m95 .qq-upload-spinner, div foxcontainer_m95 .qq-upload-size, div foxcontainer_m95 .qq-upload-cancel, div foxcontainer_m95 .qq-upload-failed-text { margin: 0 4px; } /* Upload button */ div foxcontainer_m95 .qq-upload-button span { background: url("/media/com_foxcontact/images/upload.png") no-repeat scroll left 50% transparent; padding-left: 24px; } div foxcontainer_m95 .control-group { margin-bottom: 20px; } /* Horizontal space between fields in inline forms */ div foxcontainer_m95 .foxform-inline .control-group, div foxcontainer_m95 .foxform-inline .control-group label.control-label { margin-right: 16px; } div foxcontainer_m95 .control-group .checkbox { /* Reduces the vertical space between checkboxes */ padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; } div foxcontainer_m95 .fox_form select, div foxcontainer_m95 .fox_form textarea, div foxcontainer_m95 .fox_form input[type="text"] { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: 555555; background-color: ffffff; } /* Background highlight when hover or selected */ div foxcontainer_m95 .fox_form input[type="text"]:hover, div foxcontainer_m95 .fox_form textarea:hover, div foxcontainer_m95 .fox_form input[type="text"]:focus, div foxcontainer_m95 .fox_form textarea:focus { background-color: ffffe0; } /* Border of fields */ div foxcontainer_m95 select, div foxcontainer_m95 textarea, div foxcontainer_m95 input[type="text"], div foxcontainer_m95 input[type="password"] { background-color: ffffff; border: 1px solid aaaaaa; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } /* Green font */ div foxcontainer_m95 .control-group.success > label, div foxcontainer_m95 .control-group.success .checkbox, div foxcontainer_m95 .control-group.success .radio, div foxcontainer_m95 .control-group.success input, div foxcontainer_m95 .control-group.