Difference between revisions of "MediaWiki:Common.css"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
		
	
Morbus Iff (talk | contribs)  | 
				Morbus Iff (talk | contribs)   | 
				||
| Line 26: | Line 26: | ||
}  | }  | ||
| − | .page-Main_Page .block-interests.block-interest td {  | + | .page-Main_Page .block-interests .block-interest td {  | 
   border: 0;  |    border: 0;  | ||
}  | }  | ||
Revision as of 18:10, 13 April 2010
/* CSS placed here will be applied to all skins */
.page-Main_Page #firstHeading {
  display: none;
}
.page-Main_Page .block-interests td {
  background: #eee;
  border: 1px solid #ccc;
  margin: 0.4em;
  vertical-align: top;
  width: 32%;
}
.page-Main_Page .block-interests .block-interest {
  background: #eee;
  width: 100%;
}
.page-Main_Page .block-interests .block-interest h2 {
  background: #ddd;
  font-weight: bold;
  margin: 0 !important;
  padding: 0.2em 0.4em;
  text-align: left;
}
.page-Main_Page .block-interests .block-interest td {
  border: 0;
}
table.wikitable {
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
  margin: 1em 1em 1em 0;
}
table.wikitable th {
  background: rgb(248,248,248);
  border: 1px solid rgb(196,196,196);
  padding: 0.2em;
  text-align: center;
  vertical-align: top;
}
table.wikitable tr, table.wikitable td {
  border: 1px solid rgb(235,235,235);
  padding: 0.2em;
  vertical-align: top;
}
table.wikitable caption {
  font-weight: bold;
  margin-left: inherit;
  margin-right: inherit;
}
table.wikitable code {
  background-color: transparent;
}
tr.even {
  background-color: #edf3fe;
}
.infobox {
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  clear: right;
  color: #000;
  float: right;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0 0.6em;
}
.infobox td,
.infobox th {
  vertical-align: top;
}
.timeline {
  background: #f9f9f9;
  border: 1px #aaa solid;
  margin: 1em auto;
  text-align: center;
}
#footer {
  height: 26px;
}
#footer ul {
  margin-top: 0.8em;
}
#footer img {
  margin-top: 4px;
}