Skip to content

Commit e168b79

Browse files
committed
Admin section
Ajout de la section Admin pour votre Template
1 parent e6906c6 commit e168b79

1,717 files changed

Lines changed: 408603 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
Used By:
3+
shortcode-lightbox.html
4+
-->
5+
<div class="lightbox-ajax">
6+
7+
<!-- title -->
8+
<h4>Ajax Demo Content</h4>
9+
10+
<!-- body -->
11+
<div class="lightbox-ajax-body">
12+
13+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quasi quidem minus id omnis, nam expedita, ea fuga commodi voluptas iusto, hic autem deleniti dolores explicabo labore enim repellat earum perspiciatis.</p>
14+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quasi quidem minus id omnis, nam expedita, ea fuga commodi voluptas iusto, hic autem deleniti dolores explicabo labore enim repellat earum perspiciatis.</p>
15+
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quasi quidem minus id omnis, nam expedita, ea fuga commodi voluptas iusto, hic autem deleniti dolores explicabo labore enim repellat earum perspiciatis.</p>
16+
17+
</div>
18+
<!-- /body -->
19+
20+
</div>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Used By:
3+
shortcode-modal-popover-notif.html#
4+
-->
5+
<div class="modal-header"><!-- modal header -->
6+
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
7+
<h4 class="modal-title" id="myModalLabel">Ajax Modal</h4>
8+
</div><!-- /modal header -->
9+
10+
<!-- modal body -->
11+
<div class="modal-body">
12+
Modal loaded via ajax!
13+
</div>
14+
<!-- /modal body -->
15+
16+
<div class="modal-footer"><!-- modal footer -->
17+
<button class="btn btn-default" data-dismiss="modal">Close</button>
18+
<button class="btn btn-primary">Save changes</button>
19+
</div><!-- /modal footer -->
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/** Green #4b5354
2+
#5a6667
3+
**************************************************************** **/
4+
::selection {
5+
background: #4b5354;
6+
}
7+
::-moz-selection {
8+
background: #4b5354; /* Firefox */
9+
}
10+
::-webkit-selection {
11+
background: #4b5354; /* Safari */
12+
}
13+
14+
#aside nav ul li a:active,
15+
#aside nav ul li.menu-open,
16+
#aside nav ul li.always-open,
17+
#aside nav>ul>li>a:hover,
18+
#aside nav>ul>li>a:focus,
19+
#aside nav ul li.active,
20+
.fancy-file-upload.fancy-file-primary>span.button,
21+
.datepicker table tr td.active.active,
22+
.btn-primary,
23+
#header,
24+
25+
/*.toast-primary,*/
26+
.popular .plan-title,
27+
body.min #aside ul.nav>li>ul li,
28+
body.min #aside ul.nav li.menu-open,
29+
body.min #aside ul.nav>li:hover>ul,
30+
#aside nav ul li a.dashboard,
31+
#aside .logo,
32+
body.min #asidesize,
33+
#aside, #asidebg {
34+
background-color: #5a6667;
35+
}
36+
37+
body.min #aside ul.nav>li:hover:before {
38+
border-right-color: #5a6667;
39+
}
40+
41+
.panel>.panel-heading strong {
42+
color:#4b5354;
43+
}
44+
45+
.btn-primary {
46+
border-color:#4b5354;
47+
}
48+
49+
.popular {
50+
border-color:#5a6667 !important;
51+
}
52+
53+
/**
54+
IMPORTANT
55+
**/
56+
.btn-primary,
57+
.alert-theme-color,
58+
.panel-primary>.panel-heading {
59+
background-color: #4b5354 !important;
60+
}
61+
.panel-primary,
62+
.panel-primary>.panel-heading {
63+
border-color: #4b5354 !important;
64+
}
65+
66+
@media only screen and (min-width: 768px) {
67+
body.min #aside ul.nav>li:hover>a span {
68+
background-color: #5a6667;
69+
}
70+
}

0 commit comments

Comments
 (0)