The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

i would like this theme but having a problem

Go down

i would like this theme but having a problem Empty i would like this theme but having a problem

Post by zinex Sat 10 Nov - 15:08

This is the theme i would like: http://www.phpbb-design.com/phpBB2_styles_demo/theme/?s=43

I downloaded the css and this is it here:

Code:
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #800000;
scrollbar-3dlight-color:#006600;
scrollbar-arrow-color:#FFFF80;
scrollbar-darkshadow-color:#066000;
scrollbar-face-color:#066000;
scrollbar-highlight-color:#008000;
scrollbar-shadow-color:##008000;
scrollbar-track-color:#008000}
}

/* General font families for common tags */
font,th,td,p { font:11px;font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFFFFF; text-decoration: none; font-weight: bold; }
a:hover      { text-decoration: underline; color : #C0FFC0; }
hr   { height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline{background:#066000;color:#008000;border:8px ridge #C0FFC0}

/* This is the outline round the main forum tables */
.forumline{background:#33CC00;color:#008000;border:3px ridge #C0FFC0}


/* Main table cell colours and backgrounds */
td.row1{background:#008000; color:#ffffff}
td.row2{background:#066000; color:#ffffff}
td.row3{background:#008000; color:#ffffff}


/*
  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:#008000 repeat-y}

/* Header cells - the blue and silver gradient backgrounds */
th{background:url(images/cellpic3.gif) #066000;color:#FFFFFF;font-size:12px;
font-weight:bold;height:20px;white-space:nowrap}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(images/cellpic1.gif); background-color:#066000;
      color:#FFFFFF; height: 25px;
}


/*
  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: #FFFFFF; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #008000; border: #008000; 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,h1,h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica,
            sans-serif;text-decoration: none; line-height : 120%; color : #FFFFFF;
}


/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #FFFFFF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #C0FFC0; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #FFFFFF }
a.mainmenu      { text-decoration: none; color : #FFFFFF;  }
a.mainmenu:hover{ text-decoration: none; color : #C0FFC0; }


/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle      { text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: none; color : #C0FFC0; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.forumlink    { text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: none; color : #C0FFC0; }


/* 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 : #FFFFFF;}
a.nav         { text-decoration: none; color : #FFFFFF; }
a.nav:hover      { text-decoration: none; color : #C0FFC0; }

.topnav{font-size:10px;background: #e5ebf3 url(images/cellpic1.gif) repeat-x;color:#dd6900;

/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link  { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover   { text-decoration: none; color : #C0FFC0; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : 11px; color : #FFFFFF;}

/* Location, number of posts, post date etc */
.postdetails      { font-size : 10px; color : #FFFFFF; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;color : #FFFFFF}
a.postlink:link   { text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: none; color : #C0FFC0}


/* Quote & Code blocks */
.code{background:#C0FFC0;border:1px dashed #FFFFFF;color:#000000;
font:11px Courier,"Courier New",sans-serif;padding:5px}

.quote{background:#C0FFC0;border:1px dashed #FFFFFF;color:#000000;
font:bold 11px/125% Verdana,Arial,Helvetica,sans-serif}


/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright      { color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: none;}


/* Form elements */
input,textarea, select {
   color : #FFFFFF;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #008000;
}

/* The text input fields background colour */
input.post, textarea.post, select {background-color : #066000;}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #008000;
   color : #FFFFFF;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
   background-color : #008000;
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : #008000;border-color : #ffffff;
   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: #008000; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


however when i apply it, this is what it looks like:

http://www.p2ptest.forumotion.com i want to get rid of the green in the background, so it is red like the demo of the theme at the top of this post...can anyone help? the colour of the fonts, images and logo i can do myself.
zinex
zinex
Hyperactive

Female Posts : 2804
Reputation : 93
Language : scotch och aye!
Location : Whats harder than a rock?!

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

i would like this theme but having a problem Empty Re: i would like this theme but having a problem

Post by zinex Sat 10 Nov - 16:09

its okay i worked it out!
zinex
zinex
Hyperactive

Female Posts : 2804
Reputation : 93
Language : scotch och aye!
Location : Whats harder than a rock?!

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum