Community Central
Community Central
(housekeeping)
(workaround on-hover behaviour)
Line 1: Line 1:
 
/* === temporary workarounds (none required at present) == */
 
/* === temporary workarounds (none required at present) == */
  +
  +
/* un-hide edit and history tools below comments on blog pages */
  +
div.buttons span.tools { visibility:visible; }
   
 
/* === permanent workarounds == */
 
/* === permanent workarounds == */

Revision as of 03:11, 22 August 2010

/* === temporary workarounds (none required at present) == */

/* un-hide edit and history tools below comments on blog pages */
div.buttons span.tools { visibility:visible; }

/* === permanent workarounds == */

@import url("http://www.wikia.com/wiki/User:Najevi/adfilter.css");

/* bug workaround see http://dev.wikia.com/wiki/Talk:ShowHide/code.js#Bug_-_when_NavContent_contains_an_image_but_no_text */
.NavPic, .NavFrame, .NavContent {
 padding: 5px 0; 
}
.collapseLink {
 padding-top:2px;padding-bottom:2px; 
}

/* === style preferences === */


/* let syntaxhighlight (GeSHi) DIV elements have borders similar to PRE elements */
div.mw-geshi {
 background-color:#F9F9F9;
 border:1px dashed #2F6FAB;
 line-height:1.1em;
 max-height:800px;
 overflow:auto;
 padding:1em;
}
 

/*
 do not display Stikis at MyHome

#wikisticky_browser { display: none; }
#myhome-sidebar .wikisticky_special_link { display: none; }
*/


/*
  == Modify styles at widget dashboard to resemble MyHome column layout == enabler for a Wikia-wide myLZ 
.widget_dashboard { width:100%; } 
*/
#sidebar_3 .widget dd { max-height:330px; }


/* checkered transparent BG for images displayed in the File namespace and in galleries  (emulates wikimedia commons) */
#file img, .gallerybox .thumb img {
 -moz-background-clip: border;
 -moz-background-inline-policy: continuous;
 -moz-background-origin: padding;
 background: transparent url(http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat scroll 0 0;
}