hrm wierdness
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
0088ad9985
commit
ccabf178ee
|
@ -22,7 +22,6 @@ body {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
color: #000;
|
color: #000;
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -574,13 +573,13 @@ a.navi-comments:hover span {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.members-only {
|
.post .members-only {
|
||||||
border: dotted 1px #000;
|
border: dotted 1px #000;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.non-member {
|
.post .non-member {
|
||||||
border: dotted 1px #000;
|
border: dotted 1px #000;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ThemePack Name: Silver
|
ThemePack Name: Silver
|
||||||
ThemePack URI: http://comicpress.org
|
ThemePack URI: http://comicpress.org
|
||||||
Description:
|
|
||||||
Author: Tyler Martin
|
Author: Tyler Martin
|
||||||
Author URI: http://mindfaucet.com/
|
Author URI: http://mindfaucet.com/
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
.
|
|
||||||
The CSS, XHTML and design is released under GPL v3:
|
|
||||||
http://www.opensource.org/licenses/gpl-3.0.html
|
|
||||||
.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* STANDARD TAGS */
|
/* STANDARD TAGS */
|
||||||
|
@ -17,7 +12,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Arial', sans-serif;
|
font-family: 'Arial', sans-serif;
|
||||||
color: #333;
|
color: #333;
|
||||||
background: #fff url('background.png') top repeat-x;
|
background: #fff url('background.png') top center repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
<?php global $post; if ($post->comment_status != 'closed') { ?>
|
||||||
|
<div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
||||||
|
}
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ThemePack Name: twopointfive
|
ThemePack Name: twopointfive
|
||||||
ThemePack URI: http://comicpress.org
|
ThemePack URI: http://comicpress.org
|
||||||
Description:
|
|
||||||
Author: Tyler Martin
|
Author: Tyler Martin
|
||||||
Author URI: http://mindfaucet.com/
|
Author URI: http://mindfaucet.com/
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
.
|
|
||||||
The CSS, XHTML and design is released under GPL v3:
|
|
||||||
http://www.opensource.org/licenses/gpl-3.0.html
|
|
||||||
.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* STANDARD TAGS */
|
/* STANDARD TAGS */
|
||||||
|
|
Loading…
Reference in New Issue