The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:Kirb/skin.css"
(cydia link icon) |
(added my custom logo) |
||
Line 1: | Line 1: | ||
/* User:thekirbylover's CSS for The iPhone Wiki; feel free to use any or all of this */ |
/* User:thekirbylover's CSS for The iPhone Wiki; feel free to use any or all of this */ |
||
+ | /* Cydia icon next to links to Cydia.app */ |
||
a[href^="cydia://"]{background-image:url(/wiki/images/thumb/9/91/Cydia.png/16px-Cydia.png)} |
a[href^="cydia://"]{background-image:url(/wiki/images/thumb/9/91/Cydia.png/16px-Cydia.png)} |
||
.plainlinks a[href^="cydia://"]{background-image:none} |
.plainlinks a[href^="cydia://"]{background-image:none} |
||
+ | |||
+ | /* My custom iPhone Wiki logo |
||
+ | * (note: moves sidebar up a bit so the iPhone looks like it's going off the screen) */ |
||
+ | #p-logo a{background-image:url(/wiki/images/4/43/Thekirbylover%27s_iPhone_Wiki_logo.png)!important} |
||
+ | #p-logo,#p-logo a{height:135px} |
||
+ | #mw-panel{padding-top:0} |
||
+ | #left-navigation{top:2em} |
||
+ | #right-navigation{margin-top:2em} |
||
+ | #mw-page-base{height:4.5em} |
Revision as of 00:55, 20 December 2011
/* User:thekirbylover's CSS for The iPhone Wiki; feel free to use any or all of this */
/* Cydia icon next to links to Cydia.app */
a[href^="cydia://"]{background-image:url(/wiki/images/thumb/9/91/Cydia.png/16px-Cydia.png)}
.plainlinks a[href^="cydia://"]{background-image:none}
/* My custom iPhone Wiki logo
* (note: moves sidebar up a bit so the iPhone looks like it's going off the screen) */
#p-logo a{background-image:url(/wiki/images/4/43/Thekirbylover%27s_iPhone_Wiki_logo.png)!important}
#p-logo,#p-logo a{height:135px}
#mw-panel{padding-top:0}
#left-navigation{top:2em}
#right-navigation{margin-top:2em}
#mw-page-base{height:4.5em}