Difference between revisions of "MediaWiki:Common.css"
From PDF XChange PDF SDK
Dssdkadmin (Talk | contribs) |
|||
Line 71: | Line 71: | ||
} | } | ||
+ | /* | ||
.label-to-write { | .label-to-write { | ||
background-image: url('/skins/Vector/images/file_edit.png'); | background-image: url('/skins/Vector/images/file_edit.png'); | ||
Line 100: | Line 101: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
+ | */ |
Latest revision as of 07:40, 28 May 2015
/* CSS placed here will be applied to all skins */ table.methods, table.properties { background-color: #f9f9f9; border: 1px #aaaa solid; border-collapse: collapse; color: black; margin-right:10pt; margin-left:10pt; width: 98%; } table.methods > tbody > tr > td, table.properties > tbody > tr > td { width: 25%; padding: 5pt; } table.operation { width:85%; } table.operation > tbody > tr > td { padding:5pt; } td.op_param_name { font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: nowrap; } 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: Consolas, 'Liberation Mono', Menlo, Courier, monospace; white-space: nowrap; padding-right: 20pt; } table.namedvalues > tbody > tr > td { padding-left: 5pt; padding-right: 5pt; } /* .label-to-write { background-image: url('/skins/Vector/images/file_edit.png'); border-color: #ebccd1; color: #a94442; background-color: #f2dede; right: 145px; } .label-to-review { background-image: url('/skins/Vector/images/review_icon.png'); background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; right: 10px; } .tracker-sdk-label { 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; } */