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
693e3736
Commit
693e3736
authored
13 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
made print styles more readable and changed media classes to the same as in
3cc7f979
parent
7c5f6a37
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
+77
-24
77 additions, 24 deletions
lib/tpl/dokuwiki/css/print.css
with
77 additions
and
24 deletions
lib/tpl/dokuwiki/css/print.css
+
77
−
24
View file @
693e3736
...
...
@@ -14,26 +14,51 @@ body {
/* hide certain sections */
.a11y
,
div
.notify
,
div
.info
,
div
.success
,
div
.error
,
#dokuwiki__header
.tools
,
#dokuwiki__aside
,
.dokuwiki
.breadcrumbs
,
.dokuwiki
.toc
,
.dokuwiki
.secedit
,
#dokuwiki__pagetools
,
#dokuwiki__footer
{
div
.notify
,
div
.info
,
div
.success
,
div
.error
,
#dokuwiki__header
.tools
,
#dokuwiki__aside
,
.dokuwiki
.breadcrumbs
,
.dokuwiki
.toc
,
.dokuwiki
.secedit
,
#dokuwiki__pagetools
,
#dokuwiki__footer
{
display
:
none
;
}
.dokuwiki
h1
,
.dokuwiki
h2
,
.dokuwiki
h3
,
.dokuwiki
h4
,
.dokuwiki
h5
,
.dokuwiki
caption
,
.dokuwiki
legend
{
.dokuwiki
h1
,
.dokuwiki
h2
,
.dokuwiki
h3
,
.dokuwiki
h4
,
.dokuwiki
h5
,
.dokuwiki
caption
,
.dokuwiki
legend
{
clear
:
both
;
}
.dokuwiki
ul
{
list-style
:
disc
outside
;
}
.dokuwiki
ol
{
list-style
:
decimal
outside
;
}
.dokuwiki
ol
ol
{
list-style-type
:
lower-alpha
;
}
.dokuwiki
ol
ol
ol
{
list-style-type
:
upper-roman
;
}
.dokuwiki
ol
ol
ol
ol
{
list-style-type
:
upper-alpha
;
}
.dokuwiki
ol
ol
ol
ol
ol
{
list-style-type
:
lower-roman
;
}
.dokuwiki
ul
{
list-style
:
disc
outside
;
}
.dokuwiki
ol
{
list-style
:
decimal
outside
;
}
.dokuwiki
ol
ol
{
list-style-type
:
lower-alpha
;
}
.dokuwiki
ol
ol
ol
{
list-style-type
:
upper-roman
;
}
.dokuwiki
ol
ol
ol
ol
{
list-style-type
:
upper-alpha
;
}
.dokuwiki
ol
ol
ol
ol
ol
{
list-style-type
:
lower-roman
;
}
/* undo icons */
.dokuwiki
a
:link
,
.dokuwiki
a
:visited
{
.dokuwiki
a
:link
,
.dokuwiki
a
:visited
{
text-decoration
:
underline
;
color
:
#333
;
background-color
:
inherit
;
...
...
@@ -53,24 +78,51 @@ a.mail:after {
.dokuwiki
pre
{
font-family
:
monospace
;
}
.dokuwiki
dl
.code
dt
,
.dokuwiki
dl
.file
dt
{
.dokuwiki
dl
.code
dt
,
.dokuwiki
dl
.file
dt
{
font-weight
:
bold
;
}
/* images */
.dokuwiki
img
{
border-width
:
0
;
vertical-align
:
middle
;
}
.dokuwiki
img
.medialeft
{
margin
:
.5em
1.5em
.5em
0
;
float
:
left
;
}
.dokuwiki
img
.mediaright
{
margin
:
.5em
0
.5em
1.5em
;
float
:
right
;
}
.dokuwiki
img
.mediacenter
{
margin
:
.5em
auto
;
display
:
block
;
}
.dokuwiki
img
{
border-width
:
0
;
vertical-align
:
middle
;
}
.dokuwiki
img
.media
{
margin
:
.2em
0
;
}
.dokuwiki
img
.medialeft
{
margin
:
.2em
1em
.2em
0
;
float
:
left
;
}
.dokuwiki
img
.mediaright
{
margin
:
.2em
0
.2em
1em
;
float
:
right
;
}
.dokuwiki
img
.mediacenter
{
margin
:
.2em
auto
;
display
:
block
;
}
/* align table cells */
.dokuwiki
.leftalign
{
text-align
:
left
;
}
.dokuwiki
.centeralign
{
text-align
:
center
;
}
.dokuwiki
.rightalign
{
text-align
:
right
;
}
.dokuwiki
.leftalign
{
text-align
:
left
;
}
.dokuwiki
.centeralign
{
text-align
:
center
;
}
.dokuwiki
.rightalign
{
text-align
:
right
;
}
/* underline */
.dokuwiki
em
.u
{
font-style
:
normal
;
text-decoration
:
underline
;
}
.dokuwiki
em
em
.u
{
font-style
:
italic
;
}
.dokuwiki
em
.u
{
font-style
:
normal
;
text-decoration
:
underline
;
}
.dokuwiki
em
em
.u
{
font-style
:
italic
;
}
div
.clearer
{
clear
:
both
;
...
...
@@ -93,7 +145,8 @@ div.clearer {
border-spacing
:
0
;
border
:
1pt
solid
#ccc
;
}
.dokuwiki
th
,
.dokuwiki
td
{
.dokuwiki
th
,
.dokuwiki
td
{
padding
:
3pt
5pt
;
margin
:
0
;
vertical-align
:
top
;
...
...
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