User:ThomasMielke/monobook.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
The accompanying .js page for this skin is at User:ThomasMielke/monobook.js. |
input[type="text"],
input[type="password"] {
padding: 3px;
margin: 1px;
border: 1px solid #959595;
background-color: #FFFFFF;
}
input[type="submit"] {
padding: 1px;
margin: 1px;
border: 1px solid #959595;
cursor: pointer;
}
input[type="option"],
input[type="checkbox"] {
margin: 3px;
cursor: pointer;
}
textarea {
padding: 3px;
margin: 1px;
border: 1px solid #959595;
background-color: #FFFFFF;
}
select {
padding: 1px;
margin: 1px;
border: 1px solid #959595;
background-color: #FFFFFF;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
border-color: #4D4D4D;
}
.editsection {
font-size: 10px;
font-weight: normal;
}
.diffchange {
font-weight: bold;
}
.diff-context,
.diff-deletedline,
.diff-addedline {
font-size: 10px;
}
form[id=powersearch] label {
display: block;
}
table.metadata {
display:table;
}
form#searchform input[type="submit"] {
width: 60px;
}
a[href$="User:ThomasMielke"] {
color: #FF0000;
font-weight: bold;
}
/* Section 2: Transform the user toolbar into a sidebox */
#p-personal {
position:relative;
z-index:3;
width: 11.6em;
}
#p-personal .pBody {
width: 10.8em;
border: none;
margin: 0 0 0.5em 0em;
float: none;
overflow: hidden;
/* font-size: 95%; */
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em .5em;
}
#p-personal ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("/style/monobook/bullet.gif");
/* font-size:95%; */
margin: 0 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding: 0;
margin: 0 0 0 0;
margin-bottom: 0.1em;
}
#p-personal li a,
#p-personal li a:link {
text-decoration: none;
color: #002BB8;
}
#p-personal li a:visited {
color: #5A3696;
}
#p-personal li a:hover,
#p-personal li a:active,
#p-personal li a:focus {
text-decoration: underline;
color: #002BB8;
}
#p-personal h5 {
display: inline;
padding: 0em 1em 0em 0.5em;
}
/* Waste less space in sidebar */
#p-nav ul {
line-height: inherit;
margin: 0 0 0 1.5em;
}
#p-nav li {
margin: 0 0 0 0;
}
#p-tbx ul {
line-height: inherit;
margin: 0 0 0 1.5em;
}
#p-tbx li {
margin: 0 0 0 0;
}
li#ca-talk,
li#ca-watch,
li#ca-unwatch,
li#ca-move,
li#ca-nstab-main,
li#ca-nstab-user,
li#ca-viewsource,
li#ca-history { margin-right: 1px; margin-left: 1px; }
li#ca-edit { font-weight: bold; margin-right: 1px; margin-left: 1px; }
li#pt-userpage
{
font-weight: bold;
padding-left: 20px;
margin-top: 3px;
}
/*#pt-userpage,
#pt-anonuserpage,
#pt-login {
background: url(/skins-1.5/monobook/user.gif) 4px 0px no-repeat;
padding-left: 20px;
text-transform: none;
}*/
/***********This is rounders from [[User Style]]. ******************/
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#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;
}
/* same following the css3 draft specs, any browsers supporting this? */
/* thetorpedodog sez: oddly enough, not the latest Mozilla... */
#p-cactions ul li,
#p-cactions ul li a {
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
#content,
#p-lang {
border-radius-topleft: 1em;
border-radius-bottomleft: 1em;
}
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}