Difference between revisions of "MediaWiki:Common.css"
From PDF XChange PDF SDK
Dssdkadmin (Talk | contribs) |
|||
Line 18: | Line 18: | ||
width: 25%; | width: 25%; | ||
padding: 5pt; | padding: 5pt; | ||
+ | } | ||
+ | |||
+ | table.operation | ||
+ | { | ||
+ | width:85%; | ||
+ | } | ||
+ | |||
+ | table.operation > tbody > tr > td | ||
+ | { | ||
+ | padding:5pt; | ||
+ | } | ||
+ | |||
+ | td.op_param_name | ||
+ | { | ||
+ | font-family: monospace, Courier; | ||
+ | } | ||
+ | |||
+ | table.op_options | ||
+ | { | ||
+ | width: 95%; | ||
+ | } | ||
+ | |||
+ | table.op_options > tbody > tr > td | ||
+ | { | ||
+ | padding: 5px; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | table.op_internal_table | ||
+ | { | ||
+ | padding-left: 10pt; | ||
+ | padding-right: 10pt; | ||
+ | } | ||
+ | |||
+ | table.op_internal_table > tbody > tr > td | ||
+ | { | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | td.op_enum_value | ||
+ | { | ||
+ | font-family: monospace, Courier; | ||
+ | white-space: nowrap; | ||
+ | padding-right: 20pt; | ||
} | } | ||
Revision as of 11:43, 13 May 2015
height: 37px; border-width: 1px; border-style: solid; padding-left: 48px; padding-right: 10px; padding-top: 13px; background-repeat: no-repeat; display: block; position: absolute; top: 20px; vertical-align: middle; }