Benutzer:Anathema/monobook.css

Heutzutage ist Benutzer:Anathema/monobook.css ein Thema, das in der modernen Gesellschaft große Relevanz erlangt hat. Seit seinem Erscheinen hat es eine große Debatte in verschiedenen Bereichen ausgelöst, sei es in der Politik, Wirtschaft, Gesundheit oder Technologie. Benutzer:Anathema/monobook.css hat aufgrund seiner Auswirkungen auf das tägliche Leben der Menschen und die Gestaltung der heutigen Welt die Aufmerksamkeit von Experten und Neulingen gleichermaßen auf sich gezogen. In diesem Artikel werden wir die verschiedenen Aspekte im Zusammenhang mit Benutzer:Anathema/monobook.css untersuchen und seine Auswirkungen und Herausforderungen sowie die möglichen Lösungen analysieren, die sich aus seinem Verständnis ergeben können.
/* basic elements *//*
body { 
	font-size: 7pt;
	font-family: verdana, sans-serif;
	background-image: none;
background: #e3e4e3;
	margin: 0px;
	}
*/

/*
 * Author:                 Anathema using a great deal of Ævar Arnfjörð Bjarmason's
 http://en.wikipedia.org/w/wiki.phtml?title=User:%C6var_Arnfj%F6r%F0_Bjarmason/monobook.css 
 * Reference:              http://en.wikipedia.org/style/monobook/main.css
*/

/* andere Schriftart */
body {font-family: Verdana;font-size:7pt;}
#BodyContent a.external{background-color:yellow;color:red;}
a{color:red;}

/* remove the ugly, recently-reinstated link underlines */
a { text-decoration: none; }
a:hover { text-decoration: none; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

#content, #footer {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
   background-color: #fff; /* entfernt den hellblauen Hintergrund */
}

div.pBody {
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
}

/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}

/* Kill that stupid M$-ish capitalist asshole person dancecommander usericonthingy */
li#pt-userpage { background: none }

/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;background: #fff;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}
/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://www.simnet.is/velfag/wp_bullets/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://www.simnet.is/velfag/wp_bullets/000000_Bullet.png");

}
.portlet a {text-decoration: none;  color: #666 !important;}
.portlet a:hover {text-decoration: none; color: #000 !important;}

/* Make borders a little better */

#searchInput {
    border: 1px solid #aaa;
    background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
    background-color: #fff;
}

#searchInput {
   border-top: 1px inset; 
   border-left: 1px inset;
   border-right: 10px inset;
}

/* Nice borders for (almost) all boxes */
input,
input { border:none; }
input, input, textarea {
    border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input, input, textarea, pre, #toc {
   -moz-border-radius: 2px;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }

input {color: #aaa !important;}
input:hover, input:focus {color: #000 !important;}
#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}



/* 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;
    font-size:95%;
    margin: 0.3em 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 h5 {
    display: inline;
}

/* no logo */
#p-logo { display: none }

/* align menu */
#column-one { padding-top: 12em; }

/* remove the book */
body { background: #EEEEEE; }

/* makes sitenotice matching the design */
#siteNotice {
border: 1px solid #AAAAAA;
background: #EEEEEE;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}

/* Info you get on new messages */
.usermessage {
  
  border: 1px solid #AAAAAA;
  /*background: #EEEEEE;*/
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}
/* Categories */
#catlinks {
  border: 1px solid #AAAAAA;
  background: #EEEEEE;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  padding:5px;
  margin-top: 1em;
  clear: both;
}

li:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
li:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}
p:hover small.hiddenStructure {display: block; padding: 5px; margin: 5px; border: 1px solid black}
p:hover small.hiddenStructure a:hover {color: #411; background: #AAA;}

/* Weg mit den häßlichen roten Ausrufezeichen */

.unpatrolled {
  display: none;
}

/*Ich will die Personendaten sehen */

table.metadata {
  display:table;
  margin-top:15px;
  font-size:100%;
  text-align:left;
}

td.metadata-label {text-align: left; }

/* Spendenaufruf ausblenden */
#siteNotice { display:none; }

@media print {.Vorlage-Dieser_Artikel
{display:none;}
}