Christian 2.0 wrote:In your overall_header, I can see:...which has been added as part of the MOD. Supernova comes with jQuery and the Cookie plugin already active so you don't need to re-add those lines.Code: Select all
<script type="text/javascript" src="./mchat/jquery_core_mini.js"></script> <script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
What happens if you remove the above lines of code from the Supernova style?
Code: Select all
<!-- IF S_MCHAT_ENABLE -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_core_mini.js"></script>
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_prosilver.css" type="text/css" />
<!-- ENDIF -->
Code: Select all
<!-- IF S_MCHAT_ENABLE -->
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_prosilver.css" type="text/css" />
<!-- ENDIF -->
The images seem to coloirze quite well using Image -> Adjustments -> Hue/SaturationNawid wrote:I also have to edit the images with photoshop, but I think I'll manage it somehow
Code: Select all
html, body {
background-colour: #123456;
}