Skip to content

Commit c1438e5

Browse files
committed
Initial commit
0 parents  commit c1438e5

21 files changed

+1631
-0
lines changed

code-snippets.php

Lines changed: 368 additions & 0 deletions
Large diffs are not rendered by default.

css/style.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#icon-snippets.icon32{
2+
background: url('../img/icon32.png') no-repeat scroll transparent;
3+
}
4+
5+
/* Snippets > Manage Snippets */
6+
7+
.inactive a:hover{
8+
color: #d54e21;
9+
}
10+
11+
a.delete:hover {
12+
color: #f00;
13+
border-bottom-color: #f00;
14+
}
15+
16+
a.delete{
17+
color: #21759b;
18+
}
19+
20+
tr{
21+
background-color: #fcfcfc;
22+
}
23+
24+
.inactive,
25+
.inactive th,
26+
.inactive td{
27+
background-color: #f4f4f4;
28+
}
29+
30+
.active,
31+
.active th,
32+
.active td {
33+
color: #000;
34+
}
35+
36+
.inactive a {
37+
color: #557799;
38+
39+
}

img/icon-big.png

33.9 KB
Loading

img/icon-horiz.png

13.3 KB
Loading

img/icon-med.png

15.4 KB
Loading

img/icon-small.png

4.43 KB
Loading

img/icon.odg

3.12 KB
Binary file not shown.

img/icon.svg

Lines changed: 58 additions & 0 deletions
Loading

img/icon16.png

730 Bytes
Loading

img/icon32.png

1.47 KB
Loading

0 commit comments

Comments
 (0)