Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BB2Nuke
Author Message
doffer83
Worker
Worker



Joined: Apr 17, 2011
Posts: 117
Location: Amsterdam

PostPosted: Sat Jun 30, 2012 3:27 am Reply with quote

I use the nice theme fisbice for my old nuke site.. I would to make the default size text bigger (x 16 dark blue and using Microsoft Sans Serif) in the forum too. I heard that Microsoft Sans Serif must be written with pt not with px.. is that true?? please help me to make my wish true, I have tried many time in the file forum.css but I am not very well with css and I even could not find the right code

I already made the text Microsoft Sans Serif in the style.css no problemo

Kind regards
 
View user's profile Send private message Visit poster's website
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Sat Jun 30, 2012 4:38 am Reply with quote

You should be able to change that in the themes style/Forums.css

_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
doffer83







PostPosted: Sat Jun 30, 2012 7:45 am Reply with quote

I can past the code of the css file here if you want.. can you tell me how to change that in the file please Blonde Moment I am not very well with code.. just a beginner
 
nuken







PostPosted: Sat Jun 30, 2012 8:26 am Reply with quote

in the Forums.css file find instances like this

Code:


color:#000000;font:12px
or
color:#000000;font:10px


and change them to what you want.

for example:
Code:


color:#0000A0;font:16px

will give you dark blue text that is 16px.

There are a ton of css related references on the internet. Just make sure you backup any file you edit so you can fix it if you really mess it up.
 
doffer83







PostPosted: Sat Jun 30, 2012 9:28 am Reply with quote

thise colo id?

Code:



/* The content of the posts (body of text) */
body{background:#ecf0f6;color:#0000A0;font:16pt Microsoft Sans Serif,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color:#d1d7dc;
scrollbar-arrow-color:#006699;
scrollbar-darkshadow-color:#98aab1;
scrollbar-face-color:#dee3e7;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef}


there are more color codes ...
 
nuken







PostPosted: Sat Jun 30, 2012 9:40 am Reply with quote

You would only want to change the ones related to text color, not scrollbar color. The easiest way is to test on a local server like xampp or wamp with a good simple code editor like notepad++ and when you have the theme as you want it, upload your changes to your live site. A lot of trial and error...
 
neralex
Site Admin



Joined: Aug 22, 2007
Posts: 1772

PostPosted: Sat Jun 30, 2012 10:58 am Reply with quote

Here you can read what is the difference between using px, pt or em as font-size.
[ Only registered users can see links on this board! Get registered or login! ]

And here is a very good article with all infos about the difference. The article is written in german only, but with google translate you can read it:
[ Only registered users can see links on this board! Get registered or login! ]

For me personally is "em" the best choice. With "em" you give the user the full font-size control and you can realize a very good result on win, mac and linux mashines. In some constructions is px a good choice, in other pt but the use of "em" is recommended by the W3C.

The Microsoft fonts are not the best choice, because an mac or linux user can not use the fonts. On the following page you can found a cool example collection of webfonts with fallbacks.
[ Only registered users can see links on this board! Get registered or login! ]

Smile
 
View user's profile Send private message
doffer83







PostPosted: Sat Jun 30, 2012 11:14 am Reply with quote

nuken wrote:
You would only want to change the ones related to text color, not scrollbar color. The easiest way is to test on a local server like xampp or wamp with a good simple code editor like notepad++ and when you have the theme as you want it, upload your changes to your live site. A lot of trial and error...


Let me thank you both men.. I alwayes use a sever on my laptop first.. I really tried many many time before I did post.. after save I dele the brouwser cach but nothing change.. that's wy I asked you if you can tell me how to do it

Code:
/* Based on the original Style Sheet for the fisubice v2 Theme for phpBB version 2+

Edited by Daz  - http://www.forumimages.com */

/* The content of the posts (body of text) */
body{background:#ecf0f6;color:#0000A0;font:14pt Microsoft Sans Serif,Arial,Helvetica,sans-serif;
scrollbar-3dlight-color:#d1d7dc;
scrollbar-arrow-color:#006699;
scrollbar-darkshadow-color:#98aab1;
scrollbar-face-color:#dee3e7;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef}

/* General font families for common tags */
font,th,td,p{color:#000000;font:12px Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif}

/* General text */
.gensmall{font-size:12px}
.genmed{font-size:14px}

/* General page style. The scroll bar colours only visible in IE5.5+ */
a:link,a:active,a:visited,a.postlink{color:#32475f;text-decoration:none}
a:hover,a.topictitle:hover{color:#839fbc;text-decoration:underline}

/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:11px;font-weight:bold}
a.topictitle:visited{color:#5493b4}

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

/* Added for Mozilla - still need to look at the black background problem though */
iframe{border:0}

hr{border: 0px solid #ffffff;border-top-width:1px;height:0px}

/* Form elements */
form{display:inline}

input{margin-bottom:2px;margin-top:2px;text-indent:2px}

input,textarea,select{border-color:#000000;color:#000000;
font-size:14px}

/* Fancy form styles for IE */
input,textarea,select,input.button{background: #e1e9f2;border-width:1px;font:normal 12px Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif}

/* The buttons used for bbCode styling in message post */
input.button{background:#fafafa;color:#000000}
input.catbutton{background:#fafafa;color:#000000;font-size:12px}

/* None-bold submit button */
input.liteoption{background: #fafafa;color:#000000}
/* The main submit button option */
input.mainoption{background:#fafafa;color:#000000;font-weight:bold}
/* The text input fields background colour */
input.post,textarea.post,select{background: #e1e9f2;color:#000000}

/* Category gradients*/
td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background:#d9e2ec url(images/cellpic1.gif);height:29px}

/* Main table cell colours and backgrounds */
td.row1{background: #f4f6fb;color:#000000}
td.row2{background: #e1e9f2;color:#000000}
td.row3{background: #d7e2ef;color:#000000}
td.spacerow{background:#cad9ea;color:#000000}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background:url(images/cellpic2.jpg) #ffffff repeat-y}

/* Header cells - the blue and silver gradient backgrounds */
th{background: #c6d3e4 url(images/cellpic3.gif);color: #516a88;font-size:12px;
font-weight:bold;height:28px;white-space:nowrap;text-align:center}

/* Code blocks */
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;
font:11px Courier,"Courier New",sans-serif;padding:5px}

/* This is for the error messages that pop up */
.errorline{background:#add8e6;color:#000000;border:1px solid #006699}

/* This is the border line & background colour round the entire page */
.bodyline{background: #f7f8fc;color:#000000;border:1px solid #98aab1}

/* This is the outline round the main forum tables */
.forumline{background:#ffffff;color:#000000;border: 1px solid #486386}

/* 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:#e1e9f2;border-style:none;color:#000000}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font:bold 20px/120% "Microsoft Sans Serif",Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif;text-decoration:none}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:11px;font-weight:bold}
.postbody{font:12px/125% "Microsoft Sans Serif",Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif}

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

/* Quote blocks */
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif}

.subtitle,h2{color:#000000;font:bold 18px/180% "Microsoft Sans Serif",Microsoft Sans Serif,Tahoma,Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

/* This is the gradient background at the top of the page */
.navbkg{font-size:12px;height:28px;white-space:nowrap;background:#b0c4d8 url(images/cellpic_nav.gif) repeat-x}
.headbkgmain{width:749px;height:110px;background:url(images/cellpic_bkg_main.jpg) #cfdbe7 repeat-x}
.headbkgright{background:url(images/cellpic_bkg_left.jpg) #cfdbe7 repeat-x}


please one more time try to help me when you can. I have tried long hours but it did not work.

my php server on the desktop is
[ Only registered users can see links on this board! Get registered or login! ]
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sat Jun 30, 2012 11:33 am Reply with quote

if your font name has spaces in it you need to enclose it in quotes, and the actual font name may be "MS Sans Serif" although I have never used it.

body{background:#ecf0f6;color:#0000A0;font:14pt "MS Sans Serif",Arial,Helvetica,sans-serif;}
 
View user's profile Send private message Visit poster's website
neralex







PostPosted: Sat Jun 30, 2012 12:01 pm Reply with quote

font-size set to 1em in fisubice. not perfect but hey, you can modify the rest. make a backup of your files before you use it.

nukeNAV.css:

Code:
.nukeNAV,.nukeNAV *{z-index:2;list-style:none;margin:0;padding:0;}

.nukeNAV{position:relative;}
.nukeNAV td{padding:0;margin:0;}
.nukeNAV a{border:0;padding-left:4px;padding-right:4px;padding-top:4px;padding-bottom:4px;line-height:10px;margin:0;}
.nukeNAV a,.nukeNAV a:visited{color:#000;font-size:1em;}
.nukeNAV li:hover,.nukeNAV li.sfHover,.nukeNAV a:focus,.nukeNAV a:hover,.nukeNAV a:active{background:#F4F6FB;color:#32475f;}
.nukeNAV li{background:transparent;}
.nukeNAV li li,.nukeNAV li li li{background:#BFCEE0;}
.sf-sub-indicator{position:absolute;display:block;right:.75em;top:0;}
a > .sf-sub-indicator{top:4px;background-position:0 -100px;padding:0}
nukeNAVmod a{border-left:1px solid #fff;border-top:1px solid #F4F6FB;font-size:1em;}
.nukeNAVmod a,.nukeNAVmod a:visited{color:#32475f;}
.nukeNAVmod li:hover,.nukeNAVmod li.sfHover,.nukeNAVmod a:focus,.nukeNAVmod a:hover,.nukeNAVmod a:active{color:#000;background:#BFCEE0;outline:0;}
.nukeNAVmod li,.nukeNAVmod li li,.nukeNAVmod li li li{background:#F4F6FB;}
/* open the hover menu on the correct side for right/left blocks */
.fisubice-right .nukeNAVmod li:hover ul,.fisubice-right .nukeNAVmod li.sfHover ul{left:-14.5em;top:0;} /* right column */
.fisubice-left .nukeNAVmod li:hover ul,.fisubice-left .nukeNAVmod li.sfHover ul{left:100%;top:0;}  /* left column */


style.css:

Code:
font {font-family: "MS Sans Serif",Arial,Helvetica,sans-serif;}

td {font-family: "MS Sans Serif",Arial,Helvetica,sans-serif; font-size: 1em}
body {font-family: "MS Sans Serif",Arial,Helvetica,sans-serif; font-size: 1em; color:#0000A0}
p {font-family: "MS Sans Serif",Arial,Helvetica,sans-serif; font-size: 1em}
div {font-family: "MS Sans Serif",Arial,Helvetica,sans-serif; font-size: 1em}
input{margin-bottom:2px;margin-top:2px;text-indent:2px}
input,textarea,select{border-color:#000000;color:#000000;font-size:1em}
input,textarea,select{background: #ffffff;border-width:1px;font:normal 1em "MS Sans Serif",Arial,Helvetica,sans-serif}
input.catbutton{background:#fafafa;color:#000000;font-size:1em}
input.button{background:#fafafa;color:#000000;font-size:1em}
input.liteoption{background: #fafafa;color:#000000}
input.mainoption{background:#fafafa;color:#000000;font-weight:bold}
input.post,textarea.post,select{background: #ffffff;color:#000000}
.helpline{background:#e1e9f2;border-style:none;color:#000000}
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600; font:1em "MS Sans Serif",Arial,Helvetica,sans-serif;padding:5px}
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444; font:1em/125% "MS Sans Serif",Arial,Helvetica,sans-serif}
.bodyline{background: #f7f8fc;color:#000000;border:1px solid #98aab1}
body{background:#ecf0f6;color:#000000;}
.hidegoogle{color:#ecf0f6;font-size:0pt;}
hr{border: 0px solid #516A88;border-top-width:1px;height:0px}
a:link,a:active,a:visited,a.postlink{color:#32475f;text-decoration:none}
a:hover,a.topictitle:hover{color:#839fbc;text-decoration:underline}
.title       {background: none; color: #000000; font-size: 0.8em; font-weight: bold; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.content     {background: none; color: #000000; font-size: 1em; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri}
.block-title {background: none; color: #516A88; font-size: 1em; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri}
.storytitle  {background: none; color: #516A88; font-size: 1em; font-weight: bold; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.storycat    {background: none; color: #000000; font-size: 1em; font-weight: bold; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: underline}
.boxtitle    {background: none; color: #000000; font-size: 1em; font-weight: bold; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.boxcontent  {background: none; color: #000000; font-size: 1em; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri}
.option      {background: none; color: #000000; font-size: 1em; font-weight: bold; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.tiny        {background: none; color: #000000; font-size: 1em; font-weight: normal; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.small       {background: none; color: #000000; font-size: 0.6em; font-weight: normal; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.sandersh1   {background: none; color: #990000; font-size: 1.2em; font-weight: bold; font-family: Arial, Verdana, Helvetica,sans-serif; text-decoration: none}
.sandersh2   {background: none; color: #990000; font-size: 1em; font-weight: bold; font-family: Arial, Verdana, Helvetica,sans-serif; text-decoration: none}
.sandersh3   {background: none; color: #990000; font-size: 1em; font-weight: bold; font-family: Arial, Verdana, Helvetica,sans-serif; text-decoration: none}
.sandersp    {background: none; color: #000000; font-size: 1em; font-family: "MS Sans Serif",Arial,Helvetica,sans-seri; text-decoration: none}
.sandershr   {border: 5px;border-top-width:5px;height:2px}
img {border-style: none }

/* GCalendar sample styles for fisubice theme */

.gcal-error {
   font-weight: bold;
   color: red;
}

form.gcal-event-form legend {
   font-weight: bold;
   color: black;
}

form.gcal-event-form .normal-label {
   font-weight: bold;
   color: black;
}

form.gcal-event-form .error-label {
   font-weight: bold;
   color: red;
}

table.gcal-block-cal {
   width: 100%;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

table.gcal-block-cal a {
}

table.gcal-block-cal a:link {
   text-decoration: underline;
}
table.gcal-block-cal a:visited {
   text-decoration: underline;
}
table.gcal-block-cal a:hover {
   text-decoration: underline;
}
table.gcal-block-cal a:active {
   text-decoration: underline;
}

table.gcal-block-cal a.today {
   color: white;
}

table.gcal-block-cal th {
   color: white;
   text-align: center;
   background-image: url(../../../modules/Forums/templates/subSilver/images/cellpic3.gif);
   border-width: 1px;
   padding: 1px;
   border-style: outset;
   border-color: black;
   font-size: 1em;
}

table.gcal-block-cal td {
   border-width: 1px;
   padding: 1px;
   border-style: hidden;
   text-align: center;
}

table.gcal-block-cal td.no-day {
}

table.gcal-block-cal td.day-no-event {
}

table.gcal-block-cal td.day-event {
   border: solid 1px teal;
}

table.gcal-block-cal td.today-no-event {
   background-image: url(../../../modules/Forums/templates/subSilver/images/cellpic3.gif);
   color: white;
   border-style: outset;
   border-color: black;
}

table.gcal-block-cal td.today-event {
   background-image: url(../../../modules/Forums/templates/subSilver/images/cellpic3.gif);
   font-weight: bold;
   border-style: outset;
   border-color: black;
}

table.gcal-block-events {
   border: solid 1px black;
   width: 100%;
}

table.gcal-block-events a:link {
   text-decoration: underline;
}
table.gcal-block-events a:visited {
   text-decoration: underline;
}
table.gcal-block-events a:hover {
   text-decoration: underline;
}
table.gcal-block-events a:active {
   text-decoration: underline;
}


table.gcal-month {
   width: 100%;
   border-width: 1px;
   border-style: solid;
   border-color: black;
   padding: 1px;
}

table.gcal-month th {
   color: white;
   text-align: center;
   background-image: url(../../../modules/Forums/templates/subSilver/images/cellpic3.gif);
   padding: 2px;
   border: outset 1px black;
}

table.gcal-month td {
   margin: 0px;
   padding: 2px;
   border: outset 1px black;
   height: 75px;
}

table.gcal-month td.no-day {
   background-color: #d2d5d8;
}

table.gcal-month td.day {
}

table.gcal-month td.weekend {
   background-color: #c4d2e3;
}

table.gcal-month td.today {
   background-color: #88b2e6;
}

table.gcal-month a {
}

table.gcal-month a:link {
   text-decoration: underline;
}
table.gcal-month a:visited {
   text-decoration: underline;
}
table.gcal-month a:hover {
   text-decoration: underline;
}
table.gcal-month a:active {
   text-decoration: underline;
}

table.gcal-month a.day-link {
   font-size: 20px;
   background: none;
   color: black;
}

table.gcal-month a.day-link:link {
   text-decoration: underline;
}
table.gcal-month a.day-link:visited {
   text-decoration: underline;
}
table.gcal-month a.day-link:hover {
   text-decoration: underline;
}
table.gcal-month a.day-link:active {
   text-decoration: underline;
}

table.gcal-event {
   width: 80%;
   border-width: 1px;
   border-style: solid;
   border-color: black;
   padding: 0px;
}

table.gcal-event caption {
   padding-bottom: 5px;
   font-weight: bold;
   font-size: 1em;
   margin: 2px;
}

table.gcal-event th {
   background-color: #c9d6e6;
   color: black;
   text-align: right;
   font-size: 1em;
   padding: 4px;
   border: solid 1px black;
}

table.gcal-event td {
   padding: 4px;
   border: solid 1px black;
}

table.gcal-cat-legend {
   border-width: 1px;
   border-style: solid;
   border-color: black;
   padding: 2px;
}

table.gcal-cat-legend td {
   border: none;
}

table.gcal-cat-legend caption {
   padding-bottom: 5px;
   font-weight: bold;
   font-size: 1em;
   margin: 2px;
}
/* For Forum Attachment Mod */
td.attachrow      { font: normal 1em Verdana, Arial, Helvetica, sans-serif; }
td.attachheader     { font: normal 1em Verdana, Arial, Helvetica, sans-serif; }
table.attachtable   { font: normal 1.2em Verdana, Arial, Helvetica, sans-serif; border-collapse : collapse; }
/* DEFAULT CSS OVERRIDES */
/* Ordered List Sprites (required for IE7 and floating LI) */
/* Center Block styling */
.fisubicemain div.block-spacer{margin:0 0 10px 0} /* more space below some center blocks */
#IBblock-center div.block-spacer{margin:0}  /* except for this block */
/* Side Block styling */
.ul-box {width:130px;padding:2px 0} /* containers for side block lists: for proper display in ie7 */
.ol-box {padding:2px 0}
.ul-box.block-feeds li.rn-list.li-first {float:left}
.ul-box.block-old_articles li.rn-list.li-even,.ul-box.block-old_articles li.rn-list.li-odd,.ul-box.block-feeds li.rn-list.li-even,.ul-box.block-feeds li.rn-list.li-odd,.ul-box.block-last_5_articles li.rn-list.li-even,.ul-box.block-last_5_articles li.rn-list.li-odd{float:left;margin-top:4px;}
.ul-box.block-old_articles .small-caps{font-variant:normal}


Forums.css:

Code:
body{background:#ecf0f6;color:#0000A0;font:1em Verdana,Helvetica,sans-serif;}


/* General font families for common tags */
th,td,p{color:#000000;font:1em Verdana,Arial,Helvetica,sans-serif}

/* General text */
.gensmall{font-size:1em}
.genmed{font-size:1em}

/* General page style. The scroll bar colours only visible in IE5.5+ */
a:link,a:active,a:visited,a.postlink{font-size:1em;color:#32475f;text-decoration:none;font-family: Verdana,helvetica,sans-serif}
a:hover,a.topictitle:hover{color:#839fbc;text-decoration:underline}

/* titles for the topics:could specify viewed link colour too */
.topictitle{/*font-size:1em;*/font-weight:bold}
a.topictitle:visited{color:#0000A0}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{font-size:1em;font-weight: bold}

/* Added for Mozilla - still need to look at the black background problem though */
iframe{border:0}

hr{border: 0px solid #ffffff;border-top-width:1px;height:0px}

/* Form elements */
form{display:inline}

input{margin-bottom:2px;margin-top:2px;text-indent:2px}

input,textarea,select{border-color:#000000;color:#000000;
font-size:1em}

/* Fancy form styles for IE */
input,textarea,select,input.button{border-width:1px;font:normal 1em Verdana,Arial,Helvetica,sans-serif}

/* The buttons used for bbCode styling in message post */
input.button{background:#fafafa;color:#000000}
input.catbutton{background:#fafafa;color:#000000;font-size:10px}

/* None-bold submit button */
input.liteoption{background: #fafafa;color:#000000}
/* The main submit button option */
input.mainoption{background:#fafafa;color:#000000;font-weight:bold}
/* The text input fields background colour */
input.post,textarea.post,select{background: #ffffff;color:#000000}

/* Category gradients*/
td.cat{font-weight:bold;color:#000000;background:#d9e2ec url(../forums/images/cellpic1.gif);height:29px}

/* Main table cell colours and backgrounds */
td.row1{background: #f4f6fb;color:#000000}
td.row2{background: #e1e9f2;color:#000000}
td.row3{background: #d7e2ef;color:#000000}
td.spacerow{background:#cad9ea;color:#000000}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background:url(../forums/images/cellpic2.jpg) #ffffff repeat-y}

/* Header cells - the blue and silver gradient backgrounds */
th{background: #c6d3e4 url(../forums/images/cellpic3.gif);color: #516a88;font-size:1em;
font-weight:bold;height:28px;white-space:nowrap;text-align:center}

/* Code blocks */
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;
font:1em Courier,"Courier New",sans-serif;padding:5px}

/* This is for the error messages that pop up */
.errorline{background:#add8e6;color:#000000;border:1px solid #006699}

/* This is the border line & background colour round the entire page */
.bodyline{background: #f7f8fc;color:#000000;border:1px solid #98aab1}

/* This is the outline round the main forum tables */
.forumline{background:#ffffff;color:#000000;border: 1px solid #486386}

/* 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:#e1e9f2;border-style:none;color:#000000}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:0.8em;font-weight:bold}
.postbody{font:1em/125% Verdana,Arial,Helvetica,sans-serif}

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

/* Quote blocks */
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}

.subtitle,h2{color:#000000;font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}

/* This is the gradient background at the top of the page */
.navbkg{font-size:0.8em;height:28px;white-space:nowrap;background:#b0c4d8 url(../forums/images/cellpic_nav.gif) repeat-x}
.navbkg2{font-size:0.8em;height:28px;white-space:nowrap}
.headbkgmain{width:749px;height:110px;background:url(../forums/images/cellpic_bkg_main.jpg) #cfdbe7 repeat-x}
.headbkgright{background:url(../forums/images/cellpic_bkg_left.jpg) #cfdbe7 repeat-x}


Last edited by neralex on Sun Jul 01, 2012 4:06 am; edited 1 time in total 
doffer83







PostPosted: Sun Jul 01, 2012 12:09 am Reply with quote

spasticdonkey wrote:
if your font name has spaces in it you need to enclose it in quotes, and the actual font name may be "MS Sans Serif" although I have never used it.

body{background:#ecf0f6;color:#0000A0;font:14pt "MS Sans Serif",Arial,Helvetica,sans-serif;}


a pityy it does not work.. I have also deleted the cach of my brouwser but the text sixe is still small and black (in the forum)

I could not find the file nukeNav.css, doe I have to make it ?
 
neralex







PostPosted: Sun Jul 01, 2012 4:06 am Reply with quote

The nukeNAV.css is inside the style folder of the theme with the both other css files. Do you have overwritten the files in this folder? Check all classes with font-size, change it, put your hexa-color in the classes and try it, class for class.
 
doffer83







PostPosted: Tue Jul 03, 2012 12:48 pm Reply with quote

First thing I use a patched version of phpnuke 7.6 (maybe I should tell you this before).

second yes I really dont have nukeNav.css

3d the defaul font is still small and black even with your mods.. I feel Bang Head
because I spended much time and work just for such simple thing..

attention: I have installed bbcodebox 6.0 ... is that the reason why it is does not change???



sorry if I am not very clear.. my english is not well
anyway thank you I give up
 
nuken







PostPosted: Tue Jul 03, 2012 12:59 pm Reply with quote

Regular nuke handles css very differently than RavenNuke. If I remember correctly, regular nuke did not load the forum css in the head like it should. You may have to include it in a custom header file or in the themes css file.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BB2Nuke

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©