ФОРУМ
Назад
FORUM RULES UPDATED 14.02.2026
delmaff

FOUNDER OF THE PROJECT


Рейтинг: 357


Сообщений: 374


Спасибок: 1753

<!-- ÎNCEPE CONTINER REGULAMENT REALCS -->
<style>
  /* Scoped Styles pentru a nu afecta restul site-ului */
  .realcs-rules-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    background: #1e222e; /* Fundal întunecat, specific gaming */
    color: #c4c9d6; /* Text gri deschis pentru lizibilitate */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    overflow: hidden;
    border: 1px solid #333a4d;
    line-height: 1.6;
    font-size: 14px;
  }

  /* Header */
  .realcs-rules-header {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2533 100%);
    padding: 25px;
    border-bottom: 2px solid #e74c3c; /* Accent roșu pentru importanță */
    text-align: center;
  }

  .realcs-rules-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
  }

  .realcs-rules-header .subtitle {
    margin-top: 8px;
    color: #e74c3c;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Intro Text */
  .realcs-intro {
    padding: 20px 25px;
    background: rgba(0,0,0,0.2);
    border-left: 4px solid #e67e22;
    font-style: italic;
    margin: 0;
  }

  /* Secțiuni */
  .realcs-section {
    padding: 25px;
    border-bottom: 1px solid #2d3446;
  }

  .realcs-section:last-of-type {
    border-bottom: none;
  }

  .realcs-title {
    display: inline-block;
    color: #5dade2; /* Albastru deschis */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #5dade2;
  }

  /* Subtitluri mici (Username, Avatars etc) */
  .realcs-subtitle {
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }

  /* Liste și Paragrafe */
  .realcs-rules-container ul {
    list-style-type: none;
    padding-left: 5px;
    margin: 5px 0;
  }

  .realcs-rules-container li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
  }

  .realcs-rules-container li::before {
    content: "•";
    color: #e74c3c; /* Bulina roșie */
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
  }

  /* Alerte / Sanctions */
  .realcs-sanction-box {
    background: rgba(231, 76, 60, 0.1);
    border-left: 3px solid #e74c3c;
    padding: 8px 12px;
    margin-top: 5px;
    font-size: 13px;
    color: #ffada3;
    border-radius: 0 4px 4px 0;
  }
  
  .realcs-sanction-box strong {
    color: #e74c3c;
  }

  /* Prohibited Content Special Styling */
  .realcs-prohibited-list {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
  }
  
  .realcs-prohibited-list li::before {
    color: #f1c40f; /* Galben pentru avertizare */
    content: "⚠️";
    font-size: 12px;
    top: 2px;
  }

  /* Footer Note */
  .realcs-footer-note {
    background: #151921;
    padding: 15px 25px;
    font-size: 12px;
    text-align: center;
    color: #7f8c8d;
    border-top: 1px solid #2d3446;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .realcs-rules-container {
      margin: 10px;
      border-radius: 8px;
    }
    .realcs-section {
      padding: 20px 15px;
    }
  }
</style>

<div class="realcs-rules-container">
  <div class="realcs-rules-header">
    <h2>📜 Forum Rules & Regulations</h2>
    <div class="subtitle">REALCS ROMANIA</div>
  </div>

  <p class="realcs-intro">
    By registering an account on this forum, you confirm that you have read and accepted these regulations.
  </p>

  <!-- Section 1 -->
  <div class="realcs-section">
    <div class="realcs-title">1. 👤 Accounts & Profile Customization</div>
    
    <span class="realcs-subtitle">Username:</span>
    <ul>
      <li>Must be intelligible. No vulgarity, insults, advertisements, or inappropriate elements (regardless of language).</li>
    </ul>
    <div class="realcs-sanction-box"><strong>Sanction:</strong> Rename / Warn / Suspend.</div>

    <span class="realcs-subtitle">Name Changes:</span>
    <p style="margin: 5px 0 15px 0; opacity: 0.9;">Available for free upon request, once every 30 days.</p>

    <span class="realcs-subtitle">Avatars & Signatures:</span>
    <ul>
      <li>Must not contain personal photos of others without consent, obscene material, nudity, or ads.</li>
      <li>Signatures must not be excessively long.</li>
    </ul>
    <div class="realcs-sanction-box"><strong>Sanction:</strong> Removal / Warn / Suspend.</div>

    <span class="realcs-subtitle">Profile Info:</span>
    <p style="margin: 5px 0;">All sections (About Me, Cover Photo, etc.) must remain clean of offensive or promotional content.</p>
    <div class="realcs-sanction-box"><strong>Sanction:</strong> Content removal / Warn / Suspend.</div>
  </div>

  <!-- Section 2 -->
  <div class="realcs-section">
    <div class="realcs-title">2. 📈 Account Features</div>
    <p>Abusive inflation of account statistics (post count, reputation points, profile views) is strictly prohibited.</p>
    <div class="realcs-sanction-box"><strong>Sanction:</strong> Stat reset / Warn / Suspend.</div>
  </div>

  <!-- Section 3 -->
  <div class="realcs-section">
    <div class="realcs-title">3. 💬 Content & Community Conduct</div>
    <p>Respect is mandatory towards all users, staff members, and the community.</p>

    <span class="realcs-subtitle">🚫 Prohibited Content:</span>
    <ul class="realcs-prohibited-list">
      <li>Personal photos of others without their express consent.</li>
      <li>Serious threats, blackmail, or harassment.</li>
      <li>Vulgarity, insults, or nudity (including external links).</li>
      <li>Advertisements and spam.</li>
      <li>Content intended to provoke arguments or "flame wars".</li>
      <li>Piracy: Any links to cracked products, hacks, or keys are strictly forbidden.</li>
    </ul>

    <span class="realcs-subtitle">⚠️ Posting Rules:</span>
    <ul>
      <li>Double-posting, post-hunting, and spam are not allowed.</li>
      <li>Off-topic posts or bumping very old threads (necroposting) will be sanctioned.</li>
    </ul>
    
    <span class="realcs-subtitle">Private Messages:</span>
    <p style="margin: 5px 0;">Sanctions apply for pornographic content, ads, or illegal activities.</p>
    
    <div class="realcs-sanction-box"><strong>Sanction:</strong> Post removal / Warn / Suspend.</div>
  </div>

  <!-- Section 4 -->
  <div class="realcs-section">
    <div class="realcs-title">4. ⚖️ Disclaimer & Administration</div>
    
    <span class="realcs-subtitle">Responsibility:</span>
    <p style="margin: 5px 0;">REALCS ROMANIA is not responsible for user-generated content. Use the Report button to flag violations.</p>

    <span class="realcs-subtitle">Sanctions:</span>
    <p style="margin: 5px 0;">Penalties are established by the staff based on the severity of the act.</p>

    <span class="realcs-subtitle">Updates:</span>
    <p style="margin: 5px 0;">We reserve the right to make exceptions or update these rules without prior notice.</p>

    <span class="realcs-subtitle">User Duty:</span>
    <p style="margin: 5px 0;">It is your responsibility to check these regulations periodically.</p>
  </div>

  <div class="realcs-footer-note">
    <strong>Note:</strong> Piracy is a zero-tolerance offense. Encouraging it or sharing malicious links will result in immediate and severe sanctions.
  </div>
</div>
<!-- SFÂRȘIT CONTINER REGULAMENT REALCS -->

)))) 🙂