Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gambitph/russell-theme


https://github.com/gambitph/russell-theme

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Russell Classes

LAYOUTS

Main wrapper small-content left & large image right

<div id="content" class="russell-content-wrapper russell-content-reverse">

<section class="russell-content-large russell-content-image"></section>
<section class="russell-content-small russell-content-area">
<div>
</div>
<div class="russell-copyright">
<?php russell_copyright(); ?>
</div>
</section>
</div>

Main wrapper large image left & small content right

<div id="content" class="russell-content-wrapper">

<section class="russell-content-large russell-content-image"></section>
<section class="russell-content-small russell-content-area">
<div>
</div>
<div class="russell-copyright">
<?php russell_copyright(); ?>
</div>
</section>
</div>

Main wrapper full content only

<div id="content" class="russell-content-wrapper">

<section class="russell-content-full russell-content-area">
<div>
</div>
<div class="russell-copyright">
<?php russell_copyright(); ?>
</div>
</section>
</div>

Elements

Main Page Title

<h1 class="russell-site-title">

<a href='#'>Title</a>
<span>Description</span>
</h1>