Camp Lakebottom Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* import Common.css so it serves its function - 2/1/11  */
@import url("/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");
.UserProfileMasthead .masthead-info {
    background-image: url(https://images.wikia.nocookie.net/central/images/0/03/968e815c2b368c44013fcbd0293fb885e19bb6f8.jpg);

 
/* Message wall icons */

.comments li.message blockquote .MiniEditorWrapper .edited-by a.bureaucrat:after {
    content: url(https://images.wikia.nocookie.net/camplakebottom/images/d/df/Circle_iconB.png);
    padding-left: 10px;
}
 
.comments li.message blockquote .MiniEditorWrapper .edited-by a.chat-mod:after {
    content: url(https://images.wikia.nocookie.net/__cb20130803083245/camplakebottom/images/1/18/C_icon.png);
    padding-left: 10px;
}
 
.comments li.message blockquote .MiniEditorWrapper .edited-by a.patroller:after {
    content: url(https://images.wikia.nocookie.net/camplakebottom/images/2/2d/P_icon.gif);
    padding-left: 10px;
}
 
.comments li.message blockquote .MiniEditorWrapper .edited-by a.admin:after {
    content: url(https://images.wikia.nocookie.net/camplakebottom/images/2/20/Icon-a.jpg);
    padding-left: 10px;
    
}.avatar {
    border: 2px solid red !important;
}
Advertisement