Benutzer:ThomasMielke/monobook.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
 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;
 }
 .editsection a {
    color: #008000;
 }
 
 .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$="Benutzer:ThomasMielke"] { 
    color: #CC0000;
    font-weight: bold; 
 }

 a.stub { color: #d88000; }

 /* 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;
 }
 div#siteNotice
 {
    display:none;
 }