diff --git a/.DS_Store b/.DS_Store index e573d6c..c97681f 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/wymga/.DS_Store b/wymga/.DS_Store index 196ceb1..2b3eaed 100644 Binary files a/wymga/.DS_Store and b/wymga/.DS_Store differ diff --git a/wymga/bus_station.css b/wymga/bus_station.css index 0760d57..462922b 100644 --- a/wymga/bus_station.css +++ b/wymga/bus_station.css @@ -37,6 +37,44 @@ overflow-y: hidden; } + .back{ + position: fixed; + color:#c94dff ; + text-align: center; + font-family: jolyregular; + background-color: black; + top:40%; + bottom:43%; + left:35%; + right:35%; + border: 1px solid #c94dff; + -webkit-box-shadow: 10px 10px 0px 0px #c94dff; + -moz-box-shadow: 10px 10px 0px 0px #c94dff; + box-shadow: 10px 10px 0px 0px #c94dff; + font-size: 0.8em; + padding-top: 1.5em; + z-index: 100; + line-height: 1.5em; +} +.button_back{ + font-size: 2.8vh; + -webkit-appearance: none; + background-color:transparent; + border: 1px #c94dff solid; + border-radius: 25em; + color:#c94dff; + cursor:pointer; + font-family: jolybolditalic; + padding-bottom:3px; + +} +.button_back:hover{ + border: 0.1em transparent solid; + -webkit-box-shadow: 0px 0px 8px 1px #c94dff; + -moz-box-shadow: 0px 0px 8px 1px #c94dff; + box-shadow: 0px 0px 8px 1px #c94dff; +} + .instructions{ font-family:jolyregularitalic; diff --git a/wymga/bus_station.html b/wymga/bus_station.html index 525020e..ab69bd0 100644 --- a/wymga/bus_station.html +++ b/wymga/bus_station.html @@ -17,6 +17,10 @@ +