Difference between revisions of "User:Nathan/monobook.css"
MyWikiBiz, Author Your Legacy — Thursday November 07, 2024
Jump to navigationJump to searchLine 6: | Line 6: | ||
([[MediaWiki:Alreadyloggedin]]) in red and bold */ | ([[MediaWiki:Alreadyloggedin]]) in red and bold */ | ||
div.alreadyloggedin { color: red; font-weight: bold; } | div.alreadyloggedin { color: red; font-weight: bold; } | ||
+ | |||
+ | #pt-login { | ||
+ | font-weight: bold; | ||
+ | font-size: 110%; | ||
+ | } | ||
+ | form#userlogin { | ||
+ | float: left; | ||
+ | padding: 1em 1em .7em 1em; | ||
+ | background-color: #ffffe6; | ||
+ | border: 2px solid #fc6; | ||
+ | color: #000; | ||
+ | margin-right: 2em; | ||
+ | } | ||
+ | |||
+ | form#userlogin table { | ||
+ | float: left; | ||
+ | background-color: #ffffe6; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | p.error { | ||
+ | font-weight: bold; | ||
+ | } | ||
li#t-upload, /* The upload file link. Please upload to the commons instead */ | li#t-upload, /* The upload file link. Please upload to the commons instead */ |
Revision as of 08:54, 20 April 2007
/* <pre> */ /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } /* Display "User $1, you are already logged in!" ([[MediaWiki:Alreadyloggedin]]) in red and bold */ div.alreadyloggedin { color: red; font-weight: bold; } #pt-login { font-weight: bold; font-size: 110%; } form#userlogin { float: left; padding: 1em 1em .7em 1em; background-color: #ffffe6; border: 2px solid #fc6; color: #000; margin-right: 2em; } form#userlogin table { float: left; background-color: #ffffe6; color: #000; } p.error { font-weight: bold; } li#t-upload, /* The upload file link. Please upload to the commons instead */ li#n-portal, /* The link to the community portal */ li#t-recentchangeslinked, /* The link to "Related Changes". Never use it anyways */ li#n-currentevents, /* The link to the current events */ li#n-contact, /* The link to contact wikipedia */ li#n-sitesupport, /* The donations link */ li#n-Featured-articles, /* The link to the featured articles */ li#n-randompage, /* The link to Special:Random */ li#n-help /* The link to help */ {display:none} #siteSub { display: none; } #siteNotice { display: none; } #ca-edit a { font-weight: normal !important;} #footer {display: none;} li#f-copyright, li#f-lastmod, #editpage-copywarn { display: none; } #editpage-copywarn2 {display: none;} #editpage-specialchars {display: none;} pre {border: 1px solid #aaa;} #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; } #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; } div.pBody { -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; } li#pt-userpage { background: none } .usermessage { background-color: #3399FF; border-color: #B5F; color: black; font-weight: bold; margin: 2em 0em 1em 0em; padding: 0.5em 1em; vertical-align: middle; -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; text-align: center; }