This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.titlebar | |
{ | |
/* titlebar css rules go here */ | |
} | |
.titlebar .button | |
{ | |
/* button's titlebar context modified rules go here */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="slideshow"> | |
<ul> | |
<li> | |
<img src="image-1.jpg" alt="Image 1"/> | |
</li> | |
</ul> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="slideshow"> | |
<ul> | |
<li> | |
<img src="image-1.jpg" alt="Image 1"/> | |
</li> | |
<li> | |
<img src="image-2.jpg" alt="Image 2"/> | |
</li> | |
<li> | |
<img src="image-3.jpg" alt="Image 3"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="slideshow"> | |
<a href="#" class="prev" title="Show Previous Image">Previous</a> | |
<ul> | |
<li> | |
<img src="image-1.jpg" alt="Image 1"/> | |
</li> | |
<li> | |
<img src="image-2.jpg" alt="Image 2"/> | |
</li> | |
<li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="social"> | |
<?php if($title) : ?> | |
<h1><?php echo $title; ?></h1> | |
<?php endif; ?> | |
<?php if($description) : ?> | |
<p><?php echo $description; ?></p> | |
<?php endif; ?> | |
<ul> | |
<?php foreach($social_networks as $sn) : ?> | |
<li> |
NewerOlder