Jump to content

Main Page: Difference between revisions

Rishav (talk | contribs)
No edit summary
Rishav (talk | contribs)
No edit summary
Line 1: Line 1:
body {
<div class="mainpage-container">
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
              Roboto, Helvetica, Arial, sans-serif;
}


/* Container */
  <h1>Welcome to the School Wiki</h1>
.mainpage-container {
  <p>This wiki documents the history, culture, and life within our school — from classrooms and clubs to iconic students and unforgettable teachers.</p>
  max-width: 960px;
  margin: auto;
  padding: 32px;
}


/* Responsive & readable */
  <h2>🏫 About the School</h2>
.mainpage-container h1, .mainpage-container h2 {
  <ul>
  font-weight: 600;
    <li>[[History of the School]]</li>
   margin-top: 1.5em;
    <li>[[Academic Departments]]</li>
}
    <li>[[Campus Map]]</li>
    <li>[[School Anthem]]</li>
   </ul>


.mainpage-container ul {
  <h2>📚 Academics</h2>
  margin-left: 1.5em;
  <ul>
   line-height: 1.7;
    <li>[[Class Structure]]</li>
}
    <li>[[Examination System]]</li>
    <li>[[Top Scorers]]</li>
   </ul>


/* Support for dark & light mode */
  <h2>👥 Students & Alumni</h2>
@media (prefers-color-scheme: dark) {
  <ul>
   .mainpage-container {
    <li>[[Legendary Students]]</li>
     background-color: #111;
    <li>[[Student Clubs]]</li>
     color: #f0f0f0;
    <li>[[Graduation Batches]]</li>
   }
  </ul>
  .mainpage-container a {
 
    color: #
  <h2>🧑‍🏫 Teachers & Staff</h2>
  <ul>
    <li>[[Legendary Teachers]]</li>
    <li>[[Current Faculty]]</li>
    <li>[[Retired Staff]]</li>
  </ul>
 
  <h2>🗂️ Archives & Resources</h2>
   <ul>
    <li>[[Photograph Gallery]]</li>
    <li>[[Notices & Bulletins]]</li>
     <li>[[Annual Reports]]</li>
  </ul>
 
  <hr />
 
  <p style="font-size: 12px; text-align: center; color: gray;">
     Built and maintained with care by students and contributors. See [[Wiki Guidelines]] to help improve this site.
   </p>
 
</div>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.