Template:Right place/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".rightplace { border: 2px ridge #CAE1FF; font-size: 100%; } .rightplace tr { background-color: #AAD1FF; } .rightplace td { background-color: #FFFFFF; border: 1px solid #AAD1FF; text-align: center; } .rightplace tr.rightplace-header { background-color: #FFCC66; font-size: 120%; } .rightplace td, .rightplace th { padding: 2px; } .rightplace-page a { font-weight: bold; }") |
No edit summary |
||
Line 26: | Line 26: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* [[Category:Template CSS]] */ |
Latest revision as of 11:50, 25 October 2024
.rightplace {
border: 2px ridge #CAE1FF;
font-size: 100%;
}
.rightplace tr {
background-color: #AAD1FF;
}
.rightplace td {
background-color: #FFFFFF;
border: 1px solid #AAD1FF;
text-align: center;
}
.rightplace tr.rightplace-header {
background-color: #FFCC66;
font-size: 120%;
}
.rightplace td, .rightplace th {
padding: 2px;
}
.rightplace-page a {
font-weight: bold;
}
/* [[Category:Template CSS]] */