-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e48863e
commit 57aa457
Showing
1 changed file
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<html> | ||
<!--Created by Arma 3 Launcher: https://arma3.com--> | ||
<head> | ||
<meta name="arma:Type" content="preset" /> | ||
<meta name="arma:PresetName" content="Merged" /> | ||
<meta name="generator" content="Arma 3 Launcher - https://arma3.com" /> | ||
<title>Arma 3</title> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css" /> | ||
<style> | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
color: #fff; | ||
background: #000; | ||
} | ||
|
||
body, th, td { | ||
font: 95%/1.3 Roboto, Segoe UI, Tahoma, Arial, Helvetica, sans-serif; | ||
} | ||
|
||
td { | ||
padding: 3px 30px 3px 0; | ||
} | ||
|
||
h1 { | ||
padding: 20px 20px 0 20px; | ||
color: white; | ||
font-weight: 200; | ||
font-family: segoe ui; | ||
font-size: 3em; | ||
margin: 0; | ||
} | ||
|
||
em { | ||
font-variant: italic; | ||
color:silver; | ||
} | ||
|
||
.before-list { | ||
padding: 5px 20px 10px 20px; | ||
} | ||
|
||
.mod-list { | ||
background: #222222; | ||
padding: 20px; | ||
} | ||
|
||
.dlc-list { | ||
background: #222222; | ||
padding: 20px; | ||
} | ||
|
||
.footer { | ||
padding: 20px; | ||
color:gray; | ||
} | ||
|
||
.whups { | ||
color:gray; | ||
} | ||
|
||
a { | ||
color: #D18F21; | ||
text-decoration: underline; | ||
} | ||
|
||
a:hover { | ||
color:#F1AF41; | ||
text-decoration: none; | ||
} | ||
|
||
.from-steam { | ||
color: #449EBD; | ||
} | ||
.from-local { | ||
color: gray; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<h1>Arma 3 - Preset <strong>Merged</strong></h1> | ||
<p class="before-list"> | ||
<em>To import this preset, drag this file onto the Launcher window. Or click the MODS tab, then PRESET in the top right, then IMPORT at the bottom, and finally select this file.</em> | ||
</p> | ||
<div class="mod-list"> | ||
<table /> | ||
</div> | ||
<div class="dlc-list"> | ||
<table /> | ||
</div> | ||
<div class="footer"> | ||
<span>Created by Arma 3 Launcher by Bohemia Interactive.</span> | ||
</div> | ||
</body> | ||
</html> |