Orientation Wallpapers/basic.css
changeset 0 0b6daedcf7e1
equal deleted inserted replaced
-1:000000000000 0:0b6daedcf7e1
       
     1 /*
       
     2  * Add your Stylesheet contents here
       
     3  */
       
     4 div {
       
     5 	position: absolute;
       
     6 	height: 90%;
       
     7 	width: 90%;
       
     8 }
       
     9 
       
    10 img {
       
    11 	width: 100%;
       
    12 	height: 100%;
       
    13 }
       
    14 
       
    15 #DisplayUp {
       
    16 	display: none;
       
    17 }
       
    18 
       
    19 #DisplayDown {
       
    20 	display: none;
       
    21 }
       
    22 
       
    23 #DisplayRightUp {
       
    24 	display: none;
       
    25 }
       
    26 
       
    27 #DisplayLeftUp {
       
    28 	display: none;
       
    29 }
       
    30 
       
    31 #DisplayUpwards {
       
    32 	display: none;
       
    33 }
       
    34 
       
    35 #DisplayDownwards {
       
    36 	display: none;
       
    37 }
       
    38