Sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
a | a | ||
b | b | ||
c | c | ||
</pre> | </pre> | ||
| Line 100: | Line 33: | ||
/* This stylesheet affects all skins. */ | /* This stylesheet affects all skins. */ | ||
/********* | |||
** Various tweaks | |||
*********/ | |||
/* Hide crumb navigation in main namespace */ | |||
.ns-0 .subpages { | |||
display:none; | |||
} | |||
/* Fix copy&paste formatting */ | |||
.verse pre { | |||
margin:0; | |||
padding-left:2em; | |||
border:0; | |||
background:#FFF; | |||
font-family:sans-serif; | |||
white-space:pre; | |||
line-height:150%; | |||
} | |||
.verse p { | |||
white-space:pre; | |||
} | |||
/********* | /********* | ||
** Various tweaks | ** Various tweaks | ||
Revision as of 05:14, 17 April 2008
Introducing: Sandbox
This is the place to experiment with the MediaWiki markup and markup, or non-markup.
Lite boxmallar: Template:Box Fil
Funkar denna fortfarande?
# ls
foo.c bar.c /* This stylesheet affects all skins. */
/*********
** Various tweaks
*********/
/* Hide crumb navigation in main namespace */
.ns-0 .subpages {
display:none;
}
/* Fix copy&paste formatting */
.verse pre {
margin:0;
padding-left:2em;
border:0;
background:#FFF;
font-family:sans-serif;
white-space:pre;
line-height:150%;
}
.verse p {
white-space:pre;
}
/*********
** Various tweaks
*********/
/* Hide crumb navigation in main namespace */
.ns-0 .subpages {
display:none;
}
/* Fix copy&paste formatting */
.verse pre {
margin:0;
padding-left:2em;
border:0;
background:#FFF;
font-family:sans-serif;
white-space:pre;
line-height:150%;
}
.verse p {
white-space:pre;
}