Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
4926207453_a74152c4ff_b.jpg


4926800324_c1e213ac89_b.jpg

Would you mind sharing your home screen wallpaper? That looks great.
 
Can someone please make an icon out of this image ? Get rid of the black background with a transparent one? Thanks + also a black version? 'Iphone 4'
 

Attachments

  • Untitled.png
    Untitled.png
    1.6 KB · Views: 1,068
Can someone pleeeease post that mail icon with the red and blue trim around the edges of the envelope? I've been dying to get it. Retina sized, please. Thanks!
 
You have to edit the width and height in the "lines.css" file. The default width is 320px and the default height is 480px.

I made those changes in the lines.css file but after changing to the 640x960 wallpaper, it still cuts off half of the image. I changed the dimension in the 3 places it looks like they should be changed (everywhere it said 320px and 480px - I changed to 640px and 960px). The numbers below that seem to set the size of the lines and do not seem to affect the wallpaper size.
I am not sure what else needs to be changed to have the Nexus themes accept Retina 640x960 wallpaper...
Here is what it looks like and the actual wallpaper and the modified lines.css file...

a3ccb8cc.jpg
9536168a.jpg


Code:
body

{

    width: 640px;

    height: 960px;

    margin: 0;

        padding: 0;

        background-image:url('images/pyramid_background.png');

        background-repeat:no-repeat;

}



#linesContainerH

{

    position: absolute;

    top: 0px;

    width: 640px;

    height: 960px;

    z-index: 0;

    overflow: hidden;

}



#linesContainerV

{

    position: absolute;

    top: 0px;

    width: 640px;

    height: 960px;

    z-index: 0;

    overflow: hidden;

}



#linesContainerH > div

{

    position: absolute;

    width: 274px;

    height: 56px;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: normal;

    -webkit-animation-timing-function: linear;

}



#linesContainerV > div

{

    position: absolute;

    width: 56px;

    height: 274px;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: normal;

    -webkit-animation-timing-function: linear;

}



#linesContainerH > div > img {

        position: absolute;

        width: 274px;

        height: 56px;

        -webkit-animation-iteration-count: infinite;

}



#linesContainerV > div > img {

        position: absolute;

        width: 56px;

        height: 274px;

        -webkit-animation-iteration-count: infinite;

}



@-webkit-keyframes downup

{

    0%  { -webkit-transform: translate(0px, 50px); }

    100% { -webkit-transform: translate(0px, -754px); }

}



@-webkit-keyframes updown

{

    0%  { -webkit-transform: translate(0px, -50px); }

    100% { -webkit-transform: translate(0px, 754px); }

}



@-webkit-keyframes leftright

{

    0%  { -webkit-transform: translate(-50px, 0px); }

    100% { -webkit-transform: translate(594px, 0px); }

}



@-webkit-keyframes rightleft

{

    0%  { -webkit-transform: translate(50px, 0px); }

    100% { -webkit-transform: translate(-594px, 0px); }

}
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.