Moonsetter
Captain of The Cake Bandits
[class=base]
background:white;
width:90%;
margin:10px auto;
padding:10px;
//Forward slashes are comments and do no show up in the final design,//
//these are to help you find everything easily and explain some code as well. //
//These comments put be with in a class or script tags in order to be hidden, from what I know. //
//Long URls are images//
//# followed by letter and numbers are Hex codes or color codes//
//the only color named by its name is White//
//this is the white background//
//or the base of the design//
[/class]
[class=hidden]
display: none;
//this allows all the content I don't want to be
seen until clicked to be hidden,
or not on display until I code otherwise//
[/class]
[class=Img]
border:2px solid #000000;
line-height:0px;
margin-left:5px;
pointer-events:none;
//the border around the Image//
[/class]
[class=ImagButton]
background:#AA0101;
border-radius:5px;
margin:0px Auto;margin-right:5px;
padding:5px;
float:left;
Width:70%;
text-align:center;
float:left;
font-family:Book Antiqua;
color:White;
//The red buttons above the Images//
[/class]
[class name=ImagButton state=hover]
cursor:pointer;
Background-color:#48107E;
color:red;
//what the Imagebutton looks like//
// when a cursor hovers over it//
[/class]
[class=ImagButtonClick]
background:#330B5A;
border-radius:5px;
margin:10px Auto;
margin-right:5px;
padding:5px;
float:left;
Width:70%;
color:white;
//what the image button looks like when clicked on//
[/class]
[script class=ImagButton on=click]
removeClass ImagButtonClick ImagButton
addClass ImagButtonClick
//above allows the user to toggle between a clicked and non-clicked colored button//
set link (getText)
//above sets the link to what ever text I put on the button within a div//
if (eq "${link}" "Currently") (hide Head)
if (eq "${link}" "Currently") (show Tags)
if (eq "${link}" "Currently") (show Image)
if (eq "${link}" "Currently") (hide Current)
if (eq "${link}" "Image") (show Head)
if (eq "${link}" "Image") (hide Tags)
if (eq "${link}" "Image") (show Current)
if (eq "${link}" "Image") (hide Image)
// So this more or less translates to//
//if the div has the text "Currently" in it it's set as a link and when clicked it will hide the Head class (my image) and show the Tags class and the class named Image (the new button)//
//oh and below
means to put a break in the code, like pressing the enter button. it's necessary since the beginning means no breaks unless other wise told with that br code// //for anyone who doesn't know// [/script]
[div class="Desktop base"]
[/div] Code by AgWordSmith [/div]
means to put a break in the code, like pressing the enter button. it's necessary since the beginning means no breaks unless other wise told with that br code// //for anyone who doesn't know// [/script]
[div class="Desktop base"]
[div class="Current ImagButton" style="Margin-left:15px;"]Currently
[div class="Image ImagButton hidden" style="Margin-left:15px;"]Image[/div]
[div class="Img Head"]
[/div]
[div class="Tags hidden" style="margin-left:5px;"]Interacting:
DebyDowner
Mentioned:N/A
Located:UA High ; Main Hallway
[/div]
[div class="Img Head"]
Mentioned:N/A
Located:UA High ; Main Hallway
[/div]
JOBIN HISHIKAWA |CLOUD9
Jobin paused hearing his name called. His clicker going off a few times to identify who was beside him. He turned to see Juno; a young man he wasn't quite familiar with. Though, he had been recommended to be a teacher here so he couldn't have been too bad. He turned towards the girls and gave a small nod. "Excuse me." He spoke before stepping aside with the male. "Yes June how can i assist you? Uh... Your heart rate seems a bit high is something the matter?" The males arms began to fold as he leaned against the wall slightly. He couldn't help but be a bit concerned. UA was his responsibility now and anything that was unsettling needed to be taken care of immediately.
Jobin paused hearing his name called. His clicker going off a few times to identify who was beside him. He turned to see Juno; a young man he wasn't quite familiar with. Though, he had been recommended to be a teacher here so he couldn't have been too bad. He turned towards the girls and gave a small nod. "Excuse me." He spoke before stepping aside with the male. "Yes June how can i assist you? Uh... Your heart rate seems a bit high is something the matter?" The males arms began to fold as he leaned against the wall slightly. He couldn't help but be a bit concerned. UA was his responsibility now and anything that was unsettling needed to be taken care of immediately.
[/div] Code by AgWordSmith [/div]