MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */  
/* CSS placed here will be applied to all skins */  
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}
/*
/*
* MenuSidebar
* MenuSidebar
Line 26: Line 18:
}
}
   
   
/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
/* this is an example to make the list of the second entry bigger e.g. when there is a longer text in a list item
#p-Menu ul li.item2 ul {
#p-Menu ul li.item2 ul {
  width: 16em;
  width: 16em;
Line 70: Line 62:
/* style, color and size links and headings to suit */
/* style, color and size links and headings to suit */
.menuSidebar a {
.menuSidebar a {
  font-weight: bold;
  font-weight: normal;
  display: block;
  display: block;
  border-width: 0px 0px 1px 0px;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-style: solid;
  border-color: #aaaaaa;
  border-color: #aaaaaa;
Line 78: Line 70:
  padding: 1px;
  padding: 1px;
  padding-left: 5px;
  padding-left: 5px;
  color: #000000;
  color: #0000ff;
  text-decoration: none;
  text-decoration: none;
}
}
25,204

edits