Difference between revisions of "MediaWiki:Common.css"
From Starsonata Wiki
m |
m |
||
| Line 21: | Line 21: | ||
*/ | */ | ||
| − | + | td, th { | |
border: 5px outset #36b; | border: 5px outset #36b; | ||
border-radius: 10px; | border-radius: 10px; | ||
} | } | ||
Revision as of 15:39, 22 March 2014
/*@media only screen and (min-device-width: 1024px) {
table.wikitable tbody{
display: block;
width: 98%;
max-height: 30em;
overflow-y: scroll;
overflow-x: none;
border: 2px solid #088;
}
table.wikitable thead{
display: block;
width: 98%;
border: 2px solid #088;
}
}
table.wikitable {
width: 100%; /* whatever width you like */
position: relative; /* so .content can use position: absolute */
}
*/
td, th {
border: 5px outset #36b;
border-radius: 10px;
}