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
90104b13
Commit
90104b13
authored
12 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
beautified code blocks, also using lighter background colour (FS#2444)
parent
7ecda050
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/tpl/dokuwiki/css/basic.css
+5
-1
5 additions, 1 deletion
lib/tpl/dokuwiki/css/basic.css
lib/tpl/dokuwiki/css/content.css
+11
-6
11 additions, 6 deletions
lib/tpl/dokuwiki/css/content.css
with
16 additions
and
7 deletions
lib/tpl/dokuwiki/css/basic.css
+
5
−
1
View file @
90104b13
...
@@ -251,13 +251,17 @@ kbd {
...
@@ -251,13 +251,17 @@ kbd {
font-size
:
1em
;
font-size
:
1em
;
direction
:
ltr
;
direction
:
ltr
;
text-align
:
left
;
text-align
:
left
;
background-color
:
__background_
alt
__
;
background-color
:
__background_
site
__
;
color
:
__text__
;
color
:
__text__
;
box-shadow
:
inset
0
0
.3em
__border__
;
border-radius
:
2px
;
}
}
pre
{
pre
{
overflow
:
auto
;
overflow
:
auto
;
word-wrap
:
normal
;
word-wrap
:
normal
;
border
:
1px
solid
__border__
;
border
:
1px
solid
__border__
;
border-radius
:
2px
;
box-shadow
:
inset
0
0
.5em
__border__
;
padding
:
.7em
1em
;
padding
:
.7em
1em
;
}
}
...
...
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/css/content.css
+
11
−
6
View file @
90104b13
...
@@ -120,15 +120,15 @@
...
@@ -120,15 +120,15 @@
.dokuwiki
dl
.code
dt
,
.dokuwiki
dl
.code
dt
,
.dokuwiki
dl
.file
dt
{
.dokuwiki
dl
.file
dt
{
background-color
:
__background_
alt
__
;
background-color
:
__background_
site
__
;
/*background: -moz-linear-gradient( top, __background__ 0%, __background_alt__ 100%); see FS#2447 */
/*background: -moz-linear-gradient( top, __background__ 0%, __background_alt__ 100%); see FS#2447 */
background
:
-webkit-linear-gradient
(
top
,
__background__
0%
,
__background_
alt
__
100%
);
background
:
-webkit-linear-gradient
(
top
,
__background_
alt_
_
0%
,
__background_
site
__
100%
);
background
:
-o-linear-gradient
(
top
,
__background__
0%
,
__background_
alt
__
100%
);
background
:
-o-linear-gradient
(
top
,
__background_
alt_
_
0%
,
__background_
site
__
100%
);
background
:
-ms-linear-gradient
(
top
,
__background__
0%
,
__background_
alt
__
100%
);
background
:
-ms-linear-gradient
(
top
,
__background_
alt_
_
0%
,
__background_
site
__
100%
);
background
:
linear-gradient
(
top
,
__background__
0%
,
__background_
alt
__
100%
);
background
:
linear-gradient
(
top
,
__background_
alt_
_
0%
,
__background_
site
__
100%
);
color
:
inherit
;
color
:
inherit
;
border
:
1px
solid
__border__
;
border
:
1px
solid
__border__
;
border-bottom-color
:
__background_
alt
__
;
border-bottom-color
:
__background_
site
__
;
border-top-left-radius
:
.3em
;
border-top-left-radius
:
.3em
;
border-top-right-radius
:
.3em
;
border-top-right-radius
:
.3em
;
padding
:
.3em
.6em
.1em
;
padding
:
.3em
.6em
.1em
;
...
@@ -154,6 +154,11 @@
...
@@ -154,6 +154,11 @@
clear
:
left
;
clear
:
left
;
}
}
.dokuwiki
dl
.code
pre
,
.dokuwiki
dl
.file
pre
{
box-shadow
:
inset
-4px
-4px
.5em
-.3em
__border__
;
}
/*____________ JS popup ____________*/
/*____________ JS popup ____________*/
...
...
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