Ravens PHP Scripts: Forums
 

 

Search found 19 matches
Author Message
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 13598

PostForum: Other - Discussion   Posted: Mon Oct 21, 2019 8:37 pm   Subject: CSS: Limit image-width in Forum-posts
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ...
 Topic: Blue_Blog missing image
Doulos

Replies: 2
Views: 5968

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 08, 2017 8:06 am   Subject: Blue_Blog missing image
FYI, style.css either has an error, or there is a missing gif. No cellpic6.gif is not included in the RN251 package.

table.gcal-block-cal th {
color:#516A88;
text-align:center;
bac ...
 Topic: [Solved] Text title size in messages
neralex

Replies: 4
Views: 7951

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Oct 31, 2014 6:34 am   Subject: [Solved] Text title size in messages
Open mainfile.php and find in function message_box() for 6 times:

echo '<div class="text-center"><span class="option thick" style="color: ' . $textcolor2 . ';& ...
 Topic: Bigger default text size in forum, fisubice
neralex

Replies: 13
Views: 34108

PostForum: BB2Nuke   Posted: Sat Jun 30, 2012 12:01 pm   Subject: re: Bigger default text size in forum, fisubice
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:

.nukeNAV,.nukeNAV *{z-index:2;list-style: ...
 Topic: Bigger default text size in forum, fisubice
doffer83

Replies: 13
Views: 34108

PostForum: BB2Nuke   Posted: Sat Jun 30, 2012 11:14 am   Subject: re: Bigger default text size in forum, fisubice
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 whe ...
 Topic: Links are smaller than other text
pan

Replies: 23
Views: 31381

PostForum: BB2Nuke   Posted: Mon Aug 30, 2010 6:29 am   Subject: Links are smaller than other text
Can someone just paste a line and show me what to edit? I just want the font size of links to act like the normal text. Even when you use size tags.

font {font-family: Verdana,Helvetica,sa ...
 Topic: RN_MODULE_HEAD and jquery
fkelly

Replies: 38
Views: 58879

PostForum: v2.4 RN Issues   Posted: Sun Jan 17, 2010 2:03 pm   Subject: RN_MODULE_HEAD and jquery
Oh I meant to include my complete view source. If you look at the area right below the meta tags near the top you will see that my intended jquery cluetip js gets put way up there.

<!DOCTYPE ...
 Topic: Blocks display problem , CSS/Html issue
eldorado

Replies: 14
Views: 42112

PostForum: Blocks   Posted: Fri Oct 02, 2009 7:32 am   Subject: Blocks display problem , CSS/Html issue
What bother's me is the who's online block showing up at the top. At first I thought it was a feature lol , but it keeps sticking at the top.

body {
margin: 0;
padding: 0;
ba ...
 Topic: $datetime in Fusibice theme.php
spasticdonkey

Replies: 23
Views: 22881

PostForum: Themes   Posted: Sun Feb 22, 2009 11:23 am   Subject: re: $datetime in Fusibice theme.php
line 143 in fisubice/theme.php, find:
echo '<body bgcolor="#FFFFFF" text="#516A88" style="margin: 10px">';
change to:
echo '<body onLoad="show_clock()" bgcolor="#FFFFFF" text="#516 ...
 Topic: Newb request
gator81

Replies: 25
Views: 55291

PostForum: v2.3 RN Feedback/Suggestions   Posted: Sun Nov 02, 2008 2:16 am   Subject: re: Newb request
well I started working on some of this, and for me asking these questions if you would rather this be in another forums i understnad, if not I will be glad to use all the help i can get.

here is th ...
 Topic: best way to combine 2 themes
gator81

Replies: 17
Views: 25983

PostForum: Themes   Posted: Fri Oct 24, 2008 9:44 am   Subject: re: best way to combine 2 themes
I was thinking that too, since it was the colors and background with borders that I liked.
I can try, and see if i can get it to work that way....for a trial and error person what steps would you rec ...
 Topic: Fusibuce into CSS Boxes
vaudevillian

Replies: 24
Views: 33096

PostForum: RN Themes Issues   Posted: Mon Apr 14, 2008 2:13 pm   Subject: Fusibuce into CSS Boxes
NOTE: This post has been updated 2:37pm est April 15

Nice css blocks and story for fisubice. They will look almost the same as the original.

Open themes/fisubice/style/style.css

Find:

font ...
 Topic: theme detail question (Visual appearance)
fkelly

Replies: 5
Views: 11928

PostForum: Themes   Posted: Sun Jan 27, 2008 7:52 pm   Subject: theme detail question (Visual appearance)
The underlying theme colors are usually specified in a very few lines of code in the theme.php for a given theme. They might look like this:

$bgcolor1 = '#F4F6FB';
$bgcolor2 = '#BBCCDC';
$bgcolo ...
 Topic: log in or out button in theme.php?
fkelly

Replies: 2
Views: 6954

PostForum: Themes   Posted: Fri Jan 25, 2008 12:45 pm   Subject: re: log in or out button in theme.php?
Take a look at fisubice, theme.php. There is this block of code that you might be able to use:


cookiedecode($user);
$username = '';
if (count($cookie)>1) ...
 Topic: Sommaire - color of horizontal lines
montego

Replies: 7
Views: 8783

PostForum: Blocks   Posted: Sat Oct 27, 2007 7:23 am   Subject: Sommaire - color of horizontal lines
Ok, looks like the HR tag does not have a class assignment to it. Sad. If you do not mind all your horizontal rule lines formatted the same way (unless they have their own class assignment), you cou ...
 Topic: Font size changes not taken.
fkelly

Replies: 26
Views: 62102

PostForum: WYSIWYG - Raven's RavenNuke(tm) v2.x Distro   Posted: Fri Apr 06, 2007 3:52 pm   Subject: re: Font size changes not taken.
Just for kicks I tried this version of the fisubice style.css on my test site. I had to make adjustments because I found that Gallery used a percentage of the body style font-size that caused problem ...
 Topic: How can I change fisubice's bg? please!
Guardian2003

Replies: 7
Views: 9447

PostForum: Themes   Posted: Sat Jan 21, 2006 2:30 pm   Subject: How can I change fisubice's bg? please!
A quick look in the themes images folder doesnt show any bg images though obviously there are the normal cellpic ones so I think you should have a tinker with the style.css and see what you can achiev ...
 Topic: Editing Themes .css file
hazardous

Replies: 2
Views: 7195

PostForum: Themes   Posted: Sun Sep 11, 2005 7:14 pm   Subject: Re: re: Editing Themes .css file
well i dont know exactly but first,the forums has its own stylesheet.
when you go to forum admin you will see the template and it will let you edit it also..
as for the members list and other stuff, ...
 Topic: Editing Themes .css file
hitwalker

Replies: 2
Views: 7195

PostForum: Themes   Posted: Sun Sep 11, 2005 4:06 pm   Subject: re: Editing Themes .css file
well i dont know exactly but first,the forums has its own stylesheet.
when you go to forum admin you will see the template and it will let you edit it also..
as for the members list and other stuff, ...
 

 Jump to:   

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