Jump to content

Recommended Posts

Posted (edited)
4 minutes ago, Enter a username said:

STORM YOU!

(From Enter's sister)

Quote

whoa, no need to get feisty.. Sanderson is near the top of my reading list, and I am sure that his books are amazing and worth reading!!

 

Edited by KyL
Posted
4 minutes ago, Channelknight Fadran said:
Quote

Haven't seen you in awhile. Hows' life been?

Good. Just finishing and rereading the Cosmere, reading about Evil Liebrarians, that sort of thing.

3 minutes ago, KyL said:
Quote

whoa, no need to get feisty.. Sanderson is near the top of my reading list, and I am sure that his books are amazing and worth reading!!

Make him number one on your reading list! And number 2! And 3! and 4,5,6,7,8,9,10, and so on!!!

Posted
7 minutes ago, Vapor said:

Grace nods and takes the bottle. "Thank you!"

"No problem, miss! Come back soon! Tell your friends! But not really, because I'm a Secret!" He smiles.

Just now, Enter a username said:

Good. Just finishing and rereading the Cosmere, reading about Evil Liebrarians, that sort of thing.

Quote

Do you mean those two seperately, because Alcatraz and the Librarians thing isn't Cosmere.

 

Posted
1 minute ago, Enter a username said:

Make him number one on your reading list! And number 2! And 3! and 4,5,6,7,8,9,10, and so on!!!

Quote

When I finish a tale of two cities and the story I am writing, then yes! He shall be those numbers.

 

Posted
Quote

cool

Grace smiles and heads up the stairs.

 

 

"There will be snacks!" Vapor calls.

Posted
Just now, Channelknight Fadran said:

An announcement echoes through the halls.

"Pool party at 2:30 this afternoon!"

Quote

what time zone?

 

Posted (edited)
Quote

that would be lit
make things less confusing

 

Edited by KyL
Posted
2 hours ago, Channelknight Fadran said:
2 hours ago, Enter a username said:

"Medical attention... yes..." He's grown weak from blood loss.

"Medic!" Tina calls.

"Just... hurry... up..."

Posted
1 minute ago, Enter a username said:

"Just... hurry... up..."

A medic arrives and rushes Enter to the emergency room. He heads through a secret passage in one of the janitorial closets, behind which is a large doctor's office. They begin their job: removing the sword, cleaning the wound, pumping in new blood, and stitching him up.

Posted (edited)
3 minutes ago, Channelknight Fadran said:

I don't suppose you know of anything that could do that, would you?

Quote

there's a way to insert code next to the quote thing, if it takes javascript* then you might be able to add some code to the title that shows the 'time', if not the title, then maybe the opening post
*or a few many other languages

 

Edited by KyL
Posted (edited)
<div id="clock">
	/* Google font */
	@import url('https://fonts.googleapis.com/css?family=Orbitron');

	body {
	  background-color: #121212;
	}

	#clock {
	  font-family: 'Orbitron', sans-serif;
	  color: #66ff99;
	  font-size: 56px;
	  text-align: center;
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
</div>
<div>
function currentTime() {
  var date = new Date(); /* creating object of Date class */
  var hour = date.getHours();
  var min = date.getMinutes();
  var sec = date.getSeconds();
}
</div>
function currentTime() {
  hour = updateTime(hour);
  min = updateTime(min);
  sec = updateTime(sec);
}

function updateTime(k) {
  if (k < 10) {
    return "0" + k;
  }
  else {
    return k;
  }
}
             document.getElementById("clock").innerHTML = hour + " : " + min + " : " + sec; /* adding time to the div */
             function currentTime() {
  var t = setTimeout(function(){ currentTime() }, 1000); /* setting timer */
}

currentTime(); /* calling currentTime() function to initiate the process */
             

So you'd want it something like that, but change out the getHours() and add more divs to seperate them (you can never have enough)

Edited by KyL
Posted
2 minutes ago, KyL said:

<div id="clock">
	/* Google font */
	@import url('https://fonts.googleapis.com/css?family=Orbitron');

	body {
	  background-color: #121212;
	}

	#clock {
	  font-family: 'Orbitron', sans-serif;
	  color: #66ff99;
	  font-size: 56px;
	  text-align: center;
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
</div>
<div>
function currentTime() {
  var date = new Date(); /* creating object of Date class */
  var hour = date.getHours();
  var min = date.getMinutes();
  var sec = date.getSeconds();
}
</div>
function currentTime() {
  hour = updateTime(hour);
  min = updateTime(min);
  sec = updateTime(sec);
}

function updateTime(k) {
  if (k < 10) {
    return "0" + k;
  }
  else {
    return k;
  }
}
             document.getElementById("clock").innerHTML = hour + " : " + min + " : " + sec; /* adding time to the div */
             function currentTime() {
  var t = setTimeout(function(){ currentTime() }, 1000); /* setting timer */
}

currentTime(); /* calling currentTime() function to initiate the process */
             

So you'd want it something like that, but change out the getHours() and add more divs to seperate them

*Confused blinking*

Posted

sorry that was a bit confusing... I can work on a code and see if it will work on here, I just gotta get my sister who actually is good at it

@bruh

Posted

OH no I forgot

I won't be able to make it to the imaginary pool party today, I have a job interview at 3 so Mordred is there in spirit as the chief lifeguard, ok?

Posted
On 8/17/2020 at 1:54 PM, Channelknight Fadran said:

"I'm glad you think so. Here: let me show you around."

The older fellow, who introduced himself to be named Mr. Sia, began showing Ella the various Secrets of the library.

Ella got Mr. Sia's attention again. "Is there anything else I need to know before I start working, or is that it?"

Posted
3 minutes ago, DramaQueen said:

Ella got Mr. Sia's attention again. "Is there anything else I need to know before I start working, or is that it?"

"Well, if anybody ever needs your help with anything, then help them. Staff quarters is on the third floor behind the ballroom. Apart from that..." He shrugs. "Just do the librarian thing."

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...