Changes

Jump to navigation Jump to search

MediaWiki:Common.css

1,138 bytes added, 16:43, 21 September 2009
no edit summary
width: 20em;
font-size: 90%;
line-height: normal;
}
}
}
 
/* {{header}} */
table.headertemplate {
width:100%;
margin-bottom:5px;
border:1px solid #ADA;
background:#E4F2E4;
text-align:center;
font-size:0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
width:20%;
font-size:0.9em;
line-height:normal;
}
.header_notes
{
width: 100%;
font-size: 0.9em;
background-color: #FAFAFF;
border-bottom: 1px solid #A88;
margin-bottom: 0.5em; /* a bit of space before body-text; 1em might be better... */
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }
 
/* {{author}} */
.authortemplate {
width:100%;
margin-bottom:5px;
border:1px solid #BEA2A2;
background:#E4D8D8;
}
.authortemplate .author_backlink,
.authortemplate .author_forelink {
width:20%;
font-size:0.9em;
}
.authortemplate .author_name {
width:60%;
text-align:center;
}
.author_notes {
width:100%;
border-bottom:1px solid #A88;
background:#FFFBFC;
font-size:0.9em;
}
.author_seealso {
float:right;
padding:2px;
margin:0 0 0.5em 1em;
border:1px solid #CCC;
}
 

Navigation menu