-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_css.php
46 lines (37 loc) · 1.83 KB
/
config_css.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/**
* @subpackage : Wordpress
* @author : Jonathon Byrd
* @copyright : All Rights Reserved, Byrd Inc. 2009
* @link : http://www.jonathonbyrd.com
*
* Jonathon Byrd is a freelance developer for hire. Jonathon has owned many companies and
* understands the importance of website credibility. Contact Jonathon Today.
*
*/
// Check to ensure this file is within the rest of the framework
defined('_EXEC') or die();
?>
<style>
div.byrdtabs {width:100%;clear:both;margin:20px 0;position:relative;float:left;}
.byrdtabs ul {width:100%;position:relative;float:left;margin:0 0 0 40px !important;}
.byrdtabs ul li {position:relative;float:left;}
.byrdtabs ul li a {width:130px;cursor:pointer;}
.paypalinfo {border-bottom:1px solid #eee;font-size:10px;padding-bottom:15px;}
div table label {font-weight:bold;}
textarea {width:95%;height:100px;}
textarea.large {height:400px;}
.comments {text-align:center;}
.commentlist {width:90%;}
.commentlist .thread-even {background-color:#eee;}
.commentlist .thread-odd {background-color:#efefef;}
.commentlist .comment {display:block;height:auto;padding:7px;border:1px solid #ccc;margin:5px;border-left:5px solid #314c5f;border-bottom:1px solid #2f3235;}
.commentlist .comment-author {vertical-align:middle;font-size:20px;font-weight:bold;color:#2f3235;text-transform:Capitalize;width:300px;position:relative;float:left;}
.commentlist .comment-meta {width:300px;position:relative;float:left;text-transform:lowercase;}
.commentlist .comment-meta a {color:#808180;font-size:10px;text-decoration:none;}
.commentlist .comment p {display:block;clear:both;padding-left:20px;}
.subscriberslist {width:100%;}
.subscriberslist thead td {font-weight:bold;background:#fff;border:1px solid #ccc;padding:3px;}
.subscriberslist td {border-left:1px solid #ccc;}
.subscriberslist tr {margin:5px 0;}
</style>