diff --git a/public_html/css/run.css b/public_html/css/run.css new file mode 100644 index 0000000..e98341b --- /dev/null +++ b/public_html/css/run.css @@ -0,0 +1,58 @@ +html, body { + margin: 0; + padding: 0; + width: 100%; + height: 100%; + overflow: hidden; +} + +html, body, div, span, p { + margin: 0; + padding: 0; +} + +body { + font-family: "Open Sans", sans-serif; + font-size: 18px; + line-height: 1.5; +} + +#background, #background1, #background2 { + width: 100%; + height: 100%; + background: black; + overflow: hidden; + position: relative; + background-attachment: fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + +#window { + position: absolute; + bottom: 0px; + width: 100%; + min-height: 20%; + background-color: rgba(0, 0, 0, 0.5); +} + +#textAuthor { + margin: 5px 0 10px 20px; + color: white; +} + +#textContent { + color: #DEC88C; + margin: 0 10px; +} + +.sprite { + position: absolute; + bottom: 0px; +} + +#finish { + display: none; +} \ No newline at end of file diff --git a/public_html/css/style.css b/public_html/css/style.css index 63192cd..69b0087 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -1,54 +1,25 @@ -html, body { - margin: 0; - padding: 0; - width: 100%; - height: 100%; - overflow: hidden; +.column:first-child { + margin-left: 2%; +} +.column, .columns { + margin-left: 2%; } -html, body, div, span, p { - margin: 0; - padding: 0; +.item { + display: block; + background-color: white; + padding: 2px; + margin-bottom: 10px; } -body { - font-family: "Open Sans", sans-serif; - font-size: 18px; - line-height: 1.5; +.item_name { + text-align: center; + font-size: 120%; + padding: 10px; + margin: 0; } -#background, #background1, #background2 { - width: 100%; - height: 100%; - background: black; - overflow: hidden; - position: relative; - background-attachment: fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; -} - -#window { - position: absolute; - bottom: 0px; - width: 100%; - min-height: 20%; - background-color: rgba(0, 0, 0, 0.5); -} - -#textAuthor { - margin: 5px 0 10px 20px; - color: white; -} - -#textContent { - color: #DEC88C; - margin: 0 10px; -} - -.sprite { - position: absolute; - bottom: 0px; +.item_description { + padding: 5px 10px; + margin: 0; } \ No newline at end of file diff --git a/public_html/index.html b/public_html/index.html index 2c8d1ae..91d9e72 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -14,7 +14,7 @@ - +
@@ -25,7 +25,7 @@
-

+
Вернуться на главную