Skip to content

Commit 7c1d80e

Browse files
committed
📦 NEW: Add CMS Template
1 parent 75d460b commit 7c1d80e

Some content is hidden

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

73 files changed

+32459
-0
lines changed

admin/css/bootstrap-rtl.css

+1,536
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/css/bootstrap-rtl.min.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/css/bootstrap.css

+6,566
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/css/bootstrap.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/css/plugins/morris.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/css/sb-admin-rtl.css

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
@media (min-width: 768px){
3+
#wrapper {padding-right: 225px; padding-left: 0;}
4+
.side-nav{right: 0;left: auto;}
5+
}

admin/css/sb-admin.css

+224
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
/*!
2+
* Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
3+
* Code licensed under the Apache License v2.0.
4+
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
5+
*/
6+
7+
/* Global Styles */
8+
9+
body {
10+
margin-top: 100px;
11+
background-color: #222;
12+
}
13+
14+
@media(min-width:768px) {
15+
body {
16+
margin-top: 50px;
17+
}
18+
}
19+
20+
#wrapper {
21+
padding-left: 0;
22+
}
23+
24+
#page-wrapper {
25+
width: 100%;
26+
padding: 0;
27+
background-color: #fff;
28+
}
29+
30+
.huge {
31+
font-size: 50px;
32+
line-height: normal;
33+
}
34+
35+
@media(min-width:768px) {
36+
#wrapper {
37+
padding-left: 225px;
38+
}
39+
40+
#page-wrapper {
41+
padding: 10px;
42+
}
43+
}
44+
45+
/* Top Navigation */
46+
47+
.top-nav {
48+
padding: 0 15px;
49+
}
50+
51+
.top-nav>li {
52+
display: inline-block;
53+
float: left;
54+
}
55+
56+
.top-nav>li>a {
57+
padding-top: 15px;
58+
padding-bottom: 15px;
59+
line-height: 20px;
60+
color: #999;
61+
}
62+
63+
.top-nav>li>a:hover,
64+
.top-nav>li>a:focus,
65+
.top-nav>.open>a,
66+
.top-nav>.open>a:hover,
67+
.top-nav>.open>a:focus {
68+
color: #fff;
69+
background-color: #000;
70+
}
71+
72+
.top-nav>.open>.dropdown-menu {
73+
float: left;
74+
position: absolute;
75+
margin-top: 0;
76+
border: 1px solid rgba(0,0,0,.15);
77+
border-top-left-radius: 0;
78+
border-top-right-radius: 0;
79+
background-color: #fff;
80+
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
81+
box-shadow: 0 6px 12px rgba(0,0,0,.175);
82+
}
83+
84+
.top-nav>.open>.dropdown-menu>li>a {
85+
white-space: normal;
86+
}
87+
88+
ul.message-dropdown {
89+
padding: 0;
90+
max-height: 250px;
91+
overflow-x: hidden;
92+
overflow-y: auto;
93+
}
94+
95+
li.message-preview {
96+
width: 275px;
97+
border-bottom: 1px solid rgba(0,0,0,.15);
98+
}
99+
100+
li.message-preview>a {
101+
padding-top: 15px;
102+
padding-bottom: 15px;
103+
}
104+
105+
li.message-footer {
106+
margin: 5px 0;
107+
}
108+
109+
ul.alert-dropdown {
110+
width: 200px;
111+
}
112+
113+
/* Side Navigation */
114+
115+
@media(min-width:768px) {
116+
.side-nav {
117+
position: fixed;
118+
top: 51px;
119+
left: 225px;
120+
width: 225px;
121+
margin-left: -225px;
122+
border: none;
123+
border-radius: 0;
124+
overflow-y: auto;
125+
background-color: #222;
126+
}
127+
128+
.side-nav>li>a {
129+
width: 225px;
130+
}
131+
132+
.side-nav li a:hover,
133+
.side-nav li a:focus {
134+
outline: none;
135+
background-color: #000 !important;
136+
}
137+
}
138+
139+
.side-nav>li>ul {
140+
padding: 0;
141+
}
142+
143+
.side-nav>li>ul>li>a {
144+
display: block;
145+
padding: 10px 15px 10px 38px;
146+
text-decoration: none;
147+
color: #999;
148+
}
149+
150+
.side-nav>li>ul>li>a:hover {
151+
color: #fff;
152+
}
153+
154+
/* Flot Chart Containers */
155+
156+
.flot-chart {
157+
display: block;
158+
height: 400px;
159+
}
160+
161+
.flot-chart-content {
162+
width: 100%;
163+
height: 100%;
164+
}
165+
166+
/* Custom Colored Panels */
167+
168+
.huge {
169+
font-size: 40px;
170+
}
171+
172+
.panel-green {
173+
border-color: #5cb85c;
174+
}
175+
176+
.panel-green .panel-heading {
177+
border-color: #5cb85c;
178+
color: #fff;
179+
background-color: #5cb85c;
180+
}
181+
182+
.panel-green a {
183+
color: #5cb85c;
184+
}
185+
186+
.panel-green a:hover {
187+
color: #3d8b3d;
188+
}
189+
190+
.panel-red {
191+
border-color: #d9534f;
192+
}
193+
194+
.panel-red .panel-heading {
195+
border-color: #d9534f;
196+
color: #fff;
197+
background-color: #d9534f;
198+
}
199+
200+
.panel-red a {
201+
color: #d9534f;
202+
}
203+
204+
.panel-red a:hover {
205+
color: #b52b27;
206+
}
207+
208+
.panel-yellow {
209+
border-color: #f0ad4e;
210+
}
211+
212+
.panel-yellow .panel-heading {
213+
border-color: #f0ad4e;
214+
color: #fff;
215+
background-color: #f0ad4e;
216+
}
217+
218+
.panel-yellow a {
219+
color: #f0ad4e;
220+
}
221+
222+
.panel-yellow a:hover {
223+
color: #df8a13;
224+
}

0 commit comments

Comments
 (0)