diff --git a/css/beer.css b/css/beer.css index 5a672ef..d232382 100644 --- a/css/beer.css +++ b/css/beer.css @@ -5,37 +5,12 @@ margin-left: 150px; margin-right: 150px; } -#leftSide { - /*position: relative;*/ - float: left; - margin-bottom: 20px; -} span { width: 300px; } -#payButton { - float: left; - width: 64px; - height: 40px; - background-color: white; - border: 5px solid white; - border-radius: 5px; - font-weight: bold; - margin-bottom: 10px; - margin-left: 30px; -} - - -input.search { - height: 20px; - margin-top: 10px; - margin-left: 10px; - margin-bottom: 20px; -} -#add{ - background-color: #FFF; - border: 0; -} #cost p { font-weight: bold; } +#icon { + cursor: pointer; +} diff --git a/css/beer80s.css b/css/beer80s.css new file mode 100644 index 0000000..7bfd43e --- /dev/null +++ b/css/beer80s.css @@ -0,0 +1,54 @@ +#beerContainer { + position: relative; + height: 600px; + margin-top: 200px; + margin-left: 150px; + margin-right: 150px; +} +#leftSide { + /*position: relative;*/ + float: left; + margin-bottom: 20px; +} +span { + width: 300px; +} +#payButton { + float: left; + width: 64px; + height: 40px; + background-color: white; + border: 5px solid white; + border-radius: 5px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 45px; +} +button.typeButton { + cursor: pointer; + background-color: white; + border: 3px solid white; +} +button.typeButton:hover { + font-weight: bold; + background-color: #26C6B0; + color: #D76DA9; + border: 3px solid #639BF1; +} +input.search { + height: 20px; + width: 150px; + margin-top: 10px; + margin-left: 10px; + margin-bottom: 20px; +} +#add{ + background-color: #FFF; + border: 0; +} +#cost p { + font-weight: bold; +} +#icon { + cursor: pointer; +} diff --git a/css/index.css b/css/index.css index 1faca69..0eeeff2 100644 --- a/css/index.css +++ b/css/index.css @@ -42,17 +42,23 @@ img.icon_language { }*/ #username-wrapper { - margin-left: 62px; + margin-left: 32px; margin-top: 45px; align-items: center; } #password-wrapper { - margin-left: 63px; + margin-left: 32px; margin-top: 10px; margin-bottom: 10px; } +#login-btn{ + display:inline; + margin: auto; + margin-left: 50px; +} + /*#password-wrapper { margin-left: 30px; margin-top: 10px; diff --git a/css/paypage.css b/css/paypage.css index 31ec933..982eee6 100644 --- a/css/paypage.css +++ b/css/paypage.css @@ -1,41 +1,35 @@ - - -#leftBox { - position: fixed; - width: 500px; - background-color: #FFFFFF; +#container { + position: relative; + width: 2000px; + background-color: #222930; border-radius: 8px; - margin-top:10px; - margin-left: 100px; + margin-top: 20px; overflow: auto; - min-height: 350px; + + min-height: 420px; + } -/*rightBox is in start.css*/ #paymentButton{ width: 200px; height: 20px; padding: 25px; - border-radius: 3px; line-height: 1px; - background-color: green; - /*text style*/ + background-color: mediumseagreen; text-align:center; - color: white; font-style: italic; - - /*hover*/ - position: fixed; + position: absolute; display: inline-block; margin-left: 280px; margin-top: 280px; + opacity: 1; } + #cancel{ - font-family:"Verdana", Verdana, sans-serif ; - color: #000000; - text-decoration: underline; - position: fixed; - margin-left:40px; - margin-top: 310px; + color: #000000; + position: absolute; + margin-left: 27px; + margin-top: 289px; + background: salmon; } @@ -50,14 +44,6 @@ margin-left: 150px; } -/*#part0 { - border: 2px solid #a1a1a1; - padding: 10px 40px; - width: 300px; - border-radius: 25px; - position: absolute; -} -*/ #credit{ font-size: 26px; line-height: 300%; @@ -72,7 +58,6 @@ margin-top: 10px ; } -/*common with setting*/ div#black_wrapper{ background-color: rgba(0, 0, 0, 0.7); width: 100%; @@ -96,6 +81,18 @@ div#confirm_editer{ box-shadow: 10px 10px 5px black; } +#confirm_btn{ + float: left; + margin-left: 50px; + margin-top: 20px; + margin-bottom: 20px; +} + +#cancel_btn{ + margin-top: 20px; + margin-bottom: 20px; +} + .hidden{ visibility: hidden; display: none; diff --git a/css/settings.css b/css/settings.css index fb43007..2334d49 100644 --- a/css/settings.css +++ b/css/settings.css @@ -27,7 +27,7 @@ margin: 200px 150px 0px; */ position: relative; - float: left; + /*float: left;*/ margin-bottom: 20px; } /* @@ -49,13 +49,6 @@ span { width: 300px; } -input.search { - height: 20px; - margin-top: 10px; - margin-left: 10px; - margin-bottom: 20px; -} - div#black_wrapper{ background-color: rgba(0, 0, 0, 0.7); width: 100%; @@ -70,19 +63,20 @@ div#item_editer{ left: 25%; padding: 10px; width: 500px; - min-height: 450px; + /*min-height: 450px;*/ text-align: center; background-color: #4EB1BA; overflow: auto; border: 5px solid #4EB1BA; border-radius: 5px; box-shadow: 10px 10px 5px black; + padding-bottom: 30px; } -#user_btn, #stock_btn{ +/*#user_btn, #stock_btn{ background-color: #FFF; border: 0; -} +}*/ .hidden{ visibility: hidden; @@ -99,8 +93,8 @@ div#item_editer{ } #rightSide{ - margin-top: 0px; height: 400px; + color: black; } #rightSide table{ margin-left: 10px; @@ -109,5 +103,4 @@ div#item_editer{ #confirm_button{ float: left; } -} diff --git a/css/start.css b/css/start.css index 21a6737..32f1cdd 100644 --- a/css/start.css +++ b/css/start.css @@ -38,24 +38,44 @@ header{ font-family: "Old English"; color: #FFFFFF; font-weight: bold; - background-color: #222930; + background-color: #639BF1; border: 5px solid black; border-radius: 8px; - background-color: #192156; - color: white; + color: black; } #container { position: relative; width: 2000px; - /**background: url('../img/wood1.jpg')no-repeat 0px 0px fixed;**/ background-color: #222930; border: 5px solid black; border-radius: 8px; margin-top: 20px; overflow: auto; - min-height: 420px; - /*opacity: 0.6;*/ +} +#settingsIconMenu { + margin-top: 5px; + margin-right: 35px; + width: 70px; + float: right; + border-right: 3px solid black; +} +#beerIconMenu { + margin-top: 5px; + margin-right: 10px; + width: 50px; + float: right; +} +#leftBox { + position: absolute; + width: 500px; + background-color: #D1E0FF; + border: 5px solid#639BF1; + border-radius: 8px; + margin-top:10px; + margin-left: 25px; + overflow: auto; + min-height: 350px; } #left { width: 140px; @@ -75,6 +95,15 @@ header{ margin-top: 100px; position: absolute; } + +#left:hover { + background-color: #639BF1; + border-color: #639BF1; +} +#right:hover { + background-color: #639BF1; + border-color: #639BF1; +} #beerImg { width: 140px; height: 130px; @@ -94,7 +123,8 @@ a:active { } body{ min-height: 100%; - background: url('../img/pints-of-beer.jpg') no-repeat 0px 0px fixed; + background-color: black; + /*background-image: url("../img/thumb1.jpg");*/ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; @@ -104,7 +134,8 @@ body{ .button { cursor: pointer; - position:relative; + position: relative; + float: left; width:200px; color:#000; display:block; @@ -123,7 +154,7 @@ body{ -webkit-box-shadow: 0px 3px 0px #261319; -moz-box-shadow: 0px 3px 0px #261319; box-shadow: 0px 3px 0px #261319; - background-color: #FFF; + background-color: #C8C8C8; border: 0; } .button:active{ @@ -152,10 +183,10 @@ li.listItem{ */ } .listItem:hover { - background-color: #4EB1BA; + font-weight: bold; } #add{ - background-color: #FFF; + background-color: #C8C8C8; border: 0; } #rightList > li { @@ -174,7 +205,7 @@ li.listItem{ } #rightList > li > button { - background-color: #2C2C33; + background-color: white; width: 60px; height: 60px; /*margin: 50px auto;*/ @@ -189,38 +220,54 @@ li.listItem{ #rightList > li > button:hover { color: #639BF1; } +#leftSide { + float: left; + margin-bottom: 20px; +} #rightSide { margin-top: 10px; width: 330px; height: 300px; margin-left: 650px; - background-color: #4EB1BA; + background-color: #D1E0FF; overflow: auto; - border: 5px solid #4EB1BA; + border: 5px solid #639BF1; + padding: 5px; border-radius: 5px; + } #cost { - position: fixed; margin-left: 650px; - margin-top: 340px; - position: fixed; + margin-top: 20px; width: 330px; height: 40px; - background-color: #4EB1BA; - overflow: auto; - border: 5px solid #4EB1BA; + background-color: #D1E0FF; + border: 5px solid #639BF1; + padding: 5px; border-radius: 5px; + color: #000000; +} +#payButton { + float: left; + width: 64px; + height: 40px; + background-color: #C8C8C8; + border: 5px solid #C8C8C8; + border-radius: 5px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 45px; } #undoButton { float: left; width: 40px; height: 40px; - background-color: white; - border: 5px solid white; + background-color: #C8C8C8; + border: 5px solid #C8C8C8; border-radius: 5px; font-weight: bold; margin-bottom: 10px; - margin-left: 30px; + margin-left: 45px; background-image:url("../img/Undo-icon.png"); background-position: center; } @@ -228,17 +275,35 @@ li.listItem{ float: left; width: 40px; height: 40px; - background-color: white; - border: 5px solid white; + background-color: #C8C8C8; + border: 5px solid #C8C8C8; border-radius: 5px; font-weight: bold; margin-bottom: 10px; - margin-left: 30px; + margin-left: 45px; background-image:url("../img/Redo-icon.png"); background-position: center; } - - +input.search { + height: 25px; + width: 150px; + margin-top: 10px; + margin-left: 10px; + margin-bottom: 20px; +} +button.typeButton { + height: 30px; + min-width: 60px; + cursor: pointer; + background-color: white; + border: 3px solid white; +} +button.typeButton:hover { + font-weight: bold; + background-color: #639BF1; + color: black; + border: 3px solid #639BF1; +} article#user_info{ position : fixed !important; left:50%; @@ -246,7 +311,7 @@ article#user_info{ width: 2000px; margin-top: -100px; background-color: #639BF1; - opacity: 0.5; + opacity: 1; height: 50px; border: 5px solid black; border-radius: 8px; @@ -270,6 +335,7 @@ article#user_info:hover{ #logout > .button{ width: 150px; + float: left; } #icon>#trans_container{ @@ -285,14 +351,31 @@ article#user_info:hover{ margin-top: 5px; margin-left: 5px; margin-right: 10px; + cursor: pointer; +} +#backArrow { + float: left; + margin-left: 10px; + margin-right: 10px; } #icon>#logout{ - float: right; + margin-top: 5px; + margin-left: 5px; + margin-right: 10px; + float: left; +} + +#changeTheme{ + width: auto; + margin-top: 5px; + margin-left: 5px; margin-right: 10px; float: right; } + + .anim { width: 50px; height: 50px; @@ -305,7 +388,6 @@ article#user_info:hover{ -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; - -webkit-animation-direction: alternate; -webkit-animation-play-state: running; /* Standard syntax */ animation-name: myfirst; @@ -313,21 +395,20 @@ article#user_info:hover{ animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; - animation-direction: alternate; animation-play-state: running; } /* Chrome, Safari, Opera */ @-webkit-keyframes myfirst { - 0% {left:480px; top:0px;} - 50% {left:-480px; top:0px;} - 100% {left:480px; top:0px;} + 0% {left: 480px;} + 50% {left: 0px;} + 100% {left: -480px;} } /* Standard syntax */ @keyframes myfirst { - 0% {left:480px; top:0px;} - 50% {left:-480px; top:0px;} - 100% {left:480px; top:0px;} + 0% {left: 480px;} + 50% {left: 0px;} + 100% {left: -480px;} } #user_info > .profil { diff --git a/css/start80s.css b/css/start80s.css index b824c76..0a69f40 100644 --- a/css/start80s.css +++ b/css/start80s.css @@ -46,7 +46,6 @@ header{ #container { position: relative; width: 2000px; - /**background: url('../img/wood1.jpg')no-repeat 0px 0px fixed;**/ background-color: #222930; border: 5px solid #610A3B; border-radius: 8px; @@ -54,7 +53,31 @@ header{ overflow: auto; min-height: 420px; - /*opacity: 0.6;*/ +} +#settingsIconMenu { + margin-top: 5px; + margin-right: 35px; + width: 70px; + float: right; + border-right: 3px solid black; +} +#beerIconMenu { + margin-top: 5px; + margin-right: 10px; + width: 50px; + float: right; +} +#leftBox { + position: absolute; + width: 500px; + background-color: #4EB1BA; + border: 5px solid #4EB1BA; + border-radius: 8px; + margin-top:10px; + margin-left: 25px; + overflow: auto; + min-height: 350px; + box-shadow: 10px 10px 5px black; } #left { width: 140px; @@ -74,6 +97,14 @@ header{ margin-top: 100px; position: absolute; } +#left:hover { + background-color: #26C6B0; + border-color: #26C6B0; +} +#right:hover { + background-color: #26C6B0; + border-color: #26C6B0; +} #beerImg { width: 140px; height: 130px; @@ -189,21 +220,26 @@ li.listItem{ #rightList > li > button:hover { color: #26C6B0; } +#leftSide { + float: left; + margin-bottom: 20px; +} #rightSide { margin-top: 10px; width: 330px; - height: 320px; + height: 300px; margin-left: 650px; background-color: #4EB1BA; overflow: auto; border: 5px solid #4EB1BA; border-radius: 5px; box-shadow: 10px 10px 5px black; + padding: 5px; } #cost { position: fixed; margin-left: 650px; - margin-top: 360px; + margin-top: 20px; position: fixed; width: 330px; height: 40px; @@ -212,6 +248,18 @@ li.listItem{ border: 5px solid #4EB1BA; border-radius: 5px; box-shadow: 10px 10px 5px black; + padding: 5px; +} +#payButton { + float: left; + width: 64px; + height: 40px; + background-color: white; + border: 5px solid white; + border-radius: 5px; + font-weight: bold; + margin-bottom: 10px; + margin-left: 45px; } #undoButton { float: left; @@ -222,7 +270,7 @@ li.listItem{ border-radius: 5px; font-weight: bold; margin-bottom: 10px; - margin-left: 30px; + margin-left: 45px; background-image:url("../img/Undo-icon.png"); background-position: center; } @@ -235,21 +283,40 @@ li.listItem{ border-radius: 5px; font-weight: bold; margin-bottom: 10px; - margin-left: 30px; + margin-left: 45px; background-image:url("../img/Redo-icon.png"); background-position: center; } - +input.search { + height: 25px; + width: 150px; + margin-top: 10px; + margin-left: 10px; + margin-bottom: 20px; +} +button.typeButton { + height: 30px; + min-width: 60px; + cursor: pointer; + background-color: white; + border: 3px solid white; +} +button.typeButton:hover { + font-weight: bold; + background-color: #26C6B0; + color: black; + border: 3px solid #26C6B0; +} article#user_info{ position : fixed !important; left:50%; margin-left: -517px; width: 2000px; margin-top: -100px; - background-color: #639BF1; - opacity: 0.5; + background-color: #4EB1BA; + opacity: 1; height: 50px; - border: 5px solid black; + border: 5px solid #610A3B; border-radius: 8px; z-index: 10; } @@ -260,10 +327,9 @@ article#user_info:hover{ margin-left: -517px; width: 2000px; margin-top: -100px; - background-color: #639BF1; opacity: 1; height: 50px; - border: 5px solid black; + border: 5px solid #610A3B; border-radius: 8px; z-index: 10; } @@ -286,10 +352,25 @@ article#user_info:hover{ margin-top: 5px; margin-left: 5px; margin-right: 10px; + cursor: pointer; +} +#backArrow { + float: left; + margin-left: 10px; + margin-right: 10px; } #icon>#logout{ - float: right; + margin-top: 5px; + margin-left: 5px; + margin-right: 10px; + float: left; +} + +#changeTheme{ + width: auto; + margin-top: 5px; + margin-left: 5px; margin-right: 10px; float: right; @@ -306,7 +387,6 @@ article#user_info:hover{ -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; - -webkit-animation-direction: alternate; -webkit-animation-play-state: running; /* Standard syntax */ animation-name: myfirst; @@ -314,21 +394,20 @@ article#user_info:hover{ animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; - animation-direction: alternate; animation-play-state: running; } /* Chrome, Safari, Opera */ @-webkit-keyframes myfirst { - 0% {left:480px; top:0px;} - 50% {left:-480px; top:0px;} - 100% {left:480px; top:0px;} + 0% {left: 480px;} + 50% {left: 0px;} + 100% {left: -480px;} } /* Standard syntax */ @keyframes myfirst { - 0% {left:480px; top:0px;} - 50% {left:-480px; top:0px;} - 100% {left:480px; top:0px;} + 0% {left: 480px;} + 50% {left: 0px;} + 100% {left: -480px;} } #user_info > .profil { diff --git a/html/beer.html b/html/beer.html index fb10919..ad280f1 100644 --- a/html/beer.html +++ b/html/beer.html @@ -3,13 +3,15 @@ - + -
- + +
+ +
@@ -17,26 +19,30 @@
-
- +
+ +
+
+ +
+
+
THE FLYING DUTCHMAN: BLACK SAILS
- -
- - - + + +
- + diff --git a/html/index.html b/html/index.html index c5895dc..ac533de 100644 --- a/html/index.html +++ b/html/index.html @@ -3,6 +3,7 @@ +
@@ -18,7 +19,7 @@
- +

THE FLYING DUTCHMAN: BLACK SAILS

@@ -37,7 +38,9 @@ + + diff --git a/html/index2.html b/html/index2.html index 1f3e21b..14466b1 100644 --- a/html/index2.html +++ b/html/index2.html @@ -1,43 +1,51 @@ - + +
- +
+ +
-
+
- - + +
-
- +
+
-
THE FLYING DUTCHMAN: BLACK SAILS
+ +
+

THE FLYING DUTCHMAN: BLACK SAILS

-
+
- + + + - \ No newline at end of file + diff --git a/html/paypage.html b/html/paypage.html index 1e2a949..a504c68 100644 --- a/html/paypage.html +++ b/html/paypage.html @@ -4,34 +4,44 @@ +
- + +
+ +
-
+
- - + +
-
- +
+ +
+
+ +
+
+
-
THE FLYING DUTCHMAN: BLACK SAILS
+
+

THE FLYING DUTCHMAN: BLACK SAILS

- - cancel + + cancel
Total:
Credit:
-

Cancel

@@ -41,9 +51,10 @@
diff --git a/html/settings.html b/html/settings.html index 85ac449..c52eeec 100644 --- a/html/settings.html +++ b/html/settings.html @@ -2,41 +2,56 @@ setting - + +
- + +
+ +
-
+
- - + +
-
- +
+ +
+
+ +
+
+
-
THE FLYING DUTCHMAN: BLACK SAILS
+
+

THE FLYING DUTCHMAN: BLACK SAILS

- - -
-
-
Click on the dink for more info
+
+ + + + +
+
+
+
Click on the list item for more info.