<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.fpzg.unizg.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title>FPZg - FPZG</title>
	<link>http://www.fpzg.unizg.hr/</link>
	<description>FER Feed</description>
	<language>hr</language>
	<copyright>Copyright: (C) www.fpzg.unizg.hr</copyright>
	<webMaster>webmaster@fpzg.hr (Webmaster)</webMaster>
	<managingEditor>webmaster@fpzg.hr (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title></title>
		<pubDate>Tue, 22 Sep 2026 13:58:30 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;div class="fpzg-kalendar"&gt;
&lt;h2&gt;&lt;a href="https://www.fpzg.unizg.hr/kalendar_dogadanja"&gt;Kalendar događanja&lt;/a&gt;&lt;/h2&gt;
&lt;!-- RUJAN 2026. --&gt;

&lt;section class="kalendar-mjesec"&gt;
&lt;h3&gt;Rujan 2026.&lt;/h3&gt;

&lt;div class="kalendar-dogadaj"&gt;
&lt;div class="kalendar-datum"&gt;&lt;span class="dan"&gt;30.&lt;/span&gt; &lt;span class="mjesec"&gt;RUJ&lt;/span&gt;&lt;/div&gt;

&lt;div class="kalendar-sadrzaj"&gt;&lt;a href="https://www.fpzg.unizg.hr/novosti?@=2fm6q"&gt;Orijentacijski dan za studente prve godine &lt;/a&gt;

&lt;div class="kalendar-vrijeme"&gt;9:00 – Politologija &amp;nbsp; | &amp;nbsp; 10:30 – Novinarstvo&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- LISTOPAD 2026. --&gt;

&lt;section class="kalendar-mjesec"&gt;
&lt;h3&gt;Listopad 2026.&lt;/h3&gt;

&lt;div class="kalendar-dogadaj"&gt;
&lt;div class="kalendar-datum"&gt;&lt;span class="dan"&gt;1.&lt;/span&gt; &lt;span class="mjesec"&gt;LIS&lt;/span&gt;&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;div class="kalendar-sadrzaj"&gt;&lt;a href="https://www.fpzg.unizg.hr/novosti?@=2fm6v#news_512777"&gt;Početak nastave u novoj akademskoj godini&lt;/a&gt;&lt;span class="dan"&gt;&lt;/span&gt;&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;

&lt;h3&gt;Studeni 2026.&lt;/h3&gt;

&lt;div class="kalendar-dogadaj"&gt;
&lt;div class="kalendar-datum"&gt;&lt;span class="dan"&gt;9.&lt;/span&gt; &lt;span class="mjesec"&gt;STU&lt;/span&gt;&lt;/div&gt;

&lt;div class="kalendar-sadrzaj"&gt;&lt;a href="https://www.fpzg.unizg.hr/novosti?@=2fm6v#news_512777"&gt;Dan Fakulteta političkih znanosti&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;style type="text/css"&gt;.fpzg-kalendar {
  max-width: 1000px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}


/* GLAVNI NASLOV */

.fpzg-kalendar h2 {
  margin: 0 0 45px 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f3557;
}


/* MJESEC */

.kalendar-mjesec {
  margin-bottom: 55px;
}

.kalendar-mjesec h3 {
  margin: 0 0 18px 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #1f3557;
}


/* DOGAĐAJ */

.kalendar-dogadaj {
  display: flex;
  align-items: stretch;
  margin-bottom: 12px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
}

.kalendar-dogadaj:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}


/* DATUM */

.kalendar-datum {
  width: 100px;
  min-width: 100px;
  padding: 18px 10px;
  background: #f3f5f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.kalendar-datum .dan {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #1f3557;
}

.kalendar-datum .mjesec {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #6b7280;
}


/* SADRŽAJ */

.kalendar-sadrzaj {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kalendar-sadrzaj a {
  color: #263238;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.kalendar-sadrzaj a:hover {
  color: #1f3557;
}


/* VRIJEME */

.kalendar-vrijeme {
  margin-top: 7px;
  color: #737b83;
  font-size: 13px;
  line-height: 1.4;
}


/* MOBITEL */

@media (max-width: 600px) {

  .fpzg-kalendar h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .kalendar-mjesec {
    margin-bottom: 40px;
  }

  .kalendar-mjesec h3 {
    font-size: 21px;
  }

  .kalendar-datum {
    width: 72px;
    min-width: 72px;
    padding: 15px 5px;
  }

  .kalendar-datum .dan {
    font-size: 24px;
  }

  .kalendar-datum .mjesec {
    font-size: 10px;
  }

  .kalendar-sadrzaj {
    padding: 15px 16px;
  }

  .kalendar-sadrzaj a {
    font-size: 15px;
  }

  .kalendar-vrijeme {
    font-size: 12px;
  }

}
&lt;/style&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.fpzg.unizg.hr/#content___5521</link>
			<guid>https://www.fpzg.unizg.hr/#content___5521</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title></title>
		<pubDate>Tue, 22 Sep 2026 12:36:51 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;h4 class="embed-responsive embed-responsive-16by9"&gt;&lt;iframe allowfullscreen="" class="embed-responsive-item" frameborder="0" scrolling="no" src="https://www.youtube.com/embed/DUHZoAT_csE?si=AobDJDjUOfc2kpTS"&gt;&lt;/iframe&gt;&lt;/h4&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.fpzg.unizg.hr/#content___5324</link>
			<guid>https://www.fpzg.unizg.hr/#content___5324</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
