User:AFigureOfBlue/rounded.css
Appearance
(Redirected from User:Drilnoth/rounded.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:AFigureOfBlue/rounded. |
/* In use by [[User:Ckatz]] */
/* Tabs at top of page */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
/* Remainder stolen from [[User:Animum/monobook.css]], with modifications */
div.pBody {
-moz-border-radius-topright: 1.5em;
-moz-border-radius-bottomright: 1.5em;
-moz-border-radius-topleft: 1.5em;
-moz-border-radius-bottomleft: 1.5em;
}
#content {
-moz-border-radius-topright: 1.25em;
-moz-border-radius-bottomright: 1.25em;
-moz-border-radius-topleft: 1.25em;
-moz-border-radius-bottomleft: 1.25em;
border:1px solid #AAAAAA;
}
#footer {
-moz-border-radius: 1em;
border:1px solid #fabd23;
}
/* Prettify the headers of the quickbar (left-hand column of boxes) */
/* p-sc and p-fs are custom portlets I use. If you don't use it everything else will still work fine. p-participate is used at Wikimedia Commons; */
#p-sc h5, #p-fs h5, #p-participate h5, #p-coll-create_a_book h5, #p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
display: inline;
height: 1em;
font-size: 85%;
font-weight: normal;
white-space: nowrap;
border-color:#aaa;
border-width:1px;
border-style: solid solid none solid;
margin: 0 0 0 1.5em;
padding: 0 1em 1px 1em;
text-transform: lowercase;
background: white;
-moz-border-radius-topright: 2em;
-moz-border-radius-topleft: 2em;
}
#p-sc, #p-fs, #p-participate, #p-coll-create_a_book, #p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
padding-top: 2px;
}
/* This bit is stolen from [[User:AzaToth/monobook.css]], which is in turn modified from [[User:Ævar Arnfjörð Bjarmason/monobook.css]] */
input[type="text"] {
border: 1px solid #aaa !important;
background-color: #f9f9f9 !important;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}
textarea {
border: 1px solid #aaa !important;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 5px;
}