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
3a904d30
Commit
3a904d30
authored
Jul 15, 2011
by
Vadim Makeev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global styles moved to the theme folder
parent
96029ca0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
134 deletions
+0
-134
linen.png
images/linen.png
+0
-0
reset.css
styles/reset.css
+0
-42
style.css
styles/style.css
+0
-92
No files found.
images/linen.png
deleted
100644 → 0
View file @
96029ca0
35.1 KB
styles/reset.css
deleted
100644 → 0
View file @
96029ca0
HTML
,
BODY
,
DIV
,
SPAN
,
APPLET
,
OBJECT
,
IFRAME
,
H1
,
H2
,
H3
,
H4
,
H5
,
H6
,
P
,
BLOCKQUOTE
,
PRE
,
A
,
ABBR
,
ACRONYM
,
ADDRESS
,
BIG
,
CITE
,
CODE
,
DEL
,
DFN
,
EM
,
IMG
,
INS
,
KBD
,
Q
,
S
,
SAMP
,
SMALL
,
STRIKE
,
STRONG
,
SUB
,
SUP
,
TT
,
VAR
,
B
,
U
,
I
,
CENTER
,
DL
,
DT
,
DD
,
OL
,
UL
,
LI
,
FIELDSET
,
FORM
,
LABEL
,
LEGEND
,
TABLE
,
CAPTION
,
TBODY
,
TFOOT
,
THEAD
,
TR
,
TH
,
TD
,
ARTICLE
,
ASIDE
,
CANVAS
,
DETAILS
,
EMBED
,
FIGURE
,
FIGCAPTION
,
FOOTER
,
HEADER
,
HGROUP
,
MENU
,
NAV
,
OUTPUT
,
RUBY
,
SECTION
,
SUMMARY
,
TIME
,
MARK
,
AUDIO
,
VIDEO
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-size
:
100%
;
font
:
inherit
;
vertical-align
:
baseline
;
}
ARTICLE
,
ASIDE
,
DETAILS
,
FIGCAPTION
,
FIGURE
,
FOOTER
,
HEADER
,
HGROUP
,
MENU
,
NAV
,
SECTION
{
display
:
block
;
}
BODY
{
line-height
:
1
;
}
OL
,
UL
{
list-style
:
none
;
}
BLOCKQUOTE
,
Q
{
quotes
:
none
;
}
BLOCKQUOTE
:before
,
BLOCKQUOTE
:after
,
Q
:before
,
Q
:after
{
content
:
''
;
content
:
none
;
}
TABLE
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
\ No newline at end of file
styles/style.css
deleted
100644 → 0
View file @
96029ca0
@import
url(reset.css)
;
/* Multiple
---------------------------------------- */
.multiple
{
padding
:
60px
50px
0
100px
;
background
:
#585A5E
url(../images/linen.png)
;
counter-reset
:
muliple-paging
;
}
/* Caption */
.multiple
.slide-caption
{
margin
:
0
0
50px
;
color
:
#3C3D40
;
text-shadow
:
0
1px
1px
#8D8E90
;
}
.multiple
.slide-caption
H1
{
font
:
bold
50px
/
1
'PT Sans Narrow'
,
sans-serif
;
}
/* Frame */
.multiple
.slide-frame
{
position
:
relative
;
float
:
left
;
margin
:
0
50px
80px
0
;
width
:
512px
;
height
:
320px
;
box-shadow
:
0
0
50px
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
1px
;
background
:
#FFF
;
}
.multiple
.slide-frame
:hover
,
.multiple
.slide-frame
:focus
{
box-shadow
:
0
0
0
1px
#305F8D
,
0
0
0
10px
#3C7CBD
,
0
0
50px
rgba
(
0
,
0
,
0
,
0.5
);
outline
:
none
;
}
.multiple
.slide-frame
:after
{
position
:
absolute
;
bottom
:
-45px
;
left
:
57px
;
color
:
#3C3D40
;
counter-increment
:
muliple-paging
;
content
:
counter
(
muliple-paging
,
decimal-leading-zero
);
text-shadow
:
0
1px
1px
#8D8E90
;
line-height
:
1
;
font-weight
:
bold
;
font-size
:
25px
;
}
/* Slide */
.multiple
.slide
{
-webkit-transform-origin
:
0
0
;
-webkit-transform
:
scale
(
0.5
);
-moz-transform-origin
:
0
0
;
-moz-transform
:
scale
(
0.5
);
-ms-transform-origin
:
0
0
;
-ms-transform
:
scale
(
0.5
);
-o-transform-origin
:
0
0
;
-o-transform
:
scale
(
0.5
);
transform-origin
:
0
0
;
transform
:
scale
(
0.5
);
}
/* Single
---------------------------------------- */
.single
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
overflow
:
hidden
;
margin
:
-320px
0
0
-512px
;
width
:
1024px
;
height
:
640px
;
background
:
#000
;
}
/* Caption */
.single
.slide-caption
{
display
:
none
;
}
/* Single */
.single
.slide
{
position
:
absolute
;
bottom
:
200%
;
}
.single
.slide
:target
{
bottom
:
0
;
}
\ 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