Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
User:Staffan15/monobook.css: Difference between revisions
Jump to navigation
Jump to search
imported>Staffan15 Created page with "body { background: #4773CC; } #p-personal { background: -moz-linear-gradient(top, #B6EAE7, #4773CC); }" |
imported>Staffan15 No edit summary |
||
Line 8: | Line 8: | ||
background: -moz-linear-gradient(top, #B6EAE7, #4773CC); | background: -moz-linear-gradient(top, #B6EAE7, #4773CC); | ||
} | } | ||
/* make the list of references look smaller and highlight clicked reference in blue */ | |||
ol.references { font-size: 80%; } | |||
.references-small { font-size: 70%;} | |||
ol.references > li:target { background-color: #ddeeff; } | |||
sup.reference:target { background-color: #ddeeff; } |
Revision as of 16:00, 25 November 2010
body
{
background: #4773CC;
}
#p-personal
{
background: -moz-linear-gradient(top, #B6EAE7, #4773CC);
}
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 80%; }
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }