Argonaut Theme
The Argonaut Theme was designed by Emily Wolf for use on the Nova 2 system created by Anodyne Productions. This skin is intended for use only on Bravo Fleet games and websites. If you are not a member of Bravo Fleet, please do not use, modify, or distribute this skin without explicit permission from the author.
Customization
This skin has several customization options available, most of which you can configure in /application/views/argonaut/global/controller.php
.
Header Image
To add in a custom header image, first download the header.jpg file from /application/views/argonaut/global/images
. Paste an image over the default, and upload it to the same folder you downloaded the original image from.
License
This skin’s default license is Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). This means that all content on your website is licensed under Creative Commons.
To modify this license, navigate to /application/views/argonaut/global/controller.php
and edit line 2:
$license = '<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>';
To find a license that works for you, Creative Commons created a nifty form that can help you decide what to use: https://creativecommons.org/choose. When you’ve selected a license, Creative Commons gives you HTML that you can copy/paste into the value for line 2.
Rating
This skin utilizes the RPG Rating System, defaulted at Language: 1, Violence: 1, and Sex: 1. To edit the pre-set image, navigate to /application/views/argonaut/global/controller.php
and edit the image file called in line 3:
$rating = '111';
For example, a game rated Language: 2, Violence: 3, Sex: 2 would use:
$rating = '232';
Task Force
This skin displays a logo of your Task Force with a clickable link to the Task Force homepage. The default is Task Force 72 (clearly no favoritism there hehe), but you can customize this to whichever Task Force you like.
There are two configurable options for Task Force: image and link. To edit the configuration, navigate to /application/views/argonaut/global/controller.php
and edit lines 6 and 7.
The suggested values for $task_force are:
Task Force 9: 9
Task Force 38: 38
Task Force 72: 72
Task Force 86: 86
Task Force 93: 93
The Holodeck: holodeck
For example, a game in Task Force 93 would use:
$task_force = '93';
Genre
If your game is set in a genre other than Star Trek, you can change the orange text in the header by navigating to /application/views/argonaut/global/controller.php
and editing line 4:
$genre = 'Star Trek';
Discord Widget
This skin also has an option to add a Discord widget to the sidebar of the Admin Control Panel. Your Discord server must have the Server Widget enabled (Server Settings > Widget > Enable Server Widget). Copy the server ID from Discord and use it to replace SERVER_ID
in the src of the code below:
$discord = '<center><iframe src="https://discordapp.com/widget?id=SERVER_ID&theme=dark" width="90%" height="350" allowtransparency="true" frameborder="0"></iframe></center><br>';
Once complete, navigate to /application/views/argonaut/global/controller.php
and copy/paste the code above into line 8.
Rows & Columns
This skin supports responsive rows and columns. The skin uses a 12-column grid, which you can apply using the following format:
<div class="row">
<div class="col"></div>
<div class="col"></div>
</div>
Example using custom sizes:
<div class="row">
<div class="col s12 m6 l3"></div>
<div class="col s12 m6 l9"></div>
</div>
This will create two columns that take up the full width of a small device and half width on a medium-sized device. On larger devices, the first column will take up 1/4 (3/12) of the screen while the second column will take up 3/4 (9/12) of the screen.
Support
If you need any help installing or customizing this skin, please join Bravo Fleet’s Discord and use room #nova-help (CO’s only). Otherwise, direct message me on Discord (@Emily#6153) or send me an email.
Credits
The Argonaut skin was designed by Emily Wolf for the Nova 2 system created by Anodyne Productions. This skin is licensed for use only by Bravo Fleet games and websites. Please do not use, modify, or distribute this skin without permission from the author. Edits are permissible by Bravo Fleet game managers so long as the original credits remain intact.
This skin uses Animsition created by Blivesta.