Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Mar 22, 2012
1 parent 41b988a commit ac07ab8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.txt
@@ -1,4 +1,4 @@
<strong>RADIO THEME</strong> <strong>RADIO THEME v1.1</strong>
<a href="http://radio.gregrickaby.com">http://radio.gregrickaby.com</a> <a href="http://radio.gregrickaby.com">http://radio.gregrickaby.com</a>


<strong>REQUIREMENTS</strong> <strong>REQUIREMENTS</strong>
Expand Down Expand Up @@ -27,7 +27,7 @@ Footer 3 - This is a widgeted area that appears on the bottom of every page.
<a href="http://www.gravityforms.com/">Gravity Forms</a> <a href="http://www.gravityforms.com/">Gravity Forms</a>
<a href="http://wordpress.org/extend/plugins/genesis-simple-edits/">Genesis Simple Edits</a> <a href="http://wordpress.org/extend/plugins/genesis-simple-edits/">Genesis Simple Edits</a>
<a href="http://wordpress.org/extend/plugins/disqus-comment-system/">Disqus Comment System</a> <a href="http://wordpress.org/extend/plugins/disqus-comment-system/">Disqus Comment System</a>
<a href="http://wordpress.org/extend/plugins/simple-social-icons/">Simple Social Icons</a> (For the homepage) <a href="http://wordpress.org/extend/plugins/simple-social-icons/">Simple Social Icons</a>


<strong>HOME.PHP FILE</strong> <strong>HOME.PHP FILE</strong>
This file creates the layout for the homepage. It includes an image grabber for TimThumb, NivoSlider and three sidebars "Home Left", "Home Middle", and "Primary Sidebar". This file creates the layout for the homepage. It includes an image grabber for TimThumb, NivoSlider and three sidebars "Home Left", "Home Middle", and "Primary Sidebar".
Expand All @@ -47,4 +47,10 @@ I'd like personally thank the following people for their help and contributions
<a href="http://garyjones.co.uk/">Gary Jones</a> <a href="http://garyjones.co.uk/">Gary Jones</a>
<a href="http://wpsmith.net/">Travis Smith</a> <a href="http://wpsmith.net/">Travis Smith</a>
<a href="http://about.me/jtsternberg">Justin Sternberg</a> <a href="http://about.me/jtsternberg">Justin Sternberg</a>
<a href="http://billerickson.net/">Bill Erickson</a> <a href="http://billerickson.net/">Bill Erickson</a>

<strong>TO DO</strong>
- Breadcrumbs
- Exclude categories from Radio Latest News
- a.rsswidget:visited{}
</ul>
12 changes: 11 additions & 1 deletion style.css
Expand Up @@ -5,7 +5,7 @@
Author: Greg Rickaby Author: Greg Rickaby
Author URI: http://gregrickaby.com Author URI: http://gregrickaby.com
Version: 1.0 Version: 1.1
Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns, three-columns, mobile responsive, timthumb, jFlow, radio Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns, three-columns, mobile responsive, timthumb, jFlow, radio
Expand Down Expand Up @@ -584,6 +584,10 @@ ul.menu li.sfHover ul,
margin: 0 0 25px; margin: 0 0 25px;
} }


.entry-content a {
text-decoration: underline;
}

blockquote { blockquote {
background: url(images/blockquote.png) no-repeat; background: url(images/blockquote.png) no-repeat;
border: none; border: none;
Expand Down Expand Up @@ -1043,6 +1047,11 @@ p.wp-caption-text {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
} }


a.rsswidget:visited {
color: #fff;
}


/* Dropdowns /* Dropdowns
------------------------------------------------------------ */ ------------------------------------------------------------ */


Expand All @@ -1054,6 +1063,7 @@ p.wp-caption-text {
width: 85%; width: 85%;
} }



/* User Profile /* User Profile
------------------------------------------------------------ */ ------------------------------------------------------------ */


Expand Down

0 comments on commit ac07ab8

Please sign in to comment.