Benutzer:ThomasMielke/monobook.css

In diesem Artikel werden wir uns ausführlich mit Benutzer:ThomasMielke/monobook.css befassen, einem Thema, das in den letzten Jahren die Aufmerksamkeit vieler Experten auf sich gezogen hat. Benutzer:ThomasMielke/monobook.css ist ein komplexes und faszinierendes Thema, das sowohl in der akademischen Gemeinschaft als auch in der breiten Öffentlichkeit großes Interesse geweckt hat. Auf den nächsten Seiten werden wir die verschiedenen Facetten von Benutzer:ThomasMielke/monobook.css analysieren, von seinen Ursprüngen bis zu seinen Auswirkungen auf die heutige Gesellschaft. Wir werden uns mit Debatten, Forschungen und Theorien im Zusammenhang mit Benutzer:ThomasMielke/monobook.css befassen, mit dem Ziel, einen umfassenden und aktuellen Überblick über dieses sich ständig weiterentwickelnde Thema zu bieten.
 input,
 input {
    padding: 3px;
    margin: 1px;
    border: 1px solid #959595;
    background-color: #FFFFFF;
 }

 input {
    padding: 1px;
    margin: 1px;
    border: 1px solid #959595;
    cursor: pointer;
 }

 input,
 input {
    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 label {
    display: block;
 }

 table.metadata {
    display:table;
 }

 form#searchform input {
    width: 60px;
 }

 a { 
    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 ]. ******************/

 /* 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;
 }