Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-45: Further refined the base styles
Browse files Browse the repository at this point in the history
  • Loading branch information
abledaccess committed Jan 11, 2012
1 parent 8386f38 commit a7bcdef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions wp-content/themes/fluid-studios/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/infusion/components/uiOptions/css/FatPanelUIOptions.css" media="all" />

<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="all" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/media-queries.css" media="all" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/css/media-queriess.css" media="all" />

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/infusion/MyInfusion.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/modernizr.js"></script>
Expand Down Expand Up @@ -105,7 +105,7 @@ classnameMap: {
<nav class="access">
<ul>
<li class="fls-loginout-link"><a href="/wp-login.php">Log in</a></li>
<?php if(is_single()) echo('<li class="fls-back-link"><a href="javascript: void();" onclick="javascript: window.history.back();" title="Go Back"><span>Back</span> <span class="fls-back-showhide">to <span><b>fluid</b>studios</span></span></a></li>'); ?>
<?php if(is_single()) echo('<li class="fls-back-link"><a href="javascript: void();" onclick="javascript: window.history.back();" title="Go Back">Back</a></li>'); ?>
</ul>
</nav><!-- /.access -->
</div><!-- /.masthead -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
the_post_thumbnail();
} else {
// the current post lacks a thumbnail, display the default picture
echo '<img alt="Featured image is missing" src="' . get_stylesheet_directory_uri() .'/images/placeholder.jpg" width="240" height="160" />';
echo '<img alt="Featured image is missing" src="' . get_stylesheet_directory_uri() .'/images/placeholder.jpg" />';
}
?></a>
</div>
Expand Down
13 changes: 4 additions & 9 deletions wp-content/themes/fluid-studios/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ img,embed,object,video{
}
.single .main{
max-width:60em;
padding-top:3.25em;
}
.single .main .article{
padding:0 8%;
Expand Down Expand Up @@ -229,14 +230,12 @@ p.entry-meta,.home .entry-content p,.archive .entry-content p{
color: #FFFFFF;
}
.fls-back-link {
background-position: 0.4375em center; /* 7 / 16 */
background-position: 0.4375em center;
background-repeat: no-repeat;
background-color: white;
border:2px solid #0099cc;
border-radius: 5px;
margin-top:-1.1em;
margin-top:1em;
margin-bottom:-5em;
margin-left:8%;
margin-bottom:-0.9em;
padding:0.3em 0.5em;
padding-left: 1em;
position:relative;
Expand All @@ -257,10 +256,6 @@ p.entry-meta,.home .entry-content p,.archive .entry-content p{
.fls-theme .fls-back-link:hover {
background-image: url("images/icon-back-green.png");
color: #CCCC00;
border:2px solid #cccc00;
}
.fls-back-link .fls-back-showhide{
display:none;
}

/* Footer styles
Expand Down

0 comments on commit a7bcdef

Please sign in to comment.