|
|
Line 1: |
Line 1: |
| {{Important|Work in progress. Please do not edit, unless this page is known to be causing problems on the BIKI.
| | <div style="-webkit-transform:scale(2);width:840px;margin:20px auto;"> |
| If it is causing problems, please simply blank the page (remove all content and save). Thank you.}}
| | [[File:arma ?? .gif]] |
| | | [[File:arma_1.11.gif]] |
| <syntaxhighlight lang="css"> | | [[File:ofp 1.30.gif]] |
| /**
| | [[File:ofpr 1.8.gif]] |
| * Class handling presentation of "Cfg* Config Reference" pages.
| | [[File:arma2oa_1.63.gif]] |
| * Use "Template:Cfg ref" in conjunction.
| | [[File:arma2 1.11.gif]] |
| */
| | [[File:arma3 dev.gif]] |
|
| | [[File:arma3_0.58.gif]] |
| .cfg_reference {
| | [[File:arma3_0.76.gif]] |
| width: 85%;
| | [[File:arma3 1.20.gif]] |
| }
| | [[File:TKOH 1.02.gif]] |
| .cfg_reference h2 {
| | [[File:arguments local.gif]] |
| font-size: 1.8em;
| | [[File:arguments global.gif]] |
| font-weight: bold;
| | [[File:effects local.gif]] |
| color: #404040;
| | [[File:effects global.gif]] |
| margin-top: 0px;
| | [[File:vbs1 2.12.14.gif]] |
| padding-top: 0px;
| | [[File:vbs2 1.49.gif]] |
| border: none;
| | </div> |
| }
| | <div style="display:none"> |
| .cfg_reference h3 {
| | [[File:OFP CWC Fcover.jpg]] |
| color: #404040;
| | [[File:OFPElite_Cover.jpg]] |
| margin-top: 0px;
| | [[File:OFP RES Cover.jpg]] |
| padding-top: 0px;
| | [[File:Arma 3 logo black.png]] |
| }
| | [[File:Arma2 logo.png]] |
| .cfg_reference p {
| | </div> |
| margin-left: 1.2em;
| |
| }
| |
| .cfg_reference img {
| |
| margin: 0px 0px 10px 3px;
| |
| }
| |
| .cfg_reference table.operators {
| |
| background-color: #a0a0a0;
| |
| border-spacing: 1px;
| |
| }
| |
| .cfg_reference table.operators {
| |
| margin-left: 2em;
| |
| }
| |
| .cfg_reference table.operators th {
| |
| background-color: #d0d0d0;
| |
| }
| |
| .cfg_reference table.operators td {
| |
| background-color: #efefef;
| |
| }
| |
| .cfg_reference div.mw-geshi {
| |
| margin-left: 2em;
| |
| }
| |
| .cfg_reference div.abc {
| |
| border-left: 25px solid #d0d0d0;
| |
| }
| |
| .cfg_reference div.abc h2 {
| |
| background-color: #fff;
| |
| margin-left: -25px;
| |
| padding: 0.5em 0em 0.5em 0.2em;
| |
| }
| |
| .cfg_reference div.abc h3 {
| |
| float: left;
| |
| width: 25px;
| |
| margin: 0px 0px 0px -25px;
| |
| padding-top: 0.3em;
| |
| border: none;
| |
| border-top: 1px solid #808080;
| |
| font-size: 1.7em;
| |
| font-weight: bold;
| |
| color: #404040;
| |
| text-align: center;
| |
| }
| |
| .cfg_reference div.abc h4 {
| |
| background-color: #efefef;
| |
| background: -webkit-linear-gradient(90deg, #efefef, rgba(239, 239, 239, 0));
| |
| background: -o-linear-gradient(90deg, #efefef, rgba(239, 239, 239, 0));
| |
| background: -moz-linear-gradient(90deg, #efefef, rgba(239, 239, 239, 0));
| |
| background: linear-gradient(90deg, #efefef, rgba(239, 239, 239, 0));
| |
| padding: 0.3em 0.5em 0.1em 0.5em;
| |
| border-top: 1px solid #808080;
| |
| font-size: 1.3em;
| |
| font-weight: normal;
| |
| font-family: "Lucida Console", monospace;
| |
| color: #404040;
| |
| }
| |
| .cfg_reference div.abc dl {
| |
| margin-left: 1.2em;
| |
| }
| |
|
| |
| /* End of .cfg_reference
| |
| *
| |
| **/
| |
| </syntaxhighlight> | |