Template:Test/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with " #toc { border: 0px; } .toc h2 { display: none; } .toctogglespan { display: none; } .toctogglelabel { display: none; }") |
mNo edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.pretty_table { | |||
margin-left: auto; | |||
margin-right: auto; | |||
padding: 5px 5px; | |||
vertical-align: top; | |||
width: 75%; | |||
background-color: #F9F9F9; | |||
color: black; | |||
font-size:90%; | |||
} | |||
.small { | |||
margin: 1em 1em 1em 0; | |||
vertical-align: top; | |||
width: 300px; | |||
background-color: #F9F9F9; | |||
color: black; | |||
font-size: 88%; | |||
} | |||
.small-text { | |||
text-align: center; | |||
font-size: 88%; | |||
} |
Latest revision as of 21:20, 1 July 2023
.pretty_table {
margin-left: auto;
margin-right: auto;
padding: 5px 5px;
vertical-align: top;
width: 75%;
background-color: #F9F9F9;
color: black;
font-size:90%;
}
.small {
margin: 1em 1em 1em 0;
vertical-align: top;
width: 300px;
background-color: #F9F9F9;
color: black;
font-size: 88%;
}
.small-text {
text-align: center;
font-size: 88%;
}