MediaWiki:Common.css: Difference between revisions
Mrdude1228 (talk | contribs) No edit summary |
Mrdude1228 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
body { | body { | ||
background-color: rgb(64, 64, 255); /* vanilla */ | background-color: rgb(64, 64, 255); /* vanilla */ | ||
background-image: linear-gradient( | background-image: linear-gradient(90deg, rgb(64, 64, 255), rgb(255, 255, 255) ); | ||
background-repeat: | background-repeat: repeat; | ||
} | } | ||
#firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif } | #firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif } | ||
Line 11: | Line 11: | ||
border:1px solid darkblue; | border:1px solid darkblue; | ||
border-right-width:0; | border-right-width:0; | ||
padding:10px; | |||
} | } | ||
#mw-page-base { background:none; } | #mw-page-base { background:none; } |
Revision as of 02:44, 18 October 2024
/* CSS placed here will be applied to all skins */ /* Vanilla theme for Vector 2010 */ body { background-color: rgb(64, 64, 255); /* vanilla */ background-image: linear-gradient(90deg, rgb(64, 64, 255), rgb(255, 255, 255) ); background-repeat: repeat; } #firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif } .mw-body { border:1px solid darkblue; border-right-width:0; padding:10px; } #mw-page-base { background:none; } .vector-menu-tabs, .vector-menu-tabs a { background:none ; } .left-navigation { margin-bottom: 10px; } .vector-menu-tabs li { border-radius: 100px; } .vector-menu-tabs li { padding: 1px; margin: 1px; } #content { border-radius: 5px 0 0 5px; box-shadow: -5px 5px 10px -7px #000000; } .vector-menu-tabs li { background-image:none; background-color:white; /* fallback */ background-color:rgba(255,255,255,0.5) } .vector-menu-tabs li a { padding-top: 0; height:20px; } .vector-menu-tabs { padding-left: 30px; } /* group 1 */ a:link, .vector-menu-portal .vector-menu-content li a, .skin--responsive #p-personal li a { color: darkblue; } /* group 2 */ .vector-menu-portal .vector-menu-content li a, .skin--responsive #p-personal li a, #p-personal a, #footer a { color: brown; } /* selection */ ::selection { background-color: rgb(255, 210, 150); } /* vanilla */ ::-moz-selection { background-color: rgb(255, 210, 150); } /* Firefox 61 and earlier */ /* edit summaries */ .autocomment a { color: grey; } /* legacy MediaWiki */ .vectorTabs { margin-left: 30px; } .vectorTabs, .vectorTabs a { background:none ; } .left-navigation { margin-bottom: 10px; } .vectorTabs li { border-radius: 100px; } .vectorTabs li { padding: 1px; margin: 1px; } .vectorTabs li { background-image:none; background-color:white; /* fallback */ background-color:rgba(255,255,255,0.5); } .vectorTabs li a { padding-top:0; height:20px; } .vectorTabs { padding-left: 30px; } .mw-panel a, #mw-panel .portal .body li a{ color: darkblue; } div.vectorTabs ul, div.vectorTabs ul li { background-image: none; height:20px;} div.vectorTabs span a { padding-top: 0; } div.vectorTabs, div.vectorTabs span{ background-image: none; } div.vectorTabs ul li { margin-left: 5px; }