「MediaWiki:Common.css」:修訂間差異

出自The Ysmir Collective

增加 723 位元組 、​ 2025年1月4日 (星期六)
無編輯摘要
無編輯摘要
標籤手動回退
Pie對話 | 貢獻
無編輯摘要
第31行: 第31行:
div.right-text {
div.right-text {
text-align:right;
text-align:right;
}
/* Basic table styling */
.mw-table {
   border-collapse: collapse; /* Ensure borders don't double */
   margin: 16px auto; /* Add margin for proper placement */
   background-color: #ffffff; /* Set white background */
   width: 100%; /* Table spans container width */
   max-width: 90%; /* Limit table width for better readability */
}
.mw-table th, .mw-table td {
   border: 1px solid #000000; /* Black border for table cells */
   padding: 8px; /* Space inside cells */
   text-align: left; /* Align text to the left */
   vertical-align: middle; /* Vertically center text */
}
.mw-table th {
   font-weight: bold; /* Bold headers */
   background-color: #f9f9f9; /* Light gray background for headers */
}
}
2,025

次編輯