Habbo 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.
/* 05:11, September 16, 2015 (UTC) */
/* <source lang="CSS"> */

@import "/index.php?title=MediaWiki:Common.css/hilite.css&action=raw&ctype=text/css";


/* new habbo wiki style */
/*body {
    background: #53bae5 url("http://static1.wikia.nocookie.net/__cb20130318212016/habbo/en/images/archive/5/50/20131004020206%21Wiki-background") repeat-x bottom fixed !important;
}*/

.craneClouds {
    height: 300px;
    width: 100%;
    position: fixed;
    background: url("http://images.wikia.com/habbo/en/images/f/f0/Crane_clouds.png") repeat;
}

/* Poll auto-formatting */
.ajax-poll {
    border: 1px solid #aaa !important;
}
 
.pollAnswerVotes span {
    color: #000;
}
 
ol.references {
    font-size: 100%;
}
 
.references-small { 
    font-size: 90%;
}
 
/* Infobox template style. */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: inherit !important;
    margin: 0 0 0.5em 2em !important;
    padding: 0.2em;
    float: right;
    clear: right;
    margin: 1em 1em 1em 0;
    background: #FFD34B !important;
    border: 1px #aaa solid;
    border-collapse: collapse;
    color: #000;
    border-radius: 10px;
}
 
.infobox td, .infobox th {
    vertical-align: top;
    color: #000;
}
 
.infobox>tr>th, .infobox>tr>td, .infobox>*>tr>th, .infobox>*>tr>td {
    border: 1px #aaa solid;
    padding: 0.2em;
    border-width: 1px 1px 0 0;
}
 
.infobox th, .infobox>tr>th, .infobox>*>tr>th {
    background: #FFBF00 !important;
    text-align: center;
    color: #000;
}

.infobox tr:last-child>td, .infobox tr:last-child>th {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 0;
}

.infobox tr:first-child>td, .infobox tr:first-child>th {
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 150%;
    border: 0;
    font-weight: bold;
}
 
/* Wikitable/Prettytable class for skinning normal tables. */
.wikitable, .prettytable {
    margin: 1em 1em 1em 0;
    background: #F9F9F9;
    border: 1px #aaa solid;
    border-collapse: collapse;
    color: #000;
}
 
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
.wikitable th, .prettytable th {
    background: #F2F2F2;
    text-align: center;
    color: #000;
}
 
.wikitable caption, .prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.infobox .wikitable.mw-collapsible {
    margin: -1px;
}
 
/* Disambig. */
#disambig {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
}
 
/* Class .hiddenStructure CSS no longer in mediawiki sftw */
  .hiddenStructure { display: none; }
/* Class .hiddenStructure CSS no longer in mediawiki sftw */

/* Colour the number of characters added/removed in the recent changes */
  .mw-plusminus-pos { color: #006500; }
  .mw-plusminus-neg { color: #8B0000; }
/* END Colour the number of characters added/removed in the recent changes */

/* Color certain items in Special:RecentChanges */
  .newpage { color : #990000; }
  .minor { color : #AAAAAA; }
  .unpatrolled { color : #ff00ff; }
/* END Color certain items in Special:RecentChanges */

/* Mark redirects in Special:Allpages and Special:Watchlist */
  .allpagesredirect a { color: #888; font-style: italic; }
  .watchlistredir a { color: #888; font-style: italic; }
  .nowraplinks a { white-space: nowrap; }
/* END Mark redirects in Special:Allpages and Special:Watchlist */

/* Other fixes for light-coloured backgrounds */
  .diff-context, .diff-addedline, #anontalktext { color: black; }
/* END Other fixes for light-coloured backgrounds */ 

/* Increase fontsize of DIFFS */ 
  td.diff-addedline,
  td.diff-deletedline,
  td.diff-context {
    vertical-align: top; font-size: 100%;
  }
  #pt-login { font-weight: bold; font-size: 110%; }
  p.error { font-weight: bold; }
/* End Increase fontsize of DIFFS */

/* Force text wrapping in PRE, SOURCE, & SYNTAXHIGHLIGHT tags */
  pre,
  source,
  syntaxhighlight {
    white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;      /* Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation)
                                  http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;       /* IE 5.5+ */
  }

  .firstHeading span, #ajaxRCtoggle {
      vertical-align: top;
  }
/* END Force text wrapping in PRE, SOURCE, & SYNTAXHIGHLIGHT tags */

/* Change source-mode font characteristics in editor */
  #wpTextbox1 {
    font-family: monospace !important;
    font-size: 12pt !important;
    font-weight: bold !important;
    color: inherit !important;
  }
  #EditPageEditor textarea {
    font-family: monospace !important;
    font-size: 12pt !important;
    font-weight: bold !important;
    color: inherit !important;
  }
/* END Change source-mode font characteristics in editor */

/* Highlighting "Updated since last visit" in Revision Histories for Wikia skin */
  span.updatedmarker { background-color: lime; }
/* END Highlighting "Updated since last visit" in Revision Histories for Wikia skin */

/* Rendering non-existent Categories RED */
  .newcategory {color:#c20;}
/* END Rendering non-existent Categories RED */
 
/* Overrides default colour for image borders -> "File:Example.png|border" */
img.thumbborder {
    border: 1px solid #000 !important;
}
 
#profile-sidebar, #userPageFollowedHead {
    display: none !important;
}
 
/* Rounded search box */
.WikiaSearch input[type="text"] {
    border-radius: 0.75em;
    padding: 3px 0 3px 10px;
    border: 6px #000;
    box-shadow: inset 0 0 7px #000;
    -webkit-box-shadow: inset 0 0 7px #000;
}
 
.WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
    color: #fff;
}
 
.WikiaSearch input.placeholder[type="text"], .WikiaSearch input[type="text"]::-webkit-input-placeholder {
    color: #000 !important;
}
 
.oasis-one-column .WikiaPageHeader .WikiaSearch {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-bottom: 0;
}
 
.WikiaSearch .autocomplete {
    border: 2px solid #000;
    border-radius: 5px;
}

.autocomplete .selected {
    border-radius: 5px;
    margin: -2px 2px;
}
 
.picture-attribution {
    display: none !important;
}
 
/* Rounded Modules */
.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER, .WikiaArticleCategories {
    border-radius: 10px;
    /* background-color: #f2f2f2 !important; undo when xmas ends */
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
}
 
/* Masthead Script */
.UserProfileMasthead .masthead-info .tag img {
    vertical-align: middle;
    padding-right: 5px;
}
 
/* Fansite notice padding */
.WikiaFooter section {
    margin-top: 10px;
}

/* Custom code for hover sig */
.asig:hover .mainsig {
    display: none !important;
}

.asig:hover .othersig {
    display: inline !important;
}

/* Hide stuff for chat messages */
.Wall ul.comments>li.message>.speech-bubble-message:after, .SpeechBubble .speech-bubble-message:after {
    border-color: transparent !important;
}

.Wall ul.comments>li.message>.speech-bubble-message {
    border-radius: 10px !important;
}

/* Navbox style */
.navbox {
    border: 1px solid #aaa;
    color: #000;
    width: 100%; 
    margin: auto;
    margin-top: 5px;
    clear: both;
    font-size: 90%;
    text-align: left;
    padding: 1px;
}
 
/* single pixel border between adjacent navboxes */
.navbox + .navbox {
    margin-top: -1px;
}
 
/* Title style, footer style Level 1 color */
.navbox-title, .navbox-footer {
    background: #90c9de;
    text-align: center;      
    padding-left: 1em;
    padding-right: 1em;
    border: 2px solid #fff;
}
 
.navbox-title {
    font-size: 110%;
}
 
.navbox-footer {
    border-top: 1px;
    font-size: smaller;
}
 
/* Group style Level 2 color */
.navbox-group {             
    background: #a4d3e4;    
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
 
.navbox .navbox-group a {
    white-space: normal;
}
 
.navbox-list {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
 
/* Level 2 color */
.navbox-subgroup .navbox-title {
    background: #ddf;    
}
 
/* Level 3 color */
.navbox-subgroup .navbox-group {
    background: #e6e6ff;    
    padding-bottom: 5px;
    border-left: 0;
}
 
.navbox-subgroup .navbox-group a {
    white-space: normal;
}
 
.navbox-subgroup .navbox-list {
    background: transparent !important; 
    border-right: 0;
}
 
.navbox img {
    padding-left: 1px;
    padding-right: 3px;
}

/* Special:Forum styles */
.Forum .board {
    background: url(http://images.wikia.com/habbo/en/images/9/9f/Console_inactive.gif) no-repeat;
    background-position: 5px;
    padding: 12px 40px !important;
    border-radius: 10px;
    background-color: #f2f2f2;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
    margin: 10px 0 !important;
}

.boards .Forum .activity {
    padding: 0 10px;
}

.Forum .board:first-child {
    border-top: none !important;
}

.Forum .board {
    border-bottom: none !important;
}

/* Board: styles */
.ContentHeader .sorting {
    background-color: #8adaed !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#b6e8f4),color-stop(65%,#8adaed)) !important;
    border: 1px solid #8adaed !important;
    padding: 0 5px;
    border-radius: 10px;
}

.ContentHeader .sorting .menu {
    left: -4px;
    top: -5px !important;
}

.Forum .DiscussionBox .avatar {
    margin: 10px 0 0;
}

.Forum .DiscussionBox input[type=text], .Forum .DiscussionBox textarea {
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    border: 1px solid #d9d9d9 !important;
}

.Forum .DiscussionBox .message {
    border-radius: 10px;
    background-color: #f2f2f2;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
}

.Forum .DiscussionBox .heading {
    padding: 0 5px;
}

.ContentHeader {
    margin: 10px 0;
}

.ContentHeader .sorting .menu {
    border-radius: 10px;
    background-color: #f2f2f2;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
}

.Forum .ThreadList .thread {
    border-radius: 10px;
    background-color: #f2f2f2;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
    border-bottom: none !important;
    margin: 10px 0 !important;
}

.Forum .ThreadList .thread-left {
    width: 375px !important;
    padding: 0 10px;
}

.Forum .ThreadList .thread-right {
    width: 100px;
}

.Forum .ThreadList .activity li.follow {
    background: url(http://images.wikia.com/habbo/en/images/a/a2/Forum_unfollowing.gif) no-repeat;
    background-position: 20px;
    margin-left: -20px;
    padding-left: 35px;
}

.Forum .ThreadList .activity li.following {
    background: url(http://images.wikia.com/habbo/en/images/c/ca/Forum_following.gif) no-repeat !important;
    background-position: 0 3px !important;
    padding-left: 17px !important;
    margin: 0 !important;
    color: #0148c2 !important;
}

/* Forum infoboxes */
.deleteorremove-infobox {
    background: none !important;
}

.deleteorremove-infobox .deleteorremove-bubble, .SpeechBubble.hide div.removed-info {
    border-radius: 10px;
    background-image: url(http://images1.wikia.nocookie.net/__cb20130601230431/habbowikisandbox/images/thumb/3/35/Information_icon.svg/40px-Information_icon.svg.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

.SpeechBubble.hide div.removed-info {
    background-color: #f2f2f2;
    box-shadow: 2px 2px 4px 0 #e0e0e0;
    -webkit-box-shadow: 2px 2px 4px 0;
    border: 1px solid #d9d9d9;
}

.deleteorremove-infobox .deleteorremove-bubble div.avatar {
    display: none;
}

/* Fix for Special:Leaderboard */
.rank span {
    background: none !important;
    border: none !important;
    width: 15px;
    padding-left: 6px;
    width: 25px !important;
}

/* Community messages notice */
.WikiaNotifications li div {
    max-width: 210px;
    text-align: center;
}

/* Fix for gallery and recoloring for admins */
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
    border-width: 0 !important;
    background: inherit !important;
}

.newcategory {
    color: #c20;
}

.hedmid h1 {
    color: #000;
}

.homecontent {
    color: #333;
}

/* RV Data */
#overlay {
    border-width: 0;
    margin: 0;
    padding: 0;
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 2500px;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.70;
    top: 0;
    width: 100%;
    z-index: 50;
    position: fixed;  
}
 
#modal, #RVchartpopup {
    position: fixed;
    top: 150px;
    left: 0;
    width: 975px;
    z-index: 52;
    background: #fff;
    color: #000;
    padding: 10px;
    border: 3px solid #000;
    font-size: 10pt;
}

#RVchartpopup {
    min-width: 700px;
    min-height: 525px;
    width: 85%;
    height: 80%;
    left: 7%;
    top: 10%;
    overflow: auto;
}
 
#RVchartpopup, .highcharts-container, .highcharts-range-selector, form[id^="chartProperties"], form[id^="chartProperties"] *, [id^="addedItems"] {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
 
#RVchartpopup #closepopup {
    float: right;
    z-index: 100;
    margin-bottom: 5px;
}
 
#RVchartpopup #itemstats {
    width: 200px;
    font-size: 11px;
    position: absolute;
    bottom: 50px;
    right: 45px;
    z-index: 10;
}
 
#RVchartpopup #itemstats caption {
    cursor: pointer;
    text-align: right;
}
 
#RVpopupchart {
    height: 500px;
    margin-right: 100px;
}
 
.highcharts-container .highcharts-range-selector {
    font-size: 11px;
}
 
.RVPermLink {
    float: right;
    font-size: 14px;
}
 
.RVPermLink ~ .RVdatachart {
    clear: right;
}
 
form[id^="chartProperties"] button {
    margin: 3px;
}

/* Fixes for wiki small screen */
.adm-dash-search {
    display: block;
}

.WikiHeaderSearch {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    html:not(.keep-rail-on-right) .WikiHeader>nav {
         top: 20px !important;
    }

    html:not(.keep-rail-on-right) .WikiHeader .buttons {
        top: 22px;
    }

    html:not(.keep-rail-on-right) .WikiHeader {
        min-height: 135px !important;
    }

    html:not(.keep-rail-on-right) .WikiaPageContentWrapper {
        padding-top: 0 !important;
    }

    html:not(.keep-rail-on-right) .WikiaMainContent {
        margin-top: 40px;
    }

    html:not(.keep-rail-on-right) .WikiaSearchHeader .WikiaSearch, html:not(.keep-rail-on-right) .WikiaRail .WikiaSearch, html:not(.keep-rail-on-right) .WikiaPageHeader .WikiaSearch {
        display: block !important;
        top: 145px;
        position: absolute;
        right: 20px;
    }
}

 
/* Protected Pages Edit Window: Red Background */
  .mw-textarea-protected,
  .ns-8 textarea,
  .ns10 textarea {
      background: #FFD8D8 !important;
  }
/* END Protected Pages Edit Window: Red Background */

/* Hatnotes & Disambiguation Notices */
  .rellink,
  .dablink {
      font-style: italic;
      padding-left: 2em;
      margin-bottom: 0.5em;
  }

  .rellink i,
  .dablink i {
      font-style: normal;
  }
/* END Hatnotes & Disambiguation Notices */

/* </source> */
Advertisement