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
307d3af9
Commit
307d3af9
authored
Jun 21, 2016
by
andre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
новая верстка блога
parent
5b4b8ff0
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
3199 additions
and
24 deletions
+3199
-24
common/modules/blog/assets/GeneratorAsset.php
common/modules/blog/assets/GeneratorAsset.php
+29
-0
common/modules/blog/assets/src/css/style_add.css
common/modules/blog/assets/src/css/style_add.css
+281
-0
common/modules/blog/assets/src/css/style_add_2.css
common/modules/blog/assets/src/css/style_add_2.css
+375
-0
common/modules/blog/assets/src/css/style_add_22.05.16.css
common/modules/blog/assets/src/css/style_add_22.05.16.css
+217
-0
common/modules/blog/assets/src/css/style_add_3.css
common/modules/blog/assets/src/css/style_add_3.css
+288
-0
common/modules/blog/assets/src/css/style_add_4.css
common/modules/blog/assets/src/css/style_add_4.css
+559
-0
common/modules/blog/assets/src/css/style_add_5.css
common/modules/blog/assets/src/css/style_add_5.css
+819
-0
common/modules/blog/assets/src/css/style_add_6.css
common/modules/blog/assets/src/css/style_add_6.css
+443
-0
common/modules/blog/assets/src/css/style_add_7.css
common/modules/blog/assets/src/css/style_add_7.css
+135
-0
common/modules/blog/views/post/_sidebar.php
common/modules/blog/views/post/_sidebar.php
+39
-21
common/modules/blog/views/post/index.php
common/modules/blog/views/post/index.php
+11
-3
common/modules/blog/views/post/view.php
common/modules/blog/views/post/view.php
+3
-0
frontend/web/images_new_22.05.16/btn_show_more_arrow.png
frontend/web/images_new_22.05.16/btn_show_more_arrow.png
+0
-0
frontend/web/images_new_22.05.16/icon_checkbox_btn.png
frontend/web/images_new_22.05.16/icon_checkbox_btn.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_b.png
frontend/web/images_new_22.05.16/icon_social_b.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_f.png
frontend/web/images_new_22.05.16/icon_social_f.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_g.png
frontend/web/images_new_22.05.16/icon_social_g.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_inst.png
frontend/web/images_new_22.05.16/icon_social_inst.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_tw.png
frontend/web/images_new_22.05.16/icon_social_tw.png
+0
-0
frontend/web/images_new_22.05.16/icon_social_yt.png
frontend/web/images_new_22.05.16/icon_social_yt.png
+0
-0
No files found.
common/modules/blog/assets/GeneratorAsset.php
0 → 100644
View file @
307d3af9
<?php
namespace
common\modules\blog\assets
;
use
yii\web\AssetBundle
;
class
GeneratorAsset
extends
AssetBundle
{
public
$sourcePath
=
'@common/modules/blog/assets/src'
;
public
$css
=
[
'css/style_add.css'
,
'css/style_add_2.css'
,
'css/style_add_3.css'
,
'css/style_add_4.css'
,
'css/style_add_5.css'
,
'css/style_add_6.css'
,
'css/style_add_7.css'
,
'css/style_add_22.05.16.css'
,
];
public
$js
=
[
'js/generator.js'
,
];
public
$depends
=
[
'yii\web\JqueryAsset'
,
'yii\bootstrap\BootstrapAsset'
,
// 'backend\assets\AppAsset'
];
}
common/modules/blog/assets/src/css/style_add.css
0 → 100644
View file @
307d3af9
.clear
{
clear
:
both
;
}
.support_form
{
width
:
760px
;
padding
:
30px
;
padding-bottom
:
40px
;
color
:
#525252
;
}
.popup_2
.popup__title
{
font-size
:
38px
;
font-weight
:
bold
;
color
:
#344555
;
text-align
:
left
;
}
.support_form_left
{
width
:
45%
;
float
:
left
;
padding-right
:
15px
;
}
.support_form_right
{
width
:
55%
;
float
:
right
;
padding-left
:
15px
;
}
.popup_2
p
{
font-size
:
17px
;
color
:
#525252
;
line-height
:
22px
;
font-weight
:
400
;
}
.support_form
.support_block__link_pv
{
margin-top
:
10px
;
}
.popup_2
input
:not
([
type
=
"radio"
])
:not
([
type
=
"checkbox"
])
{
border-radius
:
10px
;
-moz-border-radius
:
10px
;
-webkit-border-radius
:
10px
;
-o-border-radius
:
10px
;
-ms-border-radius
:
10px
;
width
:
100%
;
}
.popup_2
input
{
margin-bottom
:
10px
;
}
.popup_2
input
:not
(
:last-child
)
{
margin-bottom
:
30px
;
}
.popup_2
.checkbox
:not
(
checked
)
+
label
{
position
:
relative
;
padding
:
6px
0px
0px
28px
;
margin-bottom
:
30px
;
}
.popup_2
label
{
margin-bottom
:
10px
;
}
.support_form_left2
{
float
:
left
;
width
:
50%
;
padding-right
:
15px
;
}
.support_form_right2
{
float
:
right
;
width
:
50%
;
padding-left
:
15px
;
margin-bottom
:
30px
;
}
.popup_2
.sect_cont_form__textarea
{
background-color
:
#f1f1f1
;
height
:
170px
;
width
:
100%
;
line-height
:
24px
;
resize
:
none
;
}
.file-upload_block_cs2
{
height
:
170px
;
background-color
:
#f8f8f8
;
padding-top
:
30px
;
border
:
2px
solid
#f1f1f1
;
border-radius
:
10px
;
-moz-border-radius
:
10px
;
-webkit-border-radius
:
10px
;
-o-border-radius
:
10px
;
-ms-border-radius
:
10px
;
}
.file-upload_block_cs2
.filename_cs
{
background-color
:
#f8f8f8
;
margin-bottom
:
0px
!important
;
}
.button-lg
{
padding-left
:
30px
;
padding-right
:
30px
;
width
:
auto
;
}
.blog_form
{
width
:
820px
;
padding
:
30px
;
padding-bottom
:
40px
;
color
:
#525252
;
}
.blog_form_left
{
width
:
280px
;
float
:
left
;
padding-right
:
18px
;
}
.blog_form_right
{
width
:
340px
;
float
:
left
;
font-size
:
15px
;
}
.blog_form_right
p
{
font-size
:
15px
;
}
.blog_lmg
{
float
:
right
;
}
.blog_form_2
{
width
:
670px
;
padding
:
30px
;
padding-bottom
:
40px
;
color
:
#525252
;
}
.blog_form_left50
{
float
:
left
;
width
:
50%
;
padding-right
:
15px
;
}
.blog_form_right50
{
float
:
right
;
width
:
50%
;
padding-left
:
15px
;
}
.registration_form
{
width
:
940px
;
padding
:
0
;
color
:
#525252
;
}
.popup__title2
{
display
:
block
;
background-color
:
#3a4447
;
padding
:
30px
;
font-size
:
25px
;
line-height
:
30px
;
color
:
#fff
;
-moz-border-radius
:
6px
6px
0
0
;
-webkit-border-radius
:
6px
6px
0
0
;
-o-border-radius
:
6px
6px
0
0
;
-ms-border-radius
:
6px
6px
0
0
;
margin-top
:
-1px
;
}
.validreg_form2
{
padding
:
30px
;
}
.registration_form
.mfp-close
{
color
:
#fff
;
}
.registration_form_left
{
width
:
40%
;
float
:
left
;
padding-right
:
15px
;
}
.registration_form_right
{
width
:
60%
;
float
:
right
;
padding-left
:
15px
;
}
.save-button-lg
{
height
:
60px
;
font-size
:
24px
;
margin-bottom
:
30px
;
}
.popup__title3
{
font-size
:
25px
;
line-height
:
27px
;
font-weight
:
bold
;
margin-bottom
:
18px
;
display
:
block
;
}
.registration_form
p
{
font-size
:
16px
;
color
:
#3c4755
;
line-height
:
27px
;
font-weight
:
400
;
}
.registration_form
input
:not
([
type
=
"radio"
])
:not
([
type
=
"checkbox"
]),
select
.input_st
{
width
:
100%
;
}
.registration_form
input
:not
(
:last-child
)
{
margin-bottom
:
20px
;
}
.red_text
{
color
:
#bb6e6e
;
}
.registration_form_img
img
{
width
:
100%
;
}
.registration_form2
{
width
:
700px
;
}
.registration_form_left50
{
float
:
left
;
width
:
50%
;
padding-right
:
35px
;
}
.registration_form_right50
{
float
:
right
;
width
:
50%
;
padding-left
:
35px
;
}
.button_social
a
:hover
{
opacity
:
0.8
;
}
.input_st_wr
{
padding
:
0
10px
;
background
:
#F5F5F5
;
border-radius
:
50px
;
-moz-border-radius
:
50px
;
-webkit-border-radius
:
50px
;
-o-border-radius
:
50px
;
-ms-border-radius
:
50px
;
margin-bottom
:
20px
;
}
.input_st_wr
.input_st
{
margin
:
0
;
}
@media
only
screen
and
(
max-width
:
992px
)
{
.registration_form
,
.blog_form_2
,
.blog_form
,
.support_form
{
width
:
100%
;
height
:
auto
;
}
.popup_2
.popup__title
{
font-size
:
32px
;
}
}
@media
only
screen
and
(
max-width
:
820px
)
{
.blog_lmg
{
display
:
none
;
}
}
@media
only
screen
and
(
max-width
:
767px
)
{
.form_resp
{
float
:
none
;
width
:
100%
;
padding-left
:
0
;
padding-right
:
0
;
}
.support_form_right
{
margin-bottom
:
20px
;
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.popup_2
.popup__title
{
font-size
:
22px
;
}
.blog_form_right
{
width
:
100%
;
}
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_2.css
0 → 100644
View file @
307d3af9
.top_line
{
background-color
:
#232323
;
min-height
:
44px
;
padding-top
:
8px
;
padding-bottom
:
8px
;
}
.top_line
span
{
font-size
:
13px
;
line-height
:
26px
;
color
:
#737373
;
padding-right
:
8px
;
}
.top_line
strong
{
font-size
:
18px
;
line-height
:
26px
;
color
:
#737373
;
padding-right
:
15px
;
}
.top_line
a
{
text-decoration
:
none
;
font-size
:
13px
;
line-height
:
26px
;
color
:
#7bd9ff
;
}
.top_line
a
:hover
{
border-bottom
:
1px
dotted
#7bd9ff
;
}
.top_line
.name_text
{
color
:
#bfc0c0
;
}
.top_line
i
{
color
:
#bfc0c0
;
}
.top_line
a
i
{
color
:
#7bd9ff
;
}
.top_line
.label
{
position
:
absolute
;
top
:
-4px
;
left
:
15px
;
font-size
:
9px
;
font-weight
:
normal
;
}
.top_line
.glyphicon-bell
{
margin-right
:
41px
;
margin-top
:
5px
;
}
.top_line_right
{
text-align
:
right
;
}
.client_interface
{
background-color
:
#fff
;
padding-top
:
40px
;
}
.client_interface
h2
{
font-size
:
29px
;
color
:
#2d3642
;
margin-top
:
20px
;
margin-bottom
:
10px
;
}
.logo_taskon
{
padding-top
:
10px
;
float
:
right
;
}
.logo_taskon
span
{
display
:
block
;
padding-top
:
20px
;
font-size
:
13px
;
color
:
#7e8792
;
float
:
left
;
padding-right
:
30px
;
}
.right_box_top
{
margin-bottom
:
20px
;
}
.btn-success-2
{
background-color
:
#7cb336
;
border-color
:
#7cb336
;
margin-bottom
:
10px
;
color
:
#fff
;
}
.btn-success-2
:hover
{
background-color
:
#96cc50
;
border-color
:
#96cc50
;
color
:
#fff
;
}
.btn-success-2
:focus
{
color
:
#fff
;
}
.btn-default-2
{
background-color
:
#919699
;
border-color
:
#919699
;
font-size
:
15px
;
line-height
:
15px
;
padding
:
6px
7px
;
color
:
#fff
!important
;
}
.btn-default-2
:hover
{
background-color
:
#919699
;
color
:
#fff
;
}
.btn-default-2.active
{
background-color
:
#919699
;
color
:
#fff
;
}
.btn-size-2
{
font-size
:
19px
;
border-color
:
#ccc
;
padding
:
6px
20px
;
padding-bottom
:
7px
;
}
.panel-group-2
{
font-size
:
14px
;
}
.panel-group-2
.panel
{
border-radius
:
0px
!important
;
background-color
:
#f2f2f2
;
border
:
none
;
margin-top
:
0
!important
;
}
.panel-group-2
.panel-heading
{
border-bottom
:
1px
solid
#c4c4c4
;
background-color
:
#f5f5f5
;
}
.w100pr
{
width
:
100%
;
margin-bottom
:
5px
;
}
.panel-group-2
.panel-collapse
{
background-color
:
#fff
;
}
.gray_box_2
{
border-left
:
3px
solid
#f5f5f5
;
}
.pink_box_2
{
border-left
:
3px
solid
#ffe5cc
;
}
.color_on_cursor
:hover
{
background-color
:
#ffffdb
;
}
.panel-group-2
a
:hover
{
text-decoration
:
none
;
}
.panel-group-2
.glyphicon
,
.panel-group-2
.caret
{
color
:
#919699
;
}
.caret
{
border-top
:
4px
solid
#919699
;
border-right
:
4px
solid
transparent
;
border-bottom
:
0
dotted
;
border-left
:
4px
solid
transparent
;
}
.arrov_poz
span
{
display
:
block
;
float
:
none
;
margin-bottom
:
3px
;
}
.caret_top
{
border-top
:
0
dotted
;
border-bottom
:
4px
solid
#919699
;
content
:
""
;
}
.table_header
.box_td
p
{
margin
:
0
;
color
:
#2d3642
;
font-size
:
14px
;
}
.table_header
strong
{
font-size
:
14px
;
}
.box_td
{
width
:
140px
;
vertical-align
:
middle
;
}
.box_td
p
{
margin
:
0
;
color
:
#737373
;
}
.box_td
p
strong
{
margin
:
0
;
color
:
#737373
;
}
.box_td
span
{
color
:
#a3a3a3
;
}
.panel-title2
,
.panel-title2
a
{
color
:
#6a6d6f
;
margin
:
0
;
}
.box_td_fir
{
width
:
70px
;
}
.box_td_fir
span
{
color
:
#737373
;
}
.w100pr
{
width
:
100%
;
margin-bottom
:
5px
;
}
.box_td_fir
.arrov_poz
{
padding-top
:
2px
;
width
:
25px
;
}
.box_td_cont
{
padding-right
:
30px
;
}
.box_td_cont
p
{
margin
:
0
;
}
.green_text
,
.green_text
strong
{
color
:
#b2cf9b
!important
;
}
.gray_box
{
border-left
:
3px
solid
#f5f5f5
;
}
.green_text
{
color
:
#b2cf9b
!important
;
}
.align_right
{
text-align
:
right
;
}
.logo_taskon
{
padding-top
:
10px
;
float
:
right
;
}
.logo_taskon
span
{
display
:
block
;
padding-top
:
20px
;
font-size
:
13px
;
color
:
#7e8792
;
float
:
left
;
padding-right
:
30px
;
}
.logo_taskon
a
{
display
:
block
;
float
:
left
;
}
.tooltip_wr
{
position
:
relative
;
}
.tooltip_cont
{
cursor
:
pointer
;
}
.tooltip_box
{
background
:
url(../images_new/tooltip_bg.png)
no-repeat
center
center
;
width
:
180px
;
height
:
75px
;
display
:
none
;
position
:
absolute
;
top
:
-77px
;
left
:
-80px
;
color
:
#3c4755
;
font-family
:
"RobotoLight"
;
font-size
:
14px
;
line-height
:
21px
;
text-align
:
center
;
padding-top
:
20px
;
}
.tooltip_wr
:hover
.tooltip_box
{
display
:
block
;
}
.separator_close
{
display
:
block
;
background-color
:
#dfe3e6
;
height
:
35px
;
text-align
:
center
;
line-height
:
36px
;
color
:
#45494d
;
border-bottom
:
1px
solid
#b9c1c4
;
font-size
:
13px
;
text-transform
:
uppercase
;
}
.separator_close
:hover
{
color
:
#45494d
;
text-decoration
:
none
;
background-color
:
#cdd1d5
;
}
.panel-body-ex-1
{
border-left
:
3px
solid
#fff
;
padding
:
8px
15px
5px
15px
;
border-bottom
:
1px
solid
#f2f2f2
;
}
.panel-body-ex-1
label
.btn
{
display
:
inline-block
;
padding
:
0
;
width
:
13px
;
height
:
13px
;
border
:
1px
solid
#919699
;
border-radius
:
1px
;
margin-top
:
10px
;
margin-right
:
15px
;
}
.text-mes
{
float
:
left
;
}
.panel-body-ex-2
.text-mes
p
{
line-height
:
26px
;
font-size
:
13px
;
color
:
#999999
;
padding
:
0
;
margin
:
0
;
}
.panel-body-ex-1
label
.btn.active
{
background-image
:
url('../images_new/panel-body-label-bg-act.jpg')
;
background-repeat
:
no-repeat
;
}
.panel-body-ex-2
label
.btn
{
border
:
1px
solid
#b1b7bb
;
margin-top
:
7px
;
}
.no_pad
{
padding
:
0
!important
;
border
:
none
!important
;
}
.table-responsive-conf
{
overflow-x
:
inherit
;
}
@media
only
screen
and
(
max-width
:
992px
)
{
.box_td
{
min-width
:
120px
;
}
.top_line_right
{
text-align
:
left
;
}
}
@media
only
screen
and
(
max-width
:
767px
)
{
.logo_taskon
{
float
:
left
;
padding-top
:
0
;
}
.box_td_cont
{
min-width
:
400px
;
white-space
:
normal
;
}
.box_td_fir
{
min-width
:
70px
;
}
.text-mes
{
width
:
90%
;
}
.tooltip_box
{
left
:
-150px
;
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.top_line
strong
{
font-size
:
14px
;
padding-right
:
8px
;
}
.resp_hidden
{
display
:
none
;
}
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_22.05.16.css
0 → 100644
View file @
307d3af9
.btn_show_more_wr
{
text-align
:
center
;
padding-top
:
50px
;
padding-bottom
:
10px
;
}
.btn_show_more
{
font-weight
:
bold
;
font-size
:
18px
;
line-height
:
20px
;
color
:
#fff
;
background-color
:
#ff6e6e
;
background
:
linear-gradient
(
to
top
,
#e73601
,
#ff6e6e
);
border-radius
:
35px
;
text-align
:
center
;
padding
:
20px
25px
;
display
:
inline-block
;
border
:
none
;
outline
:
none
;
text-decoration
:
none
;
}
.btn_show_more
:hover
,
.btn_show_more
:active
,
.btn_show_more
:focus
{
text-decoration
:
none
;
color
:
#fff
;
background-color
:
#e73601
;
background
:
linear-gradient
(
to
top
,
#ff6e6e
,
#e73601
);
}
.btn_show_more
img
{
margin-right
:
16px
;
}
.btn_show_more
span
{
position
:
relative
;
top
:
2px
;
}
.icon_social_btn
{
width
:
40px
;
height
:
40px
;
border
:
none
;
outline
:
none
;
background-color
:
#49acc5
;
display
:
inline-block
;
margin
:
2px
;
background-position
:
center
10px
;
background-repeat
:
no-repeat
;
border-radius
:
100%
;
}
.icon_social_btn
:hover
{
background-color
:
#fee025
;
background-position
:
center
-30px
;
}
.icon_social_g
{
background-image
:
url(/images_new_22.05.16/icon_social_g.png)
;
}
.icon_social_tw
{
background-image
:
url(/images_new_22.05.16/icon_social_tw.png)
;
}
.icon_social_tw
:hover
{
background-position
:
center
-32px
;
}
.icon_social_f
{
background-image
:
url(/images_new_22.05.16/icon_social_f.png)
;
}
.icon_social_f
:hover
{
background-position
:
center
-28px
;
}
.icon_social_b
{
background-image
:
url(/images_new_22.05.16/icon_social_b.png)
;
}
.icon_social_inst
{
background-image
:
url(/images_new_22.05.16/icon_social_inst.png)
;
}
.icon_social_yt
{
background-image
:
url(/images_new_22.05.16/icon_social_yt.png)
;
background-position
:
center
8px
;
}
.icon_social_yt
:hover
{
background-position
:
center
-29px
;
}
.sidebar_btn_2
{
min-width
:
170px
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
14px
;
line-height
:
18px
;
color
:
#fff
;
background-color
:
#49acc6
;
background
:
linear-gradient
(
to
top
,
#49acc6
,
#48bedc
);
border-radius
:
35px
;
text-align
:
center
;
padding
:
15px
25px
;
display
:
inline-block
;
border
:
none
;
outline
:
none
;
text-decoration
:
none
;
margin-bottom
:
16px
;
}
.sidebar_btn_2
:hover
,
.sidebar_btn_2
:active
,
.sidebar_btn_2
:focus
{
text-decoration
:
none
;
color
:
#2d3642
;
background-color
:
#fdd101
;
background
:
linear-gradient
(
to
top
,
#fdd101
,
#fff04d
);
}
.toltip_btn
{
position
:
relative
;
}
.toltip_btn
.blog_toltip_right
{
display
:
none
;
width
:
209px
;
height
:
66px
;
line-height
:
17px
;
color
:
#3c4755
;
background
:
url(/images/blog_toltip_right.png)
no-repeat
center
center
;
text-align
:
left
;
font-size
:
14px
;
font-family
:
"RobotoLight"
;
position
:
absolute
;
padding
:
14px
30px
14px
20px
;
left
:
-215px
;
top
:
-10px
;
}
.toltip_btn
:hover
.blog_toltip_right
,
.toltip_btn
:focus
.blog_toltip_right
{
display
:
block
;
}
.checkbox_btn
{
vertical-align
:
top
;
width
:
17px
;
height
:
17px
;
margin
:
0
3px
0
0
;
}
.checkbox_btn
+
label
{
cursor
:
pointer
;
margin-bottom
:
10px
;
}
.checkbox_btn
:not
(
checked
)
{
position
:
absolute
;
opacity
:
0
;
}
.checkbox_btn
:not
(
checked
)
+
label
{
position
:
relative
;
padding
:
0
0
0
60px
;
background-color
:
#49acc5
;
line-height
:
22px
;
padding
:
10px
25px
;
color
:
#fff
;
font-weight
:
bold
;
font-size
:
14px
;
width
:
100%
;
border-radius
:
25px
;
}
.checkbox_btn
:checked
+
label
{
background-color
:
#fee22b
;
color
:
#2d3642
;
}
.checkbox_btn
:not
(
checked
)
+
label
:hover
{
background-color
:
#fee22b
;
color
:
#2d3642
;
}
.checkbox_btn
:not
(
checked
)
+
label
:before
{
content
:
''
;
position
:
absolute
;
top
:
9px
;
right
:
10px
;
width
:
25px
;
height
:
25px
;
border-radius
:
100%
;
background
:
#2689a2
;
}
.checkbox_btn
:not
(
checked
)
+
label
:after
{
content
:
''
;
position
:
absolute
;
top
:
17px
;
right
:
16px
;
width
:
12px
;
height
:
9px
;
background
:
url(/images_new_22.05.16/icon_checkbox_btn.png)
0
0
no-repeat
;
opacity
:
0
;
}
.checkbox_btn
:checked
+
label
:before
{
background
:
#686029
!important
;
}
.checkbox_btn
:checked
+
label
:after
{
opacity
:
1
;
}
.checkbox_btn
:hover
+
label
:before
{
background-color
:
#c8b21f
;
}
@media
only
screen
and
(
max-width
:
969px
)
{
}
@media
only
screen
and
(
max-width
:
767px
)
{
}
@media
only
screen
and
(
max-width
:
479px
)
{
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_3.css
0 → 100644
View file @
307d3af9
.container_white
{
background-color
:
#fff
;
padding-top
:
40px
;
font-size
:
14px
;
color
:
#484a4e
;
line-height
:
18px
;
}
.container_white
p
:not
(
:last-child
)
{
margin-bottom
:
7px
;
}
.container_white
h2
{
font-size
:
29px
;
color
:
#2d3642
;
margin-top
:
20px
;
margin-bottom
:
10px
;
font-weight
:
bold
;
}
.container_white
strong
{
font-size
:
14px
;
}
.container_white
.form-control
{
display
:
block
;
width
:
100%
;
height
:
26px
;
padding
:
2px
4px
;
font-size
:
12px
;
border-radius
:
2px
;
float
:
left
;
margin-right
:
10px
;
margin-bottom
:
20px
;
line-height
:
16px
;
}
.label_p
,
.label_p
strong
{
color
:
#2f3336
;
font-size
:
14px
;
line-height
:
16px
;
margin-bottom
:
10px
;
}
.important_box
{
background-color
:
#e85656
;
height
:
28px
;
width
:
96px
;
border-radius
:
2px
;
position
:
relative
;
margin-bottom
:
15px
;
}
.important_box
.important_button
{
height
:
20px
;
width
:
24px
;
background-color
:
#fff
;
border-radius
:
2px
;
background-image
:
url('../images_new/important_button.png')
;
background-repeat
:
no-repeat
;
background-position
:
9px
7px
;
cursor
:
pointer
;
position
:
absolute
;
right
:
4px
;
top
:
4px
;
}
.important_box
.important_button
:hover
{
background-color
:
#ffea00
;
}
.important_button_active
{
right
:
auto
;
left
:
4px
;
}
.important_box
p
{
font-size
:
12px
;
color
:
#fff
;
}
.important_button_text_1
{
padding-left
:
12px
;
padding-top
:
5px
;
}
.important_button_text_2
{
padding-left
:
32px
;
padding-top
:
5px
;
display
:
none
;
}
.important_button_text_active
{
background-color
:
#919597
;
}
.important_button_text_active
.important_button_text_1
{
display
:
none
;
}
.important_button_text_active
.important_button_text_2
{
display
:
block
;
}
.text_box_form
textarea
{
width
:
100%
;
height
:
120px
;
resize
:
none
;
padding
:
15px
;
border
:
1px
solid
#cbcbcb
;
border-radius
:
0
0
3px
3px
;
color
:
#484a4e
;
font-size
:
14px
;
line-height
:
18px
;
margin-bottom
:
15px
;
}
.gray_button
{
color
:
#5e5e5e
!important
;
background-color
:
#efefef
;
padding
:
5px
10px
;
font-size
:
14px
;
line-height
:
18px
;
border
:
none
;
border-radius
:
3px
;
outline
:
none
;
margin-bottom
:
15px
;
}
.gray_button
:hover
{
background-color
:
#d1d1d1
;
}
.gray_button
i
{
margin-left
:
10px
;
}
.panel-body.panel-body-ex-3
{
border
:
none
;
border-left
:
7px
solid
#ffb6b6
;
box-shadow
:
-1px
1px
1px
1px
#f2f2f2
;
background-color
:
#fff
;
margin-top
:
20px
;
margin-bottom
:
20px
;
}
.text-mes
p
span
{
color
:
#999999
;
}
.text-mes
p
{
margin
:
0
!important
;
}
.text_box_form_bg
{
background-color
:
#f5f5f5
;
padding
:
15px
;
}
.file_box_wr
.glyphicon-file
{
font-size
:
16px
;
color
:
#ccd0d5
;
}
.color_gray
{
color
:
#999
;
}
.file_box_wr
{
margin-bottom
:
10px
;
}
.gray_button_poz
{
margin-right
:
17px
;
margin-top
:
7px
;
}
.commentary_col
{
background-color
:
#f5f5f5
;
padding
:
15px
20px
;
margin-top
:
10px
;
margin-bottom
:
20px
;
}
.commentary_box
img
{
margin-right
:
10px
;
padding
:
1px
;
border
:
1px
solid
#ccc
;
margin-bottom
:
12px
;
margin-top
:
5px
;
}
.commentary_box_ok
{
color
:
#7cb336
;
text-decoration
:
underline
;
}
.commentary_box_ok
:hover
{
color
:
#7cb336
;
text-decoration
:
none
;
}
.commentary_box_dell
{
color
:
#424a4e
;
text-decoration
:
underline
;
}
.commentary_box_dell
:hover
{
color
:
#424a4e
;
text-decoration
:
none
;
}
.line_3
{
border-bottom
:
1px
solid
#d9d9d9
;
margin
:
10px
0
;
}
.marg_l_20
{
margin-left
:
20px
;
}
.marg_l_40
{
margin-left
:
40px
;
}
.marg_l_60
{
margin-left
:
60px
;
}
.commentary_box
.glyphicon-file
{
font-size
:
16px
;
color
:
#ccd0d5
;
padding-right
:
5px
;
}
.commentary_box_ok
{
margin-top
:
5px
;
display
:
inline-block
;
}
.dropdown_file
{
position
:
relative
;
cursor
:
pointer
;
}
.dropdown_box_file
{
position
:
absolute
;
z-index
:
2
;
right
:
-20px
;
top
:
0px
;
display
:
none
;
padding-top
:
30px
;
}
.dropdown_box_file
:before
{
position
:
absolute
;
content
:
''
;
right
:
35px
;
top
:
25px
;
width
:
0px
;
height
:
0px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#484a4e
;
}
.dropdown_box_file
ul
{
display
:
block
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
width
:
260px
;
height
:
300px
;
padding
:
10px
;
background-color
:
#484a4e
;
border-radius
:
3px
;
}
.dropdown_box_file
li
{
padding-left
:
22px
;
color
:
#fff
;
font-size
:
12px
;
margin
:
6px
0
;
position
:
relative
;
}
.dropdown_box_file
li
a
{
color
:
#fff
;
}
.dropdown_box_file
li
.glyphicon
{
font-size
:
16px
;
position
:
absolute
;
top
:
3px
;
left
:
0
;
color
:
#ccd0d5
;
}
.dropdown_file
:hover
.dropdown_box_file
{
display
:
block
;
}
.dropdown_box_file
::-webkit-scrollbar
{
background
:
#5e6166
;
width
:
10px
;
}
.dropdown_box_file
::-webkit-scrollbar-thumb
{
background
:
#e5e5e5
;}
@media
only
screen
and
(
max-width
:
992px
)
{
}
@media
only
screen
and
(
max-width
:
767px
)
{
}
@media
only
screen
and
(
max-width
:
479px
)
{
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_4.css
0 → 100644
View file @
307d3af9
.keys_test_top
{
min-height
:
560px
;
background
:
#009A46
url(../images_new/keys_test_top.png)
no-repeat
50%
0%
;
width
:
100%
;
padding-top
:
64px
;
position
:
relative
;
}
.keys_test_top
h1
{
font-size
:
36px
;
font-family
:
"RobotoBold"
;
letter-spacing
:
0.7px
;
color
:
#fff
;
}
.keys_test_top
span
{
font-size
:
18px
;
color
:
#fff
;
line-height
:
23px
;
letter-spacing
:
0.3px
;
margin-top
:
-6px
;
display
:
block
;
}
.ks_test_zak_block
{
float
:
right
;
margin-top
:
14px
;
margin-right
:
32px
;
}
.ks_test_zak_block_title
{
font-size
:
16px
;
display
:
inline-block
;
position
:
relative
;
top
:
-19px
;
right
:
19px
;
}
.ks_test_zak_block_logo
{
display
:
inline-block
;
}
.keys_test_line
{
height
:
178px
;
width
:
100%
;
background
:
url(../images_new/keys_test_line.png)
no-repeat
top
center
;
background-size
:
cover
;
-moz-background-size
:
cover
;
-webkit-background-size
:
cover
;
-o-background-size
:
cover
;
position
:
absolute
;
bottom
:
0
;
}
a
.keys_test_btn
{
position
:
relative
;
top
:
220px
;
z-index
:
4
;
}
.keys_test_par
{
position
:
relative
;
}
.keys_test_mockup1
{
width
:
242px
;
height
:
115px
;
position
:
absolute
;
top
:
284px
;
left
:
-9px
;
background
:
url(../images_new/keys_test_mockup1.png)
no-repeat
;
}
.keys_test_mockup2
{
width
:
242px
;
height
:
145px
;
position
:
absolute
;
top
:
215px
;
left
:
28px
;
background
:
url(../images_new/keys_test_mockup2.png)
no-repeat
;
}
.keys_test_mockup3
{
width
:
244px
;
height
:
152px
;
position
:
absolute
;
top
:
139px
;
left
:
80px
;
background
:
url(../images_new/keys_test_mockup3.png)
no-repeat
;
}
.keys_test_note
{
width
:
648px
;
height
:
378px
;
position
:
absolute
;
top
:
47px
;
left
:
92px
;
z-index
:
4
;
}
.keys_test_note
img
{
max-width
:
100%
;
height
:
auto
;
}
.keys_test_hat
{
width
:
247px
;
height
:
222px
;
position
:
absolute
;
right
:
16px
;
top
:
-82px
;
}
.e_cat_two_scroll2
{
padding-top
:
100px
;
}
.e_cat_two_scroll2
h2
{
background-color
:
#3b994d
;
}
.e_cat_two_scroll2
li
{
background-position
:
0
50%
;
}
.laptop_box
{
position
:
relative
;
}
.laptop_box
img
{
width
:
100%
;
}
.laptop_box
p
{
position
:
absolute
;
color
:
#547f91
;
font
:
16px
/
20px
'RobotoRegular'
,
Arial
,
sans-serif
;
}
.laptop_text_poz_1
{
top
:
10px
;
left
:
118px
;
}
.laptop_text_poz_2
{
top
:
40px
;
left
:
118px
;
}
.laptop_text_poz_3
{
top
:
72px
;
left
:
118px
;
}
.laptop_text_poz_4
{
bottom
:
8px
;
left
:
142px
;
}
.laptop_text_poz_5
{
bottom
:
8px
;
left
:
390px
;
}
.laptop_text_poz_6
{
bottom
:
8px
;
left
:
684px
;
}
.keys_testing_box
{
position
:
relative
;
background-color
:
#f3f3f3
;
padding
:
25px
30px
;
padding-bottom
:
15px
;
color
:
#2d323a
;
font
:
18px
/
24px
'RobotoRegular'
,
Arial
,
sans-serif
;
overflow
:
hidden
;
}
.keys_testing_box
h3
{
font
:
30px
/
35px
'RobotoBold'
,
Arial
,
sans-serif
;
margin-bottom
:
20px
;
}
.keys_testing_box
h4
{
font
:
20px
/
25px
'RobotoBold'
,
Arial
,
sans-serif
;
margin-bottom
:
12px
;
}
.keys_testing_box
p
{
margin-bottom
:
35px
;
}
.keys_testing_box_wr
{
position
:
relative
;
}
.keys_testing_img
{
float
:
right
;
position
:
absolute
;
top
:
0
;
right
:
-50px
;
}
.zoom_keys_testing_box
{
position
:
relative
;
z-index
:
2
;
font
:
17px
/
21px
'RobotoBold'
,
Arial
,
sans-serif
;
}
.zoom_keys_testing_box
p
{
font
:
17px
/
21px
'RobotoBold'
,
Arial
,
sans-serif
;
}
.zoom_keys_testing_box
span
{
display
:
inline-block
;
float
:
left
;
}
.keys_testing_text_arrow
{
position
:
absolute
;
top
:
130px
;
padding-left
:
40px
;
margin-left
:
315px
;
padding-top
:
90px
;
background
:
url(../images_new/keys_testing_text_arrow_top.png)
130px
0
no-repeat
;
width
:
550px
;
z-index
:
3
;
}
.keys_testing_text_arrow
:after
{
content
:
''
;
display
:
block
;
background
:
url(../images_new/keys_testing_text_arrow_bottom.png)
0
0
no-repeat
;
width
:
47px
;
height
:
44px
;
margin-left
:
-40px
;
}
.keys_testing_text_arrow
p
{
font
:
17px
/
21px
'RobotoRegular'
,
Arial
,
sans-serif
;
margin-bottom
:
7px
;
}
.keys_testing_box
h5
{
font
:
20px
/
25px
'RobotoBold'
,
Arial
,
sans-serif
;
padding-left
:
18px
;
background
:
url(../images_new/green_ok_icon.png)
0
9px
no-repeat
;
margin-bottom
:
8px
;
}
.keys_testing_box
h6
{
font
:
15px
/
20px
'RobotoRegular'
,
Arial
,
sans-serif
;
margin-bottom
:
15px
;
text-align
:
left
;
}
.keys_testing_box_cont
p
{
font
:
14px
/
20px
'RobotoRegular'
,
Arial
,
sans-serif
;
margin-bottom
:
3px
;
}
.like_form
{
position
:
relative
;
padding
:
10px
6px
;
background-color
:
#eaeaea
;
margin-bottom
:
17px
;
}
.like_form
:after
{
content
:
''
;
display
:
block
;
position
:
absolute
;
right
:
0
;
top
:
0
;
height
:
100%
;
width
:
120px
;
background
:
url(../images_new/like_form_shadow.png)
0
0
no-repeat
;
z-index
:
1
;
}
.like_form
>
span
{
display
:
block
;
background-color
:
#fff
;
border
:
1px
solid
#d7d7d7
;
padding
:
10px
12px
;
font
:
12px
/
12px
Arial
,
sans-serif
;
color
:
#787878
;
}
.like_form
.red_text
{
color
:
#f35c5c
;
}
.keys_testing_box_cont
{
border-bottom
:
1px
solid
#d7d7d7
;
margin-bottom
:
25px
;
}
.keys_testing_box_cont
:last-child
{
border-bottom
:
none
;
}
.keys_testing_box_cont_arrow
{
width
:
42px
;
height
:
14px
;
position
:
absolute
;
top
:
-25px
;
right
:
-8px
;
background
:
url(../images_new/keys_testing_box_cont_arrow.png)
0
0
no-repeat
;
z-index
:
2
;
}
.laptop_box_2
{
padding
:
0
30px
;
color
:
#2d323a
;
font
:
17px
/
22px
'RobotoRegular'
,
Arial
,
sans-serif
;
margin-bottom
:
100px
;
}
.laptop_box_2
p
{
font
:
17px
/
20px
'RobotoRegular'
,
Arial
,
sans-serif
;
}
.laptop_box_2
h5
{
font
:
20px
/
25px
'RobotoBold'
,
Arial
,
sans-serif
;
margin-bottom
:
5px
;
}
.laptop_box_2_ins
{
position
:
relative
;
margin-top
:
60px
;
text-align
:
center
;
}
.laptop_2_ins_img_1
,
.laptop_2_ins_img_2
{
position
:
absolute
;
top
:
0
;
text-align
:
left
;
-webkit-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
transition
:
all
0.5s
;
}
.laptop_2_ins_img_1
img
,
.laptop_2_ins_img_2
img
{
-webkit-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
transition
:
all
0.5s
;
}
.laptop_2_ins_img_1
{
left
:
-45px
;
}
.laptop_2_ins_img_2
{
right
:
-45px
;
}
.laptop_2_ins_img_1
img
:hover
{
-webkit-transform
:
translate
(
-25px
,
-25px
);
-ms-transform
:
translate
(
-25px
,
-25px
);
-o-transform
:
translate
(
-25px
,
-25px
);
transform
:
translate
(
-25px
,
-25px
);
}
.laptop_2_ins_img_2
img
:hover
{
-webkit-transform
:
translate
(
25px
,
-25px
);
-ms-transform
:
translate
(
25px
,
-25px
);
-o-transform
:
translate
(
25px
,
-25px
);
transform
:
translate
(
25px
,
-25px
);
}
.laptop_2_ins_cont
{
position
:
relative
;
z-index
:
2
;
margin-top
:
-160px
;
margin-left
:
160px
;
border-left
:
1px
solid
#000
;
padding-left
:
15px
;
padding-top
:
100px
;
width
:
250px
;
}
.laptop_2_ins_img_2
.laptop_2_ins_cont
{
margin-left
:
90px
;
}
@media
only
screen
and
(
max-width
:
992px
)
{
.laptop_box
p
{
font-size
:
14px
;
}
.laptop_text_poz_1
{
top
:
5px
;
left
:
90px
;
}
.laptop_text_poz_2
{
top
:
29px
;
left
:
90px
;
}
.laptop_text_poz_3
{
top
:
53px
;
left
:
90px
;
}
.laptop_text_poz_4
{
bottom
:
-13px
;
left
:
15px
;
}
.laptop_text_poz_5
{
bottom
:
-13px
;
left
:
215px
;
}
.laptop_text_poz_6
{
bottom
:
-13px
;
left
:
455px
;
}
.keys_testing_img
{
right
:
-300px
;
}
.keys_testing_text_arrow
{
margin-left
:
320px
;
width
:
350px
;
}
.keys_testing_text_arrow
h4
{
font-size
:
16px
;
margin-bottom
:
5px
;
}
.keys_testing_text_arrow
p
{
font-size
:
14px
;
}
.laptop_2_ins_img_1
img
,
.laptop_2_ins_img_2
img
{
width
:
340px
;
height
:
270px
;
}
.laptop_2_ins_img_1
,
.laptop_2_ins_img_2
{
margin-top
:
50px
;
}
.laptop_2_ins_cont
{
margin-top
:
-100px
;
padding-top
:
110px
;
margin-left
:
120px
;
}
a
.keys_test_btn
{
display
:
none
;
}
.keys_test_top
{
min-height
:
590px
;
}
}
@media
only
screen
and
(
max-width
:
767px
)
{
.laptop_box
p
{
font-size
:
12px
;
line-height
:
14px
;
}
.laptop_text_poz_1
{
top
:
2px
;
left
:
53px
;
}
.laptop_text_poz_2
{
top
:
15px
;
left
:
53px
;
}
.laptop_text_poz_3
{
top
:
29px
;
left
:
53px
;
}
.laptop_text_poz_4
{
bottom
:
-25px
;
left
:
0px
;
width
:
120px
;
text-align
:
center
;
}
.laptop_text_poz_5
{
bottom
:
-25px
;
left
:
110px
;
width
:
120px
;
text-align
:
center
;
}
.laptop_text_poz_6
{
bottom
:
-25px
;
left
:
251px
;
width
:
100px
;
text-align
:
center
;
}
.keys_testing_img
{
right
:
-400px
;
}
.keys_testing_text_arrow
{
position
:
static
;
margin-left
:
0
;
padding
:
0
;
width
:
auto
;
}
.keys_testing_text_arrow
:after
{
display
:
none
;
}
.keys_testing_box_cont_arrow
{
display
:
none
;
}
.laptop_box_2_ins
>
img
{
display
:
none
;
}
.laptop_2_ins_img_1
,
.laptop_2_ins_img_2
{
position
:
static
;
}
.laptop_2_ins_cont
{
padding-top
:
50px
;
}
.keys_test_top
{
min-height
:
635px
;
}
.ks_test_zak_block
{
float
:
none
;
margin-left
:
20px
;
margin-bottom
:
10px
;
}
.keys_test_top
{
overflow
:
hidden
;
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.laptop_text_poz_1
{
top
:
-8px
;
left
:
30px
;
}
.laptop_text_poz_2
{
top
:
5px
;
left
:
30px
;
}
.laptop_text_poz_3
{
top
:
18px
;
left
:
30px
;
}
.laptop_text_poz_4
{
bottom
:
-25px
;
left
:
-20px
;
width
:
120px
;
text-align
:
center
;
}
.laptop_text_poz_5
{
bottom
:
-45px
;
left
:
60px
;
width
:
120px
;
text-align
:
center
;
}
.laptop_text_poz_6
{
bottom
:
-25px
;
left
:
151px
;
width
:
100px
;
text-align
:
center
;
}
.laptop_box
{
margin-bottom
:
50px
;
}
.keys_testing_img
{
right
:
-500px
;
}
.zoom_keys_testing_arrow
{
display
:
none
!important
;
}
.laptop_2_ins_img_1
img
,
.laptop_2_ins_img_2
img
{
width
:
220px
;
height
:
175px
;
}
.laptop_2_ins_cont
{
margin-left
:
0
!important
;
border-left
:
none
;
padding-top
:
60px
;
padding-left
:
0
;
}
.laptop_2_ins_cont
{
width
:
auto
;
}
.keys_test_top
{
min-height
:
705px
;
}
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_5.css
0 → 100644
View file @
307d3af9
.top_prom_b
{
min-height
:
580px
;
background
:
url(../images_new/images/top_prom_b.jpg)
no-repeat
50%
50%
;
width
:
100%
;
padding-top
:
54px
;
position
:
relative
;
}
.top_prom_b_wr
{
background
:
#2d323c
url(../images_new/images/top_prom_b_bg_2.png)
0
0
repeat
;
}
.prom_b_p1
{
background
:
url(../images_new/images/calc.png)
no-repeat
center
center
;
width
:
326px
;
height
:
297px
;
position
:
absolute
;
top
:
19px
;
left
:
-500px
;
z-index
:
4
;
}
.prom_b_p2
{
background
:
url(../images_new/images/prom_b_p2.png)
no-repeat
center
center
;
width
:
384px
;
height
:
456px
;
position
:
absolute
;
top
:
200px
;
left
:
-340px
;
z-index
:
4
;
}
.prom_b_p3
{
background
:
url(../images_new/images/prom_b_p3.png)
no-repeat
center
center
;
width
:
233px
;
height
:
213px
;
position
:
absolute
;
top
:
50px
;
left
:
1000px
;
z-index
:
4
;
}
.top_prom_b
h1
{
font-size
:
36px
;
line-height
:
50px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
}
.top_prom_b
h3
{
font-size
:
24px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
padding-bottom
:
15px
;
}
.top_prom_b_subtitle
{
padding-top
:
170px
;
position
:
relative
;
}
.numbers_list_gr
{
counter-reset
:
li
;
/* Инициализируем счетчик */
padding
:
0
;
/* Удаляем установленное по умолчанию левое поле*/
list-style
:
none
;
/* Отменяем нумерацию установленную по умолчанию */
}
.numbers_list_gr
li
{
position
:
relative
;
padding-left
:
46px
;
font-size
:
26px
;
line-height
:
47px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
}
.numbers_list_gr
li
a
{
font-size
:
26px
;
line-height
:
47px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
text-decoration
:
underline
;
}
.numbers_list_gr
li
a
:hover
{
color
:
#08f1ef
;
}
.numbers_list_gr
li
:before
{
content
:
counter
(
li
);
/* В качестве данных используем счетчик */
counter-increment
:
li
;
/* Увеличиваем значение счетчика на 1 */
/* Позиционируем и стилизируем цифры */
position
:
absolute
;
height
:
35px
;
width
:
35px
;
top
:
5px
;
left
:
0
;
color
:
#109492
;
background
:
#00fffc
;
font-weight
:
bold
;
font-size
:
24px
;
line-height
:
35px
;
font-family
:
"RobotoBold"
;
text-align
:
center
;
border-radius
:
35px
;
}
.prom_b_logo
{
position
:
absolute
;
bottom
:
0
;
right
:
0
;
}
.prom_b_logo
p
{
font-size
:
16px
;
line-height
:
35px
;
font-family
:
"RobotoBold"
;
}
.prom_b_cont
h2
{
font-size
:
30px
;
color
:
#fff
;
background
:
#477fb8
url(../images_new/images/top_prom_b_bg_2.png)
0
0
repeat
;
padding
:
13px
18px
;
display
:
inline-block
;
font-family
:
"RobotoBold"
;
margin-bottom
:
45px
;
}
.prom_b_cont
{
background-color
:
#fff
;
padding-top
:
80px
;
color
:
#2d323a
;
}
.prom_b_cont
h5
{
font-size
:
18px
;
line-height
:
35px
;
font-family
:
"RobotoBold"
;
padding-bottom
:
5px
;
}
.prom_b_cont
p
{
font-size
:
17px
;
line-height
:
26px
;
color
:
#2d323a
;
}
.prom_b_info
{
margin-top
:
40px
;
}
.prom_b_info
li
{
position
:
relative
;
padding-left
:
130px
;
padding-bottom
:
25px
;
height
:
132px
;
}
.prom_b_info_img
{
position
:
absolute
;
top
:
0
;
left
:
0
;
background-color
:
#2d323a
;
width
:
105px
;
height
:
105px
;
border-radius
:
100%
;
text-align
:
center
;
}
.prom_b_info_img
img
{
margin-top
:
25px
;
}
.prom_b_info
li
:before
{
content
:
""
;
display
:
inline-block
;
vertical-align
:
middle
;
height
:
100%
;
}
.prom_b_info
li
p
{
vertical-align
:
middle
;
display
:
inline-block
;
width
:
95%
;
}
.prom_b_info_img
span
{
position
:
absolute
;
top
:
10px
;
left
:
0
;
font-size
:
15px
;
line-height
:
25px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
width
:
25px
;
height
:
25px
;
border-radius
:
100%
;
background-color
:
#2d323a
;
}
.prom_b_info_img
:after
{
content
:
''
;
display
:
block
;
background
:
url(../images_new/images/prom_b_info_point.png)
0
0
no-repeat
;
width
:
4px
;
height
:
20px
;
position
:
absolute
;
bottom
:
-24px
;
left
:
50%
;
margin-left
:
-2px
;
}
.prom_b_info
li
:last-child
.prom_b_info_img
:after
{
background-image
:
none
;
}
.prom_b_example
img
{
width
:
100%
;
}
.prom_b_example_poz1
{
margin-top
:
43px
;
}
.prom_b_example_poz2
{
margin-top
:
-30px
;
}
.prom_b_example_poz3
{
margin-top
:
-355px
;
}
.prom_b_cont_dark
{
background-color
:
#3a424c
;
padding-bottom
:
30px
;
}
.prom_b_cont_dark
h2
{
font-size
:
30px
;
color
:
#fff
;
background
:
#477fb8
;
padding
:
13px
20px
;
display
:
inline-block
;
font-family
:
"RobotoBold"
;
position
:
relative
;
top
:
-28px
;
}
.prom_b_cont_dark
{
color
:
#fff
;
}
.prom_b_cont_dark
h5
{
font-size
:
18px
;
line-height
:
35px
;
font-family
:
"RobotoBold"
;
padding-bottom
:
25px
;
}
.prom_b_cont_dark
p
{
font-size
:
16px
;
line-height
:
26px
;
font-family
:
"RobotoBold"
;
padding-bottom
:
25px
;
}
.prom_b_question
li
{
background-color
:
#fff
;
height
:
100px
;
width
:
445px
;
border-radius
:
10px
;
position
:
relative
;
padding
:
10px
15px
12px
100px
;
font-size
:
17px
;
line-height
:
26px
;
font-family
:
"RobotoBold"
;
color
:
#2d323a
;
margin-bottom
:
38px
;
}
.prom_b_question
li
p
{
font-size
:
17px
;
line-height
:
26px
;
font-family
:
"RobotoBold"
;
color
:
#2d323a
;
}
.prom_b_question
p
{
padding-top
:
25px
;
padding-bottom
:
50px
;
}
.prom_b_question_img
{
position
:
absolute
;
top
:
18px
;
left
:
15px
;
height
:
65px
;
width
:
65px
;
background-color
:
#3a424c
;
border-radius
:
100%
;
text-align
:
center
;
}
.prom_b_question_img
img
{
margin-top
:
14px
;
}
.prom_b_question
li
.prom_b_question_up
{
font-size
:
14px
;
line-height
:
18px
;
font-family
:
"RobotoRegular"
;
}
.prom_b_question
li
:hover
p
{
padding
:
0
;
}
.prom_b_question
li
p
{
-webkit-transition
:
all
0.2s
ease
;
-moz-transition
:
all
0.2s
ease
;
-o-transition
:
all
0.2s
ease
;
transition
:
all
0.2s
ease
;}
.prom_b_question
.prom_b_question_first
{
background-color
:
#3a424c
;
padding-bottom
:
0
;
height
:
90px
;
}
.prom_b_question
.prom_b_question_first
p
{
font-size
:
20px
;
line-height
:
26px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
}
.prom_b_question
.prom_b_question_first
:hover
p
{
padding-top
:
25px
;
padding-bottom
:
50px
;
}
.prom_b_question
li
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
background
:
url(../images_new/images/prom_b_question_arrow.png)
0
0
no-repeat
;
width
:
13px
;
height
:
15px
;
left
:
40px
;
bottom
:
-28px
;
}
.prom_b_question
li
:last-child:before
{
background-image
:
none
;
background
:
url(../images_new/images/prom_b_question_arrow_2.png)
0
0
no-repeat
;
width
:
25px
;
height
:
32px
;
left
:
105px
;
bottom
:
-45px
;
}
.prom_b_question_cont
{
overflow
:
hidden
;
height
:
90px
;
display
:
block
;
}
.prom_b_notification
{
padding-left
:
79px
;
background
:
url(../images_new/images/notification_icon.png)
15px
0
no-repeat
;
font-size
:
17px
;
line-height
:
26px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
margin-left
:
130px
;
min-height
:
60px
;
width
:
310px
;
}
.name_cif2
{
font-size
:
16px
;
line-height
:
24px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
width
:
220px
;
display
:
block
;
}
.cif2
{
font-size
:
105px
;
line-height
:
105px
;
font-family
:
"RobotoBold"
;
border-top
:
1px
solid
#474f58
;
padding-top
:
25px
;
margin-top
:
20px
;
color
:
#3698cf
;
}
.prom_b_cont
h3
{
font-size
:
30px
;
line-height
:
36px
;
color
:
#2d323a
;
font-family
:
"RobotoBold"
;
margin-bottom
:
35px
;
}
.prom_b_cont
h4
{
font-size
:
30px
;
line-height
:
36px
;
color
:
#2d323a
;
font-family
:
"RobotoBold"
;
}
.prom_b_video_arrow
{
position
:
relative
;
line-height
:
30px
;
}
.prom_b_video_arrow
h5
{
line-height
:
30px
;
}
.prom_b_video_arrow
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
background
:
url(../images_new/images/prom_b_video_arrow.png)
0
0
no-repeat
;
width
:
32px
;
height
:
25px
;
top
:
-18px
;
left
:
-58px
;
}
.prom_b_video_arrow_box
{
margin-top
:
30px
;
}
.round_schedule
{
margin-top
:
65px
;
}
#chart-container
text
[
fill
=
"#000000"
]
{
display
:
none
;
}
.round_schedule_ins
{
position
:
relative
;
padding-bottom
:
50px
;
}
.yandex_logo
{
position
:
absolute
;
right
:
0
;
top
:
20px
;
font-size
:
14px
;
z-index
:
20
;
}
.yandex_logo
a
{
float
:
right
;
}
.yandex_logo
p
{
font-size
:
14px
;
margin-bottom
:
10px
;
}
.round_schedule_ins
li
{
font-size
:
14px
;
margin-bottom
:
10px
;
}
.round_schedule_ins_sn
{
padding-left
:
400px
;
}
.round_schedule_ins_ul
{
padding-left
:
28px
;
margin-bottom
:
20px
;
}
.round_schedule_ins_ul
li
{
font-size
:
16px
;
line-height
:
34px
;
}
.round_schedule_ins2
{
padding-bottom
:
60px
;
}
.yandex_logo_2
{
float
:
right
;
}
.yandex_logo_2
a
{
float
:
right
;
}
.yandex_logo_2
p
{
font-size
:
14px
;
margin-bottom
:
10px
;
float
:
left
;
margin-top
:
50px
;
margin-right
:
25px
;
}
#chart-container-2
text
[
fill
=
"#000000"
]
{
display
:
none
;
}
.blue_table
{
width
:
100%
;
}
.blue_table
th
{
font-size
:
16px
;
line-height
:
20px
;
color
:
#fff
;
font-family
:
"RobotoBold"
;
background-color
:
#49acc5
;
padding
:
15px
20px
;
border
:
1px
solid
#fff
;
border-bottom
:
none
;
border-top
:
none
;
}
.blue_table
th
:first-child
{
border-left
:
none
;
}
.blue_table
th
:last-child
{
border-right
:
none
;
}
.blue_table
td
{
font-size
:
14px
;
line-height
:
20px
;
background-color
:
#fff
;
padding
:
15px
20px
;
border
:
1px
solid
#c2c2c2
;
}
.prom_b_cont_br
{
padding-bottom
:
70px
;
}
.prom_b_cont_dark
h3
{
font-size
:
25px
;
line-height
:
36px
;
color
:
#fff
;
font-family
:
"RobotoBold"
;
}
.blue_list_ul
li
{
background
:
url(../images_new/images/blue_list_ul.png)
no-repeat
0
15px
;
padding-left
:
22px
;
font-size
:
20px
;
line-height
:
36px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
}
.map_rf
{
width
:
776px
;
height
:
390px
;
background
:
url(../images_new/images/map_rf.png)
0
0
no-repeat
;
position
:
relative
;
margin-top
:
50px
;
}
.map_rf_phone_blue
{
color
:
#477fb8
;
font
:
bold
14px
/
20px
'Calibri'
,
Arial
,
sans-serif
;
position
:
absolute
;
left
:
203px
;
top
:
-20px
;
}
.map_rf_phone_blue
*
{
color
:
#477fb8
;
}
.map_rf_phone_blue
em
{
color
:
#477fb8
;
font-size
:
26px
;
font
:
italic
bold
26px
/
26px
'Calibri'
,
Arial
,
sans-serif
;
}
.map_rf_phone_blue
:after
{
content
:
''
;
display
:
block
;
position
:
absolute
;
width
:
254px
;
height
:
194px
;
background
:
url(../images_new/images/map_rf_phone_blue_line.png)
0
0
no-repeat
;
top
:
60px
;
left
:
-75px
;
}
.map_rf_phone_blue
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
width
:
82px
;
height
:
78px
;
background
:
url(../images_new/images/map_rf_phone_blue_point.png)
0
0
no-repeat
;
top
:
225px
;
left
:
-110px
;
}
.map_rf_phone_green
{
color
:
#67893b
;
font
:
bold
14px
/
20px
'Calibri'
,
Arial
,
sans-serif
;
position
:
absolute
;
left
:
450px
;
top
:
-20px
;
}
.map_rf_phone_green
*
{
color
:
#67893b
;
}
.map_rf_phone_green
em
{
color
:
#67893b
;
font-size
:
26px
;
font
:
italic
bold
26px
/
26px
'Calibri'
,
Arial
,
sans-serif
;
}
.map_rf_phone_green
:after
{
content
:
''
;
display
:
block
;
position
:
absolute
;
width
:
254px
;
height
:
194px
;
background
:
url(../images_new/images/map_rf_phone_green_line.png)
0
0
no-repeat
;
top
:
60px
;
left
:
-75px
;
}
.map_rf_phone_green
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
width
:
19px
;
height
:
19px
;
background
:
url(../images_new/images/map_rf_phone_green_point.png)
0
0
no-repeat
;
top
:
240px
;
left
:
-82px
;
}
.map_rf
span
{
color
:
#676767
;
font-size
:
16px
;
line-height
:
20px
;
font-family
:
"RobotoBold"
;
position
:
absolute
;
top
:
270px
;
left
:
-165px
;
}
.prom_b_laptop
{
position
:
relative
;
padding-top
:
70px
;
margin-top
:
30px
;
}
.prom_b_laptop
p
{
font-size
:
16px
;
line-height
:
20px
;
}
.prom_b_laptop_text_1
{
position
:
absolute
;
left
:
113px
;
top
:
20px
;
width
:
240px
;
}
.prom_b_laptop_text_2
{
position
:
absolute
;
top
:
0px
;
left
:
448px
;
width
:
320px
;
}
.chart-container-duplicate
{
display
:
none
;
}
@media
only
screen
and
(
max-width
:
969px
)
{
.top_prom_b_subtitle
{
padding-top
:
150px
;
}
.prom_b_logo
{
position
:
static
;
float
:
right
;
}
.prom_b_video
iframe
{
width
:
100%
;
}
.chart-container-wr
{
height
:
370px
;
overflow
:
hidden
;
}
.prom_b_laptop_text_1
{
left
:
0
;
}
.prom_b_laptop_text_2
{
left
:
342px
;
}
.top_prom_b_wr
{
overflow
:
hidden
;
}
}
@media
only
screen
and
(
max-width
:
767px
)
{
.chart-container-wr
{
display
:
none
;
}
.chart-container-duplicate
{
display
:
block
;
padding-top
:
70px
;
padding-bottom
:
20px
;
}
.top_prom_b_subtitle
{
padding-top
:
30px
;
}
.top_prom_b
h1
{
font-size
:
29px
;
line-height
:
32px
;
}
.numbers_list_gr
li
a
,
.numbers_list_gr
li
{
line-height
:
36px
;
}
.prom_b_example_poz1
{
margin-top
:
0px
;
}
.prom_b_example_poz2
{
margin-top
:
0px
;
}
.prom_b_example_poz3
{
margin-top
:
0px
;
}
.prom_b_question
li
p
{
padding
:
0
!important
;
}
.cif2
{
text-align
:
center
;
}
.name_cif2
{
text-align
:
center
;
width
:
auto
;
}
.prom_b_video_arrow
,
.prom_b_video_arrow_box
{
display
:
none
;
}
.prom_b_video
{
margin-bottom
:
20px
;
}
.round_schedule_ins_sn
{
padding-left
:
25px
;
}
.yandex_logo_2
p
{
float
:
right
;
margin-right
:
0
;
}
.map_rf
{
background-size
:
100%
;
width
:
auto
;
height
:
270px
;
}
.map_rf
span
{
display
:
none
;
}
.map_rf_phone_blue
{
top
:
0
;
left
:
0
;
}
.map_rf_phone_green
{
left
:
0
;
top
:
70px
;
}
.map_rf_phone_blue
:before
,
.map_rf_phone_green
:before
{
display
:
none
;
}
.map_rf_phone_blue
:after
,
.map_rf_phone_green
:after
{
display
:
none
;
}
.prom_b_laptop_text_1
{
top
:
40px
;
width
:
180px
;
}
.prom_b_laptop_text_2
{
left
:
200px
;
width
:
220px
;
}
.prom_b_laptop
{
padding-top
:
110px
;
}
.round_schedule_ins_ul
{
padding-left
:
0
;
}
.
.round_schedule_ins_ul
li
{
line-height
:
24px
;
}
/*#chart-container text, #chart-container tspan {
white-space: inherit !important;
width: 100px !important;
color: #fff !important;
}*/
.prom_b_cont
h5
{
line-height
:
25px
;
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.numbers_list_gr
li
a
,
.numbers_list_gr
li
{
font-size
:
18px
;
line-height
:
24px
;
}
.numbers_list_gr
li
a
,
.numbers_list_gr
li
{
margin-bottom
:
10px
;
}
.prom_b_info
li
{
height
:
auto
;
}
.prom_b_info_img
:after
{
display
:
none
;
}
.prom_b_info
li
{
padding-top
:
110px
;
padding-left
:
0
;
}
.prom_b_question
li
{
width
:
270px
;
height
:
auto
;
}
.prom_b_question_cont
{
height
:
auto
;
}
.prom_b_notification
{
margin-left
:
0
;
width
:
270px
;
margin-top
:
50px
;
}
.blue_table
th
{
font-size
:
14px
;
}
.blue_table
td
{
font-size
:
12px
;
}
.blue_table
th
,
.blue_table
td
{
padding
:
5px
;
}
.map_rf
{
height
:
200px
;
}
.prom_b_laptop_text_1
,
.prom_b_laptop_text_2
{
position
:
static
;
margin-bottom
:
10px
;
width
:
auto
;
}
.prom_b_laptop
{
padding-top
:
0
;
}
.chart-container-duplicate
{
display
:
block
;
padding-top
:
170px
;
padding-bottom
:
20px
;
}
.up-button-container
{
display
:
none
;
}
.prom_b_cont
h2
{
font-size
:
26px
;
}
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_6.css
0 → 100644
View file @
307d3af9
.top_keys_depot_wr
{
background
:
#2d323c
url(../images_new/images/top_keys_depot_bg.jpg)
0
0
repeat
;
}
.top_keys_depot
{
min-height
:
910px
;
background
:
url(../images_new/images/top_keys_depot_2.jpg)
no-repeat
50%
50%
;
width
:
100%
;
padding-top
:
34px
;
position
:
relative
;
}
.keys_depot_p1
{
background
:
url(../images_new/images/keys_depot_p1.png)
no-repeat
center
center
;
width
:
195px
;
height
:
183px
;
position
:
absolute
;
top
:
150px
;
left
:
-300px
;
z-index
:
4
;
}
.keys_depot_p2
{
background
:
url(../images_new/images/keys_depot_p2.png)
no-repeat
center
center
;
width
:
94px
;
height
:
92px
;
position
:
absolute
;
top
:
500px
;
left
:
-100px
;
z-index
:
4
;
}
.keys_depot_p3
{
background
:
url(../images_new/images/keys_depot_p3.png)
no-repeat
center
center
;
width
:
192px
;
height
:
155px
;
position
:
absolute
;
top
:
50px
;
left
:
1000px
;
z-index
:
4
;
}
.top_keys_depot
h1
{
font-size
:
36px
;
line-height
:
50px
;
font-family
:
"RobotoBold"
;
color
:
#2d323a
;
}
.top_keys_depot_text_poz
{
position
:
relative
;
}
.top_keys_depot_text_poz_1
,
.top_keys_depot_text_poz_2
{
position
:
absolute
;
font-size
:
16px
;
line-height
:
19px
;
font-family
:
"RobotoBold"
;
color
:
#2d323a
;
padding-bottom
:
10px
;
z-index
:
10
;
}
.top_keys_depot_text_poz_1
{
top
:
325px
;
background
:
url(../images_new/images/top_keys_depot_text_poz_1.png)
0
100%
no-repeat
;
padding-right
:
100px
;
}
.top_keys_depot_text_poz_2
{
top
:
379px
;
right
:
105px
;
background
:
url(../images_new/images/top_keys_depot_text_poz_2.png)
0
100%
no-repeat
;
padding-left
:
140px
;
padding-bottom
:
85px
;
}
.top_keys_depot_text_poz_3
,
.top_keys_depot_text_poz_4
{
position
:
absolute
;
font-size
:
16px
;
line-height
:
21px
;
font-family
:
"RobotoBold"
;
color
:
#fff
;
padding-top
:
10px
;
border-top
:
1px
solid
#fff
;
top
:
600px
;
z-index
:
10
;
}
.top_keys_depot_text_poz_3
{
padding-right
:
30px
;
}
.top_keys_depot_text_poz_4
{
right
:
0
;
padding-left
:
30px
;
}
.e_cat_two_scroll3
{
position
:
relative
;
}
.e_cat_two_scroll3
h2
{
background-color
:
#96ca4e
;
color
:
#2d323a
;
}
.e_cat_two_scroll3
li
{
background-position
:
0
50%
;
font-size
:
17px
;
}
.e_cat_two_scroll3
a
.keys_test_btn
{
position
:
absolute
;
top
:
-150px
;
}
.top_keys_depot_box_animation
{
position
:
absolute
;
top
:
-34px
;
width
:
1px
;
left
:
50%
;
}
.top_keys_depot_box_animation
>
div
{
position
:
absolute
;
}
.cars_down
{
z-index
:
6
;
top
:
148px
;
margin-left
:
-153px
;
}
.funnel_img
{
z-index
:
5
;
top
:
240px
;
-webkit-transform
:
translate
(
-50%
,
0
);
-ms-transform
:
translate
(
-50%
,
0
);
-o-transform
:
translate
(
-50%
,
0
);
transform
:
translate
(
-50%
,
0
);
}
.batt_green
{
top
:
525px
;
right
:
1px
;
}
.batt_green
{
opacity
:
1
;
/* -moz-animation: animaciya1 1.38s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya1 1.38s ease-in-out 0s infinite alternate;
-ms-animation: animaciya1 1.38s ease-in-out 0s infinite alternate;*/
}
@-moz-keyframes
animaciya1
{
from
{
opacity
:
0.3
;}
to
{
opacity
:
1
;}
}
@-webkit-keyframes
animaciya1
{
from
{
opacity
:
0.3
;}
to
{
opacity
:
1
;}
}
@-ms-keyframes
animaciya1
{
from
{
opacity
:
0.3
;}
to
{
opacity
:
1
;}
}
.batt_read
{
top
:
525px
;
left
:
0px
;
}
.batt_read
{
opacity
:
1
;
/* -moz-animation: animaciya1 1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya1 1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya1 1s ease-in-out 0s infinite alternate;*/
}
.substrate_green
{
top
:
510px
;
right
:
70px
;
}
.substrate_read
{
top
:
510px
;
left
:
70px
;
}
.car_lg_1
{
position
:
absolute
;
left
:
58px
;
top
:
30px
;
}
.car_lg_1
{
opacity
:
1
;
/* -moz-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;*/
}
/*@-moz-keyframes animaciya2 {
from {opacity: 0;}
to {opacity: 1;}
}
@-webkit-keyframes animaciya2 {
from {opacity: 0;}
to {opacity: 1;}
}
@-ms-keyframes animaciya2 {
from {opacity: 0;}
to {opacity: 1;}
}*/
.car_lg_2
{
position
:
absolute
;
left
:
125px
;
top
:
70px
;
}
.car_lg_2
{
opacity
:
1
;
/* -moz-animation: animaciya2 1.1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.1s ease-in-out 0s infinite alternate;*/
}
.car_lg_3
{
position
:
absolute
;
left
:
190px
;
top
:
110px
;
}
.car_lg_3
{
opacity
:
1
;
/* -moz-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;*/
}
.substrate_read
>
div
{
position
:
absolute
;
}
.car_sm_1
{
left
:
40px
;
top
:
125px
;
/* -moz-animation: animaciya2 2.7s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 2.7s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 2.7s ease-in-out 0s infinite alternate;*/
}
.car_sm_2
{
left
:
72px
;
top
:
105px
;
/* -moz-animation: animaciya2 3.1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 3.1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 3.1s ease-in-out 0s infinite alternate;*/
}
.car_sm_3
{
left
:
104px
;
top
:
85px
;
/* -moz-animation: animaciya2 1.38s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.38s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.38s ease-in-out 0s infinite alternate;*/
}
.car_sm_4
{
left
:
136px
;
top
:
65px
;
/*-moz-animation: animaciya2 1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1s ease-in-out 0s infinite alternate;*/
}
.car_sm_5
{
left
:
168px
;
top
:
45px
;
/* -moz-animation: animaciya2 1.4s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.4s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.4s ease-in-out 0s infinite alternate;*/
}
.car_sm_6
{
left
:
200px
;
top
:
25px
;
/* -moz-animation: animaciya2 1.5s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.5s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.5s ease-in-out 0s infinite alternate;*/
}
.car_sm_7
{
left
:
95px
;
top
:
160px
;
/* -moz-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.6s ease-in-out 0s infinite alternate;*/
}
.car_sm_8
{
left
:
127px
;
top
:
140px
;
/* -moz-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 2.1s ease-in-out 0s infinite alternate;*/
}
.car_sm_9
{
left
:
159px
;
top
:
120px
;
/* -moz-animation: animaciya2 1.9s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 1.9s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 1.9s ease-in-out 0s infinite alternate;*/
}
.car_sm_10
{
left
:
191px
;
top
:
100px
;
/*-moz-animation: animaciya2 2.6s ease-in-out 0s infinite alternate;
-webkit-animation: animaciya2 2.6s ease-in-out 0s infinite alternate;
-ms-animation: animaciya2 2.6s ease-in-out 0s infinite alternate;*/
}
.cars_down
{
text-align
:
center
;
width
:
294px
;
top
:
150px
;
margin-left
:
-146px
;
}
.cars_down
>
img
{
position
:
absolute
;
transform
:
translate
(
0
,
-1000px
);
-webkit-transform
:
translate
(
0
,
-1000px
);
-ms-transform
:
translate
(
0
,
-1000px
);
}
@-moz-keyframes
car_down_animation
{
from
{
transform
:
translate
(
0
,
-1000px
);}
to
{
transform
:
translate
(
0
,
0
);}
}
@-webkit-keyframes
car_down_animation
{
from
{
-webkit-transform
:
translate
(
0
,
-1000px
);}
to
{
-webkit-transform
:
translate
(
0
,
0
);}
}
@-ms-keyframes
car_down_animation
{
from
{
-ms-transform
:
translate
(
0
,
-1000px
);}
to
{
-ms-transform
:
translate
(
0
,
0
);}
}
.car_down_animation_1
{
top
:
57px
;
left
:
0
;
-moz-animation
:
car_down_animation
1.0s
ease-in-out
0s
forwards
alternate
;
-webkit-animation
:
car_down_animation
1.0s
ease-in-out
0s
forwards
alternate
;
-ms-animation
:
car_down_animation
1.0s
ease-in-out
0s
forwards
alternate
;
}
.car_down_animation_2
{
top
:
122px
;
left
:
80px
;
-moz-animation
:
car_down_animation
1.0s
ease-in-out
0.5s
forwards
alternate
;
-webkit-animation
:
car_down_animation
1.0s
ease-in-out
0.5s
forwards
alternate
;
-ms-animation
:
car_down_animation
1.0s
ease-in-out
0.5s
forwards
alternate
;
}
.car_down_animation_3
{
top
:
0
;
left
:
150px
;
-moz-animation
:
car_down_animation
1.0s
ease-in-out
2.0s
forwards
alternate
;
-webkit-animation
:
car_down_animation
1.0s
ease-in-out
2.0s
forwards
alternate
;
-ms-animation
:
car_down_animation
1.0s
ease-in-out
2.0s
forwards
alternate
;
}
.car_down_animation_4
{
top
:
40px
;
left
:
180px
;
-moz-animation
:
car_down_animation
1.0s
ease-in-out
1.5s
forwards
alternate
;
-webkit-animation
:
car_down_animation
1.0s
ease-in-out
1.5s
forwards
alternate
;
-ms-animation
:
car_down_animation
1.0s
ease-in-out
1.5s
forwards
alternate
;
}
.car_down_animation_5
{
top
:
87px
;
left
:
140px
;
-moz-animation
:
car_down_animation
1.0s
ease-in-out
1.0s
forwards
alternate
;
-webkit-animation
:
car_down_animation
1.0s
ease-in-out
1.0s
forwards
alternate
;
-ms-animation
:
car_down_animation
1.0s
ease-in-out
1.0s
forwards
alternate
;
}
/*.animated .cars_down_animation {
width: 284px;
margin: 0 auto;
height: auto;
-moz-animation: cars_down_animation 1.0s ease-in-out 0s alternate;
-webkit-animation: cars_down_animation 1.0s ease-in-out 0s alternate;
-ms-animation: cars_down_animation 1.0s ease-in-out 0s alternate;
}
@-moz-keyframes cars_down_animation {
from {width: 484px;}
to {width: 284px;}
}
@-webkit-keyframes cars_down_animation {
from {width: 484px;}
to {width: 284px;}
}
@-ms-keyframes cars_down_animation {
from {width: 484px;}
to {width: 284px;}
}*/
@media
only
screen
and
(
max-width
:
969px
)
{
.top_keys_depot_text_poz_3
,
.top_keys_depot_text_poz_4
{
top
:
670px
;
}
.top_keys_depot_wr
{
overflow
:
hidden
;
}
}
@media
only
screen
and
(
max-width
:
767px
)
{
.top_keys_depot_text_poz_3
,
.top_keys_depot_text_poz_4
{
padding
:
0
;
top
:
680px
;
}
.top_keys_depot_text_poz_2
{
padding-left
:
30px
;
background-position
:
100%
100%
;
right
:
0
;
top
:
450px
;
}
.top_keys_depot
h1
{
font-size
:
32px
;
line-height
:
40px
;
}
.keys_depot_p2
{
display
:
none
;
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.top_keys_depot_text_poz_1
{
background-position
:
100%
100%
;
top
:
280px
;
}
.top_keys_depot
h1
{
font-size
:
28px
;
line-height
:
32px
;
}
}
\ No newline at end of file
common/modules/blog/assets/src/css/style_add_7.css
0 → 100644
View file @
307d3af9
.tab_item
{
position
:
relative
;
}
.contact_map_btn
{
position
:
absolute
;
top
:
40px
;
}
.map_btn
{
height
:
41px
;
background-color
:
#f9f9f9
;
color
:
#a2a2a2
;
font
:
15px
/
20px
'RobotoRegular'
,
Arial
,
sans-serif
;
width
:
265px
;
padding
:
8px
20px
12px
45px
;
text-decoration
:
none
;
display
:
block
;
position
:
relative
;
}
.map_btn
span
{
border-bottom
:
2px
dotted
transparent
;
}
.map_btn
:focus
{
color
:
#a2a2a2
;
text-decoration
:
none
;
}
.map_btn
:hover
{
color
:
#2d3642
;
background
:
#ffb500
;
background
:
linear-gradient
(
to
top
,
#ffb500
,
#ffe400
);
text-decoration
:
none
;
}
.map_btn
:hover
span
{
border-bottom
:
2px
dotted
#36404e
;
}
.map_btn
:hover:before
{
background-position
:
0
100%
;
}
.map_btn
:before
{
content
:
''
;
display
:
block
;
position
:
absolute
;
top
:
11px
;
left
:
15px
;
height
:
19px
;
width
:
21px
;
background-position
:
0px
0px
;
background-repeat
:
no-repeat
;
}
.map_btn_1
:before
{
background-image
:
url(../images_new/images/map_btn_1.png)
;
}
.map_btn_2
:before
{
background-image
:
url(../images_new/images/map_btn_2.png)
;
}
.map_btn_2
:hover:before
{
background-position
:
0
100%
;
top
:
9px
;
}
.popup__title_2
{
font-size
:
31px
;
color
:
#344555
;
text-align
:
left
;
display
:
block
;
margin-bottom
:
25px
;
}
.map_form_button
{
width
:
178px
;
height
:
50px
;
border-radius
:
50px
;
-moz-border-radius
:
50px
;
-webkit-border-radius
:
50px
;
-o-border-radius
:
50px
;
-ms-border-radius
:
50px
;
text-align
:
center
;
color
:
#655d04
!important
;
font-family
:
"RobotoBold"
;
font-size
:
20px
;
background-image
:
linear-gradient
(
to
top
,
#fdd000
0%
,
#fff04e
100%
);
box-shadow
:
2px
3.5px
5px
rgba
(
0
,
0
,
0
,
0.12
);
color
:
#908505
;
border
:
none
;
border-bottom
:
4px
solid
#D2BF00
;
line-height
:
43px
;
display
:
inline-block
;
margin
:
20px
0px
0px
;
cursor
:
pointer
;
opacity
:
1
;
margin-right
:
10px
;
}
.map_form_button
:last-child
{
margin-right
:
0
;
}
.map_form_button
:hover
,
.map_form_button
:focus
{
background-image
:
linear-gradient
(
to
top
,
#fde654
0%
,
#fef77d
100%
);
box-shadow
:
2px
3.5px
5px
rgba
(
0
,
0
,
0
,
0.12
);
color
:
#908505
;
border-bottom
:
4px
solid
#D2BF00
;
text-decoration
:
none
;
}
.map_form_button
:active
{
background-image
:
linear-gradient
(
to
top
,
#f4db15
0%
,
#fbd20d
100%
);
box-shadow
:
2px
3.5px
5px
rgba
(
0
,
0
,
0
,
0.12
);
color
:
#908505
;
border
:
none
;
border-top
:
4px
solid
#D2BF00
;
text-decoration
:
none
;
}
.simple_btn_close
{
position
:
static
;
}
.mfp-close
{
cursor
:
pointer
;
}
@media
only
screen
and
(
max-width
:
969px
)
{
}
@media
only
screen
and
(
max-width
:
767px
)
{
}
@media
only
screen
and
(
max-width
:
479px
)
{
}
\ No newline at end of file
common/modules/blog/views/post/_sidebar.php
View file @
307d3af9
...
@@ -26,25 +26,40 @@ use common\modules\languages\models\Languages;
...
@@ -26,25 +26,40 @@ use common\modules\languages\models\Languages;
<?php
if
(
$tags
)
:
?>
<?php
if
(
$tags
)
:
?>
<div
class=
"sidebar_module"
>
<div
class=
"sidebar_module"
>
<h2>
<?=
\Yii
::
t
(
'blog'
,
'Categories'
);
?>
</h2>
<h2>
<?=
\Yii
::
t
(
'blog'
,
'Categories'
);
?>
</h2>
<div
class=
"sidebar_module_body"
>
<!-- <div class="sidebar_module_body">-->
<!---->
<!-- -->
<?php
//foreach ($tags as $tag) : ?>
<!--
-->
<!--
<
a
href
=
"--><?//=
$tag->url
;?><!--"
class
=
"cat_link_mod"
>--><?
//=$tag->name?><!--</a> -->
<!---->
<!--
--><?
php
//endforeach; ?>
<!---->
<!--
</
div
>-->
<!--
add
22.05
.
16
-->
<
div
class
=
"categories_form"
>
<
form
>
<?
php
foreach
(
$tags
as
$tag
)
:
?>
<?
php
foreach
(
$tags
as
$tag
)
:
?>
<a
href=
"
<?=
$tag
->
url
;
?>
"
class=
"cat_link_mod"
>
<?=
$tag
->
name
?>
</a>
<input
type=
"checkbox"
class=
"checkbox_btn"
id=
"checkbox-
<?=
$tag
->
id
?>
"
>
<label
for=
"checkbox-
<?=
$tag
->
id
?>
"
>
<?=
$tag
->
name
?>
</label>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
</form>
</div>
</div>
<!-- add 22.05.16 -->
</div>
</div>
<?php
endif
;
?>
<?php
endif
;
?>
<br/><br/>
<div
class=
"sidebar_module"
>
<div
class=
"sidebar_module"
>
<div
class=
"sidebar_module_body"
>
<div
class=
"sidebar_module_body"
>
<a
href=
"#feedback"
class=
"sidebar_btn popup-form"
>
<!-- add 22.05.16 -->
<?=
\Yii
::
t
(
'blog'
,
'Offer a subject'
);
?>
<a
href=
"#blog_form_2"
class=
"sidebar_btn_2 toltip_btn popup-form"
>
<div
class=
"blog_toltip_right"
>
<?=
\Yii
::
t
(
'blog'
,
'Offer a subject and we will publish about it'
)
?>
</div>
Предложить тему
<div
class=
"blog_toltip_right"
>
<?=
\Yii
::
t
(
'blog'
,
'Offer a subject and we will publish about it'
)
?>
</div>
</a>
</a>
<a
href=
"#article"
class=
"sidebar_btn popup-form"
>
<?=
\Yii
::
t
(
'blog'
,
'Send an article'
)
?>
</a>
<a
href=
"#blog_form"
class=
"sidebar_btn_2 popup-form"
>
<?=
\Yii
::
t
(
'blog'
,
'Send an article'
)
?>
</a>
<!-- add 22.05.16 -->
</div>
</div>
</div>
</div>
...
@@ -77,15 +92,18 @@ use common\modules\languages\models\Languages;
...
@@ -77,15 +92,18 @@ use common\modules\languages\models\Languages;
<div
class=
"sidebar_module"
>
<div
class=
"sidebar_module"
>
<h2>
<?=
\Yii
::
t
(
'blog'
,
'Follow us!'
)
?>
</h2>
<h2>
<?=
\Yii
::
t
(
'blog'
,
'Follow us!'
)
?>
</h2>
<div
class=
"sidebar_module_body"
>
<div
class=
"sidebar_module_body"
>
<ul
class=
"sidebar_social"
>
<!-- add 22.05.16 -->
<?php
$s
=
Settings
::
getValue
(
'social-link-fb'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_fb"
></a></li>
<?
endif
;
?>
<ul
class=
"article_short_social"
>
<!-- <li><a href="#" class="sidebar_social_ok"></a></li> -->
<li>
<?php
$s
=
Settings
::
getValue
(
'social-link-twitter'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_tw"
></a></li>
<?
endif
;
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-google'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_g"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-google'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_gp"
></a></li>
<?
endif
;
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-twitter'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_tw"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-youtube'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_yt"
></a></li>
<?
endif
;
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-fb'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_f"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-vk'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_vk"
></a></li>
<?
endif
;
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-vk'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_b"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-instagram'
);
if
(
$s
)
:
?>
<li><a
href=
"
<?=
$s
?>
"
class=
"sidebar_social_inst"
></a></li>
<?
endif
;
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-instagram'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_inst"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
<?php
$s
=
Settings
::
getValue
(
'social-link-youtube'
);
if
(
$s
)
:
?>
<a
class=
"icon_social_btn icon_social_yt"
href=
"
<?=
$s
?>
"
></a>
<?
endif
?>
</li>
</ul>
</ul>
<!-- add 22.05.16 -->
</div>
</div>
</div>
</div>
</aside>
</aside>
...
...
common/modules/blog/views/post/index.php
View file @
307d3af9
...
@@ -4,10 +4,14 @@ use yii\helpers\Html;
...
@@ -4,10 +4,14 @@ use yii\helpers\Html;
use
yii\helpers\Url
;
use
yii\helpers\Url
;
use
common\modules\blog\models\Post
;
use
common\modules\blog\models\Post
;
use
common\modules\blog\assets\GeneratorAsset
;
/* @var $this yii\web\View */
/* @var $this yii\web\View */
/* @var $model common\modules\blog\models\Post */
/* @var $model common\modules\blog\models\Post */
GeneratorAsset
::
register
(
$this
);
$this
->
registerJs
(
"initScrollPager()"
,
yii\web\View
::
POS_END
);
$this
->
registerJs
(
"initScrollPager()"
,
yii\web\View
::
POS_END
);
?>
?>
...
@@ -26,11 +30,15 @@ $this->registerJs("initScrollPager()", yii\web\View::POS_END);
...
@@ -26,11 +30,15 @@ $this->registerJs("initScrollPager()", yii\web\View::POS_END);
<div
class=
"loaded"
>
<div
class=
"loaded"
>
</div>
</div>
<div
class=
"load-box"
>
<!-- <div class="load-box">-->
<a
href=
"
<?=
Url
::
to
([
'/blog/post/load'
]);
?>
"
class=
"sidebar_btn"
id=
"load-post"
data-offset=
"
<?=
Post
::
PAGE_SIZE
?>
"
style=
"display:block; margin: 0 auto;"
>
<?=
\Yii
::
t
(
'blog'
,
'Load more'
)
?>
</a>
<!-- <a href="-->
<?
//=Url::to(['/blog/post/load']);?><!--" class="sidebar_btn" id="load-post" data-offset="--><?//=Post::PAGE_SIZE?><!--" style="display:block; margin: 0 auto;">--><?//=\Yii::t('blog', 'Load more')?><!--</a>-->
<!--
<
div
class
=
"loading-post"
></
div
>-->
<!--
</
div
>-->
<
div
class
=
"btn_show_more_wr"
>
<
a
href
=
"<?= Url::to(['/blog/post/load']) ?>"
class
=
"btn_show_more"
id
=
"load-post"
data
-
offset
=
"<?=Post::PAGE_SIZE?>"
><
span
><
img
src
=
"images_new_22.05.16/btn_show_more_arrow.png"
height
=
"18"
width
=
"18"
alt
=
""
></
span
><?=
\Yii
::
t
(
'blog'
,
'Load more'
)
?>
</a>
<div
class=
"loading-post"
></div>
<div
class=
"loading-post"
></div>
</div>
</div>
<?php
endif
;
?>
<?php
endif
;
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Страница Блог'
])
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Страница Блог'
])
?>
...
...
common/modules/blog/views/post/view.php
View file @
307d3af9
...
@@ -2,10 +2,13 @@
...
@@ -2,10 +2,13 @@
use
yii\helpers\Html
;
use
yii\helpers\Html
;
use
yii\helpers\Url
;
use
yii\helpers\Url
;
use
common\modules\blog\assets\GeneratorAsset
;
/* @var $this yii\web\View */
/* @var $this yii\web\View */
/* @var $model common\modules\blog\models\Post */
/* @var $model common\modules\blog\models\Post */
GeneratorAsset
::
register
(
$this
);
$this
->
registerJs
(
"
$this
->
registerJs
(
"
$('.article_short_txt').find('img').click(function() {
$('.article_short_txt').find('img').click(function() {
$.magnificPopup.open({
$.magnificPopup.open({
...
...
frontend/web/images_new_22.05.16/btn_show_more_arrow.png
0 → 100644
View file @
307d3af9
1.28 KB
frontend/web/images_new_22.05.16/icon_checkbox_btn.png
0 → 100644
View file @
307d3af9
1.13 KB
frontend/web/images_new_22.05.16/icon_social_b.png
0 → 100644
View file @
307d3af9
1.33 KB
frontend/web/images_new_22.05.16/icon_social_f.png
0 → 100644
View file @
307d3af9
1.27 KB
frontend/web/images_new_22.05.16/icon_social_g.png
0 → 100644
View file @
307d3af9
1.78 KB
frontend/web/images_new_22.05.16/icon_social_inst.png
0 → 100644
View file @
307d3af9
1.68 KB
frontend/web/images_new_22.05.16/icon_social_tw.png
0 → 100644
View file @
307d3af9
1.55 KB
frontend/web/images_new_22.05.16/icon_social_yt.png
0 → 100644
View file @
307d3af9
3.12 KB
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