#lcd {
background: url(cydget://_UIImageWithName/UILCDBackground.png);
- height: 96px;
width: 100%;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
+ #lcd {
+ height: 96px;
+ }
+
#lcd h1 {
font-size: 65px;
top: -6px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
+ #lcd {
+ background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD.png);
+ height: 96px;
+ }
+
#lcd h1 {
font-size: 69px;
top: -8px;
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
#lcd {
+ background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD_T.png);
height: 107px;
}
#lcd {
background: url(cydget://_UIImageWithName/UILCDBackground.png);
- height: 96px;
width: 100%;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
+ #lcd {
+ height: 96px;
+ }
+
#lcd h1 {
font-size: 65px;
top: -6px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
+ #lcd {
+ background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD.png);
+ height: 96px;
+ }
+
#lcd h1 {
font-size: 69px;
top: -8px;
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
#lcd {
+ background: url(file:///System/Library/PrivateFrameworks/TelephonyUI.framework/BarLCD_T.png);
height: 107px;
}