Skip to content

Commit

Permalink
version 1.0.0 - initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spilymp committed Mar 7, 2021
1 parent 6769872 commit bffad0f
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# iob
# IBO - Icon Builder for Odoo

The provided [Configurator](https://spilymp.github.io/iob/) can be used to quickly and easily create new appicons in the style of the
appicons of the ERP system [Odoo](https://www.odoo.com/).

But it is also possible to use the included js class elsewhere and create your own configurator based on it, for example.

For this purpose, the class offers a few more parameters for individualization in addition to the options shown in the documentation section.

## Documentation

The basis of the configurator is a JavaScript class "IBO_ICON", which creates a canvas and "paints" the icon on it (see file [`/js/ibo_icon.js`](https://github.com/spilymp/iob/blob/main/js/ibo_icon.js)).
If the existing class is used directly by means of a script, additional parameters can be passed.
If this class is instantiated, various parameters can be passed to it.
If not, default values are used in each case.
For more information please visit the [Project Website](https://spilymp.github.io/iob/).
3 changes: 3 additions & 0 deletions css/milligram.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
body {
font-size: 18px;
}

h1 {
margin: 1.5em 0 1.5em 0;
}

h2 {
margin: 2em 0 1em 0;
}

h3 {
margin: 1em 0 0.5em 0;
}

.button {
padding: 0 2.5rem !important;
}

.align-center {
text-align: center;
}

label {
text-align: right;
}

hr {
border: solid 1px #d2d2d2;
width : 100%;
}

footer {
font-size: 0.8em;
}
Loading

0 comments on commit bffad0f

Please sign in to comment.