-
Posts
5420 -
Joined
-
Days Won
163 -
csCoins
8,047,998 [ Donate ]
Everything posted by Krypton
-
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
Beweise hochladen, Eegelkonform
-
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
Verkauf darf eine Woche bis vendor Erneuerung fortgesetzt werden.
-
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,[email protected],400;9..144,500;9..144,600;9..144,700&family=Hanken+Grotesk:wght@400;500;600;700&display=swap'); .rc-rate-card{ --rc-display:"Fraunces","Iowan Old Style",Georgia,"Times New Roman",serif; --rc-body:"Hanken Grotesk",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; --rc-bg:#efe7d9; --rc-card:#fbf8f1; --rc-card-2:#f4eee2; --rc-ink:#1c1a16; --rc-muted:#736a5b; --rc-faint:#9b9180; --rc-accent:#dd4f2a; --rc-accent-soft:rgba(221,79,42,.10); --rc-accent-line:rgba(221,79,42,.28); --rc-border:#e3d8c4; --rc-border-strong:#d3c5ac; --rc-shadow:0 18px 40px -18px rgba(53,40,22,.30); --rc-shadow-sm:0 8px 22px -14px rgba(53,40,22,.35); font-family:var(--rc-body); color:var(--rc-ink); background: radial-gradient(120% 80% at 100% 0%, rgba(221,79,42,.07), transparent 55%), var(--rc-bg); border:1px solid var(--rc-border-strong); border-radius:22px; padding:clamp(20px,4vw,40px); box-shadow:var(--rc-shadow); position:relative; overflow:hidden; line-height:1.55; -webkit-font-smoothing:antialiased; } .rc-rate-card *{box-sizing:border-box;} .rc-rate-card::before{ content:"";position:absolute;inset:0 0 auto 0;height:4px; background:linear-gradient(90deg,var(--rc-accent),#f0894a 60%,transparent); } /* ---------- Header ---------- */ .rc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:8px;} .rc-eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--rc-accent);} .rc-title{ margin:0;font-family:var(--rc-display);font-weight:600; font-size:clamp(30px,5.4vw,52px);line-height:1.02;letter-spacing:-.015em; } .rc-sub{margin:14px 0 0;color:var(--rc-muted);font-size:clamp(14px,1.6vw,17px);max-width:46ch;} .rc-badge{ display:inline-flex;align-items:center;gap:7px;align-self:flex-start; border:1px solid var(--rc-border-strong);background:var(--rc-card); padding:8px 13px;border-radius:999px;font-size:12px;font-weight:600;color:var(--rc-ink); white-space:nowrap;box-shadow:var(--rc-shadow-sm); } .rc-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--rc-accent);box-shadow:0 0 0 3px var(--rc-accent-soft);} .rc-rule{height:1px;background:linear-gradient(90deg,var(--rc-border-strong),transparent);margin:26px 0;border:0;} /* ---------- Section labels ---------- */ .rc-section-label{ display:flex;align-items:center;gap:12px;margin:34px 0 16px; font-family:var(--rc-body);font-size:13px;font-weight:700;letter-spacing:.16em; text-transform:uppercase;color:var(--rc-ink); } .rc-section-label .rc-num{ font-family:var(--rc-display);font-size:15px;font-weight:600;color:var(--rc-accent); font-feature-settings:"tnum"; } .rc-section-label::after{content:"";flex:1;height:1px;background:var(--rc-border);} /* ---------- Table ---------- */ .rc-table-wrap{border:1px solid var(--rc-border);border-radius:16px;overflow:hidden;background:var(--rc-card);box-shadow:var(--rc-shadow-sm);} .rc-table{width:100%;border-collapse:collapse;font-size:14.5px;} .rc-table thead th{ text-align:left;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase; color:var(--rc-faint);padding:14px 18px;background:var(--rc-card-2);border-bottom:1px solid var(--rc-border); } .rc-table thead th:nth-child(2){text-align:right;} .rc-table tbody td{padding:15px 18px;border-top:1px solid var(--rc-border);vertical-align:middle;} .rc-table tbody tr:first-child td{border-top:0;} .rc-table tbody tr{transition:background .18s ease;} .rc-table tbody tr:hover{background:var(--rc-card-2);} .rc-svc{font-weight:600;color:var(--rc-ink);} .rc-cell-price{text-align:right;white-space:nowrap;} .rc-amt{font-family:var(--rc-display);font-weight:600;font-size:18px;font-feature-settings:"tnum";letter-spacing:-.01em;} .rc-term-s{display:block;font-family:var(--rc-body);font-size:11.5px;color:var(--rc-faint);font-weight:500;margin-top:1px;} .rc-hint{color:var(--rc-muted);font-size:13.5px;} .rc-tag{display:inline-block;margin-left:8px;font-family:var(--rc-body);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--rc-accent);background:var(--rc-accent-soft);border:1px solid var(--rc-accent-line);padding:2px 7px;border-radius:6px;vertical-align:middle;} .rc-row-feature td{background:linear-gradient(90deg,var(--rc-accent-soft),transparent 70%);} .rc-row-feature:hover td{background:linear-gradient(90deg,rgba(221,79,42,.16),transparent 75%);} .rc-row-feature .rc-amt{color:var(--rc-accent);} .rc-fine{font-size:12.5px;color:var(--rc-faint);margin:12px 2px 0;} /* ---------- Tier cards ---------- */ .rc-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;} .rc-tier{ grid-column:span 12;background:var(--rc-card);border:1px solid var(--rc-border); border-radius:18px;padding:22px;display:flex;flex-direction:column; box-shadow:var(--rc-shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; opacity:0;transform:translateY(10px);animation:rc-rise .6s cubic-bezier(.2,.7,.2,1) forwards; } .rc-tier:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px rgba(53,40,22,.45);border-color:var(--rc-border-strong);} .rc-tier:nth-child(1){animation-delay:.04s;} .rc-tier:nth-child(2){animation-delay:.10s;} .rc-tier:nth-child(3){animation-delay:.16s;} .rc-tier:nth-child(4){animation-delay:.22s;} .rc-tier:nth-child(5){animation-delay:.28s;} .rc-tier-name{margin:0;font-family:var(--rc-body);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rc-muted);} .rc-price{display:flex;align-items:baseline;gap:8px;margin:14px 0 16px;flex-wrap:wrap;} .rc-price .rc-big{font-family:var(--rc-display);font-weight:600;font-size:clamp(30px,4.4vw,40px);line-height:1;letter-spacing:-.02em;font-feature-settings:"tnum";} .rc-price .rc-per{color:var(--rc-muted);font-size:14px;font-weight:500;} .rc-onask{font-family:var(--rc-display);font-weight:600;font-size:26px;color:var(--rc-ink);} .rc-feat{list-style:none;margin:0;padding:0;display:grid;gap:10px;} .rc-feat li{position:relative;padding-left:27px;font-size:14.5px;color:var(--rc-ink);} .rc-feat li::before{ content:"";position:absolute;left:2px;top:.32em;width:7px;height:12px; border:solid var(--rc-accent);border-width:0 2.2px 2.2px 0;transform:rotate(43deg); } .rc-tier-note{margin:16px 0 0;font-size:12.5px;color:var(--rc-faint);padding-top:14px;border-top:1px dashed var(--rc-border);} /* Featured tier */ .rc-tier--feature{ border:1.5px solid var(--rc-accent-line); background: radial-gradient(120% 100% at 100% 0%, var(--rc-accent-soft), transparent 60%), var(--rc-card); box-shadow:0 24px 50px -24px rgba(221,79,42,.5); } .rc-tier--feature .rc-big{color:var(--rc-accent);} .rc-ribbon{ display:inline-flex;align-items:center;gap:6px;align-self:flex-start; font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase; color:#fff;background:var(--rc-accent);padding:5px 11px;border-radius:999px;margin-bottom:14px; box-shadow:0 6px 16px -6px rgba(221,79,42,.7); } .rc-ribbon svg{width:12px;height:12px;fill:#fff;} /* Soft (custom agreements) */ .rc-tier--soft{background:var(--rc-card-2);} .rc-tier--soft .rc-lede{margin:6px 0 16px;font-size:14.5px;color:var(--rc-muted);max-width:60ch;} /* ---------- Rows (pin & featured) ---------- */ .rc-rows{display:grid;gap:12px;} .rc-line{ display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap; background:var(--rc-card);border:1px solid var(--rc-border);border-radius:14px;padding:16px 20px; box-shadow:var(--rc-shadow-sm);transition:border-color .18s ease,transform .18s ease; } .rc-line:hover{border-color:var(--rc-border-strong);transform:translateX(2px);} .rc-line-main{display:flex;flex-direction:column;gap:3px;min-width:0;} .rc-line-title{display:flex;align-items:center;gap:9px;font-weight:600;font-size:15.5px;} .rc-line-sub{font-size:13px;color:var(--rc-muted);} .rc-line-price{font-family:var(--rc-display);font-weight:600;font-size:21px;white-space:nowrap;font-feature-settings:"tnum";letter-spacing:-.01em;} .rc-line-price small{display:block;font-family:var(--rc-body);font-size:11.5px;color:var(--rc-faint);font-weight:500;text-align:right;} .rc-star{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:6px;background:var(--rc-accent-soft);} .rc-star svg{width:13px;height:13px;fill:var(--rc-accent);} /* ---------- Compare 2-up ---------- */ .rc-compare2{display:grid;grid-template-columns:1fr 1fr;gap:14px;} .rc-comp{background:var(--rc-card);border:1px solid var(--rc-border);border-radius:16px;padding:20px;box-shadow:var(--rc-shadow-sm);} .rc-comp--hi{border-color:var(--rc-accent-line);background:radial-gradient(120% 100% at 0% 0%, var(--rc-accent-soft), transparent 60%),var(--rc-card);} .rc-comp h4{margin:0 0 8px;display:flex;align-items:center;gap:9px;font-family:var(--rc-body);font-size:14px;font-weight:700;letter-spacing:.04em;} .rc-comp p{margin:0;color:var(--rc-muted);font-size:14px;} .rc-dot{width:9px;height:9px;border-radius:50%;background:var(--rc-faint);flex:none;} .rc-comp--hi .rc-dot{background:var(--rc-accent);box-shadow:0 0 0 3px var(--rc-accent-soft);} @keyframes rc-rise{to{opacity:1;transform:translateY(0);}} /* ---------- Responsive ---------- */ @media (min-width:760px){ .rc-tier--third{grid-column:span 4;} .rc-tier--half{grid-column:span 6;} } @media (max-width:640px){ .rc-rate-card{border-radius:18px;} .rc-head{gap:14px;} .rc-badge{order:-1;} /* table -> stacked cards */ .rc-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible;} .rc-table{font-size:14px;} .rc-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;} .rc-table tbody,.rc-table tr,.rc-table td{display:block;width:100%;} .rc-table tbody tr{ background:var(--rc-card);border:1px solid var(--rc-border);border-radius:14px; margin-bottom:12px;overflow:hidden;box-shadow:var(--rc-shadow-sm); } .rc-table tbody tr:hover{background:var(--rc-card);} .rc-table tbody td{border-top:1px solid var(--rc-border);padding:11px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:right;} .rc-table tbody td:first-child{ border-top:0;background:var(--rc-card-2);font-size:15px; border-bottom:1px solid var(--rc-border);text-align:left; } .rc-table tbody td[data-label]::before{ content:attr(data-label);text-align:left;color:var(--rc-faint); font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;flex:none; } .rc-cell-price,.rc-hint{text-align:right;} .rc-term-s{display:inline;margin-left:6px;} .rc-row-feature td,.rc-row-feature:hover td{background:none;} .rc-row-feature td:first-child{background:var(--rc-accent-soft);} .rc-compare2{grid-template-columns:1fr;} .rc-line{padding:15px 16px;} .rc-line-price{font-size:19px;} } @media (prefers-reduced-motion:reduce){ .rc-tier{animation:none;opacity:1;transform:none;} .rc-tier:hover,.rc-line:hover{transform:none;} } /* ---------- Dark mode ---------- */ @media (prefers-color-scheme:dark){ .rc-rate-card{ --rc-bg:#16130d; --rc-card:#1e1a13; --rc-card-2:#241f17; --rc-ink:#f4efe4; --rc-muted:#a89e8c; --rc-faint:#857c6c; --rc-accent:#ff6a44; --rc-accent-soft:rgba(255,106,68,.13); --rc-accent-line:rgba(255,106,68,.34); --rc-border:#312b20; --rc-border-strong:#41392b; --rc-shadow:0 22px 50px -20px rgba(0,0,0,.65); --rc-shadow-sm:0 10px 26px -16px rgba(0,0,0,.7); } .rc-ribbon{color:#1a1306;} .rc-ribbon svg{fill:#1a1306;} } Preisliste Werbeflächen & Sonderbereiche flexible Optionen · höchste Sichtbarkeit auf cstate. 01 Schnellüberblick Leistung Preis Laufzeit Reichweite / Hinweis Vendor-Paket ab 350 €pro Monat pro Monat Basispräsenz · flexibel erweiterbar Global Banner Top 500 €pro 2 Wochen pro 2 Wochen Plattformweit · maximale Sichtbarkeit Standard Banner 250 €pro Monat pro Monat Hauptseite · gleichrangig Eigene Sektion 600–650 €pro Monat pro Monat Öffentliche Threads · mehr Reichweite Thread anpinnen (normale Sektion) 100 €pro Monat pro Monat Ganz oben im Bereich Thread anpinnen (Vendor-Sektion) 150–200 €pro Monat pro Monat Priorisiert im Vendor-Bereich Featured-Stern 50 €pro Monat pro Monat Hervorhebung direkt am Thread * Umfänge können jederzeit nach Bedarf erweitert werden. 02 Pakete & Platzierungen Vendor-Paket 350–400 €/ Monat Basispräsenz für Anbieter Leistungsumfang flexibel erweiterbar Individuelle Beratung inklusive Mindestbetrag 350 €. Alles Weitere wird individuell bewertet. Empfohlen Global Banner 500 €/ 2 Wochen Auf allen Seiten, Topics & Threads Maximale Reichweite & Präsenz Ideal für große Kampagnen-Pushes Empfehlung für Launches & saisonale Aktionen. Standard Banner 250 €/ Monat Platzierung auf der Hauptseite Gleichrangig neben anderen Bannern Konstante Sichtbarkeit Solide Dauerpräsenz für laufende Angebote. Eigene Sektion 600–650 €/ Monat Optional mit Vendor-Paket kombinierbar Inhalte ohne Anmeldung sichtbar Mehr Reichweite durch öffentliche Threads Perfekt für Präsenzaufbau & wiederkehrende Kunden. Individuelle Vereinbarungen Auf Anfrage Besondere Laufzeiten, Formate oder Volumenrabatte? Nenne Ziel, Zeitraum, Platzierung und Budget – wir erstellen ein passgenaues Angebot. Sonderplatzierungen & Exklusivität Langfrist-Pakete & Kombi-Deals Kreativ-Assets & Umsetzungshilfe Alles Weitere wird flexibel & transparent abgestimmt. 03 Thread anpinnen & Featured Thread anpinnen · normale Sektion Sichtbar ganz oben im jeweiligen Bereich 100 €pro Monat Thread anpinnen · Vendor-Sektion Priorisiert im Vendor-Bereich 150–200 €pro Monat Featured-Stern Hervorhebung direkt am Thread 50 €für 1 Monat 04 Standard- vs. Global-Banner Standard Banner Auf der Hauptseite gelistet – gleichrangig mit anderen Bannern. Global Banner / Rotierend Plattformweit sichtbar – in allen Bereichen, Topics & Threads.
-
10
-
- vendor
- preisliste
-
(and 2 more)
Tagged with:
-
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
Vendor Auszeichnungen und Ranking
Krypton replied to xxxacidheadxxx's topic in Bugs | Verbesserungsvorschläge
Etwas ausführlicher, hört sich nicht schlecht an. -
Trades ausschließlich mit Treuhand, bis Gewinnspiel Abmachung gehalten wurde!
-
Please add proofs
-
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies. -
This topic is protected by a password!
You must enter the correct topic password to gain access to this topic. Please ensure that your browser is capable of storing temporary cookies.