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
f42b4c3b
Commit
f42b4c3b
authored
Oct 31, 2010
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reading mode
parent
76d8072d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
214 additions
and
10 deletions
+214
-10
index.htm
index.htm
+6
-3
projection.css
styles/projection.css
+2
-4
screen.css
styles/screen.css
+206
-3
No files found.
index.htm
View file @
f42b4c3b
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<pre>
<pre>
<code>
<
html lang="en-US"
>
</code>
<code>
<
html lang="en-US"
>
</code>
<code><em>
<
head
>
</em></code>
<code><em>
<
head
>
</em></code>
<code>
<
title
>
Кириллица
<
/title
>
</code>
<code>
<
title
>
Shower
<
/title
>
</code>
<code>
<
meta charset="
<strong>
UTF-8
</strong>
"
>
</code>
<code>
<
meta charset="
<strong>
UTF-8
</strong>
"
>
</code>
<code>
<
link rel="stylesheet" href="s/screen.css"
>
</code>
<code>
<
link rel="stylesheet" href="s/screen.css"
>
</code>
<code>
<
script src="j/jquery.js"
><
/script
>
</code>
<code>
<
script src="j/jquery.js"
><
/script
>
</code>
...
@@ -117,7 +117,10 @@
...
@@ -117,7 +117,10 @@
<img
src=
"pictures/image.jpg"
alt=
""
>
<img
src=
"pictures/image.jpg"
alt=
""
>
</section>
</section>
<section
class=
"slide frame"
id=
"Frame"
>
<section
class=
"slide frame"
id=
"Frame"
>
<iframe
src=
"http://github.com/pepelsbey/shower"
frameborder=
"0"
scrolling=
"no"
></iframe>
<article>
<p><a
href=
"http://github.com/pepelsbey/shower"
>
http://github.com/pepelsbey/shower
</a></p>
<!-- <iframe src="http://github.com/pepelsbey/shower" frameborder="0" scrolling="no"></iframe> -->
</article>
</section>
</section>
<section
class=
"slide shout"
id=
"JustAshout"
>
<section
class=
"slide shout"
id=
"JustAshout"
>
<article>
<article>
...
@@ -138,7 +141,7 @@
...
@@ -138,7 +141,7 @@
<li><a
href=
"http://twitter.com/pepelsbey"
>
twitter.com/pepelsbey
</a></li>
<li><a
href=
"http://twitter.com/pepelsbey"
>
twitter.com/pepelsbey
</a></li>
<li><a
href=
"mailto:pepelsbey@gmail.com"
>
pepelsbey@gmail.com
</a></li>
<li><a
href=
"mailto:pepelsbey@gmail.com"
>
pepelsbey@gmail.com
</a></li>
</ul>
</ul>
<p>
Shower:
<a
href=
"http://github.com/pepelsbey/shower"
>
http://
github.com/pepelsbey/shower
</a></p>
<p>
Shower:
<a
href=
"http://github.com/pepelsbey/shower"
>
github.com/pepelsbey/shower
</a></p>
</article>
</article>
</section>
</section>
</div>
</div>
...
...
styles/projection.css
View file @
f42b4c3b
...
@@ -5,8 +5,8 @@ BODY {
...
@@ -5,8 +5,8 @@ BODY {
overflow
:
hidden
;
overflow
:
hidden
;
background
:
#000
;
background
:
#000
;
color
:
#FFF
;
color
:
#FFF
;
font
:
1em
'PT Sans'
,
sans-serif
;
counter-reset
:
paging
;
counter-reset
:
paging
;
font
:
1em
'PT Sans'
,
sans-serif
;
}
}
A
{
A
{
text-decoration
:
none
;
text-decoration
:
none
;
...
@@ -136,8 +136,6 @@ A {
...
@@ -136,8 +136,6 @@ A {
.slide
ARTICLE
BLOCKQUOTE
:before
{
.slide
ARTICLE
BLOCKQUOTE
:before
{
position
:
absolute
;
position
:
absolute
;
margin
:
-0.1em
0
0
-0.44em
;
margin
:
-0.1em
0
0
-0.44em
;
width
:
2.5em
;
height
:
5em
;
color
:
#BBB
;
color
:
#BBB
;
line-height
:
1
;
line-height
:
1
;
font-size
:
8em
;
font-size
:
8em
;
...
@@ -291,7 +289,7 @@ A {
...
@@ -291,7 +289,7 @@ A {
/* Frame
/* Frame
---------------------------------------- */
---------------------------------------- */
.slide.frame
{
.slide.frame
{
background
:
#
000
;
background
:
#
FFF
;
}
}
.slide.frame
IFRAME
{
.slide.frame
IFRAME
{
position
:
absolute
;
position
:
absolute
;
...
...
styles/screen.css
View file @
f42b4c3b
...
@@ -2,10 +2,213 @@
...
@@ -2,10 +2,213 @@
@import
url(fonts.css)
;
@import
url(fonts.css)
;
BODY
{
BODY
{
background
:
#
EEE
;
background
:
#
DDD
;
color
:
#000
;
color
:
#000
;
font
:
13px
'PTSans'
,
sans-serif
;
counter-reset
:
paging
;
font
:
13px
'PT Sans'
,
sans-serif
;
}
}
A
{
A
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
\ No newline at end of file
/* Shower
---------------------------------------- */
.shower
{
margin
:
39px
auto
;
width
:
800px
;
}
/* Slide
---------------------------------------- */
.slide
{
position
:
relative
;
margin
:
0
0
39px
;
background
:
#FFF
;
border
:
10px
solid
#CCC
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
10px
;
}
.slide
:before
{
position
:
absolute
;
top
:
-13px
;
z-index
:
2
;
right
:
52px
;
width
:
26px
;
height
:
78px
;
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
background
:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAEsCAMAAAACQObTAAAAz1BMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAAS27ylAAAARHRSTlMA+QMGCfb8D/BFw+3GEgzP8zM8zLdUhKufYDY5SDDJsXJjvVGZeKVLFZOKP2ldfm9a6rScwNKulqhXTpCNdWy6h6JCgQMMiNQAAAGxSURBVHhe7M2xCcJgFAbA1xkJPzGkU7S2tXAD959JxOJbIE8Q7ha4ev3APyUSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCSSx/HZnszXui9dSY7K0pPMa32MpTGZ1voaW0OSI0tPMp0rDtvuSY4st4bkdKnIsmvyrm0+VyKIoQCMfskUcRERWXdXFKwFu6hYe3n/Z1LwxxVmTCa5N+cFjhyyLBgnS8sQXvRJ03fA4sCFnEOWkVnSHINqQXVAPTJJmg9C6muDpJknrN5WJHJEF2Xi1omrX2OJ/oB6rEjcAVgsWBxQjTMT98Bw1WVW4nZIUW0EEvUhS3LiVkhV3SQmbfoB1TQhkcNoofe4J4+fDk7aC3L5u4FJe0o+vx9J5DBe6Byr6Pj3eKI9wM8CiRzqJZxsYWLWSewPuPo/OcHMbieRw3jpJi+Yuu1LzjF2KEmpQxZJNingUZJiBzz9TZ4p5EiSPSi6UPaAt9/kjKImP4kc5RY+KW7yDcDGg0ekTkUOAAAAAElFTkSuQmCC)
0
100%
no-repeat
;
-webkit-background-size
:
100%
;
-moz-background-size
:
100%
;
background-size
:
100%
;
content
:
''
;
}
/* Article */
.slide
ARTICLE
{
padding
:
26px
39px
13px
52px
;
line-height
:
1.7
;
}
.slide
ARTICLE
:after
{
display
:
block
;
margin
:
0
0
15px
;
color
:
#AAA
;
counter-increment
:
paging
;
content
:
counter
(
paging
,
decimal-leading-zero
);
}
/* Elements */
.slide
ARTICLE
H1
,
.slide
ARTICLE
H2
{
margin
:
0
0
15px
;
color
:
#666
;
font
:
bold
39px
/
1.2
'PT Sans Narrow'
,
sans-serif
;
}
.slide
ARTICLE
P
{
margin
:
0
0
15px
;
}
.slide
ARTICLE
P
.note
{
color
:
#888
;
}
.slide
ARTICLE
A
{
border-bottom
:
0.07em
solid
;
color
:
#0174A7
;
}
.slide
ARTICLE
B
,
.slide
ARTICLE
STRONG
{
font-weight
:
bold
;
}
.slide
ARTICLE
I
,
.slide
ARTICLE
EM
{
font-style
:
italic
;
}
/* Quote */
.slide
ARTICLE
BLOCKQUOTE
{
font-style
:
italic
;
}
.slide
ARTICLE
BLOCKQUOTE
:before
{
position
:
absolute
;
margin
:
-10px
0
0
-47px
;
color
:
#BBB
;
line-height
:
1
;
font-size
:
104px
;
content
:
'\201C'
;
}
.slide
ARTICLE
BLOCKQUOTE
:after
{
display
:
block
;
margin
:
0
0
15px
;
color
:
#444
;
font-weight
:
bold
;
content
:
attr
(
cite
);
}
/* Lists */
.slide
ARTICLE
OL
,
.slide
ARTICLE
UL
{
margin
:
0
0
15px
;
counter-reset
:
list
;
}
.slide
ARTICLE
OL
LI
:before
,
.slide
ARTICLE
UL
LI
:before
{
position
:
absolute
;
width
:
40px
;
color
:
#AAA
;
text-align
:
right
;
}
.slide
ARTICLE
UL
LI
:before
{
margin-left
:
-50px
;
line-height
:
1
;
font-size
:
20px
;
content
:
'\2022'
;
}
.slide
ARTICLE
OL
LI
:before
{
margin-left
:
-50px
;
counter-increment
:
list
;
content
:
counter
(
list
)
'\002E'
;
}
/* Code */
.slide
ARTICLE
PRE
{
margin
:
0
0
15px
;
counter-reset
:
code
;
white-space
:
normal
;
}
.slide
ARTICLE
PRE
CODE
{
display
:
block
;
white-space
:
pre
;
font-family
:
Consolas
,
'Droid Sans Mono'
,
monospace
;
}
.slide
ARTICLE
PRE
CODE
:before
{
position
:
absolute
;
margin
:
0
0
0
-50px
;
width
:
40px
;
color
:
#BBB
;
text-align
:
right
;
counter-increment
:
code
;
content
:
counter
(
code
,
decimal-leading-zero
)
'.'
;
}
.slide
ARTICLE
PRE
EM
,
.slide
ARTICLE
PRE
STRONG
{
padding
:
1px
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
}
.slide
ARTICLE
PRE
EM
{
background
:
#FAFAA2
;
color
:
#000
;
font-style
:
normal
;
}
.slide
ARTICLE
PRE
STRONG
{
background
:
#C00
;
color
:
#FFF
;
font-weight
:
normal
;
}
/* Cover
---------------------------------------- */
.slide.cover
:before
{
position
:
absolute
;
top
:
0
;
right
:
52px
;
z-index
:
2
;
width
:
26px
;
height
:
100%
;
background
:
#000
;
content
:
''
;
}
/* Back
---------------------------------------- */
.slide.back
{
}
.slide.back
ARTICLE
{
padding
:
0
;
}
.slide.back
ARTICLE
H1
,
.slide.back
ARTICLE
H2
{
position
:
absolute
;
top
:
26px
;
left
:
52px
;
}
.slide.back
ARTICLE
:after
{
position
:
absolute
;
bottom
:
13px
;
left
:
52px
;
}
.slide.back
IMG
{
display
:
block
;
width
:
100%
;
}
/* Shout
---------------------------------------- */
.slide.shout
{
}
.slide.shout
ARTICLE
H2
{
text-align
:
center
;
font-size
:
52px
;
}
\ 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