MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
added curadicule to main content (id) |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
#content { | #content { | ||
background-image: linear-gradient( | background-image: linear-gradient( | ||
# | #28a9e116 1.9px, | ||
transparent 1.9px | |||
), | ), | ||
linear-gradient(to right, # | linear-gradient(to right, | ||
#28a9e116 1.9px, | |||
transparent 1.9px | |||
); | |||
background-size: 40px 40px; | background-size: 40px 40px; | ||
background-repeat: repeat, repeat; | background-repeat: repeat, repeat; | ||
background-position: center, center; | background-position: center, center; | ||
} | |||
h2 { | |||
color:#50763d; | |||
font-weight: bolder; | |||
text-transform: uppercase; | |||
text-align: left; | |||
padding-bottom: 30px; | |||
} | } |
Latest revision as of 09:57, 19 September 2024
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } /*.cuadricula*/ #content { background-image: linear-gradient( #28a9e116 1.9px, transparent 1.9px ), linear-gradient(to right, #28a9e116 1.9px, transparent 1.9px ); background-size: 40px 40px; background-repeat: repeat, repeat; background-position: center, center; } h2 { color:#50763d; font-weight: bolder; text-transform: uppercase; text-align: left; padding-bottom: 30px; }