Template:ශීර්ෂකය/styles.css
Appearance
/* {{සිංහල}} */
/*
* Styles used by header templates (perhaps not just {{header}})
*/
.headertemplate {
display: table;
margin: 10px auto 4px auto;
border: 1px solid #ACA;
width: 100%;
border-collapse:collapse;
border-spacing:0 0;
empty-cells: hide;
}
.headertemplate > div:first-child {
display:table-row-group;
background-color:#E6F2E6;
}
.headertemplate > div:first-child > div:first-child {
display:table-row;
}
.gen_header_backlink, .gen_header_forelink {
display:table-cell;
vertical-align:middle;
width:20%;
}
.gen_header_backlink {
text-align:left;
}
.gen_header_forelink {
text-align: right;
}
.gen_header_center_cell {
display:table-cell;
text-align:center;
width:60%;
}
.header_notes {
display:table;
border-collapse:collapse;
border-spacing:0;
empty-cells:hide;
border-bottom:1px solid #A0A0A0;
font-size:0.90em;
line-height:1.4;
margin:0 auto 4px auto;
width:100%;
}
.header_notes > div:first-child {
display:table-row-group;
background-color:#FAFAFF;
}
.header_notes > div:first-child > div:first-child {
display:table-row;
}
/* microformat */
#ws-data {
display:none;
/* speak:none;*/
}