commit 44afc36eaddefb435143311b7b9c015b7a1b5115 Author: user Date: Mon Mar 4 18:02:32 2013 +0100 update diff --git a/audio.ogg b/audio.ogg new file mode 100644 index 0000000..79b75e3 Binary files /dev/null and b/audio.ogg differ diff --git a/audio.opus b/audio.opus new file mode 100644 index 0000000..ad50d0b Binary files /dev/null and b/audio.opus differ diff --git a/audio2.ogg b/audio2.ogg new file mode 100644 index 0000000..ac0c3e5 Binary files /dev/null and b/audio2.ogg differ diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..1e09bb5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,132 @@ +/* ************** ALLGEMEIN **************************************** +*****************************************************************/ + +*{ + margin: 0px; + padding: 0px; + font-family: Arial, sans-serif; + width: 100%; + height: 100%; +} + +html body{ + background: #FFF; + width: 100%; + height: 100%; +} + +/* ************** LAYOUT **************************************** +*****************************************************************/ + +#wrapper { + width: 100%; + height: 100%; + background:linear-gradient(to bottom, rgba(0,0,0,0) 80%,rgba(0,0,0,0.65) 100%); +} + +#mlibheader{ + width: 100%; + height: 20%; + max-height: 100px; + min-height: 50px; + line-height: 100px; + float: left; + text-align: center; + font-size: 48px; + font-weight: 500; + color: #FFF; + background: linear-gradient(to right, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); +} + + +#breadcrumb{ + height:10%; + width: 100%; + max-height:30px; + min-height: 10px; + float:left; + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; + background: rgba(155,155,155,1); + } + +#contentwrapper { + padding-top: 1%; + width: 100%; + height:50%; + float:left; +} + +#sidenav { + width: 29%; + float:left; + height:49%; + } + +#playersec { + width: 40%; + float:left; + margin-left: 1%; + margin-right : 1%; + margin-bottom: auto; + background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(14,14,14,1) 100%); + vertical-align: bottom; + } +#timeline { + height: 90%; + } + #player { + height: 10%; + } +#playerlistsec { + width: 29%; + float:left; + } + + +footer{ + height: 20%; + width: 100%; + float:left; +} + + /* ************** NAV **************************************** +*****************************************************************/ +#playerlistsec.menu { + list-style-type: none; + width: 97%; + } +#playerlistsec .menu li { + height: 5%; + min-height: 50px; + line-height: 50px; + list-style-type: none; + text-align: center; + vertical-align: middle; + margin-bottom: 1%; + background: linear-gradient(to bottom, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); + cursor: pointer; + float: left; + + } +#playerlistsec .menu li.subli{ + width: auto; + height: 3%; + min-height: 30px; + line-height: 30px; + margin: 1%; + padding-left: 5px; + padding-right: 5px; + float: left; + background: linear-gradient(to left, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); +} + +#sidenav li { + height: 50px; + width: 100px; + + } + #sidenav ul { + margin-left: 50px; + } + \ No newline at end of file diff --git a/icons.png b/icons.png new file mode 100644 index 0000000..924cd5b Binary files /dev/null and b/icons.png differ diff --git a/icons.psd b/icons.psd new file mode 100644 index 0000000..c7d424d Binary files /dev/null and b/icons.psd differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..e684620 --- /dev/null +++ b/index.html @@ -0,0 +1,80 @@ + + + + Mlib5 + + + + + + + +
+
+ mlib5 +
+ +
+ + +
+
test
+ +
+ + +
+
+
+ + + + diff --git a/js/cheapter.js b/js/cheapter.js new file mode 100644 index 0000000..7fb02c5 --- /dev/null +++ b/js/cheapter.js @@ -0,0 +1,13 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + + +function Cheapter() { + +} + +function isCurrentCheapter(id, time) { + +} \ No newline at end of file diff --git a/js/episode.js b/js/episode.js new file mode 100644 index 0000000..e7810cd --- /dev/null +++ b/js/episode.js @@ -0,0 +1,13 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + + +function Episiode(name) { + +} + +function getnextTrack() { + return null; + } \ No newline at end of file diff --git a/js/newjson.json b/js/newjson.json new file mode 100644 index 0000000..8f28aaa --- /dev/null +++ b/js/newjson.json @@ -0,0 +1,3 @@ +{ + "name": "user" +} diff --git a/js/season.js b/js/season.js new file mode 100644 index 0000000..3089378 --- /dev/null +++ b/js/season.js @@ -0,0 +1,6 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + + diff --git a/js/title.js b/js/title.js new file mode 100644 index 0000000..3089378 --- /dev/null +++ b/js/title.js @@ -0,0 +1,6 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + + diff --git a/js/track.js b/js/track.js new file mode 100644 index 0000000..c343e82 --- /dev/null +++ b/js/track.js @@ -0,0 +1,16 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +function Track() { + +} + +function getnextCheapter() { + return null; + } + + function isCurrentTrack(id) { + return false; + } \ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties new file mode 100644 index 0000000..1ad3643 --- /dev/null +++ b/nbproject/project.properties @@ -0,0 +1,5 @@ +config.folder= +file.reference.html5-mlib5=. +files.encoding=UTF-8 +site.root.folder=${file.reference.html5-mlib5} +test.folder= diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..36e97a9 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,9 @@ + + + org.netbeans.modules.web.clientproject + + + mlib5 + + +