|
@ -44,7 +44,7 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body#example { |
|
|
body#example { |
|
|
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; |
|
|
|
|
|
|
|
|
font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif/*rtl:"Droid Arabic Kufi", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif */; |
|
|
background: #FCFCFC url(../images/bg.jpg) repeat; |
|
|
background: #FCFCFC url(../images/bg.jpg) repeat; |
|
|
margin: 0px; |
|
|
margin: 0px; |
|
|
padding: 0px; |
|
|
padding: 0px; |
|
@ -60,7 +60,7 @@ h2, |
|
|
h3, |
|
|
h3, |
|
|
h4, |
|
|
h4, |
|
|
h5 { |
|
|
h5 { |
|
|
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; |
|
|
|
|
|
|
|
|
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif/*rtl:"Droid Arabic Kufi", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif */;; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
@ -93,12 +93,14 @@ h4 + p { |
|
|
pre { |
|
|
pre { |
|
|
background-color: #F0F0F0; |
|
|
background-color: #F0F0F0; |
|
|
} |
|
|
} |
|
|
|
|
|
/*rtl:ignore*/ |
|
|
pre.console { |
|
|
pre.console { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
line-height: 1.6; |
|
|
line-height: 1.6; |
|
|
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; |
|
|
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; |
|
|
height: 300px; |
|
|
height: 300px; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
|
|
|
direction:ltr; |
|
|
} |
|
|
} |
|
|
code { |
|
|
code { |
|
|
background-color: rgba(0, 0, 0, 0.02); |
|
|
background-color: rgba(0, 0, 0, 0.02); |
|
@ -863,11 +865,13 @@ body.guide .main.container > * { |
|
|
#example div.code.hide { |
|
|
#example div.code.hide { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
/*rtl:ignore*/ |
|
|
#example div.code { |
|
|
#example div.code { |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 200px; |
|
|
height: 200px; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
|
|
|
direction:ltr; |
|
|
} |
|
|
} |
|
|
#example div.code { |
|
|
#example div.code { |
|
|
margin: -1em; |
|
|
margin: -1em; |
|
|