Mentor eingebaut, CSS-Queries eingebaut, Hilfe eingebaut, Midi Files
This commit is contained in:
30
www/css/htc.css
Normal file
30
www/css/htc.css
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
/* ----------- HTC One ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
84
www/css/ipads.css
Normal file
84
www/css/ipads.css
Normal file
@@ -0,0 +1,84 @@
|
||||
|
||||
|
||||
/* ----------- iPad mini ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: portrait)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: landscape)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- iPad 1 and 2 ----------- */
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: portrait)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: landscape)
|
||||
and (-webkit-min-device-pixel-ratio: 1) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- iPad 3 and 4 ----------- */
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: portrait)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 768px)
|
||||
and (max-device-width: 1024px)
|
||||
and (orientation: landscape)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
112
www/css/iphones.css
Normal file
112
www/css/iphones.css
Normal file
@@ -0,0 +1,112 @@
|
||||
|
||||
|
||||
/* ----------- iPhone 4 and 4S ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 480px)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 480px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: portrait) {
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 480px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- iPhone 5 and 5S ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 568px)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 568px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: portrait) {
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 320px)
|
||||
and (max-device-width: 568px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- iPhone 6 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 375px)
|
||||
and (max-device-width: 667px)
|
||||
and (-webkit-min-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 375px)
|
||||
and (max-device-width: 667px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 375px)
|
||||
and (max-device-width: 667px)
|
||||
and (-webkit-min-device-pixel-ratio: 2)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- iPhone 6+ ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 414px)
|
||||
and (max-device-width: 736px)
|
||||
and (-webkit-min-device-pixel-ratio: 3) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 414px)
|
||||
and (max-device-width: 736px)
|
||||
and (-webkit-min-device-pixel-ratio: 3)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 414px)
|
||||
and (max-device-width: 736px)
|
||||
and (-webkit-min-device-pixel-ratio: 3)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
56
www/css/kindle_tablet.css
Normal file
56
www/css/kindle_tablet.css
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
/* ----------- Kindle Fire HD 7" ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 800px)
|
||||
and (max-device-width: 1280px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 800px)
|
||||
and (max-device-width: 1280px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5)
|
||||
and (orientation: portrait) {
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 800px)
|
||||
and (max-device-width: 1280px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- Kindle Fire HD 8.9" ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 1200px)
|
||||
and (max-device-width: 1600px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media only screen
|
||||
and (min-device-width: 1200px)
|
||||
and (max-device-width: 1600px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5)
|
||||
and (orientation: portrait) {
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media only screen
|
||||
and (min-device-width: 1200px)
|
||||
and (max-device-width: 1600px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.5)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
33
www/css/nexus_tablet.css
Normal file
33
www/css/nexus_tablet.css
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
/* ----------- Asus Nexus 7 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media screen
|
||||
and (device-width: 601px)
|
||||
and (device-height: 906px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.331)
|
||||
and (-webkit-max-device-pixel-ratio: 1.332) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media screen
|
||||
and (device-width: 601px)
|
||||
and (device-height: 906px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.331)
|
||||
and (-webkit-max-device-pixel-ratio: 1.332)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen
|
||||
and (device-width: 601px)
|
||||
and (device-height: 906px)
|
||||
and (-webkit-min-device-pixel-ratio: 1.331)
|
||||
and (-webkit-max-device-pixel-ratio: 1.332)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
86
www/css/samsung.css
Normal file
86
www/css/samsung.css
Normal file
@@ -0,0 +1,86 @@
|
||||
|
||||
|
||||
/* ----------- Galaxy S3 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 2) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 2)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 2)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- Galaxy S4 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen
|
||||
and (device-width: 320px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
/* ----------- Galaxy S5 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media screen
|
||||
and (device-width: 360px)
|
||||
and (device-height: 640px)
|
||||
and (-webkit-device-pixel-ratio: 3)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
25
www/css/samsung_tablet.css
Normal file
25
www/css/samsung_tablet.css
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
/* ----------- Galaxy Tab 10.1 ----------- */
|
||||
|
||||
/* Portrait and Landscape */
|
||||
@media
|
||||
(min-device-width: 800px)
|
||||
and (max-device-width: 1280px) {
|
||||
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
@media
|
||||
(max-device-width: 800px)
|
||||
and (orientation: portrait) {
|
||||
|
||||
}
|
||||
|
||||
/* Landscape */
|
||||
@media
|
||||
(max-device-width: 1280px)
|
||||
and (orientation: landscape) {
|
||||
|
||||
}
|
||||
|
||||
@@ -7,8 +7,10 @@
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
.scroll-content {
|
||||
|
||||
|
||||
background: url("../img/background.svg");
|
||||
-webkit-animation: backgroundScroll 50s linear infinite;
|
||||
-webkit-background-size: cover;
|
||||
@@ -21,12 +23,7 @@ animation: backgroundScroll 50s linear infinite;
|
||||
from {background-position: 0 0;}
|
||||
to {background-position: -2000px 0;}
|
||||
}
|
||||
|
||||
@keyframes backgroundScroll {
|
||||
from {background-position: 0 0;}
|
||||
to {background-position: -2000px 0;}
|
||||
}
|
||||
|
||||
|
||||
.myborder{
|
||||
display: inline-block;
|
||||
border-radius: 6px;
|
||||
@@ -40,4 +37,46 @@ to {background-position: -2000px 0;}
|
||||
background-color: #3e8e41;
|
||||
box-shadow: 0 5px #666;
|
||||
transform: translateY(4px);
|
||||
}
|
||||
}
|
||||
|
||||
.mentorborder {
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
left:0;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mentor {
|
||||
width: 256px;
|
||||
height: 2560px;
|
||||
background: url('../img/mentor.png') left center;
|
||||
-webkit-animation: mentorsprite 4.5s steps(10) infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes mentorsprite {
|
||||
100% { background-position: 0 -2560px; }
|
||||
}
|
||||
|
||||
|
||||
.mentorborderbravo {
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
right:0;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mentorbravo {
|
||||
width: 256px;
|
||||
height: 1024px;
|
||||
background: url('../img/mentor_bravo.png') left center;
|
||||
-webkit-animation: mentorspritebravo 2.5s steps(4) infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes mentorspritebravo {
|
||||
100% { background-position: 0 -1024px; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user