Jump to content

Assira the Black

Member
  • Posts

    530
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Assira the Black

  1. Okey dokey. Thank you :) Maybe I should just play with the script in my word pad and then copy it over. Time flies when I am deep in thought and did not realize it has taken over an hour multiple times for it to do that. I have no sense of time as it is. :)
  2. I do not know javascript to use. It is CSS and html as far as I know. I am using Rikstar's personal papers template from the forums and honestly would not know what javascript looked like. And because of that error... it made it where my most recent work completed on certain portions was not saved. It was rather annoying. [log=Script I am Currently Using] <script>turn = 0; function rotate_list(number) { turn = number; $(document).ready(function(){ if(turn == 0) { $("#first").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#first").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#first").css({"color":"rgba(0,0,0,1)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent;"}); $("#third").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent;"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent;"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent;"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent;"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 1) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#second").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#second").css({"color":"rgba(0,0,0,1)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent;"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent;"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent;"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent;"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 2) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#third").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#third").css({"color":"rgba(0,0,0,1)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent;"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent;"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent;"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 3) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fourth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fourth").css({"color":"rgba(0,0,0,1)"}); $("#fourth").css({"background-color":"transparent"}); $("#fifth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent;"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent;"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 4) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent"}); $("#fifth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fifth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#fifth").css({"color":"rgba(0,0,0,1)"}); $("#fifth").css({"background-color":"transparent"}); $("#sixth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent;"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 5) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent"}); $("#sixth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#sixth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#sixth").css({"color":"rgba(0,0,0,1)"}); $("#sixth").css({"background-color":"transparent"}); $("#zeventh").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent;"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 6) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent"}); $("#sixth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent"}); $("#zeventh").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#zeventh").css({"color":"rgba(0,0,0,1)"}); $("#zeventh").css({"background-color":"transparent"}); $("#eighth").css({"transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"-webkit-transform":"rotateY(100deg) translateX(400px) translateZ(230px)"}); $("#eighth").css({"color":"rgba(0,0,0,0)"}); $("#eighth").css({"background-color":"transparent;"}); }else if(turn == 7) { $("#first").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#first").css({"color":"rgba(0,0,0,0)"}); $("#first").css({"background-color":"transparent"}); $("#second").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#second").css({"color":"rgba(0,0,0,0)"}); $("#second").css({"background-color":"transparent"}); $("#third").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#third").css({"color":"rgba(0,0,0,0)"}); $("#third").css({"background-color":"transparent"}); $("#fourth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fourth").css({"color":"rgba(0,0,0,0)"}); $("#fourth").css({"background-color":"transparent"}); $("#fifth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#fifth").css({"color":"rgba(0,0,0,0)"}); $("#fifth").css({"background-color":"transparent"}); $("#sixth").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#sixth").css({"color":"rgba(0,0,0,0)"}); $("#sixth").css({"background-color":"transparent"}); $("#zeventh").css({"transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#zeventh").css({"-webkit-transform":"rotateY(-100deg) translateX(-400px) translateZ(230px)"}); $("#zeventh").css({"color":"rgba(0,0,0,0)"}); $("#zeventh").css({"background-color":"transparent"}); $("#eighth").css({"transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#eighth").css({"-webkit-transform":"rotateY(0deg) translateX(0px) translateZ(0px)"}); $("#eighth").css({"color":"rgba(0,0,0,1)"}); $("#eighth").css({"background-color":"transparent"}); } }); } </script> <style type="text/css">#main_personalpage{ width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,1); background-color: transparent; backface-visibility: hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; } #first{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,1); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family: "Playball", cursive; font-size: 150%; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #second{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:"Playball", cursive; font-size: 150%; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #third{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #fourth{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #fifth{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #sixth{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #zeventh{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } #eighth{ position: absolute; width: 80%; margin-right: 10%; margin-left: 10%; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; color: rgba(0,0,0,0); background-color: transparent; backface-visibility: hidden; border-style: none ; border-width: 1px; font-family:Arial, Times, "serif"; transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-transform: rotateY(100deg) translateX(400px) translateZ(230px); -webkit-backface-visibility: hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; transition: transform 1s, color 1s, background-color 1s, display 1s; -webkit-transition: -webkit-transform 1s, color 1s, background-color 1s, display 1s; } .pers{ perspective: 1500px; } </style> <style>.menu-textbutton { background-color: transparent; color: white; border-radius: 4px; text-align: center; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; } .menu-textbutton:hover { background-color: transparent; color: white; } </style> <div align="center"> <div align="center" id="main_personalpage" class="frm-textbutton-gold"> <button id="button" onclick="rotate_list(0)" class="frm-textbutton-gold" type="submit">Greetings</button> <button id="button" onclick="rotate_list(1)" class="frm-textbutton-gold" type="submit">Rules</button> <button id="button" onclick="rotate_list(2)" class="frm-textbutton-gold" type="submit">Reward Shop</button> <button id="button" onclick="rotate_list(3)" class="frm-textbutton-gold" type="submit">Items for Sale</button> <button id="button" onclick="rotate_list(4)" class="frm-textbutton-gold" type="submit">Trade Log</button> <button id="button" onclick="rotate_list(5)" class="frm-textbutton-gold" type="submit">Quest Log</button> <button id="button" onclick="rotate_list(6)" class="frm-textbutton-gold" type="submit">History</button> <button id="button" onclick="rotate_list(7)" class="frm-textbutton-gold" type="submit">Misq</button> </div> </div> <div align="center" class="pers"> <div id="first"> <h1>Masks of the Mist Booth</h1> <p> Welcome, for now the booth is not much; except for myself, the items I carry, and a few jobs for those that come by. If you look around there are some items that you can purchase, if you have either coin or completed enough jobs for me. Tell me what you want to buy and the trading will begin. If you have not taken on a few jobs, just ask me what is available and I will give you something to do. Some tasks and quests can be found at the Information Center in the panel on the front step of the GoE. A few of those quests and tasks overlap with this point system, while others are sponsored by other lands or quest makers.</p>--Assira the Black </div> <div id="second"><h1>Rules</h1> 1)People can help each other on certain tasks and quests; but if it has been found that a person is doing the task or quest for an individual. Then I will interfer; if it continues to become a problem where that person is repeatedly doing the quests for others then he/she will be given negative points equal to the task/quest. If uncertain then ask. <br /> <br /> 2)If quest items are stolen, after approaching the person if they do not return the item they will be given negative points double to what the item/quest is worth (so if the quest is worth 5points the person will receive -10points). As things progress then so do I.<br /> <br /> 3)Tasks can only be completed two times per quarter: January-March, April-June, July-September, and October-December. <br /> <br /> 4)Quests can only be completed once unless otherwise specified. <br /> <br /> 5)Points can also be awarded to quest makers, coders, and judges that link/overlap with this system. So keep notes and inform me on what is going on to receive points for this. <br /> <br /> 6)Once a year this system will be reviewed to ensure that any market fluctuations are accounted for. <br /> <br /> 7)Quest, tasks, participants, coders, quest makers, judges, trades, and so on will be recorded as much as possible. So only give items and etc. if I am awake, otherwise it makes it difficult to track who did what. <br /> <br /> 8)Items will be given at purchase and for the purchase of someone using an ability or spell on you (or on a person you chose) payment of points for the abilities will happen when it is cast. It may take some time to get a hold of the castor so do not expect it to immediately happen. <br /> <br /> 9) Remember have a fun and interesting time.<br /> <br />--Assira the Black </div> <div id="third"><h1>Reward Shop</h1> <br /> <br /><b> Tier 1:5-10pts</b> <br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>1 Silver Coin</b><br /> 31 coins in stock <br />5 pt</td> <td><b>15* Resin</b><br /> 1 set in stock <br />10 pt</td> <td><b>15* Bones</b><br /> 1 set in stock <br />10 pt</td> </tr> </tbody> </table> <br /> <br /><b>Tier 2:15-20pts</b><br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Thorny Crown</b><br /> 1 in stock <br />20 pts</td> <td><b>Heretic Archer Card</b><br /> 2 in stock <br />20 pts</td> <td><b>NC Handkerchief</b><br />1 in stock <br />20 pt</td> </tr> <tr> <td><b>Drachorn book ends</b><br /> 1 in stock <br />20pts</td> <td><b>A piece of bark</b><br /> 1 in stock <br />20pts</td> <td><b>20* flowers </b><br /> 1 set in stock <br />20pts</td> </tr> </tbody> </table> <br /> <br /><b>Tier 3</b><br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Item 1</b><br /> 1 in stock <br />8 pt</td> <td><b>Item 2</b><br /> 3 in stock <br />12 pt</td> <td><b>Item 3</b><br /> 7 in stock <br />30 pt</td> </tr> <tr> <td><b>Item 4</b><br /> 1 in stock <br />8pt</td> <td><b>Item 5</b><br /> 1 in stock <br />8pt</td> <td><b>Item 6</b><br /> 1 in stock <br />8pt</td> </tr> </tbody> </table> <br /> <br /><b>Tier 4</b><br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Item 1</b><br /> 1 in stock <br />8 pt</td> <td><b>Item 2</b><br /> 3 in stock <br />12 pt</td> <td><b>Item 3</b><br /> 7 in stock <br />30 pt</td> </tr> <tr> <td><b>Item 4</b><br /> 1 in stock <br />8pt</td> <td><b>Item 5</b><br /> 1 in stock <br />8pt</td> <td><b>Item 6</b><br /> 1 in stock <br />8pt</td> </tr> </tbody> </table> <br /> <br /><b>Tier 5</b><br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Item 1</b><br /> 1 in stock <br />8 pt</td> <td><b>Item 2</b><br /> 3 in stock <br />12 pt</td> <td><b>Item 3</b><br /> 7 in stock <br />30 pt</td> </tr> <tr> <td><b>Item 4</b><br /> 1 in stock <br />8pt</td> <td><b>Item 5</b><br /> 1 in stock <br />8pt</td> <td><b>Item 6</b><br /> 1 in stock <br />8pt</td> </tr> </tbody> </table> <br /> <br /><b>Tier 6</b><br /> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Item 1</b><br /> 1 in stock <br />8 pt</td> <td><b>Item 2</b><br /> 3 in stock <br />12 pt</td> <td><b>Item 3</b><br /> 7 in stock <br />30 pt</td> </tr> <tr> <td><b>Item 4</b><br /> 1 in stock <br />8pt</td> <td><b>Item 5</b><br /> 1 in stock <br />8pt</td> <td><b>Item 6</b><br /> 1 in stock <br />8pt</td> </tr> </tbody> </table> </div> <div id="fourth"><h1>Items for Sale</h1> <style>table, tr { text-align: center; } tr{ border: rules; { </style> <table style="width: 100%;"> <tbody> <tr> <td><b>Item 1</b><br /> 1 in stock <br />80 pt</td> <td><b>Item 2</b><br /> 3 in stock <br />12 pt</td> <td><b>Item 3</b><br /> 7 in stock <br />30 pt</td> </tr> <tr> <td><b>Item 4</b></td> <td><b>Item 5</b></td> <td><b>Item 6</b></td> </tr> </tbody> </table> </div> <div id="fifth"><h1>Trade Log</h1> <p>A list of transactions that have taken place for the Booth.</p> </div> <div id="sixth"><h1>Quest Log</h1> <p>Current Quests or tasks for this quarter that people have completed.</p> </div> <div id="zeventh"><h1>History</h1> <p> A brief summary of quests and tasks completed per quarter. The forums will be more detailed in this area.</p> </div> <div id="eighth"><h1>Miscellaneous</h1> <p>Anything that does not currently fall under one of the tabs.</p> </div> </div> [/log]
  3. I think this one may be a different source of problem since the other was the skype extension. This error happens when I am editing the script in my hate list papers. So could someone split the topic please? Unless the mods are okay with it staying here.
  4. Thank you that fixed that problem. Skype extension has been disabled, I am not sure why it was even attached to my tool bar.
  5. I also get the following when editing papers by changing script though it happened multiple times on Firefox and now once on Chrome. I am not certain if this is all just related to a problem with my computer. If it is separate problems then I can make another bug report.
  6. That problem is happening in Firefox, I do not seem to have a problem with it in Chrome so far. But I just downloaded chrome and was going to try to reinstall firefox to see if that changed anything.
  7. This has happened in a forum Pm where we were sending back and forth changes on the personal template design for papers. So far this error pops up on my computer when I try opening that forum pm. I have not noticed it with any other forum pm. It has happened about three times. Is it because code is pasted into the post? Or some other problem possibly with my computer? Or something else?
  8. I think that the direction MP7 could take would depend on the direction that a MP6 will take in the future. Also if MP7 is suppose to be a step in a different direction than other MP levels or a step beyond. For example is MP7 going to be associated with illusions (a different direction that MP6) or have abilities similar to a MP6 as far as spells and mentorship but more/other 'responsibilities'. This is just an example there is a bunch of grey or in-between areas. Or range outside of what is being said above.
  9. If I get no feedback then I will determine things to the best of my ability and will not listen to complaints later that just say, "This is unfair." Now if someone give constructive complaints, feedback, and suggestions a long with "This is unfair because..." I will listen. :P Now should people get a few points for judging on quests?
  10. Had help with getting the box wider. Thank you MaGoHi :) Now I will just be working on a grid like format for items on the pages. If I come across any problems I will post here.
  11. Started using Rikstars template below... but in 'my hate list'. How do I get the box to be wider when I change the % for margin and width it makes the box shoots out to the right. http://magicduel.invisionzone.com/topic/14442-rikstars-template/
  12. My personal papers have always been fairly bland... I have no clue how to do actual scripting. My scripting level is newbie and I am self taught. With the MotM Booth idea, I am needing a template that I can enter in the Reward Section, Selling, Buying, and any other shop that may pop up later on. Under the Reward Section I would want it to be broken down into the 6 Tier system where I can add to it on what is currently available in that shop section where I can also say how much is in stock. I would like it to be similar in style to the creature page. Where the items are sectioned out in grid format and I can type under the name how many is available and for how much. I am not too picky about the background... I just would like it to be Assira like... so not bright and colorful. It can be dark/mysterious, professional style, old paper, entertainment themed (Masks of the Mist is an entertainment guild), and so on.
  13. There will be an annual review to make changes to the point system to account for market changes and participation. Task system will reset every three months meaning that people will be able to do tasks that they did previously. Should each task be limited to 2 or 3? In peoples opinions for Tiers 4-6 what should be the range?
  14. Tier 1: Point range 5-10 Tier 2:Point range 15 -20 Tier 3:Point range 25 - 30 Tier 4:Point range 50 Tier 5:Point range 100 Tier 6:Point range 500 Small tasks could reward 2-3 points each Completing a quest could be 5-10 points Creating a quest could range 2 - 15 points depending on complexity creating a series of tasks 1 to 5 points depending on level of task makers involvement with players that take up the tasks. Does the point system sound fair? What are some suggested changes?
  15. Btw I wanted to emphases that this is not a temporary Booth, I plan to have it run all year round to provide a source of quests, tasks, and etc for people to do. For now all rewards for the quests will be from my personal inventory and the rewards I listed above are examples for types of reward brackets. I do not necessarily have those rewards. For example, I do not own a nutcracker and I am not sure if creatures will be the easiest thing to add to a reward system like this since it changes based on heat, age, tokens, id# etc...
  16. Example of tasks (limited number of times that can be completed within a set time frame): get a shipment of branches obtain alcohol from the east Participate in a tea ceremony etc Quests can be purely clickie based but for this I want to encourage activity with other players. So I would like the clickies to support player based quests or to encourage cooperation between players who are on the same quest. (I have some ideas for this but I do not like spoiling stuff for everybody.) Land/Mentor Tasks/Quests It does not really fall under tasks or quests... but more of learning concepts or characteristics. Personal development that a Mentor or leader of a land/alliance guides others in. These could be write an essay format, travel one scene a day and write observation, helping to map the heat veins, researching topics/people, and etc. Organizing Creating quests, contests, series of tasks, puzzles, events... So yeah, I am trying to reward the quest makers/organizers as well. But they will most likely get scored on how much effort they put into it, how well it runs, and so on. An organizer who has people write essays and judges them, would not get as many points as an organizer who coded a quest or spent the time to create the storyline/puzzles for the quest. There will be a judging scale just like all quest takers, tasks, and so on. Something I missed so far? Ideas, suggestions, and etc?
  17. A good bartering system will be difficult, for the only set trend in the Market Central section of the forums is the conversion of silver to gold. But a tier system for the rewards could be the following (Pulling below numbers out of the air, nothing is set in stone and open to suggestions) Free: Alcohol, Cake, Candy, Pickles, and Tea Tier 1: 2 Silver, 15 common resources (common resources are herbs, water, wood, etc. Fenths and memory stones are a bit more uncommon.) Tier 2: 15 uncommon resources, common rp items that can still be bought in the shop Tier 3: a common spell stone (heat, invisiblity...),default rp items (mechanical heart, empty box) Tier 4: Uncommon spell stones (toad speak, lockin chaos),rp items that can not be bought in the shop and personal based items (autograph, bottled emotions, drop of blood, engraved ring) Tier 5: Uncommon creatures (imps, bloodpac... will be hard to control age... my current creatures are aged but as time goes on then my newer batch of creatures would not have a lot of age...) Tier 6: 1 Rare spells or abilities casted for the person (for example: kill a person for them, revive, nightmode, Flameshadow used on them, etc) and rare creatures (dracs, angeins, morphs, santas, nutcracker,...). (will add more on quest and task ideas later, rl is calling)
  18. This here will be a presentation of an idea, one that I will implement but would like some feedback on its structure. Mainly the point system. The idea is that I will have set tasks that anyone can do and for each task there is a varying amount of points given. The points will be kept track of in the PL and a log will be continuous on the forums. But the forums will not be the starting point or origin of the tasks that will all happen in game: through chat, pms, or the Information Center Clickie. Other peoples quests and tasks can overlap or branch off of this system, an idea similar to Aethon's task system for newer players, but will be available to all players. Even if a person has a quest or task that is based off this system to award points, they can participate in my tasks or other player quests to gain points. The player can spend their points to obtain certain rewards. Such as coins, heat stones (to use in Aehon's quest if he would like, this would be an example of one area of overlap), rp items (I have plenty... for now), creatures (if I have them), small batches of resources (which means I will sell off certain larger batches of resources that I currently have) certain spells casts or abilities of others (have one offer in this area but not willing to reveal at the moment), and anything else that can come to mind. If people or lands wish to have quests where players get points added to my system then talk with me and if they complete your quest then I will give them the points agreed upon. Certain rp items will be ranked above others and will only be available through the quest. Other items will only be available for purchase or trade. But buying or trading for those rp items would be at an increased rate than what it goes for in the market. This is so that I may gain other items or rewards for these tasks and quests. From the Masks of the Mist Booth the following items will be given for free if I have them especially if it is for a quest or task: Candy (If my Elu does not eat it first) Alcohol (Though Grasan Ferment obtained by the creature will be excluded) Tea Cake Pickles I have a few quests and tasks in mind but I wish to hear peoples thoughts on a point system for the rewards that seem fair or tier system. (May edit later to make more sense)
  19. Alright. It has begun. Muwhahah. *coughs* [log=In the beginning] December when I moved in, the following pics are of the small backyard. I took the pic before realizing this quest. But in later pics there are MD symbols where you can tell it is the same backyard and patio. [/log] [log= Mountain of Soil] [/log] [log= The Beds Rise] [/log] [Log= Making Seed Trays] [/log] [log= Too Many Seeds] [/log] [log= Narrowed down to a ... few] [/log] [log= Making labels] Fast-forward [/log] [log= Seeds on the Vermiculite] Echinacea, Rosemary & Sage, Thyme, and Sweet Basil (Rosemary and Sage were mixed together, a friend have me the seeds as a gift. So it will be a surprise as to what I get :D ) Spinach, 3 kinds of Lavender, and Zinnias Parsley, Dill, Jalapeno, and Carrot (It maybe fennel instead of dill... I did not label it and the year I harvested those seeds I had both growing) Cabbage, Kohl Rabi, Basil Lettuce Leaf, and Patio Tomatoes. (That Basil plant is suppose to have larger leaves to the point that you can use it as a wrap. It will be the first time for trying this. The Patio Tomatoes are smaller tomato plants and are suppose to do really well in containers) [/log] [log= Planting Others] Potatoes Peas [/log] Now I get to wait. I have even more plans for the garden... but I will have to see what germinates and get a few more things before I begin the next stages. It has been about two years since I gardened... and I am able to do so now since I just moved into this place in December. I have been really excited about gardening this spring.
  20. *sneaks away to garden* Wont be around much today.

    1. Assira the Black

      Assira the Black

      I have too many seeds to chose from...Hmm... *can't decide on what kind of lavender*

    2. Witty

      Witty

      I like lavender, but I know nothing about the types :D

    3. Assira the Black

      Assira the Black

      I decided on three kinds out of six seed types that I have. But they may now be mixed some since the rain flooded the tray -.-

  21. I just cleared my cookies/cache and will see if that will fix it. I am not sure what local fixes will be required to fix the syntax errors but I think I know what may have caused it. I wanted to contact you Chewett since the syntax errors contained some of my personal information that I did not realize until after making this topic. I would prefer not having it to where all the internet could see it. But upon seeing my personal information, it made me realize what could possibly be the cause.
×
×
  • Create New...