User:Saibo/common.css: Difference between revisions

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Content deleted Content added
Saibo (talk | contribs)
n
Saibo (talk | contribs)
hide the preview note image
 
Line 49: Line 49:
#file img:hover {
#file img:hover {
background: white;
background: white;
}

/* hide the preview note image - see https://bugzilla.wikimedia.org/show_bug.cgi?id=11243 */
DIV.previewnote .floatnone {
display: none;
}
}

Latest revision as of 00:16, 30 June 2012

 /* diff-Farben im „French-Style“ geklaut von [[:de:Benutzer:32X/monobook.css]] */
 /*********************************/ 
 table.diff .diff-deletedline {
     background:#E4F6D8 none repeat scroll 0%;
 }
 
 td.diff-deletedline span.diffchange {
     background:#B0E897 none repeat scroll 0%;
     color:#001040;
     font-weight:bold;
     border: red dotted thin;
 }
 
 table.diff .diff-addedline {
     background:#D8E4F6 none repeat scroll 0%;
 }

 td.diff-addedline span.diffchange {
     background:#B0C0F0 none repeat scroll 0%;
     color:#001040;
     font-weight:bold;
     border: red dotted thin;
 }
 
 table.diff .diff-context {
     background:#FFFFFF none repeat scroll 0%;
 }
/* ENDE diff-Farben im „French-Style“ */


/* Catlinks wieder normal. Dank an [[:de:Benutzer:Fomafix|Fomafix]] per FzW */
#catlinks li {
	display: inline;
	border-left: none;
	padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }

/* https://bugzilla.wikimedia.org/show_bug.cgi?id=26470#c26 by Erwin Dokter 
Reverse hover checkered background
*/
#file img {
    /* @embed */
    background: white
url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
#file img:hover {
    background: white;
}

/* hide the preview note image  - see https://bugzilla.wikimedia.org/show_bug.cgi?id=11243 */
DIV.previewnote .floatnone {
    display: none;
}