--- moin-theme-monobook-0.5/monobook/css/monobook.css 2007-07-04 13:45:30.000000000 +0100 +++ moin-theme-monobook-0.5/monobook/css/monobook.css 2007-11-14 14:54:23.000000000 +0000 @@ -36,7 +36,7 @@ body { font: x-small sans-serif; - background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat; + background: #f9f9f9 url("../img/headbg.jpg") 0px 0px no-repeat; color: Black; margin: 0; padding: 0; @@ -115,7 +115,7 @@ list-style-type: square; margin: 0.3em 0 0 1.5em; padding:0; - list-style-image: url("bullet.gif"); + list-style-image: none; } ol { line-height: 1.5em; @@ -467,31 +467,25 @@ */ #bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] { - background: url(external.png) center right no-repeat; padding-right: 13px; } #bodyContent a[href ^="https://"], .link-https { - background: url("lock_icon.gif") center right no-repeat; padding-right: 16px; } #bodyContent a[href ^="mailto:"], .link-mailto { - background: url("mail_icon.gif") center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="news://"] { - background: url("news_icon.png") center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="ftp://"], .link-ftp { - background: url("file_icon.gif") center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="irc://"], .link-irc { - background: url("discussionitem_icon.gif") center right no-repeat; padding-right: 18px; } /* disable interwiki styling */ @@ -565,7 +559,7 @@ .portlet ul { line-height: 1.5em; list-style-type: square; - list-style-image: url("bullet.gif"); + list-style-image: none; font-size:95%; } .portlet li { @@ -704,7 +698,7 @@ li#pt-userpage, li#pt-anonuserpage, li#pt-login { - background: url('user.gif') top left no-repeat; + background: url('../img/user.gif') top left no-repeat; padding-left: 20px; text-transform: none; }