When you install the theme into your Dnn install the following structure will be created:
DnnContra/ ├── assets/ │ ├── css/ │ │ ├── colors/ │ │ │ ├── _base.css │ │ │ ├── amber.min.css │ │ │ ├── blue-grey.min.css │ │ │ ├── blue.min.css │ │ │ ├── brown.min.css │ │ │ ├── cyan.min.css │ │ │ ├── deep-blue.min.css │ │ │ ├── deep-green.min.css │ │ │ ├── deep-orange.min.css │ │ │ ├── deep-pink.min.css │ │ │ ├── deep-purple.min.css │ │ │ ├── green.min.css │ │ │ ├── grey.min.css │ │ │ ├── indigo.min.css │ │ │ ├── light-blue.min.css │ │ │ ├── light-green.min.css │ │ │ ├── lime.min.css │ │ │ ├── orange.min.css │ │ │ ├── pink.min.css │ │ │ ├── purple.min.css │ │ │ ├── red.min.css │ │ │ ├── teal.min.css │ │ │ └── yellow.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── dnncontra.min.css │ │ └── smartmenus.css │ ├── fonts/ │ ├── images/ │ │ ├── pattern-01-bg-png │ │ ├── pattern-02-bg-png │ │ ├── pattern-03-bg-png │ │ ├── pattern-04-bg-png │ │ ├── slide-01-bg.jpg │ │ ├── slide-02-bg.jpg │ │ ├── slide-03-bg.jpg │ │ └── slide-04-bg.jpg │ └── js/ │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── dnncontra.js │ ├── jquery.smartmenus.js │ ├── jquery.smartmenus.min.js │ └── utils.js ├── layouts/ │ └── default/ │ ├── _includes-bottom.ascx │ ├── _includes-top.ascx │ ├── content-panes.ascx │ ├── footer-legal.ascx │ ├── footer-main.ascx │ ├── nav-bar.ascx │ ├── page-title.ascx │ ├── search-modal.ascx │ ├── top-bar-contact-details.ascx │ ├── top-bar-holder.ascx │ └── top-bar-user-functions.ascx ├── nav/ │ ├── default/ │ │ ├── menudef.xml │ │ └── nav.cshtml ├── 404Skin.ascx ├── 404Skin.doctype.xml ├── Admin.ascx ├── Admin.doctype.xml ├── Home.ascx ├── Home.doctype.xml ├── PopupSkin.ascx ├── PopupSkin.css ├── PopupSkin.doctype.xml ├── skin.ascx ├── skin.css └── skin.doctype.xml
The DnnContra theme can be downloaded free on the DnnStore and source can be downloaded from Github. Please choose below which version you would like to use.