官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "Note that in this case, an ID is a unique selector starting with #; the selector [id=] for the same HTML element counts as an attribute."

A block of code is set as follows:

.box-shadow(@style, @c) when (iscolor(@c)) {
  -webkit-box-shadow: @style @c;
  -moz-box-shadow:    @style @c;
  box-shadow:         @style @c;
}
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
  .box-shadow(@style, rgba(0, 0, 0, @alpha));
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

.box-shadow(@style, @c) when (iscolor(@c)) {
  -webkit-box-shadow: @style @c;
  -moz-box-shadow:    @style @c;
  box-shadow:         @style @c;
}
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
  .box-shadow(@style, rgba(0, 0, 0, @alpha));
}

Any command-line input or output is written as follows:

# lessc -c styles.less > styles.css

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Clicking on the Next button moves you to the next screen."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 韶山市| 射阳县| 壶关县| 长岛县| 兴仁县| 巨野县| 望奎县| 武功县| 南丰县| 西昌市| 太仆寺旗| 吉木乃县| 读书| 遂宁市| 稷山县| 太康县| 锦屏县| 阿拉尔市| 县级市| 无棣县| 沁源县| 临泉县| 忻城县| 黔江区| 佛冈县| 邵阳市| 平邑县| 夏邑县| 八宿县| 施秉县| 铜陵市| 延寿县| 华亭县| 台北县| 南昌市| 开远市| 新津县| 巴东县| 宣化县| 赤峰市| 额敏县|