il15
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: Change Theme depending of URLThank you for your answer but what i’m looking for is the following:
1.- Url1.com
2.- Url2.comBoth url’s go to the same wordpress blog.
If you enter the blog using url1.com you will see a black template (for example)
If you enter the blog using url2.com you will see a red template.Forum: Fixing WordPress
In reply to: The comments show as a text without any formatanybody?
Forum: Fixing WordPress
In reply to: The comments show as a text without any formatthis is the code refering the comments:
/*-------------------- Comment --------------------*/ .commentsbox { width: 490px; border: 1px solid #fff; float: left; color: #333; margin: 5px auto; } .commentsbox p { margin: 0; padding: 0; } .commentsbox img { border: 1px solid #666; margin: 3px; } #commentlist ol { margin: 0; padding: 0; } #commentlist li { list-style-position: outside; list-style-type: decimal; padding: 10px; border: 1px solid #fff; } .alt { background-color: #fff !important; background-image: url('none') !important; } #commentlist li:hover { border: 1px solid #ccc; background-color: #e3eefa; } .alt:hover { background-color: #e3eefa !important; background-image: url('none') !important; } .comment-title { margin: 0 0 0 0px; font-size: 10px; color: #666; } .comment-title a:link { color: #0072bc; } .comment-title a:hover { color: #666; } .comment-text { } h2.postcomment { margin: 0; font-size: 20px; font-weight: normal; } .postcomment { clear: both; margin: 20px 0 0 0; padding: 20px; } .postcomment input, .postcomment textarea { border: 1px dotted #aaa; background: #f5f5f5; } .postcomment input:hover, .postcomment textarea:hover { border: 1px dotted #ccc; background: #fff; } .postcomment input#author, .postcomment input#email, .postcomment input#url { width: 100% !important; width: 456px; /* IE hack */ height: 18px; } .postcomment textarea#comment { width: 100% !important; /* IE hack */ height: 200px; } .postcomment input#submit { width: auto; height: 25px; padding: 2px 10px 3px 10px; background: #f5f5f5; } .postcomment input#submit:hover { background: #fff; }
Viewing 3 replies - 1 through 3 (of 3 total)