Removed Windows line breaks.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+98
-98
@@ -66,7 +66,7 @@ div.content {
|
|||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* heading and navigation */
|
/* heading and navigation */
|
||||||
|
|
||||||
div.logo {
|
div.logo {
|
||||||
@@ -111,33 +111,33 @@ div.bottomnav p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Haiku User Guide styles and layout */
|
/* Haiku User Guide styles and layout */
|
||||||
|
|
||||||
/* Rounded corner boxes */
|
/* Rounded corner boxes */
|
||||||
/* Common declarations */
|
/* Common declarations */
|
||||||
.box-info, .box-stop, .box-warning {
|
.box-info, .box-stop, .box-warning {
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-khtml-border-radius: 10px;
|
-khtml-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
border-color: #dcdcdc;
|
border-color: #dcdcdc;
|
||||||
padding: 10px 15px 10px 80px;
|
padding: 10px 15px 10px 80px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
min-height: 42px;
|
min-height: 42px;
|
||||||
}
|
}
|
||||||
.box-info {
|
.box-info {
|
||||||
background: #e4ffde url(userguide/images/alert_info_32.png) 15px 15px no-repeat;
|
background: #e4ffde url(userguide/images/alert_info_32.png) 15px 15px no-repeat;
|
||||||
}
|
}
|
||||||
.box-warning {
|
.box-warning {
|
||||||
background: #fffbc6 url(userguide/images/alert_warning_32.png) 15px 15px no-repeat;
|
background: #fffbc6 url(userguide/images/alert_warning_32.png) 15px 15px no-repeat;
|
||||||
}
|
}
|
||||||
.box-stop {
|
.box-stop {
|
||||||
background: #ffeae6 url(userguide/images/alert_stop_32.png) 15px 15px no-repeat;
|
background: #ffeae6 url(userguide/images/alert_stop_32.png) 15px 15px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* More layout and styles */
|
/* More layout and styles */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
@@ -173,80 +173,80 @@ ol {
|
|||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
|
||||||
li {
|
|
||||||
line-height: 1.3;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
td.onelinetop {
|
|
||||||
vertical-align: top;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
tt {
|
li {
|
||||||
background-color: #e2e2e2;
|
line-height: 1.3;
|
||||||
font-size: 1.0em;
|
}
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
td.onelinetop {
|
||||||
|
vertical-align: top;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
tt {
|
||||||
|
background-color: #e2e2e2;
|
||||||
|
font-size: 1.0em;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
border-color: #0c3762;
|
border-color: #0c3762;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
pre.terminal { /* Terminal output*/
|
pre.terminal { /* Terminal output*/
|
||||||
border-color: #ffb11f;
|
border-color: #ffb11f;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
border-width: thin;
|
border-width: thin;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
background-color: #3a3a3a;
|
background-color: #3a3a3a;
|
||||||
color: #ffb11f;
|
color: #ffb11f;
|
||||||
}
|
}
|
||||||
.menu { /* Menu */
|
.menu { /* Menu */
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #24225e;
|
color: #24225e;
|
||||||
}
|
}
|
||||||
.button { /* Button */
|
.button { /* Button */
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #33583c;
|
color: #33583c;
|
||||||
}
|
}
|
||||||
.app { /* GUI Application name */
|
.app { /* GUI Application name */
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
/* color: #5e1c1c; */
|
/* color: #5e1c1c; */
|
||||||
color: #5e1c1c;
|
color: #5e1c1c;
|
||||||
}
|
}
|
||||||
.cli { /* Shell command or file */
|
.cli { /* Shell command or file */
|
||||||
background-color: #e8e8e8;
|
background-color: #e8e8e8;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
.path { /* File path */
|
.path { /* File path */
|
||||||
background-color: #e8e8e8;
|
background-color: #e8e8e8;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
.key { /* Shortcut (separate with   */
|
.key { /* Shortcut (separate with   */
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-color: #c7c7c7;
|
border-color: #c7c7c7;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
padding: 0px 2px 0px 2px;
|
padding: 0px 2px 0px 2px;
|
||||||
background-color: #e8e8e8;
|
background-color: #e8e8e8;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user