Thank you for purchasing Night Sky Admin. If you have any questions that are beyond the scope of this help file, please feel free to contact us via email here. Thanks so much!
This theme is a liquid layout with two columns. All of the information within the main content area is nested within a section with an class of "content". The general template structure is the same throughout the template. Here is the general structure.
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:
.content a { color: #someColor; }
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
I.E.
#wrap .content a { color: #someColor; }
So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.
Two main CSS files are used in this theme. The first one is a generic reset file. Many browser interpret the default behavior of html elements differently. By using a general reset CSS file, we can work round this. This file also contains some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind, that these values might be overridden somewhere else in the file. This file is bootstrap.css. It spelled the same way all the major styles of buttons, tables, etc. for ease of use.
The second file contains all of the specific stylings for the page (style.css). The file is separated into sections using:
/* Header Section */ some code /* Main Section */ some code /* Sidebar Section */ some code /* Footer */ some code etc, etc.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
It is also used in the template css file login.css (which is used on the login page in the admin panel) and the other css files from the javascript plug-ins.
This theme imports are three types of Javascript files.
2. Charts - documentation
3. FullCalendar - documentation
4. jQuery Data Tables - documentation
5. jGrowl – jQuery plugin for displaying messages - documentation
6. Autotab: jQuery auto-tabbing and filter plugin - documentation
7. Glisse Image Gallery - documentation | demo
8. Modals - documentation
9. Dropdowns - documentation
10. Togglable tabs - documentation
11. Tooltips - documentation
12. Popovers - documentation
13. Alert messages - documentation
14. Collapse - documentation
15. Carousel - documentation
16. Typeahead - documentation
17. Contact List - documentation
Once again I would like to thank you for purchasing Night Sky admin.