Greetings! I am running Zikula version 1.1.1. on a Linux server with MYSQL version 5.0.
Website:
www.forbidden-lore.com
I have installed the latest version of Zafenio. Zafenio is working fine, however when I copy the wow10 theme over it doesn't take.
For some reason it isn't reading the wow10.css file. It is only reading the default.css style sheet.
I tried renaming wow10.css to defeault.css, however all that changed was the color scheme and none of the customized WoW borders or pictures under the cellpics directory, or the others, showed up.
Do you all have any advice? To me it just seems like there is a coding issue with the .css. I tried to attach the wow10.css file, however that extension isn't allowed. I will post the content of the wow10.css file at the bottom of this post.
I apprecaite any help you can provide me with!
Eagerly awaiting your reply,
Disman
Code:
/*
The original WoWMoonclaw01 Theme for phpBB version 2+
Created by Moonclaw/Ma??vah http://www.wowcr.net NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color:#E2BD00; }
hr { height: 0px; border: solid #454545 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
/* This is the outline round the main forum tables */
/* Main table cell colours and backgrounds */
td.row1 { background-color: #202020; color:#E2BD00; }
td.row2 { background-color: #353535; color:#E2BD00;}
td.row3 { background-color: #454545; color:#E2BD00;}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000;
background-image: url(../cellpics/wow10/cellpic1.gif);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFCC33; font-size: 11px; font-weight : bold;
background-color: #d4af1c; height: 25px;
background-image: url(../cellpics/wow10/cellpic1.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(../cellpics/wow10/cellpic1.gif);
background-color:#454545; border: #202020; border-style: solid; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #000000; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #454545; border: #202020; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color :rgb(100, 9, 9);
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; color:rgb(100, 9, 9); }
.gen,.genmed { color : #E2BD00; }
a.gen,a.genmed { color: #E2BD00; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: rgb(198, 0, 0); text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #E2BD00; }
a.mainmenu { text-decoration: none; color : #E2BD00; }
a.mainmenu:hover{ text-decoration: underline; color : rgb(198, 0, 0);; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #E2BD00;}
a.cattitle { text-decoration: none; color : #E2BD00; }
a.cattitle:hover{ text-decoration: underline;color:rgb(198, 0, 0);; }
/* Forum category titles */
td.cat { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #E2BD00;}
td.cat a:link { text-decoration: none; color : #E2BD00; }
td.cat a:hover{ text-decoration: underline;color:rgb(198, 0, 0);; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #E2BD00; }
a.forumlink { text-decoration: none; color : #E2BD00; }
a.forumlink:hover{ text-decoration: underline; color : rgb(198, 0, 0);; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #E2BD00;}
a.nav { text-decoration: none; color : #E2BD00; }
a.nav:hover { text-decoration: underline; color:rgb(198, 0, 0);; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #E2BD00; }
a.topictitle:link { text-decoration: none; color : #E2BD00; }
a.topictitle:visited { text-decoration: none; color : #E2BD00; }
a.topictitle:hover { text-decoration: underline; color : rgb(198, 0, 0);; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #E2BD00;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #E2BD00; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #E2BD00 }
a.postlink:visited { text-decoration: none; color : #E2BD00; }
a.postlink:hover { text-decoration: underline; color : rgb(198, 0, 0);}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #0A0A0A; border: #454545; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; line-height: 125%;
background-color: #0A0A0A; border: #454545; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E2BD00; letter-spacing: -1px;}
a.copyright { color: #E2BD00; text-decoration: none;}
a.copyright:hover { color: rgb(198, 0, 0); text-decoration: underline;}
/* Form elements */
input,textarea {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post {
background-color : #D8B87B; color:#000000;
}
input { text-indent : 2px; color:#E2BD00; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #081D52;
color : #E2BD00;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #081D52;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #081D52;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #353535; border-style: none; }
td.postbody {color:#E2BD00;}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
-->
.row3, .row2, .row1 {color:#E2BD00;}
.topictitle {color:#E2BD00;}
.name, .postdetails {color:#E2BD00;}
.topnav {background-color:#D8B87B;}
td.gensmall {font-weight:bold;color:rgb(198, 0, 0);}
/* Begin moving tword phpbb 2.2 style data */
p.breadcrumbs
{
margin: 0px;
float: left;
font-weight: bold;
white-space: normal;
}
p.breadcrumbs a{ color:#E2BD00;}
p.datetime
{
margin: 0px;
float: right;
white-space: nowrap;
}
/* Added for Mozilla - still need to look at the black background problem though */
iframe
{
border:0;
}
.row1 a:link, .row1 a:active, .row1 a:visited {color:#E2BD00;}
.row1 .gensmall {color:#E2BD00;}
.row2 a:link, .row2 a:active, .row2 a:visited {color:#E2BD00;}
.row1 a:hover,.row2 a:hover {color:rgb(192,0,0)}
.bodyline { background-color:#000000; border: 1px #202020 solid; }
.forumline { border: 2px #202020 solid; background-color:#000000;}
|