Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
264643e6
Commit
264643e6
authored
12 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
improved print styles (includes fixes for FS#2645 and FS#2707)
parent
04f76e04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/tpl/dokuwiki/css/print.css
+57
-38
57 additions, 38 deletions
lib/tpl/dokuwiki/css/print.css
with
57 additions
and
38 deletions
lib/tpl/dokuwiki/css/print.css
+
57
−
38
View file @
264643e6
...
...
@@ -5,18 +5,19 @@
*/
body
{
/*
font: normal 12pt/1.2 serif;
color: #000;
font
:
normal
87.5%
/
1.3
Garamond
,
Baskerville
,
"Hoefler Text"
,
"Nimbus Roman No9 L"
,
serif
;
background-color
:
#fff
;
*/
color
:
#000
;
}
/* hide certain sections */
.a11y
,
audio
,
video
,
#dokuwiki__header
.tools
,
#dokuwiki__aside
,
.dokuwiki
.breadcrumbs
,
.dokuwiki
.pageId
,
#dw__toc
,
h3
.toggle
,
#dokuwiki__pagetools
,
...
...
@@ -24,37 +25,38 @@ h3.toggle,
display
:
none
;
}
.dokuwiki
h1
,
.dokuwiki
h2
,
.dokuwiki
h3
,
.dokuwiki
h4
,
.dokuwiki
h5
,
.dokuwiki
caption
,
.dokuwiki
legend
{
h1
,
h2
,
h3
,
h4
,
h5
,
caption
,
legend
{
clear
:
both
;
}
.dokuwiki
ul
{
ul
{
list-style
:
disc
outside
;
}
.dokuwiki
ol
{
ol
{
list-style
:
decimal
outside
;
}
.dokuwiki
ol
ol
{
ol
ol
{
list-style-type
:
lower-alpha
;
}
.dokuwiki
ol
ol
ol
{
ol
ol
ol
{
list-style-type
:
upper-roman
;
}
.dokuwiki
ol
ol
ol
ol
{
ol
ol
ol
ol
{
list-style-type
:
upper-alpha
;
}
.dokuwiki
ol
ol
ol
ol
ol
{
ol
ol
ol
ol
ol
{
list-style-type
:
lower-roman
;
}
.dokuwiki
a
:link
,
.dokuwiki
a
:visited
{
text-decoration
:
underline
;
a
:link
,
a
:visited
{
text-decoration
:
none
;
border-bottom
:
1pt
dotted
;
color
:
#333
;
background-color
:
inherit
;
}
...
...
@@ -68,33 +70,37 @@ a.mail:after {
}
/* code blocks */
.dokuwiki
pre
{
pre
{
font-family
:
monospace
;
}
.dokuwiki
dl
.code
dt
,
.dokuwiki
dl
.file
dt
{
dl
.code
dt
,
dl
.file
dt
{
font-weight
:
bold
;
}
mark
{
font-weight
:
bold
;
}
/* images */
.dokuwiki
img
{
img
{
border-width
:
0
;
vertical-align
:
middle
;
}
.dokuwiki
img
.media
{
img
.media
{
margin
:
.2em
0
;
}
.dokuwiki
img
.medialeft
{
img
.medialeft
{
margin
:
.2em
1em
.2em
0
;
}
.dokuwiki
img
.mediaright
{
img
.mediaright
{
margin
:
.2em
0
.2em
1em
;
}
.dokuwiki
img
.mediacenter
{
img
.mediacenter
{
margin
:
.2em
auto
;
}
.dokuwiki
blockquote
{
blockquote
{
padding
:
0
10pt
;
margin
:
0
;
border
:
solid
#ccc
;
...
...
@@ -105,27 +111,26 @@ a.mail:after {
}
/* tables */
.dokuwiki
table
{
table
{
border-collapse
:
collapse
;
empty-cells
:
show
;
border-spacing
:
0
;
border
:
1pt
solid
#ccc
;
}
.dokuwiki
th
,
.dokuwiki
td
{
th
,
td
{
padding
:
3pt
5pt
;
margin
:
0
;
vertical-align
:
top
;
border
:
1pt
solid
#666
;
}
th
{
font-weight
:
bold
;
text-align
:
left
;
}
[
dir
=
rtl
]
.dokuwiki
th
,
[
dir
=
rtl
]
.dokuwiki
td
{
[
dir
=
rtl
]
th
{
text-align
:
right
;
}
.dokuwiki
th
{
font-weight
:
bold
;
}
/*____________ a bit of layout ____________*/
...
...
@@ -138,6 +143,7 @@ a.mail:after {
}
#dokuwiki__header
h1
a
{
text-decoration
:
none
;
border-width
:
0
;
}
#dokuwiki__header
h1
img
{
float
:
left
;
...
...
@@ -148,8 +154,21 @@ a.mail:after {
margin-right
:
0
;
margin-left
:
.5em
;
}
.dokuwiki
div
.footnotes
{
clear
:
both
;
border-top
:
1pt
solid
#000
;
border-top
:
1pt
dotted
#999
;
margin-top
:
10pt
;
}
.dokuwiki
div
.docInfo
{
font-size
:
90%
;
text-align
:
right
;
clear
:
both
;
padding-top
:
2pt
;
border-top
:
1pt
solid
#999
;
margin-top
:
10pt
;
}
[
dir
=
rtl
]
.dokuwiki
div
.docInfo
{
text-align
:
left
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment