Urgent
-
Hello there. I downloaded a CSS custom theme and I payed for the upgrade.
However, I was not able to do anything at all to my frustration. Can anyone help me out? The one below is the actual CSS style;
/*
Theme Name: Dawntree
Description: golden evening
Author: Jinsona designs
Author URI: http://web2feel.com/
*/body {
margin:0;
padding-top:0px;
background:#000;
font-family: Georgia,Tahoma,Verdana,sans-serif;
color:#e0e0e0;
font-size:13px;
}
img {
border:0;
}
a {
color:#f8cd48;
}
a:hover {
color:#ffe490;
}
h1, h2, h3, h4, h5, h6 {}
blockquote {
padding-left:10px;
color:#ebff7f;
font-style: normal;}
.clear {
clear:both;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}/* The Wrapper */
.wrapper {
width:1000px;
margin:0 auto;
border: 1px solid #de8a10;}
/* The Top */
.top {
height:328px;
margin-top:0px;
background:url(images/top.jpg);
}
.blogname {
float:left;
width:700px;
}
.blogname h1 a {
font-size:50px;
font-weight:normal;
margin:40px 0 0 30px;
color:#fcb100;
text-decoration: none;
}
.blogname h1 a:hover{
color:#fff;
text-decoration: none;
}
.blogname h2 {
margin:2px 0 0 30px;
font-size:18px;
font-weight:bold;
color:#fff;
}/* The Content */
.content {
padding:10px 10px 25px 15px;
background:#000 url(images/content.png) no-repeat;
}/* The Posts */
.text {
width:740px;
float:left;
text-align:justify;
}
.post {
padding:0 15px 10px 10px;}
h1.title {
font-size:20px;
margin:5px 0 0 0;
padding:3px 3px 3px 5px;
color:#f9ca60;
font-weight:normal;
background:url(images/post2.png)}
h1.title a {
color:#f9ca60;
text-decoration:none;
}
h1.title a:hover {
color:#f9ca60;
background:none;
text-decoration:none;
}
.postinfo {
height:20px;
background:none;
padding: 2px;}
.postinfo a {
color:#fcb100;
font-weight:bold;
text-decoration:none;}
.sidebar {
float:right;
width:190px;
padding-top:10px;
padding-right:20px;
font-size:14px;
}
.sidebar ul {
margin:0;
padding:0;
list-style:none;
}
.sidebar h2 {
height:33px;
line-height:37px;
font-size:16px;
color:#000;
margin:0;
background:url(images/h2.png);
padding:0 0 0 18px;
}
.sidebar h3 {
color:#000;
}.sidebar ul li {
background:url(images/sidebarbottom.png) bottom no-repeat;
padding-bottom:9px;
margin-bottom:9px;}
.sidebar ul li li {
background:none;
padding-bottom:0;
margin-bottom:0;
}
.sidebar ul li ul, .sidebar ul li div {
padding:9px;
background:url(images/sidebar.png);
}
.sidebar ul li ul ul, .sidebar ul li div div {
padding:0;
background:none;
}
.sidebar ul li ul li {
background:url(images/dot.gif) 0 5px no-repeat;
padding-left:13px;
}
.sidebar table {
width:100%;
text-align:center;
}.sidebar ul li.ad div {
text-align:center;
}/* The Footer */
.footer {
height:45px;
background:url(images/footer.jpg)no-repeat;
text-align:center;
color:#fff;
font-size:14px;
padding-top:10px;
}
.footer a {
color:#7a7e7e;
text-decoration:none;
}
.footer a:hover {
color:#c6c6c6;
}/* The Navigation */
.navigation {
height:25px;
padding:0 20px;
}
.navigation a {
font-weight:bold;
text-decoration:none;
font-size:14px;
color:#448aff;
}
.navigation a:hover {
color:#000;
background:#eedcbd;
}/* The Attachment */
.contentCenter {
text-align:center;
}/* The Page Title */
h2.pagetitle {
padding:0;
margin:0 0 20px 0;
font-size:25px;
text-align:center;
}/* The Comments */
.comments {
}
.comments form {
}
.comments textarea {
width:90%;
height:156px;
background:#fff;
border:1px solid #e9e5e1;
color:#484849;
padding:10px;
overflow:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#commentform {
padding-left:23px;
}
#commentform input {
background:#fff;
border:1px solid #e9e5e1;
color:#484849;
padding-left:10px;
}
.comments input#submit {
padding:0;
width:72px;
height:29px;
}
.comments h2 {
font-size:19px;
line-height:30px;
margin:24px 0 0 23px;
padding:0;
font-weight:normal;
}
.comments ol li p {
padding:0;
margin:10px 0;
}The blog I need help with is: (visible only to logged in users)
-
You cannot add external themes to a WordPress.com blog via the CSS upgrade; you cannot add them at all.
The CSS upgrade is for people who want to write their own designs or adapt existing WP.com themes via tweaking the CSS code. If you don’t know CSS well enough to do that, the CSS upgrade is not recommended.
You can ask staff for your money back, but I’m not sure you’ll get it, since the information on the CSS upgrade clearly states it’s recommended for people experienced with CSS.
-
but I can use the images provided to me right? And the colors provided of that specific theme? I guess I have a lot of Geeky CSS work to do! Hurray >.<
-
But what if I transfer that custom theme from a blog that I created from another website?
-
Apologies for the third post but I just woke up and it is hard to think.
Can I make this particular script a more wordpress-friendly? As in changing stuff in there to make it compatible to the style of CSS wordpress?
-
You cannot transfer themes from other websites. If you know CSS, you can write a CSS skin that looks like another site, IF you understand CSS. You can’t just drop code in from external sites.
-
Alright. Do you know a specific wordpress.com CSS skin tool in order for me to start writing it from scratch? I might use the classic information provided me by wordpress already to get the drift of it.
-
-
I see.
Another question. Even though I pressed the option in which article would appear briefly, every single time I refresh the page it shows every single word from each article. Can you help me out?
- The topic ‘Urgent’ is closed to new replies.