mirror of https://github.com/ColorlibHQ/AdminLTE
parent
aa2170285c
commit
41b271f3fc
|
@ -1,2 +1 @@
|
|||
nbproject
|
||||
readme
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -18,8 +18,7 @@ Want More?
|
|||
|
||||
Announcements:
|
||||
--------------
|
||||
- Added new skin. class: .skin-black
|
||||
- Added [pace](http://github.hubspot.com/pace/docs/welcome/ "pace") plugin.
|
||||
- Check the change log at the bottom
|
||||
|
||||
Special Features:
|
||||
-----------------
|
||||
|
@ -73,6 +72,17 @@ Browser Support:
|
|||
- Safari 5+
|
||||
- Opera 11+
|
||||
|
||||
Change log:
|
||||
-----------
|
||||
ver 1.2:
|
||||
- Fixed the sidebar scroll issue when using the fixed layout.
|
||||
- Added [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social") plugin.
|
||||
- Fixed RequireJS bug. Thanks to [StaticSphere](https://github.com/StaticSphere "github user").
|
||||
|
||||
ver 1.1:
|
||||
- Added new skin. class: .skin-black
|
||||
- Added [pace](http://github.hubspot.com/pace/docs/welcome/ "pace") plugin.
|
||||
|
||||
To Do List:
|
||||
-----------
|
||||
- More features
|
||||
|
|
Binary file not shown.
640
css/AdminLTE.css
640
css/AdminLTE.css
|
@ -2,7 +2,7 @@
|
|||
|
||||
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
|
||||
/*!
|
||||
* AdminLTE v1.0
|
||||
* AdminLTE v1.2
|
||||
* Author: AlmsaeedStudio.com
|
||||
* License: Open source - MIT
|
||||
* Please visit http://opensource.org/licenses/MIT for more information
|
||||
|
@ -1809,20 +1809,6 @@ Component: timeline
|
|||
.btn.btn-warning.hover {
|
||||
background-color: #e08e0b;
|
||||
}
|
||||
.btn.btn-sm {
|
||||
font-size: 12px;
|
||||
}
|
||||
.btn.btn-lg {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
.btn.btn-block {
|
||||
font-size: 15px;
|
||||
padding: 10px;
|
||||
}
|
||||
.btn.btn-block.btn-sm {
|
||||
font-size: 13px;
|
||||
padding: 7px;
|
||||
}
|
||||
.btn.btn-flat {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
|
@ -1897,24 +1883,24 @@ Component: timeline
|
|||
font-size: 10px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.btn.btn-social {
|
||||
.btn.btn-social-old {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
opacity: 0.9;
|
||||
padding: 0;
|
||||
}
|
||||
.btn.btn-social > .fa {
|
||||
.btn.btn-social-old > .fa {
|
||||
padding: 10px 0;
|
||||
width: 40px;
|
||||
}
|
||||
.btn.btn-social > .fa + span {
|
||||
.btn.btn-social-old > .fa + span {
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.btn.btn-social span {
|
||||
.btn.btn-social-old span {
|
||||
padding: 10px;
|
||||
}
|
||||
.btn.btn-social:hover {
|
||||
.btn.btn-social-old:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.btn.btn-circle {
|
||||
|
@ -2802,3 +2788,617 @@ Component: timeline
|
|||
.pace-inactive {
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
* Social Buttons for Bootstrap
|
||||
*
|
||||
* Copyright 2013-2014 Panayiotis Lipiridis
|
||||
* Licensed under the MIT License
|
||||
*
|
||||
* https://github.com/lipis/bootstrap-social
|
||||
*
|
||||
* Note: this file has been altered to work correctly with AdminLTE
|
||||
*/
|
||||
.btn-social {
|
||||
position: relative;
|
||||
padding-left: 44px !important;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.btn-social :first-child {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 32px !important;
|
||||
line-height: 34px !important;
|
||||
font-size: 1.6em!important;
|
||||
text-align: center;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-social.btn-lg {
|
||||
padding-left: 60px !important;
|
||||
}
|
||||
.btn-social.btn-lg :first-child {
|
||||
line-height: 45px;
|
||||
width: 45px;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
.btn-social.btn-sm {
|
||||
padding-left: 38px !important;
|
||||
}
|
||||
.btn-social.btn-sm :first-child {
|
||||
line-height: 28px;
|
||||
width: 28px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
.btn-social.btn-xs {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
.btn-social.btn-xs :first-child {
|
||||
line-height: 20px;
|
||||
width: 20px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.btn-social-icon {
|
||||
position: relative;
|
||||
padding-left: 44px !important;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
padding: 0;
|
||||
}
|
||||
.btn-social-icon :first-child {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 32px !important;
|
||||
line-height: 34px !important;
|
||||
font-size: 1.6em!important;
|
||||
text-align: center;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-social-icon.btn-lg {
|
||||
padding-left: 60px !important;
|
||||
}
|
||||
.btn-social-icon.btn-lg :first-child {
|
||||
line-height: 45px;
|
||||
width: 45px;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
.btn-social-icon.btn-sm {
|
||||
padding-left: 38px !important;
|
||||
}
|
||||
.btn-social-icon.btn-sm :first-child {
|
||||
line-height: 28px;
|
||||
width: 28px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
.btn-social-icon.btn-xs {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
.btn-social-icon.btn-xs :first-child {
|
||||
line-height: 20px;
|
||||
width: 20px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.btn-social-icon :first-child {
|
||||
border: none;
|
||||
text-align: center;
|
||||
width: 100%!important;
|
||||
}
|
||||
.btn-social-icon.btn-lg {
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.btn-social-icon.btn-sm {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.btn-social-icon.btn-xs {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.btn-bitbucket {
|
||||
color: #ffffff;
|
||||
background-color: #205081;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-bitbucket:hover,
|
||||
.btn-bitbucket:focus,
|
||||
.btn-bitbucket:active,
|
||||
.btn-bitbucket.active,
|
||||
.open .dropdown-toggle.btn-bitbucket {
|
||||
color: #ffffff;
|
||||
background-color: #183c60;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-bitbucket:active,
|
||||
.btn-bitbucket.active,
|
||||
.open .dropdown-toggle.btn-bitbucket {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-bitbucket.disabled,
|
||||
.btn-bitbucket[disabled],
|
||||
fieldset[disabled] .btn-bitbucket,
|
||||
.btn-bitbucket.disabled:hover,
|
||||
.btn-bitbucket[disabled]:hover,
|
||||
fieldset[disabled] .btn-bitbucket:hover,
|
||||
.btn-bitbucket.disabled:focus,
|
||||
.btn-bitbucket[disabled]:focus,
|
||||
fieldset[disabled] .btn-bitbucket:focus,
|
||||
.btn-bitbucket.disabled:active,
|
||||
.btn-bitbucket[disabled]:active,
|
||||
fieldset[disabled] .btn-bitbucket:active,
|
||||
.btn-bitbucket.disabled.active,
|
||||
.btn-bitbucket[disabled].active,
|
||||
fieldset[disabled] .btn-bitbucket.active {
|
||||
background-color: #205081;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-bitbucket .badge {
|
||||
color: #205081;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-dropbox {
|
||||
color: #ffffff;
|
||||
background-color: #1087dd;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-dropbox:hover,
|
||||
.btn-dropbox:focus,
|
||||
.btn-dropbox:active,
|
||||
.btn-dropbox.active,
|
||||
.open .dropdown-toggle.btn-dropbox {
|
||||
color: #ffffff;
|
||||
background-color: #0d70b7;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-dropbox:active,
|
||||
.btn-dropbox.active,
|
||||
.open .dropdown-toggle.btn-dropbox {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-dropbox.disabled,
|
||||
.btn-dropbox[disabled],
|
||||
fieldset[disabled] .btn-dropbox,
|
||||
.btn-dropbox.disabled:hover,
|
||||
.btn-dropbox[disabled]:hover,
|
||||
fieldset[disabled] .btn-dropbox:hover,
|
||||
.btn-dropbox.disabled:focus,
|
||||
.btn-dropbox[disabled]:focus,
|
||||
fieldset[disabled] .btn-dropbox:focus,
|
||||
.btn-dropbox.disabled:active,
|
||||
.btn-dropbox[disabled]:active,
|
||||
fieldset[disabled] .btn-dropbox:active,
|
||||
.btn-dropbox.disabled.active,
|
||||
.btn-dropbox[disabled].active,
|
||||
fieldset[disabled] .btn-dropbox.active {
|
||||
background-color: #1087dd;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-dropbox .badge {
|
||||
color: #1087dd;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-facebook {
|
||||
color: #ffffff;
|
||||
background-color: #3b5998;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-facebook:hover,
|
||||
.btn-facebook:focus,
|
||||
.btn-facebook:active,
|
||||
.btn-facebook.active,
|
||||
.open .dropdown-toggle.btn-facebook {
|
||||
color: #ffffff;
|
||||
background-color: #30487b;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-facebook:active,
|
||||
.btn-facebook.active,
|
||||
.open .dropdown-toggle.btn-facebook {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-facebook.disabled,
|
||||
.btn-facebook[disabled],
|
||||
fieldset[disabled] .btn-facebook,
|
||||
.btn-facebook.disabled:hover,
|
||||
.btn-facebook[disabled]:hover,
|
||||
fieldset[disabled] .btn-facebook:hover,
|
||||
.btn-facebook.disabled:focus,
|
||||
.btn-facebook[disabled]:focus,
|
||||
fieldset[disabled] .btn-facebook:focus,
|
||||
.btn-facebook.disabled:active,
|
||||
.btn-facebook[disabled]:active,
|
||||
fieldset[disabled] .btn-facebook:active,
|
||||
.btn-facebook.disabled.active,
|
||||
.btn-facebook[disabled].active,
|
||||
fieldset[disabled] .btn-facebook.active {
|
||||
background-color: #3b5998;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-facebook .badge {
|
||||
color: #3b5998;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-flickr {
|
||||
color: #ffffff;
|
||||
background-color: #ff0084;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-flickr:hover,
|
||||
.btn-flickr:focus,
|
||||
.btn-flickr:active,
|
||||
.btn-flickr.active,
|
||||
.open .dropdown-toggle.btn-flickr {
|
||||
color: #ffffff;
|
||||
background-color: #d6006f;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-flickr:active,
|
||||
.btn-flickr.active,
|
||||
.open .dropdown-toggle.btn-flickr {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-flickr.disabled,
|
||||
.btn-flickr[disabled],
|
||||
fieldset[disabled] .btn-flickr,
|
||||
.btn-flickr.disabled:hover,
|
||||
.btn-flickr[disabled]:hover,
|
||||
fieldset[disabled] .btn-flickr:hover,
|
||||
.btn-flickr.disabled:focus,
|
||||
.btn-flickr[disabled]:focus,
|
||||
fieldset[disabled] .btn-flickr:focus,
|
||||
.btn-flickr.disabled:active,
|
||||
.btn-flickr[disabled]:active,
|
||||
fieldset[disabled] .btn-flickr:active,
|
||||
.btn-flickr.disabled.active,
|
||||
.btn-flickr[disabled].active,
|
||||
fieldset[disabled] .btn-flickr.active {
|
||||
background-color: #ff0084;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-flickr .badge {
|
||||
color: #ff0084;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-foursquare {
|
||||
color: #ffffff;
|
||||
background-color: #0072b1;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-foursquare:hover,
|
||||
.btn-foursquare:focus,
|
||||
.btn-foursquare:active,
|
||||
.btn-foursquare.active,
|
||||
.open .dropdown-toggle.btn-foursquare {
|
||||
color: #ffffff;
|
||||
background-color: #005888;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-foursquare:active,
|
||||
.btn-foursquare.active,
|
||||
.open .dropdown-toggle.btn-foursquare {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-foursquare.disabled,
|
||||
.btn-foursquare[disabled],
|
||||
fieldset[disabled] .btn-foursquare,
|
||||
.btn-foursquare.disabled:hover,
|
||||
.btn-foursquare[disabled]:hover,
|
||||
fieldset[disabled] .btn-foursquare:hover,
|
||||
.btn-foursquare.disabled:focus,
|
||||
.btn-foursquare[disabled]:focus,
|
||||
fieldset[disabled] .btn-foursquare:focus,
|
||||
.btn-foursquare.disabled:active,
|
||||
.btn-foursquare[disabled]:active,
|
||||
fieldset[disabled] .btn-foursquare:active,
|
||||
.btn-foursquare.disabled.active,
|
||||
.btn-foursquare[disabled].active,
|
||||
fieldset[disabled] .btn-foursquare.active {
|
||||
background-color: #0072b1;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-foursquare .badge {
|
||||
color: #0072b1;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-github {
|
||||
color: #ffffff;
|
||||
background-color: #444444;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-github:hover,
|
||||
.btn-github:focus,
|
||||
.btn-github:active,
|
||||
.btn-github.active,
|
||||
.open .dropdown-toggle.btn-github {
|
||||
color: #ffffff;
|
||||
background-color: #303030;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-github:active,
|
||||
.btn-github.active,
|
||||
.open .dropdown-toggle.btn-github {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-github.disabled,
|
||||
.btn-github[disabled],
|
||||
fieldset[disabled] .btn-github,
|
||||
.btn-github.disabled:hover,
|
||||
.btn-github[disabled]:hover,
|
||||
fieldset[disabled] .btn-github:hover,
|
||||
.btn-github.disabled:focus,
|
||||
.btn-github[disabled]:focus,
|
||||
fieldset[disabled] .btn-github:focus,
|
||||
.btn-github.disabled:active,
|
||||
.btn-github[disabled]:active,
|
||||
fieldset[disabled] .btn-github:active,
|
||||
.btn-github.disabled.active,
|
||||
.btn-github[disabled].active,
|
||||
fieldset[disabled] .btn-github.active {
|
||||
background-color: #444444;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-github .badge {
|
||||
color: #444444;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-google-plus {
|
||||
color: #ffffff;
|
||||
background-color: #dd4b39;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-google-plus:hover,
|
||||
.btn-google-plus:focus,
|
||||
.btn-google-plus:active,
|
||||
.btn-google-plus.active,
|
||||
.open .dropdown-toggle.btn-google-plus {
|
||||
color: #ffffff;
|
||||
background-color: #ca3523;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-google-plus:active,
|
||||
.btn-google-plus.active,
|
||||
.open .dropdown-toggle.btn-google-plus {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-google-plus.disabled,
|
||||
.btn-google-plus[disabled],
|
||||
fieldset[disabled] .btn-google-plus,
|
||||
.btn-google-plus.disabled:hover,
|
||||
.btn-google-plus[disabled]:hover,
|
||||
fieldset[disabled] .btn-google-plus:hover,
|
||||
.btn-google-plus.disabled:focus,
|
||||
.btn-google-plus[disabled]:focus,
|
||||
fieldset[disabled] .btn-google-plus:focus,
|
||||
.btn-google-plus.disabled:active,
|
||||
.btn-google-plus[disabled]:active,
|
||||
fieldset[disabled] .btn-google-plus:active,
|
||||
.btn-google-plus.disabled.active,
|
||||
.btn-google-plus[disabled].active,
|
||||
fieldset[disabled] .btn-google-plus.active {
|
||||
background-color: #dd4b39;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-google-plus .badge {
|
||||
color: #dd4b39;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-instagram {
|
||||
color: #ffffff;
|
||||
background-color: #3f729b;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-instagram:hover,
|
||||
.btn-instagram:focus,
|
||||
.btn-instagram:active,
|
||||
.btn-instagram.active,
|
||||
.open .dropdown-toggle.btn-instagram {
|
||||
color: #ffffff;
|
||||
background-color: #335d7e;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-instagram:active,
|
||||
.btn-instagram.active,
|
||||
.open .dropdown-toggle.btn-instagram {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-instagram.disabled,
|
||||
.btn-instagram[disabled],
|
||||
fieldset[disabled] .btn-instagram,
|
||||
.btn-instagram.disabled:hover,
|
||||
.btn-instagram[disabled]:hover,
|
||||
fieldset[disabled] .btn-instagram:hover,
|
||||
.btn-instagram.disabled:focus,
|
||||
.btn-instagram[disabled]:focus,
|
||||
fieldset[disabled] .btn-instagram:focus,
|
||||
.btn-instagram.disabled:active,
|
||||
.btn-instagram[disabled]:active,
|
||||
fieldset[disabled] .btn-instagram:active,
|
||||
.btn-instagram.disabled.active,
|
||||
.btn-instagram[disabled].active,
|
||||
fieldset[disabled] .btn-instagram.active {
|
||||
background-color: #3f729b;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-instagram .badge {
|
||||
color: #3f729b;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-linkedin {
|
||||
color: #ffffff;
|
||||
background-color: #007bb6;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-linkedin:hover,
|
||||
.btn-linkedin:focus,
|
||||
.btn-linkedin:active,
|
||||
.btn-linkedin.active,
|
||||
.open .dropdown-toggle.btn-linkedin {
|
||||
color: #ffffff;
|
||||
background-color: #005f8d;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-linkedin:active,
|
||||
.btn-linkedin.active,
|
||||
.open .dropdown-toggle.btn-linkedin {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-linkedin.disabled,
|
||||
.btn-linkedin[disabled],
|
||||
fieldset[disabled] .btn-linkedin,
|
||||
.btn-linkedin.disabled:hover,
|
||||
.btn-linkedin[disabled]:hover,
|
||||
fieldset[disabled] .btn-linkedin:hover,
|
||||
.btn-linkedin.disabled:focus,
|
||||
.btn-linkedin[disabled]:focus,
|
||||
fieldset[disabled] .btn-linkedin:focus,
|
||||
.btn-linkedin.disabled:active,
|
||||
.btn-linkedin[disabled]:active,
|
||||
fieldset[disabled] .btn-linkedin:active,
|
||||
.btn-linkedin.disabled.active,
|
||||
.btn-linkedin[disabled].active,
|
||||
fieldset[disabled] .btn-linkedin.active {
|
||||
background-color: #007bb6;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-linkedin .badge {
|
||||
color: #007bb6;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-tumblr {
|
||||
color: #ffffff;
|
||||
background-color: #2c4762;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-tumblr:hover,
|
||||
.btn-tumblr:focus,
|
||||
.btn-tumblr:active,
|
||||
.btn-tumblr.active,
|
||||
.open .dropdown-toggle.btn-tumblr {
|
||||
color: #ffffff;
|
||||
background-color: #1f3346;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-tumblr:active,
|
||||
.btn-tumblr.active,
|
||||
.open .dropdown-toggle.btn-tumblr {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-tumblr.disabled,
|
||||
.btn-tumblr[disabled],
|
||||
fieldset[disabled] .btn-tumblr,
|
||||
.btn-tumblr.disabled:hover,
|
||||
.btn-tumblr[disabled]:hover,
|
||||
fieldset[disabled] .btn-tumblr:hover,
|
||||
.btn-tumblr.disabled:focus,
|
||||
.btn-tumblr[disabled]:focus,
|
||||
fieldset[disabled] .btn-tumblr:focus,
|
||||
.btn-tumblr.disabled:active,
|
||||
.btn-tumblr[disabled]:active,
|
||||
fieldset[disabled] .btn-tumblr:active,
|
||||
.btn-tumblr.disabled.active,
|
||||
.btn-tumblr[disabled].active,
|
||||
fieldset[disabled] .btn-tumblr.active {
|
||||
background-color: #2c4762;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-tumblr .badge {
|
||||
color: #2c4762;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-twitter {
|
||||
color: #ffffff;
|
||||
background-color: #55acee;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-twitter:hover,
|
||||
.btn-twitter:focus,
|
||||
.btn-twitter:active,
|
||||
.btn-twitter.active,
|
||||
.open .dropdown-toggle.btn-twitter {
|
||||
color: #ffffff;
|
||||
background-color: #309aea;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-twitter:active,
|
||||
.btn-twitter.active,
|
||||
.open .dropdown-toggle.btn-twitter {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-twitter.disabled,
|
||||
.btn-twitter[disabled],
|
||||
fieldset[disabled] .btn-twitter,
|
||||
.btn-twitter.disabled:hover,
|
||||
.btn-twitter[disabled]:hover,
|
||||
fieldset[disabled] .btn-twitter:hover,
|
||||
.btn-twitter.disabled:focus,
|
||||
.btn-twitter[disabled]:focus,
|
||||
fieldset[disabled] .btn-twitter:focus,
|
||||
.btn-twitter.disabled:active,
|
||||
.btn-twitter[disabled]:active,
|
||||
fieldset[disabled] .btn-twitter:active,
|
||||
.btn-twitter.disabled.active,
|
||||
.btn-twitter[disabled].active,
|
||||
fieldset[disabled] .btn-twitter.active {
|
||||
background-color: #55acee;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-twitter .badge {
|
||||
color: #55acee;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.btn-vk {
|
||||
color: #ffffff;
|
||||
background-color: #587ea3;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-vk:hover,
|
||||
.btn-vk:focus,
|
||||
.btn-vk:active,
|
||||
.btn-vk.active,
|
||||
.open .dropdown-toggle.btn-vk {
|
||||
color: #ffffff;
|
||||
background-color: #4a6a89;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-vk:active,
|
||||
.btn-vk.active,
|
||||
.open .dropdown-toggle.btn-vk {
|
||||
background-image: none;
|
||||
}
|
||||
.btn-vk.disabled,
|
||||
.btn-vk[disabled],
|
||||
fieldset[disabled] .btn-vk,
|
||||
.btn-vk.disabled:hover,
|
||||
.btn-vk[disabled]:hover,
|
||||
fieldset[disabled] .btn-vk:hover,
|
||||
.btn-vk.disabled:focus,
|
||||
.btn-vk[disabled]:focus,
|
||||
fieldset[disabled] .btn-vk:focus,
|
||||
.btn-vk.disabled:active,
|
||||
.btn-vk[disabled]:active,
|
||||
fieldset[disabled] .btn-vk:active,
|
||||
.btn-vk.disabled.active,
|
||||
.btn-vk[disabled].active,
|
||||
fieldset[disabled] .btn-vk.active {
|
||||
background-color: #587ea3;
|
||||
border-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.btn-vk .badge {
|
||||
color: #587ea3;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="index.html" class="logo">
|
||||
|
|
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="index.html" class="logo">
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* AdminLTE v1.0
|
||||
* AdminLTE v1.2
|
||||
* Author: AlmsaeedStudio.com
|
||||
* License: Open source - MIT
|
||||
* Please visit http://opensource.org/licenses/MIT for more information
|
||||
|
@ -46,3 +46,4 @@
|
|||
//--------
|
||||
@import "iCheck.less";
|
||||
@import "pace.less";
|
||||
@import "bootstrap-social.less";
|
|
@ -0,0 +1,167 @@
|
|||
/*
|
||||
* Social Buttons for Bootstrap
|
||||
*
|
||||
* Copyright 2013-2014 Panayiotis Lipiridis
|
||||
* Licensed under the MIT License
|
||||
*
|
||||
* https://github.com/lipis/bootstrap-social
|
||||
*
|
||||
* Note: this file has been altered to work correctly with AdminLTE
|
||||
*/
|
||||
@font-size-base: 14px;
|
||||
//** Unit-less `line-height` for use in components like buttons.
|
||||
@line-height-base: 20/14; // 20/14
|
||||
//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
||||
@line-height-computed: floor((@font-size-base * @line-height-base)); // ~20px
|
||||
|
||||
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
|
||||
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px
|
||||
|
||||
@padding-base-vertical: 6px;
|
||||
@padding-base-horizontal: 12px;
|
||||
|
||||
@padding-large-vertical: 10px;
|
||||
@padding-large-horizontal: 15px;
|
||||
|
||||
@padding-small-vertical: 5px;
|
||||
@padding-small-horizontal: 10px;
|
||||
|
||||
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
||||
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
||||
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
||||
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
||||
|
||||
.btn-social {
|
||||
position: relative;
|
||||
padding-left: @bs-height-base + @padding-base-horizontal!important;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
:first-child {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: @bs-height-base!important;
|
||||
line-height: (@bs-height-base + 2)!important;
|
||||
font-size: 1.6em!important;
|
||||
text-align: center;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
&.btn-lg {
|
||||
padding-left: @bs-height-lg + @padding-large-horizontal!important;
|
||||
:first-child {
|
||||
line-height: @bs-height-lg;
|
||||
width: @bs-height-lg;
|
||||
font-size: 1.8em;
|
||||
}
|
||||
}
|
||||
&.btn-sm {
|
||||
padding-left: @bs-height-sm + @padding-small-horizontal!important;
|
||||
:first-child {
|
||||
line-height: @bs-height-sm;
|
||||
width: @bs-height-sm;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
}
|
||||
&.btn-xs {
|
||||
padding-left: @bs-height-xs + @padding-small-horizontal!important;
|
||||
:first-child {
|
||||
line-height: @bs-height-xs;
|
||||
width: @bs-height-xs;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-social-icon {
|
||||
.btn-social;
|
||||
height: (@bs-height-base + 2);
|
||||
width: (@bs-height-base + 2);
|
||||
padding: 0;
|
||||
:first-child {
|
||||
border: none;
|
||||
text-align: center;
|
||||
width: 100%!important;
|
||||
}
|
||||
&.btn-lg {
|
||||
height: @bs-height-lg;
|
||||
width: @bs-height-lg;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
&.btn-sm {
|
||||
height: (@bs-height-sm + 2);
|
||||
width: (@bs-height-sm + 2);
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
&.btn-xs {
|
||||
height: (@bs-height-xs + 2);
|
||||
width: (@bs-height-xs + 2);
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-social(@color-bg, @color: white) {
|
||||
background-color: @color-bg;
|
||||
.button-variant(@color, @color-bg, rgba(0, 0, 0, 0.2));
|
||||
}
|
||||
|
||||
|
||||
.btn-bitbucket { .btn-social(#205081); }
|
||||
.btn-dropbox { .btn-social(#1087dd); }
|
||||
.btn-facebook { .btn-social(#3b5998); }
|
||||
.btn-flickr { .btn-social(#ff0084); }
|
||||
.btn-foursquare { .btn-social(#0072b1); }
|
||||
.btn-github { .btn-social(#444444); }
|
||||
.btn-google-plus { .btn-social(#dd4b39); }
|
||||
.btn-instagram { .btn-social(#3f729b); }
|
||||
.btn-linkedin { .btn-social(#007bb6); }
|
||||
.btn-tumblr { .btn-social(#2c4762); }
|
||||
.btn-twitter { .btn-social(#55acee); }
|
||||
.btn-vk { .btn-social(#587ea3); }
|
||||
|
||||
// Button variants
|
||||
// -------------------------
|
||||
// Easily pump out default styles, as well as :hover, :focus, :active,
|
||||
// and disabled options for all buttons
|
||||
.button-variant(@color; @background; @border) {
|
||||
color: @color;
|
||||
background-color: @background;
|
||||
border-color: @border;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active,
|
||||
&.active,
|
||||
.open .dropdown-toggle& {
|
||||
color: @color;
|
||||
background-color: darken(@background, 8%);
|
||||
border-color: darken(@border, 12%);
|
||||
}
|
||||
&:active,
|
||||
&.active,
|
||||
.open .dropdown-toggle& {
|
||||
background-image: none;
|
||||
}
|
||||
&.disabled,
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
&,
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active,
|
||||
&.active {
|
||||
background-color: @background;
|
||||
border-color: @border;
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
color: @background;
|
||||
background-color: @color;
|
||||
}
|
||||
}
|
|
@ -58,21 +58,7 @@
|
|||
background-color: darken(@yellow, 5%);
|
||||
}
|
||||
}
|
||||
//Button size variations
|
||||
&.btn-sm {
|
||||
font-size: 12px;
|
||||
}
|
||||
&.btn-lg {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
&.btn-block {
|
||||
font-size: 15px;
|
||||
padding: 10px;
|
||||
&.btn-sm {
|
||||
font-size: 13px;
|
||||
padding: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
// Flat buttons
|
||||
&.btn-flat {
|
||||
.border-radius(0);
|
||||
|
@ -155,7 +141,7 @@
|
|||
}
|
||||
|
||||
//Social buttons
|
||||
&.btn-social {
|
||||
&.btn-social-old {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
@ -898,26 +898,60 @@
|
|||
<!-- social buttons -->
|
||||
<div class="box">
|
||||
<div class="box-header">
|
||||
<h3 class="box-title">Social Icons Sample</h3>
|
||||
<h3 class="box-title">Social Buttons (By <a href="https://github.com/lipis/bootstrap-social">Lipis</a>)</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<p>
|
||||
<a href="http://fontawesome.io/">Font Awesome</a> provides a set of social media icons.
|
||||
We are using <code>.btn.btn-social</code> and to add the colors to the buttons we use the <code>.bg-*</code> classes.
|
||||
</p>
|
||||
<button class="btn bg-blue btn-social"><i class="fa fa-facebook"></i> <span>Like us on Facebook</span></button>
|
||||
<br /><br />
|
||||
<button class="btn bg-red btn-social"><i class="fa fa-google-plus"></i> <span>Share with your circles</span></button>
|
||||
<br /><br />
|
||||
<button class="btn bg-aqua btn-social"><i class="fa fa-twitter"></i> <span>Tweet to the globe</span></button>
|
||||
<br /><br />
|
||||
<button class="btn bg-navy btn-social"><i class="fa fa-github-alt"></i> <span>Fork me on Github</span></button>
|
||||
<br/><br/>
|
||||
<!-- circled -->
|
||||
<button class="btn bg-blue btn-circle"><i class="fa fa-facebook"></i></button>
|
||||
<button class="btn bg-red btn-circle"><i class="fa fa-google-plus"></i></button>
|
||||
<button class="btn bg-aqua btn-circle"><i class="fa fa-twitter"></i></button>
|
||||
<button class="btn bg-navy btn-circle"><i class="fa fa-github-alt"></i></button>
|
||||
<a class="btn btn-block btn-social btn-bitbucket">
|
||||
<i class="fa fa-bitbucket"></i> Sign in with Bitbucket
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-dropbox">
|
||||
<i class="fa fa-dropbox"></i> Sign in with Dropbox
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-facebook">
|
||||
<i class="fa fa-facebook"></i> Sign in with Facebook
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-flickr">
|
||||
<i class="fa fa-flickr"></i> Sign in with Flickr
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-foursquare">
|
||||
<i class="fa fa-foursquare"></i> Sign in with Foursquare
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-github">
|
||||
<i class="fa fa-github"></i> Sign in with GitHub
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-google-plus">
|
||||
<i class="fa fa-google-plus"></i> Sign in with Google
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-instagram">
|
||||
<i class="fa fa-instagram"></i> Sign in with Instagram
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-linkedin">
|
||||
<i class="fa fa-linkedin"></i> Sign in with LinkedIn
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-tumblr">
|
||||
<i class="fa fa-tumblr"></i> Sign in with Tumblr
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-twitter">
|
||||
<i class="fa fa-twitter"></i> Sign in with Twitter
|
||||
</a>
|
||||
<a class="btn btn-block btn-social btn-vk">
|
||||
<i class="fa fa-vk"></i> Sign in with VK
|
||||
</a>
|
||||
<br />
|
||||
<div class="text-center">
|
||||
<a class="btn btn-social-icon btn-bitbucket"><i class="fa fa-bitbucket"></i></a>
|
||||
<a class="btn btn-social-icon btn-dropbox"><i class="fa fa-dropbox"></i></a>
|
||||
<a class="btn btn-social-icon btn-facebook"><i class="fa fa-facebook"></i></a>
|
||||
<a class="btn btn-social-icon btn-flickr"><i class="fa fa-flickr"></i></a>
|
||||
<a class="btn btn-social-icon btn-foursquare"><i class="fa fa-foursquare"></i></a>
|
||||
<a class="btn btn-social-icon btn-github"><i class="fa fa-github"></i></a>
|
||||
<a class="btn btn-social-icon btn-google-plus"><i class="fa fa-google-plus"></i></a>
|
||||
<a class="btn btn-social-icon btn-instagram"><i class="fa fa-instagram"></i></a>
|
||||
<a class="btn btn-social-icon btn-linkedin"><i class="fa fa-linkedin"></i></a>
|
||||
<a class="btn btn-social-icon btn-tumblr"><i class="fa fa-tumblr"></i></a>
|
||||
<a class="btn btn-social-icon btn-twitter"><i class="fa fa-twitter"></i></a>
|
||||
<a class="btn btn-social-icon btn-vk"><i class="fa fa-vk"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- /.box -->
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="index.html" class="logo">
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../index.html" class="logo">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../../index.html" class="logo">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-black">
|
||||
<body class="skin-blue">
|
||||
<!-- header logo: style can be found in header.less -->
|
||||
<header class="header">
|
||||
<a href="../index.html" class="logo">
|
||||
|
|
Loading…
Reference in New Issue