Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JUNCA24 RevealJS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PGI15-Teaching
JUNCA24 RevealJS
Commits
dc05ce15
Commit
dc05ce15
authored
12 years ago
by
Hakim El Hattab
Browse files
Options
Downloads
Patches
Plain Diff
move theme styles at bottom of main.css, change background of page transition to be transparent
parent
e9b87411
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
css/main.css
+63
-63
63 additions, 63 deletions
css/main.css
with
63 additions
and
63 deletions
css/main.css
+
63
−
63
View file @
dc05ce15
...
...
@@ -777,7 +777,7 @@ body {
height
:
100%
;
left
:
0
;
top
:
0
;
background
:
#232628
;
background
:
rgba
(
0
,
0
,
0
,
0.2
)
;
-webkit-transform
:
translateZ
(
-20px
);
-moz-transform
:
translateZ
(
-20px
);
...
...
@@ -856,68 +856,6 @@ body {
}
/*********************************************
* NEON THEME
*********************************************/
.theme-neon
.reveal
a
,
.theme-neon
.reveal
a
:hover
,
.theme-neon
.reveal
.controls
a
.enabled
{
color
:
#5de048
;
}
.theme-neon
.reveal
.progress
span
,
.theme-neon
.reveal
.roll
span
:after
{
background
:
#5de048
;
}
.theme-neon
.reveal
a
.image
:hover
img
{
border-color
:
#5de048
;
}
/*********************************************
* BEIGE THEME
*********************************************/
.theme-beige
body
{
color
:
#333
;
background
:
#f7f3de
;
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
255
,
255
,
255
,
1
)),
color-stop
(
100%
,
rgba
(
247
,
242
,
211
,
1
)));
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
}
.theme-beige
.reveal
h1
,
.theme-beige
.reveal
h2
,
.theme-beige
.reveal
h3
,
.theme-beige
.reveal
h4
,
.theme-beige
.reveal
h5
,
.theme-beige
.reveal
h6
{
color
:
#333
;
text-shadow
:
none
;
}
.theme-beige
.reveal
a
,
.theme-beige
.reveal
a
:hover
,
.theme-beige
.reveal
.controls
a
.enabled
{
color
:
#8b743d
;
}
.theme-beige
.reveal
.progress
span
,
.theme-beige
.reveal
.roll
span
:after
{
background
:
#8b743d
;
}
.theme-beige
.reveal
a
.image
:hover
img
{
border-color
:
#8b743d
;
}
/*********************************************
* OVERVIEW
*********************************************/
...
...
@@ -1013,3 +951,65 @@ body {
.reveal
aside
.notes
{
display
:
none
;
}
/*********************************************
* NEON THEME
*********************************************/
.theme-neon
.reveal
a
,
.theme-neon
.reveal
a
:hover
,
.theme-neon
.reveal
.controls
a
.enabled
{
color
:
#5de048
;
}
.theme-neon
.reveal
.progress
span
,
.theme-neon
.reveal
.roll
span
:after
{
background
:
#5de048
;
}
.theme-neon
.reveal
a
.image
:hover
img
{
border-color
:
#5de048
;
}
/*********************************************
* BEIGE THEME
*********************************************/
.theme-beige
body
{
color
:
#333
;
background
:
#f7f3de
;
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
255
,
255
,
255
,
1
)),
color-stop
(
100%
,
rgba
(
247
,
242
,
211
,
1
)));
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
background
:
radial-gradient
(
center
,
ellipse
cover
,
rgba
(
255
,
255
,
255
,
1
)
0%
,
rgba
(
247
,
242
,
211
,
1
)
100%
);
}
.theme-beige
.reveal
h1
,
.theme-beige
.reveal
h2
,
.theme-beige
.reveal
h3
,
.theme-beige
.reveal
h4
,
.theme-beige
.reveal
h5
,
.theme-beige
.reveal
h6
{
color
:
#333
;
text-shadow
:
none
;
}
.theme-beige
.reveal
a
,
.theme-beige
.reveal
a
:hover
,
.theme-beige
.reveal
.controls
a
.enabled
{
color
:
#8b743d
;
}
.theme-beige
.reveal
.progress
span
,
.theme-beige
.reveal
.roll
span
:after
{
background
:
#8b743d
;
}
.theme-beige
.reveal
a
.image
:hover
img
{
border-color
:
#8b743d
;
}
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