MediaWiki:Monobook.css: Difference between revisions

add, stylise
(add)
(add, stylise)
Line 4: Line 4:
     background: none;
     background: none;
}
}
a:link {
a:link {
   text-decoration: none;
   text-decoration: none;
     }
     }
a:visited {
a:visited {
     color: #5a3696;
     color: #5a3696;
  text-decoration: none;
    text-decoration: none;
}
}
a:active {
a:active {
     color: #faa700;
     color: #faa700;
}
}
a:hover {
a:hover {
     text-decoration: underline;
     text-decoration: underline;
Line 19: Line 23:


#p-cactions ul li,
#p-cactions ul li,
#p-cactions ul li a    { -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; }
#p-cactions ul li a {
#column-content, #content { -moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em; }
     -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
}


#column-content,
#content {
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomleft: 1em;
}


.portlet h6, #p-cactions li#ca-form_edit a, #p-cactions li#ca-form_edit a {
.portlet h6,
   background-color: #00A228;
#p-cactions li#ca-form_edit a {
   color: #FFFFFF;
   background-color: #00a228;
   color: #fff;
   font-weight: bold;
   font-weight: bold;
}
/* background of this website's body */
body {
background-image: url('images/2/2f/Body-bg.png');
background-repeat: repeat;
}
}