Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
R2I_Website
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
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ismail Badache
R2I_Website
Commits
0bcbc75f
Commit
0bcbc75f
authored
6 years ago
by
Ismail Badache
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
5f9021d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/css/nivo_themes/default/default.css
+100
-0
100 additions, 0 deletions
css/css/nivo_themes/default/default.css
with
100 additions
and
0 deletions
css/css/nivo_themes/default/default.css
0 → 100644
+
100
−
0
View file @
0bcbc75f
/*
* Nivo Lightbox Default Theme v1.0
* http://dev7studios.com/nivo-lightbox
*
* Copyright 2013, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.nivo-lightbox-theme-default.nivo-lightbox-overlay
{
background
:
#666
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
}
.nivo-lightbox-theme-default
.nivo-lightbox-content.nivo-lightbox-loading
{
background
:
url(loading.gif)
no-repeat
50%
50%
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-nav
{
top
:
10%
;
width
:
8%
;
height
:
80%
;
text-indent
:
-9999px
;
background-repeat
:
no-repeat
;
background-position
:
50%
50%
;
opacity
:
0.5
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-nav
:hover
{
opacity
:
1
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
}
.nivo-lightbox-theme-default
.nivo-lightbox-prev
{
background-image
:
url(prev.png)
;
border-radius
:
0
3px
3px
0
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-next
{
background-image
:
url(next.png)
;
border-radius
:
3px
0
0
3px
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-close
{
display
:
block
;
background
:
url(close.png)
no-repeat
;
width
:
48px
;
height
:
48px
;
text-indent
:
-9999px
;
padding
:
5px
;
opacity
:
0.5
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-close
:hover
{
opacity
:
1
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-title-wrap
{
bottom
:
-7%
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-title
{
font
:
14px
/
20px
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-style
:
normal
;
font-weight
:
normal
;
background
:
#000
;
color
:
#fff
;
padding
:
7px
15px
;
border-radius
:
30px
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-image
img
{
background
:
#fff
;
-webkit-box-shadow
:
0px
1px
1px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
1px
1px
rgba
(
0
,
0
,
0
,
0.4
);
}
.nivo-lightbox-theme-default
.nivo-lightbox-ajax
,
.nivo-lightbox-theme-default
.nivo-lightbox-inline
{
background
:
#fff
;
padding
:
40px
;
-webkit-box-shadow
:
0px
1px
1px
rgba
(
0
,
0
,
0
,
0.4
);
box-shadow
:
0px
1px
1px
rgba
(
0
,
0
,
0
,
0.4
);
}
@media
(
-webkit-min-device-pixel-ratio
:
1.3
),
(
-o-min-device-pixel-ratio
:
2.6
/
2
),
(
min--moz-device-pixel-ratio
:
1.3
),
(
min-device-pixel-ratio
:
1.3
),
(
min-resolution
:
1.3dppx
)
{
.nivo-lightbox-theme-default
.nivo-lightbox-content.nivo-lightbox-loading
{
background-image
:
url(loading@2x.gif)
;
-webkit-background-size
:
32px
32px
;
background-size
:
32px
32px
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-prev
{
background-image
:
url(prev@2x.png)
;
-webkit-background-size
:
48px
48px
;
background-size
:
48px
48px
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-next
{
background-image
:
url(next@2x.png)
;
-webkit-background-size
:
48px
48px
;
background-size
:
48px
48px
;
}
.nivo-lightbox-theme-default
.nivo-lightbox-close
{
background-image
:
url(close@2x.png)
;
-webkit-background-size
:
16px
16px
;
background-size
:
16px
16px
;
}
}
\ No newline at end of file
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