version 4.0.0
Thank you for buying Redstar and supporting Redstartheme. Feel free to contact me if you have any questions.
Also, email me if you have any feature requests or advices, I'll happy to help you.
Our promise is that Pleasure will be constantly kept up to date.
Thank You.
The RedStar Hospital - Bootstrap Admin Template with Material Design Components has been designed to reflect the values of beauty and simplicity. Redstar have also Material Design components, which you can use in your application.
RedStar is a lightweight and easy to use, clean and polished, resourceful and reliable, responsive HTML5 and Bootstrap admin template.It works natively on mobile devices, making it an accessible way of managing your own website from wherever you are.
RedStar/
Documentation/ ├── css/ ├── Fonts/ └── Images/ └── Js/ └── index.html/ Source/ └── assets/ └── dark/ └── css/ └── fonts/ └── img/ └── .html/ └── light/ └── css/ └── fonts/ └── img/ └── .html/
RedStar comes with multiple layouts like vertical menu, dark, rtl, horizontal menu you can choose as per your choice.
You just need to chose your desire layout folder with assets folder and paste in your location.
The RedStar comes with 21 different combinations themes, User can select any theme as per her/his choice.
You need to change classes for sidebar, header & logo header in body
tag.
Key point in Redstar is the custom theme, You cam set ANY COLOR
theme of your choice.
You need to change in theme-color.css
file in css folder. You can
set color for --sidebar-color
--sidebar-font-color
--logo-color
--header-color
value as per your choice, and add classes in
body
tag
.custom-sidebar-color
for sidebar, .logo-custom
for
logo header color & .header-custom
for header color. Thats it !!!
This template is fully responsive and fluid layout. Following are the general structures.
Below code is used at the beginning of all HTML pages
<!DOCTYPE html> <html lang="en"> <head>Redstar Hospital | Bootstrap Responsive Hospital Admin Template <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" /> <link href="js/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" /> <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="js/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="js/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" /> <link href="css/theme_style.css" rel="stylesheet" id="rt_style_components" type="text/css" /> <link href="css/plugins.min.css" rel="stylesheet" type="text/css" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link href="css/responsive.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="img/favicon.ico" /> </head>
Following are the markup of main structure.
.......
Following are the markup of left side. Which contains logo and side bar navigation.
Following are the markup of left navigation. All Pages can be navigate using Left Navigation Sidebar.
In Quick sidebar chat & setting tab are available, using that you can chat with user and setting tab is used for layout related setting in application.