class: firstTimer



 

Description

 

firstTimer is the class for the <div> that wraps the message that appears the first time someone visits a wiki. That message looks like:

 

Welcome!

What you see below is a wiki, which is a special kind of website YOU can edit!

Take a tour to see what you can do, or get a wiki yourself!

 

Application

 

PBwiki does not do any styling on this <div> that I (vietmusic) am aware of. However, it can be used to style the message like any other block, or to get rid of it completely, as in the example below.

 

Example

 

Insert the following code into your wiki.css to make the message permanently disappear.

 

.firstTimer {
display:none;
}

 

See Also