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
f1e13663
Commit
f1e13663
authored
Nov 01, 2010
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slide.frame support in reading mode
parent
bdd11af0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
index.htm
index.htm
+4
-4
projection.css
styles/projection.css
+0
-3
screen.css
styles/screen.css
+9
-1
No files found.
index.htm
View file @
f1e13663
...
@@ -5,8 +5,6 @@
...
@@ -5,8 +5,6 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<link
rel=
"stylesheet"
title=
"screen"
href=
"styles/screen.css"
>
<link
rel=
"stylesheet"
title=
"screen"
href=
"styles/screen.css"
>
<link
rel=
"stylesheet"
title=
"projection"
disabled
href=
"styles/projection.css"
>
<link
rel=
"stylesheet"
title=
"projection"
disabled
href=
"styles/projection.css"
>
<script
src=
"scripts/jquery.js"
></script>
<script
src=
"scripts/script.js"
></script>
<style>
<style>
#Cover
H1
{
#Cover
H1
{
color
:
#FFF
;
color
:
#FFF
;
...
@@ -118,9 +116,10 @@
...
@@ -118,9 +116,10 @@
</section>
</section>
<section
class=
"slide frame"
id=
"Frame"
>
<section
class=
"slide frame"
id=
"Frame"
>
<article>
<article>
<
!-- <p><a href="http://github.com/pepelsbey/shower">http://github.com/pepelsbey/shower</a></p> --
>
<
h2>
Shower on GitHub
</h2
>
<
iframe
src=
"http://github.com/pepelsbey/shower"
frameborder=
"0"
scrolling=
"no"
></iframe
>
<
p><a
href=
"http://github.com/pepelsbey/shower"
>
http://github.com/pepelsbey/shower
</a></p
>
</article>
</article>
<iframe
src=
"http://github.com/pepelsbey/shower"
frameborder=
"0"
scrolling=
"no"
></iframe>
</section>
</section>
<section
class=
"slide shout"
id=
"JustAshout"
>
<section
class=
"slide shout"
id=
"JustAshout"
>
<article>
<article>
...
@@ -145,5 +144,6 @@
...
@@ -145,5 +144,6 @@
</article>
</article>
</section>
</section>
</div>
</div>
<script
src=
"scripts/script.js"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
styles/projection.css
View file @
f1e13663
...
@@ -292,9 +292,6 @@ A {
...
@@ -292,9 +292,6 @@ A {
.slide.frame
{
.slide.frame
{
background
:
#FFF
;
background
:
#FFF
;
}
}
.slide.frame
ARTICLE
{
position
:
static
;
}
.slide.frame
IFRAME
{
.slide.frame
IFRAME
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
...
styles/screen.css
View file @
f1e13663
...
@@ -215,3 +215,11 @@ A {
...
@@ -215,3 +215,11 @@ A {
text-align
:
center
;
text-align
:
center
;
font-size
:
52px
;
font-size
:
52px
;
}
}
/* Frame
---------------------------------------- */
.slide.frame
{
}
.slide.frame
IFRAME
{
display
:
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