<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="hr">
	<id>https://croatianschoolsydney.com/index.php?action=history&amp;feed=atom&amp;title=Predlo%C5%BEak%3ASlideshow%2Fstyle.css</id>
	<title>Predložak:Slideshow/style.css - Povijest promjena</title>
	<link rel="self" type="application/atom+xml" href="https://croatianschoolsydney.com/index.php?action=history&amp;feed=atom&amp;title=Predlo%C5%BEak%3ASlideshow%2Fstyle.css"/>
	<link rel="alternate" type="text/html" href="https://croatianschoolsydney.com/index.php?title=Predlo%C5%BEak:Slideshow/style.css&amp;action=history"/>
	<updated>2026-06-23T03:19:43Z</updated>
	<subtitle>Povijest promjena ove stranice na wikiju</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>https://croatianschoolsydney.com/index.php?title=Predlo%C5%BEak:Slideshow/style.css&amp;diff=385155&amp;oldid=prev</id>
		<title>WikiSysop: Bot: Automatski unos stranica</title>
		<link rel="alternate" type="text/html" href="https://croatianschoolsydney.com/index.php?title=Predlo%C5%BEak:Slideshow/style.css&amp;diff=385155&amp;oldid=prev"/>
		<updated>2021-12-10T22:45:08Z</updated>

		<summary type="html">&lt;p&gt;Bot: Automatski unos stranica&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nova stranica&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!--'''Predložak:Slideshow/style.css'''--&amp;gt;.caixa-flex {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	box-shadow: 0 0 0px rgba( 0, 0, 0, 0.5 );&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reqport {&lt;br /&gt;
	flex: 1 1 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.slider-container {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	min-height: 30vh;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.slider-container ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	display: table;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.slider-container .slideshow-p {&lt;br /&gt;
    z-index: 20;&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card {&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	color: #fff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .background {&lt;br /&gt;
	height: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .background img {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
	min-height: 100%;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card-overlay {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	background: black;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .content {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	padding: 0.25em 0.5em;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
	height: inherit;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .title {&lt;br /&gt;
	font-size: 150%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-shadow: black 0px 0px 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .description {&lt;br /&gt;
	flex: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .image-link {&lt;br /&gt;
	z-index: 5;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    right: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card .image-link a {&lt;br /&gt;
	color: #fff;&lt;br /&gt;
	font-size: 75%;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	float: right;&lt;br /&gt;
	max-width: 100%;&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container ul {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container li {&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
	position: relative;&lt;br /&gt;
	width: 33.33333%;&lt;br /&gt;
	transition: all 400ms ease;&lt;br /&gt;
	border: 1px solid white;&lt;br /&gt;
	border-right: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container li:last-child {&lt;br /&gt;
	border-right: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container ul:hover li {&lt;br /&gt;
	width: 10%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container ul:hover li:hover {&lt;br /&gt;
	width: 60%;&lt;br /&gt;
}&lt;br /&gt;
  &lt;br /&gt;
.nomobile.slider-container li:hover .card-overlay {&lt;br /&gt;
	opacity: 0.7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile.slider-container li:hover .show-on-hover {&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile .card .show-on-hover {&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.card &amp;gt; a {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: 100%;&lt;br /&gt;
	z-index: 1;&lt;br /&gt;
	opacity: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.nomobile ~ .onlymobile {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.onlymobile .card {&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
	padding: 0 5px;&lt;br /&gt;
	position: relative;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.onlymobile .card .image-link a {&lt;br /&gt;
	padding-right: 10px;&lt;br /&gt;
	z-index: 3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.onlymobile .card .background img {&lt;br /&gt;
	min-height: inherit;&lt;br /&gt;
	position: relative;&lt;br /&gt;
	vertical-align: baseline;&lt;br /&gt;
	height: 33vw !important;&lt;br /&gt;
	width: 33vw !important;&lt;br /&gt;
	object-fit: cover;&lt;br /&gt;
	background-position: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.onlymobile.slider-container {&lt;br /&gt;
	overflow: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.onlymobile.slider-container ul {&lt;br /&gt;
	position: relative;&lt;br /&gt;
 display:flex;&lt;br /&gt;
 table-layout:inherit;&lt;br /&gt;
 flex-wrap: wrap;&lt;br /&gt;
 justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.onlymobile.slider-container ul li {&lt;br /&gt;
	font-size:inherit; /* blank */&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>