News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

BlackRainV.2

Started by Crip, August 18, 2007, 01:53:58 AM

Previous topic - Next topic

leonpadi

Hey guys!
I would like to ask about how could i manually add the MessagePreviewOnMouseOver add-on ?
This is the most recent post about Rc2.0 which i use...
http://www.simplemachines.org/community/index.php?topic=69184.msg2382582#msg2382582
I ask this because in the auto package installation mode i get messages about possible errors if i install that upon this great theme.

replaaa


airric00

Is it possible to put more space between posts instead of them running together?  When you have someone with a signature, it tends to bleed into the next post...   

Crip

Quote from: airric00 on December 07, 2009, 02:24:24 PM
Is it possible to put more space between posts instead of them running together?  When you have someone with a signature, it tends to bleed into the next post...   

2.0 version you can do css/index.css , Go Through It  ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

airric00

thanks....  still learning to read the code...    I found the place to alternate the color between posts on my own...   :D   I was searching for the code to change the background to all black to blend my logo seamlessly but having trouble finding that one..

busterone

The background is here. There is an image as well as hex code.

body
{
font-size: small;
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
background: #333333 url(./images/fade.jpg) repeat-x top left;
margin: 0;
padding: 0;
}


leonpadi

As speaking about backgrounds, i would like to ask about how could we add a transperant background on this theme ?

airric00

Quote from: busterone on December 08, 2009, 08:48:11 PM
The background is here. There is an image as well as hex code.

body
{
font-size: small;
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
background: #333333 url(./images/fade.jpg) repeat-x top left;
margin: 0;
padding: 0;
}


This in the css or ?   searching but cant find fade.jpg

busterone

Sorry, that above code is for 1.1.x  It is in style.css. The image fade.jpg is in-
/Themes/BlackRain2/images/



The below code is for the 2.0 version of the theme. it is found in /Themes/BlackRain20/css/index.css
body {
background: #333 url(../images/fade.jpg) repeat-x top;
font: 95%/90% "Trebuchet MS", Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0px 0 4px 0;
}


same for fade.jpg as in 1.1.x- Themes/BlackRain20/images/

airric00

That changed the outside border, but this is what I'm trying to match...  If I knew the color of the theme I can change my logo as well.. 


leonpadi

To find the colours easier, why don't you just try tools like colourificator? google it and you will be amazed of the way it works...You point the place and it gives you that dot-specific colour in numbers (or hex etc...), so by that numbers you are able to locate these in any css file ... ;)

CrAzYodaz

#271
i do have a "SMALL ISSUE" with this theme ---- I MEAN I LOVE IT TO DEATH:)

i am scared to post my board because ADMINS and MODS might think that as spamming

---- let us JUST SAY

i am trying to embed video and chat SIDE BY SIDE for 1024x768 viewers ------ i think it might be the OUTSIDE boarder of the THEME that is holding me back


i would like to share my NASCAR / RACING board if you can PM me ---- i love your work --- i love how it looks with the black and gold/yellow

well, i could just use some help to see if you ccould find time to help me

thanks for your time :)

CrAzYodaz

Quote from: CrAzYodaz on December 10, 2009, 02:05:38 PM
i do have a "SMALL ISSUE" with this theme ---- I MEAN I LOVE IT TO DEATH:)

i am scared to post my board because ADMINS and MODS might think that as spamming

---- let us JUST SAY

i am trying to embed video and chat SIDE BY SIDE for 1024x768 viewers ------ i think it might be the OUTSIDE boarder of the THEME that is holding me back


i would like to share my NASCAR / RACING board if you can PM me ---- i love your work --- i love how it looks with the black and gold/yellow

well, i could just use some help to see if you ccould find time to help me

thanks for your time :)

think i solved my own issue with some reading about "WIDTHCONTROL" ---- then i just took a "STAB" at some of the outside black areas

again -- i was doing this for 1024x768 resolution viewers --- and i have embeded video and Pjirc chat side by side for that JustinTV channel they are watching --- so EVERY LITTLE extra pixel i can free up to make the chat wider and video wider and still be side by side ---- well you can see
html {
height : 100%;
margin-bottom : 1px;
}
#widthControl  {
width : 99%;
text-align : left;
margin : 0 auto;
padding : 10px 5px 4px 5px;
}/code]


thats what i got to solve my delima for the time being --- i think that 30px on both sides was killing me -- so made it smaller

thanks again for the script -- you did a awsome job on this and many people comment on it

thanks again crip

airric00

Merry Christmas!!!!!   

I was working on trying to alter the forum posts and wondering if its possible to make each post in the forum curved and a little padding between to keep the posts from running together...  Any help appreciated!

Crip

each tab   must have <span>Forum</span> tags
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

FFSFFS

For some reason, the "Users on Today" mod isn't interegating itself into your theme like it usually has done - any clue why?

airric00

Quote from: Crip on December 26, 2009, 12:02:59 PM
each tab   must have <span>Forum</span> tags

Maybe a link to read about how to do this?   No idea what that means.. Sorry I'm a clueless newbie..   

Crip

Quote from: FFSFFS on December 29, 2009, 09:39:50 PM
For some reason, the "Users on Today" mod isn't interegating itself into your theme like it usually has done - any clue why?

Delete the BoardIndex ......
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Crip

Quote from: airric00 on December 30, 2009, 12:41:05 AM
Quote from: Crip on December 26, 2009, 12:02:59 PM
each tab   must have <span>Forum</span> tags

Maybe a link to read about how to do this?   No idea what that means.. Sorry I'm a clueless newbie..   

..... just read the Doc's here ... it explains it all .....
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

FFSFFS

Quote from: Crip on December 30, 2009, 01:10:44 PM
Quote from: FFSFFS on December 29, 2009, 09:39:50 PM
For some reason, the "Users on Today" mod isn't interegating itself into your theme like it usually has done - any clue why?

Delete the BoardIndex ......


I deleted the boardindex in your themes folder but it just made the theme all messy - did I delete the right file?

Advertisement: