jmantillap / modern-adminlte

A modern skins for Admin-LTE admin template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Modern Skins AdminLTE

A modern skins for Admin-LTE admin template

Usage

Add to head of style

<link rel="stylesheet" href="dist/css/modern-AdminLTE.min.css">

Add class "modern-skin-purple" into body

<body class="hold-transition modern-skin-purple sidebar-mini">
	...All content of page
</body>

for login/register page, add "modern-skin-purple" and if you want background image on page, just add class "with-bg" into body.

<body class="hold-transition login-page modern-skin-purple">
	...All content of page
</body>

or

<body class="hold-transition login-page modern-skin-purple with-bg">
	...All content of page
</body>

Skins available

Alt text

<body class="hold-transition modern-skin-purple sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition modern-skin-green sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition modern-skin-messenger sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition modern-skin-dark sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition modern-skin-orange sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition modern-skin-red sidebar-mini">
	...All content of page
</body>

Alt text

<body class="hold-transition login-page modern-skin-purple">
	...All content of page
</body>

Alt text

<body class="hold-transition login-page modern-skin-purple with-bg">
	...All content of page
</body>

Thanks to

Almsaeed Studio & team

About

A modern skins for Admin-LTE admin template

License:MIT License


Languages

Language:HTML 100.0%