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
ac628d80
Commit
ac628d80
authored
12 years ago
by
Anika Henke
Browse files
Options
Downloads
Patches
Plain Diff
added cut off points for mobile devices as parameters to style.ini
parent
8f8cccb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/tpl/dokuwiki/css/mobile.css
+4
-4
4 additions, 4 deletions
lib/tpl/dokuwiki/css/mobile.css
lib/tpl/dokuwiki/style.ini
+3
-0
3 additions, 0 deletions
lib/tpl/dokuwiki/style.ini
lib/tpl/dokuwiki/template.info.txt
+1
-1
1 addition, 1 deletion
lib/tpl/dokuwiki/template.info.txt
with
8 additions
and
5 deletions
lib/tpl/dokuwiki/css/mobile.css
+
4
−
4
View file @
ac628d80
...
...
@@ -11,9 +11,9 @@
z-index
:
0
;
}
/*
up to 979px
screen widths
/*
for
screen widths
in the tablet range
********************************************************************/
@media
only
screen
and
(
max-width
:
979px
)
{
@media
only
screen
and
(
max-width
:
__tablet_width__
)
{
#screen__mode
{
z-index
:
1
;
/* for detecting media queries in JavaScript (see script.js) */
...
...
@@ -113,9 +113,9 @@
}
/* /@media */
/*
up to 480px
screen widths
/*
for
screen widths
in the smartphone range
********************************************************************/
@media
only
screen
and
(
max-width
:
480px
)
{
@media
only
screen
and
(
max-width
:
__phone_width__
)
{
#screen__mode
{
z-index
:
2
;
/* for detecting media queries in JavaScript (see script.js) */
...
...
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/style.ini
+
3
−
0
View file @
ac628d80
...
...
@@ -74,3 +74,6 @@ __missing__ = "#d30"
; site and sidebar widths
__site_width__
=
"75em"
__sidebar_width__
=
"16em"
; cut off points for mobile devices
__tablet_width__
=
"979px"
__phone_width__
=
"480px"
This diff is collapsed.
Click to expand it.
lib/tpl/dokuwiki/template.info.txt
+
1
−
1
View file @
ac628d80
base dokuwiki
author Anika Henke
email anika@selfthinker.org
date 2012-10-
1
2
date 2012-10-2
6
name DokuWiki Template
desc DokuWiki's default template since 2012
url http://www.dokuwiki.org/template:dokuwiki
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