|
@ -43,6 +43,16 @@ legend { |
|
|
line-height: 1.2; |
|
|
line-height: 1.2; |
|
|
clear: left; /* ideally 'both', but problems with toc */ |
|
|
clear: left; /* ideally 'both', but problems with toc */ |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] h1, |
|
|
|
|
|
[dir=rtl] h2, |
|
|
|
|
|
[dir=rtl] h3, |
|
|
|
|
|
[dir=rtl] h4, |
|
|
|
|
|
[dir=rtl] h5, |
|
|
|
|
|
[dir=rtl] h6, |
|
|
|
|
|
[dir=rtl] caption, |
|
|
|
|
|
[dir=rtl] legend { |
|
|
|
|
|
clear: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
h1 { |
|
|
h1 { |
|
|
font-size: 2.25em; |
|
|
font-size: 2.25em; |
|
@ -99,11 +109,21 @@ ul, |
|
|
ol { |
|
|
ol { |
|
|
padding: 0 0 0 1.5em; |
|
|
padding: 0 0 0 1.5em; |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] ul, |
|
|
|
|
|
[dir=rtl] ol { |
|
|
|
|
|
padding: 0 1.5em 0 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
li, |
|
|
li, |
|
|
dd { |
|
|
dd { |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
margin: 0 0 0 1.5em; |
|
|
margin: 0 0 0 1.5em; |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] li, |
|
|
|
|
|
[dir=rtl] dd { |
|
|
|
|
|
margin: 0 1.5em 0 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
dt { |
|
|
dt { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
margin: 0; |
|
|
margin: 0; |
|
@ -157,6 +177,9 @@ caption { |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
margin: 0 0 .3em; |
|
|
margin: 0 0 .3em; |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] caption { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
th, |
|
|
th, |
|
|
td { |
|
|
td { |
|
@ -166,9 +189,14 @@ td { |
|
|
border: 1px solid __border__; |
|
|
border: 1px solid __border__; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] td, |
|
|
|
|
|
[dir=rtl] th { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
th { |
|
|
th { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
background-color: __background_alt__; |
|
|
background-color: __background_alt__; |
|
|
|
|
|
color: inherit; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -243,10 +271,14 @@ kbd { |
|
|
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; |
|
|
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; |
|
|
/* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */ |
|
|
/* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */ |
|
|
font-size: 1em; |
|
|
font-size: 1em; |
|
|
|
|
|
background-color: __background_alt__; |
|
|
|
|
|
color: __text__; |
|
|
direction: ltr; |
|
|
direction: ltr; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
} |
|
|
} |
|
|
pre { |
|
|
pre { |
|
|
|
|
|
border: 1px solid __border__; |
|
|
|
|
|
padding: 0 .2em; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
word-wrap: normal; |
|
|
word-wrap: normal; |
|
|
} |
|
|
} |
|
@ -256,6 +288,9 @@ blockquote { |
|
|
border: solid __border__; |
|
|
border: solid __border__; |
|
|
border-width: 0 0 0 .25em; |
|
|
border-width: 0 0 0 .25em; |
|
|
} |
|
|
} |
|
|
|
|
|
[dir=rtl] blockquote { |
|
|
|
|
|
border-width: 0 .25em 0 0; |
|
|
|
|
|
} |
|
|
q:before, |
|
|
q:before, |
|
|
q:after { |
|
|
q:after { |
|
|
content: ''; |
|
|
content: ''; |
|
@ -280,6 +315,7 @@ form { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
fieldset { |
|
|
fieldset { |
|
|
padding: 1em 1em 0; |
|
|
padding: 1em 1em 0; |
|
|
border: 1px solid __text_alt__; |
|
|
border: 1px solid __text_alt__; |
|
@ -288,10 +324,12 @@ legend { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
padding: 0 .1em; |
|
|
padding: 0 .1em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
label { |
|
|
label { |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input, |
|
|
input, |
|
|
textarea, |
|
|
textarea, |
|
|
button, |
|
|
button, |
|
@ -305,6 +343,7 @@ option { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=text], |
|
|
input[type=text], |
|
|
input[type=password], |
|
|
input[type=password], |
|
|
textarea { |
|
|
textarea { |
|
@ -315,17 +354,26 @@ input[type=checkbox], |
|
|
input.check { |
|
|
input.check { |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=submit], |
|
|
input[type=submit], |
|
|
input.button, |
|
|
input.button, |
|
|
button { |
|
|
button { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
#IE6 .dokuwiki input.button, |
|
|
|
|
|
#IE6 .dokuwiki button, |
|
|
|
|
|
#IE7 .dokuwiki input.button, |
|
|
|
|
|
#IE7 .dokuwiki button { |
|
|
|
|
|
line-height: 1.4; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
input[disabled], |
|
|
input[disabled], |
|
|
button[disabled], |
|
|
button[disabled], |
|
|
input[readonly], |
|
|
input[readonly], |
|
|
button[readonly] { |
|
|
button[readonly] { |
|
|
cursor: auto; |
|
|
cursor: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
optgroup { |
|
|
optgroup { |
|
|
font-style: italic; |
|
|
font-style: italic; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
@ -344,49 +392,17 @@ div.clearer { |
|
|
visibility: hidden; |
|
|
visibility: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* @deprecated: has been in lib/styles/screen.css since Angua */ |
|
|
.a11y { |
|
|
.a11y { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
left: -9000px; |
|
|
|
|
|
top: -4000px; |
|
|
|
|
|
|
|
|
left: -99999em; |
|
|
|
|
|
top: 0; |
|
|
width: 0; |
|
|
width: 0; |
|
|
height: 0; |
|
|
height: 0; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
display: inline; |
|
|
display: inline; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*____________ rtl corrections ____________*/ |
|
|
|
|
|
|
|
|
|
|
|
[dir=rtl] caption, |
|
|
|
|
|
[dir=rtl] td, |
|
|
|
|
|
[dir=rtl] th { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[dir=rtl] ul, |
|
|
|
|
|
[dir=rtl] ol { |
|
|
|
|
|
padding: 0 1.5em 0 0; |
|
|
|
|
|
} |
|
|
|
|
|
[dir=rtl] li, |
|
|
|
|
|
[dir=rtl] dd { |
|
|
|
|
|
margin: 0 1.5em 0 0; |
|
|
|
|
|
} |
|
|
|
|
|
[dir=rtl] blockquote { |
|
|
|
|
|
border-width: 0 .25em 0 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[dir=rtl] h1, |
|
|
|
|
|
[dir=rtl] h2, |
|
|
|
|
|
[dir=rtl] h3, |
|
|
|
|
|
[dir=rtl] h4, |
|
|
|
|
|
[dir=rtl] h5, |
|
|
|
|
|
[dir=rtl] h6, |
|
|
|
|
|
[dir=rtl] caption, |
|
|
|
|
|
[dir=rtl] legend { |
|
|
|
|
|
clear: right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
[dir=rtl] .a11y { |
|
|
[dir=rtl] .a11y { |
|
|
left: auto; |
|
|
left: auto; |
|
|
right: -9000px; |
|
|
|
|
|
|
|
|
right: -99999em; |
|
|
} |
|
|
} |