/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=be57a41d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=87b53e08");

/* ============================================================
   IKONA AJ POZADIE PRE FÓRUM DAIDALOS TEAM (ID 75)
   ============================================================ */

/* 1. HLAVNÁ IKONA + VZOR POZADIA (Základný prečítaný stav) */
ul.topiclist.forums li:has(a[href*="f=75"]) dl.row-item {
    /* Prvý obrázok (ikona), druhý obrázok (opakujúci sa vzor) */
    background-image: url("./images/daidalos-read.png"), url("./images/daidalos-vzor.png") !important;
    background-position: 8px center, top left !important;
    background-repeat: no-repeat, repeat !important;
    background-size: 35px 35px, 60px 20px !important;
    padding: 5px 0 5px 0 !important;
    background-color: transparent !important;
}

/* 2. ZMENA IKONY PRI NOVEJ AKTIVITE (Vzor vzadu zostáva) */
ul.topiclist.forums li:has(a[href*="f=75"]) dl.row-item[class*="unread"] {
    background-image: url("./images/daidalos-unread.png"), url("./images/daidalos-vzor.png") !important;
}

/* 3. ÚPLNÉ SKRYTIE STARÉHO KRÚŽKU */
ul.topiclist.forums li:has(a[href*="f=75"]) dl.row-item::before,
ul.topiclist.forums li:has(a[href*="f=75"]) dl.row-item::after {
    display: none !important;
    content: none !important;
}

/* 4. ZAROVNANIE TEXTU */
ul.topiclist.forums li:has(a[href*="f=75"]) dt a[href*="f=75"] {
    background: none !important;
    padding-left: 0 !important;
}