Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
my-cucumbers-ru-github-io
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Лотуга Данила Сергеевич
my-cucumbers-ru-github-io
Commits
0b7de593
Commit
0b7de593
authored
Sep 23, 2012
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print styles added
parent
7f8edb1a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
17 deletions
+22
-17
en.htm
en.htm
+1
-0
ru.htm
ru.htm
+1
-0
print.css
themes/ribbon/styles/print.css
+20
-17
No files found.
en.htm
View file @
0b7de593
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=1274, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=1274, user-scalable=no"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/style.css"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/style.css"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/print.css"
media=
"print"
>
<!--
<!--
To apply styles to the certain slides
To apply styles to the certain slides
use slide ID to get needed elements
use slide ID to get needed elements
...
...
ru.htm
View file @
0b7de593
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=1274, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=1274, user-scalable=no"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/style.css"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/style.css"
>
<link
rel=
"stylesheet"
href=
"themes/ribbon/styles/print.css"
>
<!--
<!--
Для оформления отдельный слайдов, используйте
Для оформления отдельный слайдов, используйте
ID слайда для доступа к необходимым элементам
ID слайда для доступа к необходимым элементам
...
...
themes/ribbon/styles/print.css
View file @
0b7de593
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
Licensed under MIT license: https://github.com/pepelsbey/shower/wiki/License
Licensed under MIT license: https://github.com/pepelsbey/shower/wiki/License
*/
*/
*
{
-webkit-print-color-adjust
:
exact
}
@page
{
@page
{
margin
:
0
;
margin
:
0
;
size
:
1024px
640px
;
size
:
1024px
640px
;
...
@@ -14,7 +16,7 @@
...
@@ -14,7 +16,7 @@
.list
{
.list
{
float
:
none
;
float
:
none
;
padding
:
0
;
padding
:
0
;
background
:
#888
;
background
:
none
;
}
}
/* Caption */
/* Caption */
...
@@ -28,29 +30,30 @@
...
@@ -28,29 +30,30 @@
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
}
}
.list
.slide
>
DIV
{
.list
.slide
:after
{
position
:
absolute
;
bottom
:
85px
;
left
:
120px
;
color
:
#BBB
;
line-height
:
1
;
text-shadow
:
none
;
}
.list
.slide
>
div
{
width
:
1024px
;
width
:
1024px
;
height
:
640px
;
height
:
640px
;
background
:
none
;
background
:
none
;
}
}
.list
.slide
>
div
,
.list
.slide
>
div
,
.list
.slide
>
div
:hover
{
.list
.slide
>
div
:hover
,
.list
.slide
:target
>
div
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.list
.slide
section
{
.list
.slide
section
{
-webkit-transform
:
none
;
-webkit-transform
:
scale
(
1
);
-moz-transform
:
none
;
-moz-transform
:
scale
(
1
);
-ms-transform
:
none
;
-ms-transform
:
scale
(
1
);
-o-transform
:
none
;
-o-transform
:
scale
(
1
);
transform
:
none
;
transform
:
scale
(
1
);
}
.list
.slide
:after
{
position
:
absolute
;
bottom
:
85px
;
left
:
120px
;
color
:
#BBB
;
line-height
:
1
;
text-shadow
:
none
;
}
}
\ No newline at end of file
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