Skip to content
Snippets Groups Projects
Commit 6e36b718 authored by Tilman Vatteroth's avatar Tilman Vatteroth
Browse files
parents 4c86ff7a 5cc66853
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 3 deletions
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File mode changed from 100755 to 100644
@keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-20%);
}
}
@-webkit-keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-20%);
}
}
File mode changed from 100755 to 100644
favicon.png 100755 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
index.html 100755 → 100644
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="favicon.png" type="image/x-icon" rel="icon"/> <link href="favicon.png" type="image/x-icon" rel="icon"/>
<link rel="stylesheet" href="css/font.css"/> <link rel="stylesheet" href="css/font.css"/>
<link rel="stylesheet" href="less/style.php?name=css/design.less"/> <link rel="stylesheet" href="css/design.css"/>
<link rel="stylesheet" href="less/style.php?name=css/marquee.less"/> <link rel="stylesheet" href="css/marquee.css"/>
<link rel="stylesheet" href="css/jquery.ui.css"/> <link rel="stylesheet" href="css/jquery.ui.css"/>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script>
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
...@@ -347,7 +347,7 @@ layout.insertTemplate = function (wrap) { ...@@ -347,7 +347,7 @@ layout.insertTemplate = function (wrap) {
}); });
t.css = $("<link>").attr("rel", "stylesheet").attr("href", "less/style.php?name=panels/" + n + "/style.less").attr("data-template", t.name); t.css = $("<link>").attr("rel", "stylesheet").attr("href", "panels/" + n + "/style.css").attr("data-template", t.name);
t.css.on("load", function () { t.css.on("load", function () {
......
js/marquee.js 100755 → 100644
File mode changed from 100755 to 100644
js/starter.js 100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
less/font.php 100755 → 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment