Template:Test/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.pretty_table { | |||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
padding: 5px 5px; | |||
vertical-align: top; | vertical-align: top; | ||
background-color: # | width: 75%; | ||
background-color: #F9F9F9; | |||
color: black; | color: black; | ||
font-size:90%; | |||
font- | |||
} | } | ||
.small { | |||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
vertical-align: top; | vertical-align: top; | ||
width: 300px; | width: 300px; | ||
background-color: # | background-color: #F9F9F9; | ||
color: black; | color: black; | ||
font-size: 88%; | |||
} | } | ||
.small | .small-text { | ||
text-align: | text-align: center; | ||
font-size: 88%; | |||
font- | |||
} | } |
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%;
}