diff --git a/d2im.conf b/d2im.conf new file mode 100644 index 0000000..3baf869 --- /dev/null +++ b/d2im.conf @@ -0,0 +1 @@ +/home/stoned/code/d2/txt/ \ No newline at end of file diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..e5bdc50 Binary files /dev/null and b/img/bg.jpg differ diff --git a/res/style.css b/res/style.css index f7675da..bae0109 100644 --- a/res/style.css +++ b/res/style.css @@ -1,13 +1,3 @@ -@font-face { - font-family:"Exocet Light"; - src:url("/font/EXL_____.eot?") format("eot"), - url("/font/EXL_____.woff") format("woff"), - url("/font/EXL_____.ttf") format("truetype"), - url("/font/EXL_____.svg#ExocetLight") format("svg"); - - font-weight:normal; - font-style:normal; -} @font-face { font-family: 'Exocet'; src: url('/font/ExocetHeavy.eot'); @@ -22,26 +12,8 @@ font-display: swap; } -@font-face { - font-family: 'Exocet'; - src: url('/font/ExocetLight.eot'); - src: local('Exocet Light'), local('ExocetLight'), - url('/font/ExocetLight.eot?#iefix') format('embedded-opentype'), - url('/font/ExocetLight.woff2') format('woff2'), - url('/font/ExocetLight.woff') format('woff'), - url('/font/ExocetLight.ttf') format('truetype'), - url('/font/ExocetLight.svg#ExocetLight') format('svg'); - font-weight: 300; - font-style: normal; - font-display: swap; -} - -ul { - font-family: Lato; -} - -input { +form input { width: 108px; padding: 5px; margin: 5xp; @@ -57,12 +29,8 @@ input { } .form-text { - background: white; padding: 5px; - border-radius: 4px; - font-family: "Lato"; - font-weight: normal; - + border-radius: 2px; } select, @@ -85,18 +53,15 @@ option { border: 1px solid #ddd; margin: 30px auto; padding: 10px; - background: white; - font-family: "Exocet"; - font-weight: 900; + background: #fafaff; } body { - background: black; - + background: url(/img/bg.jpg); + background-size: cover; + background-attachment: fixed; } -footer, .options, ul *, li * { - font-family: Lato !important; - - +h1,h2,h3,h4,h5,h6, div > p { + font-family: Exocet; } \ No newline at end of file diff --git a/src/D2Config.php b/src/D2Config.php index ff34e1b..6666513 100644 --- a/src/D2Config.php +++ b/src/D2Config.php @@ -1,23 +1,22 @@ - This file is part of D2UM. + This file is part of D2IM. - D2UM is free software: you can redistribute it and/or modify + D2IM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. - D2UM is distributed in the hope that it will be useful, + D2IM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with D2UM. If not, see . + along with D2IM. If not, see . */ if (!empty($_POST)) { @@ -45,7 +44,7 @@ if (!empty($_POST)) {

D2 Item Maker, v3. By HashCasper

- X + X

Select Mod folder

Example: D:\Diablo II\MODS\you-mod-name\

diff --git a/src/D2Files.php b/src/D2Files.php index 73527ad..3ef2293 100644 --- a/src/D2Files.php +++ b/src/D2Files.php @@ -1,23 +1,22 @@ - This file is part of D2UM. + This file is part of D2IM. - D2UM is free software: you can redistribute it and/or modify + D2IM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. - D2UM is distributed in the hope that it will be useful, + D2IM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with D2UM. If not, see . + along with D2IM. If not, see . */ class D2Files { diff --git a/src/D2SaveFile.php b/src/D2SaveFile.php index 7883bf6..181ed1e 100644 --- a/src/D2SaveFile.php +++ b/src/D2SaveFile.php @@ -1,23 +1,22 @@ - This file is part of D2UM. + This file is part of D2IM. - D2UM is free software: you can redistribute it and/or modify + D2IM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. - D2UM is distributed in the hope that it will be useful, + D2IM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with D2UM. If not, see . + along with D2IM. If not, see . */ class D2SaveFile { diff --git a/src/D2TxtParser.php b/src/D2TxtParser.php index 6de7b59..a4cdc2d 100644 --- a/src/D2TxtParser.php +++ b/src/D2TxtParser.php @@ -1,23 +1,22 @@ - This file is part of D2UM. + This file is part of D2IM. - D2UM is free software: you can redistribute it and/or modify + D2IM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. - D2UM is distributed in the hope that it will be useful, + D2IM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with D2UM. If not, see . + along with D2IM. If not, see . This is a generic D2 Txt Parser diff --git a/src/head.php b/src/head.php index e9689c9..38dd992 100644 --- a/src/head.php +++ b/src/head.php @@ -25,12 +25,12 @@ along with D2UM. If not, see . - - - + + + diff --git a/src/optionSubmit.php b/src/optionSubmit.php index 108d691..c6dbdcf 100644 --- a/src/optionSubmit.php +++ b/src/optionSubmit.php @@ -1,11 +1,10 @@
-
+

- + Toggle 'unspawnable' items -

-

- Reconfigure Mod Path + + Reconfigure Mod Path