The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:Kirb/monobook.css"
(moved User:Thekirbylover/monobook.css to User:Thekirbylover/skin.css: everything's changed since i last used mediawiki :() |
(just some basic css for good ole monobook) |
||
Line 1: | Line 1: | ||
+ | /* basic iOS theme for monobook */ |
||
− | #REDIRECT [[User:Thekirbylover/skin.css]] |
||
+ | body{background:#73757C url(/wiki/images/1/1a/ScrollView_Texture.png) left top repeat} |
||
+ | #column-one/*,#footer*/{background:#17171B url(/wiki/images/e/ea/ViewFlipside.png) top left repeat} |
||
+ | #p-personal a:link,#p-personal a:hover,#p-personal a:focus,#p-cactions a:link,#p-cactions a:hover,#p-cactions a:focus,#footer a:link,#footer a:hover,#footer a:focus,.portlet h5{color:white} |
||
+ | #p-personal a:hover,#p-personal a:focus,#p-cactions a:hover,#p-cactions a:focus,#footer a:hover,#footer a:focus{background:#555!important} |
||
+ | #p-personal a:active,#p-personal a:visited,#p-cactions a:active,#p-cactions a:visited,#footer a:active,#footer a:visited{color:#ddd} |
||
+ | #content,#p-cactions .selected a{background:#C5CCD4 url(/wiki/images/d/d6/Pinstripes_loop.png) top left repeat!important;color:black} |
||
+ | #p-cactions{margin-top:-.3em} |
||
+ | #p-cactions li,#p-cactions li a{border-width:0;background-color:transparent} |
||
+ | #p-cactions li{padding:0} |
||
+ | #p-cactions li a{padding:.1em .8em .5em .8em} |
||
+ | #p-cactions li.selected{padding:0 0 .2em 0} |
||
+ | #p-cactions li.selected a{padding:.1em .8em .55em .8em} |
||
+ | .portlet{width:12em;margin:.5em .09em 0 .09em} |
||
+ | div#column-one{padding-bottom:.09em} |
||
+ | div#column-content{margin-bottom:0} |
||
+ | div#footer{border-top:0;border-bottom:0;margin:0;background:transparent;text-align:right} |
Revision as of 08:24, 13 January 2012
/* basic iOS theme for monobook */
body{background:#73757C url(/wiki/images/1/1a/ScrollView_Texture.png) left top repeat}
#column-one/*,#footer*/{background:#17171B url(/wiki/images/e/ea/ViewFlipside.png) top left repeat}
#p-personal a:link,#p-personal a:hover,#p-personal a:focus,#p-cactions a:link,#p-cactions a:hover,#p-cactions a:focus,#footer a:link,#footer a:hover,#footer a:focus,.portlet h5{color:white}
#p-personal a:hover,#p-personal a:focus,#p-cactions a:hover,#p-cactions a:focus,#footer a:hover,#footer a:focus{background:#555!important}
#p-personal a:active,#p-personal a:visited,#p-cactions a:active,#p-cactions a:visited,#footer a:active,#footer a:visited{color:#ddd}
#content,#p-cactions .selected a{background:#C5CCD4 url(/wiki/images/d/d6/Pinstripes_loop.png) top left repeat!important;color:black}
#p-cactions{margin-top:-.3em}
#p-cactions li,#p-cactions li a{border-width:0;background-color:transparent}
#p-cactions li{padding:0}
#p-cactions li a{padding:.1em .8em .5em .8em}
#p-cactions li.selected{padding:0 0 .2em 0}
#p-cactions li.selected a{padding:.1em .8em .55em .8em}
.portlet{width:12em;margin:.5em .09em 0 .09em}
div#column-one{padding-bottom:.09em}
div#column-content{margin-bottom:0}
div#footer{border-top:0;border-bottom:0;margin:0;background:transparent;text-align:right}