Minima black responsive background management template based on Bootstrap3.3.4 production, black style, compatible with PC and mobile terminal, a full set of templates, including login, dashboard, buttons, widgets, grid layout, charts and other background template pages.

Template screenshots

Code screenshots

The main HTML

index.html

<! DOCTYPEhtml>
<html>
  <head>
    <title>Minimal 1.0 Dashboard</title>
    <meta name="viewport" content="Width = device - width, initial - scale = 1.0">
    <meta charset="UTF-8" />  
    <! -- Bootstrap -->
    <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
    <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
    <link rel="stylesheet" href="assets/css/vendor/animate/animate.min.css">
    <link type="text/css" rel="stylesheet" media="all" href="assets/js/vendor/mmenu/css/jquery.mmenu.all.css" />
    <link rel="stylesheet" href="assets/js/vendor/videobackground/css/jquery.videobackground.css">
    <link rel="stylesheet" href="assets/css/vendor/bootstrap-checkbox.css">
    <link rel="stylesheet" href="assets/js/vendor/rickshaw/css/rickshaw.min.css">
    <link rel="stylesheet" href="assets/js/vendor/morris/css/morris.css">
    <link rel="stylesheet" href="assets/js/vendor/tabdrop/css/tabdrop.css">
    <link rel="stylesheet" href="assets/js/vendor/summernote/css/summernote.css">
    <link rel="stylesheet" href="assets/js/vendor/summernote/css/summernote-bs3.css">
    <link rel="stylesheet" href="assets/js/vendor/chosen/css/chosen.min.css">
    <link rel="stylesheet" href="assets/js/vendor/chosen/css/chosen-bootstrap.css">
    <link href="assets/css/minimal.css" rel="stylesheet">
    <! -- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <! -- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <! -- [if lt IE 9] > < script SRC = "https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" > < / script > < script SRC = "https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" > < / script > <! [endif]-->
  </head>
  <body class="bg-1">
  <! -- Preloader -->
    <div class="mask"><div id="loader"></div></div>
    <! --/Preloader -->
    <! -- page header -->
          <div class="pageheader">
            <h2><i class="fa fa-tachometer"></i> Dashboard
            <span>// Place subtitle here...</span></h2>
            <div class="breadcrumbs">
              <ol class="breadcrumb">
                <li>You are here</li>
                <li><a href="index.html">Minimal</a></li>
                <li class="active">Dashboard</li>
              </ol>
            </div>
          </div>
          <! -- /page header -->
          
          <! -- tile footer -->
                  <div class="tile-footer text-center">
                    <ul class="pagination pagination-sm nomargin pagination-custom">
                      <li class="disabled"><a href="#"><i class="fa fa-angle-double-left"></i></a></li>
                      <li class="active"><a href="#">1</a></li>
                      <li><a href="#">2</a></li>
                      <li><a href="#">3</a></li>
                      <li><a href="#">4</a></li>
                      <li><a href="#">5</a></li>
                      <li><a href="#"><i class="fa fa-angle-double-right"></i></a></li>
                    </ul>
                  </div>
        <! -- /tile footer -->
   </body>
</html>
Copy the code

Main CSS

bootstrap.css

/ *! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

/ *! Normalize the. CSS v3.0.2 | MIT License | git. IO/normalize * /
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article.aside.details.figcaption.figure.footer.header.hgroup.main.menu.nav.section.summary {
  display: block;
}
audio.canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active.a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b.strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin:.67em 0;
  font-size: 2em;
}
mark {
  color: # 000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code.kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button.input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button.html input[type="button"].input[type="reset"].input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"].input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding:.35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td.th {
  padding: 0;
}

Copy the code

GIF demo

Download the source code

Pay attention to wechat public number [la la la want to biU point what] background reply [Minima] free access

The related content

  • HTML/CSS based on the brave rabbit crazy run small game
  • Simple snow effects with HTML
  • Dynamic periodic table based on HTML/CSS/JS
  • Based on HTML/CSS/JS love blowing lion small game
  • 100 most Frequently asked JavaScript Interview Questions
  • Java backgammon game contains free source code
  • A cool LOGIN form based on HTML/CSS/JS

And finally, don’t forget ❤ or 📑