Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
391cd72f
Commit
391cd72f
authored
Feb 13, 2019
by
Ruslan Karimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2299. Арт Проект. Правки по кейсу Юнармии
parent
c905bd6d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
+59
-0
frontend/web/css/style_30.11.2018.css
frontend/web/css/style_30.11.2018.css
+59
-0
No files found.
frontend/web/css/style_30.11.2018.css
View file @
391cd72f
...
...
@@ -3291,3 +3291,62 @@
}
}
.army_p1
{
left
:
-400px
;
transform
:
translate
(
0
,
0
)
!important
;
}
.army_p2
{
left
:
-300px
;
width
:
300px
;
transform
:
translate
(
0
,
0
)
!important
;
}
.army_p3
{
right
:
-400px
;
transform
:
translate
(
0
,
0
)
!important
;
}
.army_p4
{
width
:
280px
;
right
:
-300px
;
transform
:
translate
(
0
,
0
)
!important
;
}
.army_item_small
,
.army_item
{
display
:
block
;
}
.army_item
img
{
max-width
:
100%
;
}
.army_item_video
{
background-size
:
cover
;
position
:
relative
;
}
.army_item_video
::before
{
content
:
''
;
width
:
98px
;
height
:
98px
;
background
:
url(../images_army/youtube_play.png)
no-repeat
center
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
transition
:
0.3s
;
}
.army_item_video
:hover::before
{
opacity
:
0.7
;
transition
:
0.3s
;
}
@media
only
screen
and
(
max-width
:
1600px
)
and
(
min-width
:
1301px
){
.army_p1
{
left
:
-300px
;
}
.army_p2
{
left
:
-300px
;
}
.army_p3
{
right
:
-400px
;
}
.army_p4
{
right
:
-200px
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment