Skip to content

Commit 3ee5592

Browse files
committed
First commit. Complete project. Readme updated.
1 parent aec919e commit 3ee5592

File tree

1,247 files changed

+218830
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,247 files changed

+218830
-3
lines changed

README.md

+35-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
Bootstrap-3-Admin-Theme
2-
=======================
1+
# Bootstrap 3.x Admin's Theme
32

4-
An admin theme built with Bootstrap 3.x. Free for personal and commercial use.
3+
---
4+
5+
Details:
6+
7+
* An admin theme built with [Bootstrap 3.x](http://getbootstrap.com).
8+
* Free for personal and commercial use
9+
* Inspired by and based on [Bootstrap-Admin-Theme](https://github.com/VinceG/Bootstrap-Admin-Theme)
10+
11+
## Pages
12+
13+
---
14+
15+
* Dashboard
16+
* ~~Calendar~~ (not implemented yet)
17+
* ~~Statistics (Charts)~~ (not implemented yet)
18+
* Forms
19+
* Tables
20+
* Buttons & Icons
21+
* WYSIWYG Editors
22+
* UI & Interface
23+
24+
## License
25+
26+
---
27+
28+
The MIT License (MIT)
29+
30+
Copyright © 2013 - Meritoo.pl
31+
32+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
33+
34+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
35+
36+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

buttons-and-icons.html

+564
Large diffs are not rendered by default.

css/DT_bootstrap.css

+180
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
2+
div.dataTables_length label {
3+
float: left;
4+
text-align: left;
5+
}
6+
7+
div.dataTables_length select {
8+
width: 75px;
9+
}
10+
11+
div.dataTables_filter label {
12+
float: right;
13+
}
14+
15+
div.dataTables_info {
16+
padding-top: 8px;
17+
}
18+
19+
div.dataTables_paginate {
20+
float: right;
21+
margin: 0;
22+
}
23+
24+
table.table {
25+
clear: both;
26+
margin-bottom: 6px !important;
27+
max-width: none !important;
28+
}
29+
30+
table.table thead .sorting,
31+
table.table thead .sorting_asc,
32+
table.table thead .sorting_desc,
33+
table.table thead .sorting_asc_disabled,
34+
table.table thead .sorting_desc_disabled {
35+
cursor: pointer;
36+
*cursor: hand;
37+
}
38+
39+
table.table thead .sorting { background: url('../vendors/datatables/images/sort_both.png') no-repeat center right; }
40+
table.table thead .sorting_asc { background: url('../vendors/datatables/images/sort_asc.png') no-repeat center right; }
41+
table.table thead .sorting_desc { background: url('../vendors/datatables/images/sort_desc.png') no-repeat center right; }
42+
43+
table.table thead .sorting_asc_disabled { background: url('../vendors/datatables/images/sort_asc_disabled.png') no-repeat center right; }
44+
table.table thead .sorting_desc_disabled { background: url('../vendors/datatables/images/sort_desc_disabled.png') no-repeat center right; }
45+
46+
table.dataTable th:active {
47+
outline: none;
48+
}
49+
50+
/* Scrolling */
51+
div.dataTables_scrollHead table {
52+
margin-bottom: 0 !important;
53+
border-bottom-left-radius: 0;
54+
border-bottom-right-radius: 0;
55+
}
56+
57+
div.dataTables_scrollHead table thead tr:last-child th:first-child,
58+
div.dataTables_scrollHead table thead tr:last-child td:first-child {
59+
border-bottom-left-radius: 0 !important;
60+
border-bottom-right-radius: 0 !important;
61+
}
62+
63+
div.dataTables_scrollBody table {
64+
border-top: none;
65+
margin-bottom: 0 !important;
66+
}
67+
68+
div.dataTables_scrollBody tbody tr:first-child th,
69+
div.dataTables_scrollBody tbody tr:first-child td {
70+
border-top: none;
71+
}
72+
73+
div.dataTables_scrollFoot table {
74+
border-top: none;
75+
}
76+
77+
78+
79+
80+
/*
81+
* TableTools styles
82+
*/
83+
.table tbody tr.active td,
84+
.table tbody tr.active th {
85+
background-color: #08C;
86+
color: white;
87+
}
88+
89+
.table tbody tr.active:hover td,
90+
.table tbody tr.active:hover th {
91+
background-color: #0075b0 !important;
92+
}
93+
94+
.table-striped tbody tr.active:nth-child(odd) td,
95+
.table-striped tbody tr.active:nth-child(odd) th {
96+
background-color: #017ebc;
97+
}
98+
99+
table.DTTT_selectable tbody tr {
100+
cursor: pointer;
101+
*cursor: hand;
102+
}
103+
104+
div.DTTT .btn {
105+
color: #333 !important;
106+
font-size: 12px;
107+
}
108+
109+
div.DTTT .btn:hover {
110+
text-decoration: none !important;
111+
}
112+
113+
114+
ul.DTTT_dropdown.dropdown-menu a {
115+
color: #333 !important; /* needed only when demo_page.css is included */
116+
}
117+
118+
ul.DTTT_dropdown.dropdown-menu li:hover a {
119+
background-color: #0088cc;
120+
color: white !important;
121+
}
122+
123+
/* TableTools information display */
124+
div.DTTT_print_info.modal {
125+
height: 150px;
126+
margin-top: -75px;
127+
text-align: center;
128+
}
129+
130+
div.DTTT_print_info h6 {
131+
font-weight: normal;
132+
font-size: 28px;
133+
line-height: 28px;
134+
margin: 1em;
135+
}
136+
137+
div.DTTT_print_info p {
138+
font-size: 14px;
139+
line-height: 20px;
140+
}
141+
142+
.dataTables_wrapper .row {
143+
margin-left:0px;
144+
}
145+
146+
/*
147+
* FixedColumns styles
148+
*/
149+
div.DTFC_LeftHeadWrapper table,
150+
div.DTFC_LeftFootWrapper table,
151+
table.DTFC_Cloned tr.even {
152+
background-color: white;
153+
}
154+
155+
div.DTFC_LeftHeadWrapper table {
156+
margin-bottom: 0 !important;
157+
border-top-right-radius: 0 !important;
158+
border-bottom-left-radius: 0 !important;
159+
border-bottom-right-radius: 0 !important;
160+
}
161+
162+
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
163+
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
164+
border-bottom-left-radius: 0 !important;
165+
border-bottom-right-radius: 0 !important;
166+
}
167+
168+
div.DTFC_LeftBodyWrapper table {
169+
border-top: none;
170+
margin-bottom: 0 !important;
171+
}
172+
173+
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
174+
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
175+
border-top: none;
176+
}
177+
178+
div.DTFC_LeftFootWrapper table {
179+
border-top: none;
180+
}

css/bootstrap-admin-theme.css

+157
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
/*
2+
Created on : 2013-09-30, 14:48:31
3+
Author : Krzysztof Niziol <[email protected]>
4+
*/
5+
6+
body{
7+
background-color: rgba(245, 245, 245, 0.5);
8+
padding-top: 70px; /* Required, because main menu / navbar has "navbar-fixed-top" class and is sticked to the top */
9+
}
10+
11+
/** Main container **/
12+
#content {
13+
margin-left: 0px;
14+
}
15+
16+
/** Title of container for lists, some content etc. **/
17+
.bootstrap-admin-box-title{
18+
display: inline;
19+
}
20+
21+
/** Content of the panel **/
22+
.bootstrap-admin-panel-content{
23+
padding: 15px;
24+
}
25+
.bootstrap-admin-panel-content table{
26+
margin-bottom: 0;
27+
}
28+
29+
/** Panel with no-table content **/
30+
.bootstrap-admin-no-table-panel,
31+
.bootstrap-admin-no-table-panel-content{
32+
float: left;
33+
width: 100%;
34+
}
35+
36+
/** Left, the first, column **/
37+
.bootstrap-admin-col-left{
38+
padding-left: 0;
39+
}
40+
41+
/** Side Bar **/
42+
.bootstrap-admin-navbar-side {
43+
background-color: #fff;
44+
max-height: none;
45+
max-width: 228px;
46+
padding: 0;
47+
-webkit-border-radius: 6px;
48+
-moz-border-radius: 6px;
49+
border-radius: 6px;
50+
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
51+
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
52+
box-shadow: 0 1px 4px rgba(0,0,0,.065);
53+
}
54+
.bootstrap-admin-navbar-side > li > a {
55+
display: block;
56+
width: 190px\9;
57+
margin: 0 0 -1px;
58+
padding: 8px 14px;
59+
border: 1px solid #e5e5e5;
60+
}
61+
.bootstrap-admin-navbar-side > li:first-child > a {
62+
-webkit-border-radius: 6px 6px 0 0;
63+
-moz-border-radius: 6px 6px 0 0;
64+
border-radius: 6px 6px 0 0;
65+
}
66+
.bootstrap-admin-navbar-side > li:last-child > a {
67+
-webkit-border-radius: 0 0 6px 6px;
68+
-moz-border-radius: 0 0 6px 6px;
69+
border-radius: 0 0 6px 6px;
70+
}
71+
.bootstrap-admin-navbar-side > .active > a,
72+
.bootstrap-admin-navbar-side .active a:hover{
73+
background-color: #08C;
74+
color: #fff;
75+
}
76+
.bootstrap-admin-navbar-side > .active > a {
77+
position: relative;
78+
z-index: 2;
79+
padding: 9px 15px;
80+
border: 0;
81+
text-shadow: 0 1px 0 rgba(0,0,0,.15);
82+
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
83+
-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
84+
box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
85+
}
86+
87+
/** Side Bar - Chevrons **/
88+
.bootstrap-admin-navbar-side .glyphicon-chevron-right {
89+
float: right;
90+
margin-top: 2px;
91+
margin-right: -6px;
92+
opacity: .25;
93+
}
94+
.bootstrap-admin-navbar-side > li > a:hover {
95+
background-color: #f5f5f5;
96+
}
97+
.bootstrap-admin-navbar-side a:hover .glyphicon-chevron-right {
98+
opacity: .5;
99+
}
100+
.bootstrap-admin-navbar-side .active .glyphicon-chevron-right,
101+
.bootstrap-admin-navbar-side .active a:hover .glyphicon-chevron-right {
102+
opacity: 1;
103+
}
104+
.bootstrap-admin-navbar-side.affix {
105+
top: 40px;
106+
}
107+
.bootstrap-admin-navbar-side.affix-bottom {
108+
position: absolute;
109+
top: auto;
110+
bottom: 270px;
111+
}
112+
113+
/** Thin navbar, e.g. for the breadcrumbs **/
114+
.bootstrap-admin-navbar-thin{
115+
min-height: 0;
116+
}
117+
118+
/** Breadcrumbs **/
119+
.bootstrap-admin-breadcrumb{
120+
background: none;
121+
margin: 8px 15px;
122+
padding: 0;
123+
}
124+
125+
/** Alert **/
126+
.bootstrap-admin-alert{
127+
padding: 10px 15px;
128+
}
129+
.bootstrap-admin-alert h4{
130+
margin-bottom: 3px;
131+
}
132+
133+
/** Skip padding of elements on the edge **/
134+
.bootstrap-admin-no-edges-padding > div:first-child{
135+
padding-left: 0;
136+
}
137+
.bootstrap-admin-no-edges-padding > div:last-child{
138+
padding-right: 0;
139+
}
140+
141+
/** Light, small paddings **/
142+
.bootstrap-admin-light-padding-bottom{
143+
padding-bottom: 10px;
144+
}
145+
.bootstrap-admin-light-padding-top{
146+
padding-top: 10px;
147+
}
148+
149+
/** Footer **/
150+
footer p{
151+
text-align: right;
152+
}
153+
154+
/** Bootstrap 3 Typeahead plugin **/
155+
.typeahead{
156+
z-index: 1051;
157+
}

0 commit comments

Comments
 (0)