Benutzer:Okrumnow/monobook.css

In der heutigen Welt hat Benutzer:Okrumnow/monobook.css in verschiedenen Bereichen große Bedeutung erlangt. Ob auf persönlicher, beruflicher oder sozialer Ebene, Benutzer:Okrumnow/monobook.css spielt eine grundlegende Rolle im Leben der Menschen. Ihre Bedeutung spiegelt sich in der Art und Weise wider, wie sie unser tägliches Leben beeinflusst, in den Entscheidungen, die wir treffen, in den Gesprächen, die wir führen, und in den Maßnahmen, die wir ergreifen. Daher ist es von entscheidender Bedeutung, die Rolle, die Benutzer:Okrumnow/monobook.css in unserem Leben spielt, sowie seinen Einfluss auf die Gesellschaft als Ganzes gründlich zu analysieren und zu verstehen. In diesem Artikel werden wir verschiedene Aspekte von Benutzer:Okrumnow/monobook.css und seine Auswirkungen in verschiedenen Bereichen untersuchen, um Licht auf dieses relevante und interessante Thema zu werfen.
/*
 * Author:                 Eric Poehlsen, ver]ndert durch chd
 * Reference:              http://de.wikipedia.org/style/monobook/main.css
*/

/* some round corners */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}

#content, #footer {
   -moz-border-radius-topleft: 7px;
   -moz-border-radius-bottomleft: 7px;
}

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

/* solid borders for pre */
#bodyContent pre {
    border: 1px solid #aaaaaa;
}

/* new bordercolors */
#p-cactions li.selected {
    border-color: #aaaaaa;
}
/* adjust footer to rest of content */
#footer {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    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 #aaaaaa;
    background-color: #eeeeee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
    background-color: #ffffff;
}

#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: #aaaaaa !important;}
input:hover, input:focus {color: #000 !important;}
#p-cactions li a {color: #aaaaaa;}
#p-cactions li a:hover {color: #000000;}
#p-cactions li.selected a {color: #000000 !important;}
#p-cactions li.new a {color: #000000 !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: 1.6em; } */

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

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

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