- Подробности
- Автор: Super User
- Категория: Uncategorised
- Опубликовано: 01 Июль 2017
- Просмотров: 5482
Эвакуация автомобиля: вопросы и ответы
- Вопрос клиента: сколько стоит заказать эвакуатор?
- Вопрос клиента: какой эвакуатор вызывать для транспортировки кроссовера?
- Вопрос клиента: стоит ли вызвать эвакуатор заранее к определенному времени?
- Вопрос клиента: работаете ли вы по безналичному расчету?
- Вопрос клиента: работаете ли вы с юридическими лицами? Как заключить договор на обслуживание?
- Вопрос клиента: как получить от вас все необходимые документы (акт, чеки)?
- Вопрос клиента: может ли эвакуатор перевозить пассажиров и сколько человек может поместиться в кабину?
- Вопрос клиента: можно ли ехать в эвакуируемом на платформе автомобиле?
- Вопрос клиента: могу ли я не присутствовать при эвакуации моего автомобиля?
- Вопрос клиента: почему диспетчер задает так много вопросов о моем автомобиле?
- Вопрос клиента: какие у вас эвакуаторы и в чем разница между ними?
- Вопрос клиента: есть ли разница в тарифах на ваши услуги днем и ночью?
- Не должно быть препятствий для погрузки вашего автомобиля на эвакуатор, например, расположение вашего авто на охраняемой стоянке, где потребуется разрешение на въезд и вывоз вашего автомобиля.
- Водителю эвакуатора необходимо предоставить копию удостоверения личности и правоустанавливающих документов.
- Подробности
- Автор: Super User
- Категория: Uncategorised
- Опубликовано: 01 Июль 2017
- Просмотров: 6131
- Подробности
- Автор: Super User
- Категория: Uncategorised
- Опубликовано: 01 Январь 2014
- Просмотров: 3371
Headings
All HTML headings, <h1>
through <h6>
are available.
h1. Heading 1
h2. Heading 2
h3. Heading 3
h4. Heading 4
h5. Heading 5
h6. Heading 6
Built with Less
The typographic scale is based on two LESS variables in variables.less: @baseFontSize
and @baseLineHeight
. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.
Body copy
Bootstrap's global default font-size
is 14px, with a line-height
of 1.7em. This is applied to the <body>
and all paragraphs. In addition, <p>
(paragraphs) receive a bottom margin of half their line-height (9px by default).
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
<p>...</p>
Lead body copy
Make a paragraph stand out by adding .lead
.
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
<pclass="lead">...</p>
Emphasis
Make use of HTML's default emphasis tags with lightweight styles.
<em>
For emphasizing a snippet of text with stress
The following snippet of text is rendered as italicized text.
<em>rendered as italicized text</em>
<strong>
For emphasizing a snippet of text with important
The following snippet of text is rendered as bold text.
<strong>rendered as bold text</strong>
<small>
For de-emphasizing inline or blocks of text, use the small tag.
This line of text is meant to be treated as fine print.
<p><small>This line of text is meant to be treated as fine print.</small></p>
Note: Feel free to use <b>
and <i>
in HTML5. <b>
is meant to highlight words or phrases without conveying additional importance while <i>
is mostly for voice, technical terms, etc.
Notice Styles
Use the <p>
tag with .success
, .warning
, .info
or .error
classes.
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<pclass="success">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<pclass="info">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<pclass="warning">...</p>
Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
<pclass="error">...</p>
Abbreviations
Stylized implementation of HTML's <abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title
attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.
<abbr>
For expanded text on long hover of an abbreviation, include the title
attribute.
An abbreviation of the word attribute is attr.
<abbrtitle="attribute">attr</abbr>
<abbr class="initialism">
Add .initialism
to an abbreviation for a slightly smaller font-size.
HTML is the best thing since sliced bread.
<abbrtitle="attribute"class="initialism">attr</abbr>
Addresses
Stylized implementation of HTML's element to present contact information for the nearest ancestor or the entire body of work.
<address>
Preserve formatting by ending all lines with <br>
.
795 Folsom Ave, Suite 600
San Francisco, CA 94107
P: (123) 456-7890Full Name
Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра.
- <address>
- <strong>Twitter, Inc.</strong><br>
- 795 Folsom Ave, Suite 600<br>
- San Francisco, CA 94107<br>
- <abbrtitle="Phone">P:</abbr> (123) 456-7890
- </address>
- <address>
- <strong>Full Name</strong><br>
- <ahref="mailto:#">Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра. </a>
- </address>
Blockquotes
For quoting blocks of content from another source within your document.
Default blockqoute
Wrap <blockquote>
around any HTML as the quote. For straight quotes we recommend a <p>
.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
- <blockquote>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- </blockquote>
Blockquote options
Style and content changes for simple variations on a standard blockquote.Naming a source
Add <small>
tag for identifying the source. Wrap the name of the source work in <cite>
.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Someone famous in Source Title
- <blockquote>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous <citetitle="Source Title">Source Title</cite></small>
- </blockquote>
Alternate displays
Use .pull-right
for a floated, right-aligned blockquote.
- <blockquoteclass="pull-right">
- ...
- </blockquote>
Lists
Unordered
A list of items in which the order does not explicitly matter.
- Lorem ipsum dolor sit amet
- Nulla volutpat aliquam velit
- Phasellus iaculis neque
- Purus sodales ultricies
- Vestibulum laoreet porttitor sem
- Ac tristique libero volutpat at
- Faucibus porta lacus fringilla vel
- Eget porttitor lorem
- <ul>
- <li>...</li>
- </ul>
Ordered
A list of items in which the order does explicitly matter (numbered list).
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Faucibus porta lacus fringilla vel
- Aenean sit amet erat nunc
- Eget porttitor lorem
- <ol>
- <li>...</li>
- </ol>
Unstyled
A list of items with no list-style
or additional left padding.
- Lorem ipsum dolor sit amet
- Nulla volutpat aliquam velit
- Phasellus iaculis neque
- Purus sodales ultricies
- Vestibulum laoreet porttitor sem
- Ac tristique libero volutpat at
- Faucibus porta lacus fringilla vel
- Eget porttitor lorem
- <ulclass="unstyled">
- <li>...</li>
- </ul>
Description
A list of terms with their associated descriptions.
- Description lists
- A description list is perfect for defining terms.
- Euismod
- Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
- Donec id elit non mi porta gravida at eget metus.
- Malesuada porta
- Etiam porta sem malesuada magna mollis euismod.
- <dl>
- <dt>...</dt>
- <dd>...</dd>
- </dl>
Note: Horizontal description lists will truncate terms that are too long to fit in the left column fix text-overflow
. In narrower viewports, they will change to the default stacked layout.
Horizontal description
Make terms and descriptions in <dl>
line up side-by-side.
- Description lists
- A description list is perfect for defining terms.
- Euismod
- Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
- Donec id elit non mi porta gravida at eget metus.
- Malesuada porta
- Etiam porta sem malesuada magna mollis euismod.
- Felis euismod semper eget lacinia
- Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
- <dlclass="dl-horizontal">
- <dt>...</dt>
- <dd>...</dd>
- </dl>
Code
Inline
Wrap inline snippets of code with <code>
.
<section>
should be wrapped as inline.- For example,<code><section></code> should be wrapped asinline.
Note: Be sure to keep code within <pre>
tags as close to the left as possible; it will render all tabs.
You may optionally add the .pre-scrollable
class which will set a max-height of 350px and provide a y-axis scrollbar.
Basic block
Use <pre>
for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
<p>Sample text here...</p>
- <pre>
- <p>Sample text here...</p>
- </pre>
Tables
Default styles
For basic styling—light padding and only horizontal dividers—add the base class .table
to any <table>
.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
- <tableclass="table">
- …
- </table>
Optional classes
Add any of the follow classes to the .table
base class.
.table-striped
Adds zebra-striping to any table row within the <tbody>
via the :nth-child
CSS selector (not available in IE7-IE8).
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
- <tableclass="table table-striped">
- …
- </table>
.table-hover
Enable a hover state on table rows within a <tbody>
.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
- <tableclass="table table-hover">
- …
- </table>
.table-bordered
Add borders and rounded corners to the table.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
Mark | Otto | @TwBootstrap | |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
- <tableclass="table table-bordered">
- …
- </table>
.table-condensed
Makes tables more compact by cutting cell padding in half.
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird |
- <tableclass="table table-condensed">
- …
- </table>
Optional row classes
Use contextual classes to color table rows.
Class | Description |
---|---|
.success |
Indicates a successful or positive action. |
.error |
Indicates a dangerous or potentially negative action. |
.info |
Used as an alternative to the default styles. |
# | Product | Payment Taken | Status |
---|---|---|---|
1 | TB - Monthly | 01/04/2012 | Approved |
2 | TB - Monthly | 02/04/2012 | Declined |
3 | TB - Monthly | 03/04/2012 | Pending |
4 | TB - Monthly | 04/04/2012 | Call in to confirm |
- ...
- <tr class="success">
- <td>1</td>
- <td>TB - Monthly</td>
- <td>01/04/2012</td>
- <td>Approved</td>
- </tr>
- ...
Forms
Default styles
Individual form controls receive styling, but without any required base class on the <form>
or large changes in markup. Results in stacked, left-aligned labels on top of form controls.
- <form>
- <legend>Legend</legend>
- <label>Label name</label>
- <inputtype="text"placeholder="Type something…">
- <spanclass="help-block">Example block-level help text here.</span>
- <labelclass="checkbox">
- <inputtype="checkbox"> Check me out
- </label>
- <buttontype="submit"class="btn">Submit</button>
- </form>
Optional layouts
Included with Bootstrap are three optional form layouts for common use cases.
Search form
Add .form-search
to the form and .search-query
to the <input>
for an extra-rounded text input.
- <formclass="form-search">
- <inputtype="text"class="input-medium search-query">
- <buttontype="submit"class="btn">Search</button>
- </form>
Inline form
Add .form-inline
for left-aligned labels and inline-block controls for a compact layout.
- <formclass="form-inline">
- <inputtype="text"class="input-small"placeholder="Email">
- <inputtype="password"class="input-small"placeholder="Password">
- <labelclass="checkbox">
- <inputtype="checkbox"> Remember me
- </label>
- <buttontype="submit"class="btn">Sign in</button>
- </form>
Horizontal form
Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:
- Add
.form-horizontal
to the form - Wrap labels and controls in
.control-group
- Add
.control-label
to the label - Wrap any associated controls in
.controls
for proper alignment
- <formclass="form-horizontal">
- <divclass="control-group">
- <labelclass="control-label"for="inputEmail">Email</label>
- <divclass="controls">
- <inputtype="text"id="inputEmail"placeholder="Email">
- </div>
- </div>
- <divclass="control-group">
- <labelclass="control-label"for="inputPassword">Password</label>
- <divclass="controls">
- <inputtype="password"id="inputPassword"placeholder="Password">
- </div>
- </div>
- <divclass="control-group">
- <divclass="controls">
- <labelclass="checkbox">
- <inputtype="checkbox"> Remember me
- </label>
- <buttontype="submit"class="btn">Sign in</button>
- </div>
- </div>
- </form>
Supported form controls
Examples of standard form controls supported in an example form layout.
Inputs
Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
Requires the use of a specified type
at all times.
- <inputtype="text"placeholder="Text input">
Textarea
Form control which supports multiple lines of text. Change row
attribute as necessary.
- <textarearows="3"></textarea>
Checkboxes and radios
Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.
Default (stacked)
- <labelclass="checkbox">
- <inputtype="checkbox"value="">
- Option one is this and that—be sure to include why it's great
- </label>
- <labelclass="radio">
- <inputtype="radio"name="optionsRadios"id="optionsRadios1"value="option1"checked>
- Option one is this and that—be sure to include why it's great
- </label>
- <labelclass="radio">
- <inputtype="radio"name="optionsRadios"id="optionsRadios2"value="option2">
- Option two can be something else and selecting it will deselect option one
- </label>
Inline checkboxes
Add the .inline
class to a series of checkboxes or radios for controls appear on the same line.
- <labelclass="checkbox inline">
- <inputtype="checkbox"id="inlineCheckbox1"value="option1"> 1
- </label>
- <labelclass="checkbox inline">
- <inputtype="checkbox"id="inlineCheckbox2"value="option2"> 2
- </label>
- <labelclass="checkbox inline">
- <inputtype="checkbox"id="inlineCheckbox3"value="option3"> 3
- </label>
Selects
Use the default option or specify a multiple="multiple"
to show multiple options at once.
- <select>
- <option>1</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
- <selectmultiple="multiple">
- <option>1</option>
- <option>2</option>
- <option>3</option>
- <option>4</option>
- <option>5</option>
- </select>
Extending form controls
Adding on top of existing browser controls, Bootstrap includes other useful form components.
Prepended and appended inputs
Add text or buttons before or after any text-based input. Do note thatselect
elements are not supported here.Default options
Wrap an .add-on
and an input
with one of two classes to prepend or append text to an input.
- <divclass="input-prepend">
- <spanclass="add-on">@</span><inputclass="span2"id="prependedInput"size="16"type="text"placeholder="Username">
- </div>
- <divclass="input-append">
- <inputclass="span2"id="appendedInput"size="16"type="text"><spanclass="add-on">.00</span>
- </div>
Search form
- <formclass="form-search">
- <divclass="input-append">
- <inputtype="text"class="span2 search-query">
- <buttontype="submit"class="btn">Search</button>
- </div>
- <divclass="input-prepend">
- <buttontype="submit"class="btn">Search</button>
- <inputtype="text"class="span2 search-query">
- </div>
- </form>
Combined
Use both classes and two instances of .add-on
to prepend and append an input.
- <divclass="input-prepend input-append">
- <spanclass="add-on">$</span><inputclass="span2"id="appendedPrependedInput"size="16"type="text"><spanclass="add-on">.00</span>
- </div>
Buttons instead of text
Instead of a <span>
with text, use a .btn
to attach a button (or two) to an input.
- <divclass="input-append">
- <inputclass="span2"id="appendedInputButton"size="16"type="text"><buttonclass="btn"type="button">Go!</button>
- </div>
- <divclass="input-append">
- <inputclass="span2"id="appendedInputButtons"size="16"type="text"><buttonclass="btn"type="button">Search</button><buttonclass="btn"type="button">Options</button>
- </div>
Disabled state
Make buttons look unclickable by fading them back 50%.
Anchor element
Add the .disabled
class to <a>
buttons.
- <ahref="#"class="btn btn-large btn-primary disabled">Primary link</a>
- <ahref="#"class="btn btn-large disabled">Link</a>
Note: We use .disabled
as a utility class here, similar to the common .active
class, so no prefix is required.
Button element
Add the disabled
attribute to <button>
buttons.
- <buttontype="button"class="btn btn-large btn-primary disabled"disabled="disabled">Primary button</button>
- <buttontype="button"class="btn btn-large"disabled>Button</button>
One class, multiple tags
Use the .btn
class on an <a>
, <button>
, or <input>
element.
- <aclass="btn"href="">Link</a>
- <buttonclass="btn"type="submit">Button</button>
- <inputclass="btn"type="button"value="Input">
- <inputclass="btn"type="submit"value="Submit">
As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input
, use an <input type="submit">
for your button.
Icons
Font Awesome
Font Awesome is a pictographic language of web-related actions which delivers 249 icons. The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0 and you can find the full examples of usage at Font Awesome - http://fortawesome.github.com/Font-Awesome
Add .fa fa-CLASS_NAME
to any element, best used with a <span>
.
11 New Icons in 4.0
Web Application Icons
Form Control Icons
Currency Icons
Text Editor Icons
Directional Icons
Video Player Icons
Brand Icons
- All brand icons are trademarks of their respective owners.
- The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
Medical Icons
- Подробности
- Автор: Super User
- Категория: Uncategorised
- Опубликовано: 01 Январь 2014
- Просмотров: 2535
Installing your Joomla template is a simple 3 step process.
Follow along with the tutorial and see how easy it is to get your Joomla website looking great.
Step 1.
Login to the Administration Control Panel of your Joomla website and navigate to Extensions >> Install / Uninstall.
Step 2.
Click the browse button and select the zip file you received from VTEM. Click the Upload and Install button. You will receive an install success message.
Step 3.
Now navigate to Extensions >> Template Manager. You will see a list of templates installed on your Joomla website. Click the radio button to the left of the template you wish to use. Next click the "Default" icon at the top right of the page. This will append your installed template to the Joomla website.
- Подробности
- Автор: Super User
- Категория: Uncategorised
- Опубликовано: 01 Январь 2014
- Просмотров: 2288
The tempalte comes with great parameters.
Quickly change your Joomla website experience with just a few clicks. Change your layout, logo options, custom color and font choices.
Continue reading for examples of utilizing the template paramaters.
The template comes with template specific parameters. Below is a list of the different parameters and what each does. We suggest you play around with these to get an idea of what you'll need specifically for your Joomla website.
Step 1.
Login to the Administration Control Panel of your Joomla Template. From here navigate to Extentions >> Template Manager
Step 2.
Here you will see a list of the templates installed on your Joomla website. For our example click on the template.
Step 3.
On the right you will see a list of parameters for this specific template. We suggest you play around with these to find what works best for your website.
Ещё статьи... |
---|
QuickStart Installation |
Modules Positions |
Messages |
Introducing K2 |
Кто на сайте
Сейчас 8 гостей и ни одного зарегистрированного пользователя на сайте