No edit summary |
m (commentin out everything) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Begin code tag section This section is to make the {{code}} template look better. Revisit this if we can get the <code> tag rewritten */ | /* Begin code tag section This section is to make the {{code}} template look better. Revisit this if we can get the <code> tag rewritten *--/ | ||
code, pre { | code, pre { | ||
border: none; | border: none; | ||
Line 10: | Line 10: | ||
div.code | div.code | ||
{ | { | ||
margin-top: | margin-top: 0px; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
border-top: 0; | border-top: 0; | ||
Line 16: | Line 16: | ||
} | } | ||
div.code pre | div.code pre, div.code code | ||
{ | { | ||
display:block; | |||
border-top: solid gray 1px; | border-top: solid gray 1px; | ||
border-bottom: solid gray 1px; | border-bottom: solid gray 1px; | ||
padding-top: 3px; | |||
padding-bottom: 3px; | padding-bottom: 3px; | ||
margin-top:1px | |||
} | } | ||
div.code span.code_select | div.code span.code_select | ||
{ | { | ||
font-size:0. | font-size:0.9em; | ||
margin-left:10px; | margin-left:10px; | ||
} | } | ||
div.code span.code_select a | |||
{ | |||
color:#334466; | |||
} | |||
.mw-translate-definition-preview, .mw-translate-edit-deftext | |||
{ | |||
font-size: 110%; | |||
} | |||
body | |||
{ | |||
padding-left: 0px; | |||
padding-right: 0px; | |||
} | |||
*/ |
Latest revision as of 12:24, 12 October 2011
/* Begin code tag section This section is to make the {{code}} template look better. Revisit this if we can get the <code> tag rewritten *--/ code, pre { border: none; line-height: 1.3em; overflow: auto; white-space: pre; font-size: 8pt; padding: none; } div.code { margin-top: 0px; margin-bottom: 1em; border-top: 0; border-bottom: 0; } div.code pre, div.code code { display:block; border-top: solid gray 1px; border-bottom: solid gray 1px; padding-top: 3px; padding-bottom: 3px; margin-top:1px } div.code span.code_select { font-size:0.9em; margin-left:10px; } div.code span.code_select a { color:#334466; } .mw-translate-definition-preview, .mw-translate-edit-deftext { font-size: 110%; } body { padding-left: 0px; padding-right: 0px; } */