Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
(Created page with "#ca-viewsource { display: none; } →‎MediaWiki:Common.css: →‎Main Page: body { font-family: 'Arial', sans-serif; color: #333; background-color: #f9f9f9; margin: 0; padding: 0; } →‎Hero Section: .hero { background: #ffffff; color: #333; padding: 60px 20px; border-radius: 20px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); text-align: center; margin-bottom: 40px; transition: transform 0.3s ease, box-shadow 0....")
 
No edit summary
Tag: Reverted
Line 299: Line 299:
         font-size: 0.9em;
         font-size: 0.9em;
     }
     }
}
body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;        /* Standard */
}
}