|
|
Line 1: |
Line 1: |
| /* CSS placed here will affect users of the DarkVector skin */ | | /* CSS placed here will affect users of the DarkVector skin */ |
|
| |
| /* Adjust the position of the "Page" and "Discussion" tabs */
| |
| #ca-nstab-main, #ca-talk {
| |
| margin-left: 10px; /* Adjust this value as needed */
| |
| padding-left: 10px; /* Adjust this value as needed */
| |
| }
| |
|
| |
| /* General alignment for tabs */
| |
| #p-namespaces ul {
| |
| display: flex;
| |
| align-items: center;
| |
| margin: 0;
| |
| padding: 0;
| |
| list-style-type: none;
| |
| }
| |
|
| |
| #p-namespaces ul li {
| |
| margin-right: 10px; /* Adjust this value as needed */
| |
| }
| |
|
| |
| #p-views ul {
| |
| display: flex;
| |
| align-items: center;
| |
| margin: 0;
| |
| padding: 0;
| |
| list-style-type: none;
| |
| }
| |
|
| |
| #p-views ul li {
| |
| margin-right: 10px; /* Adjust this value as needed */
| |
| }
| |
Latest revision as of 05:21, 19 May 2024
/* CSS placed here will affect users of the DarkVector skin */