Skip to content

Commit 9a6a9ad

Browse files
author
Simone Picciani
committed
porting of new graphic
1 parent 364eac7 commit 9a6a9ad

Some content is hidden

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

55 files changed

+4228
-700
lines changed

LICENSE.txt

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

assets/css/bootstrap-theme.css

Lines changed: 0 additions & 240 deletions
This file was deleted.

assets/css/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/css/colors.css

Whitespace-only changes.

assets/css/font-awesome.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/ie8.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
/*
2+
Miniport by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
/* Basic */
7+
form input[type=text],
8+
form input[type=password],
9+
form select,
10+
form textarea {
11+
position: relative;
12+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
13+
14+
input[type="button"],
15+
input[type="submit"],
16+
input[type="reset"],
17+
button,
18+
.button {
19+
position: relative;
20+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
21+
22+
/* Section/Article */
23+
section > .last-child,
24+
article > .last-child,
25+
section.last-child,
26+
article.last-child {
27+
margin-bottom: 0; }
28+
29+
/* Box */
30+
.box {
31+
border: solid 1px #ddd; }
32+
33+
/* List */
34+
ul.social li a {
35+
position: relative;
36+
top: 0 !important;
37+
overflow: hidden;
38+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
39+
ul.social li a:before {
40+
background: none; }
41+
42+
/* Wrappers */
43+
.wrapper {
44+
border-top: solid 1px #ddd; }
45+
46+
/* Nav */
47+
#nav a {
48+
position: relative;
49+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
50+
51+
/* Articles */
52+
#top .image {
53+
position: relative;
54+
-ms-behavior: url("assets/js/ie/PIE.htc"); }
55+
#top .image img {
56+
position: relative;
57+
-ms-behavior: url("assets/js/ie/PIE.htc"); }

assets/css/ie9.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
Miniport by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
/* Button */
7+
input[type="button"],
8+
input[type="submit"],
9+
input[type="reset"],
10+
button,
11+
.button {
12+
background-image: url("images/ie/grad0-20.svg"); }
13+
14+
/* List */
15+
ul.social li a:before {
16+
background-image: url("images/ie/grad0-20.svg"); }

assets/css/images/bg.png

9.88 KB
Loading

assets/css/images/ie/grad0-20.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)