BlackBox

Started by Crip, August 20, 2008, 10:58:30 AM

Previous topic - Next topic

Crip

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

MerP

Thanks for a great theme! I love it and so do the members of my board! :D


I had a small issue with the New button that shows when a new message has been posted in a thread. The image didn't work, so the alt text showed instead and it was the exact same colour as the thread title. I (the coding n00b) managed to solve it by adding this

img {color:#00b300;}

to the top of the css document. Now the alt text shows in green, which is perfect. Unfortunately this doesn't work for Chrome (something with Chrome not using the alt text?) but I'll find a solution eventually. :P
This is probably old news to all of you, but I thought it may help someone, so I posted anyways. :)

replaaa

Rc5 problem;

İmage1: http://img383.yukle.tc/images/4075smf1.png
İmage2: http://img387.yukle.tc/images/929smf2.png

http://img383.yukle.tc/images/4075smf1.png
http://img387.yukle.tc/images/929smf2.png

Admin, Moderate, Theme, (menu problem)

Help :(

Crip

css/index.css Find:

#navi {
position: relative;
height: 45px;
z-index: 1000;
padding: 0;
margin: 0;
}
#navi ul {
margin: 0;
padding: 0;
}
#navi li {
float: left;
margin: 0;
padding: 0 0 0 2px;
position: relative;
list-style: none;
}
#navi li a {
display: block;
line-height: 45px;
padding: 0 16px;
color: #f3f3f3;
text-shadow: 0 1px 0 #1d1d1d;
font-size: 12px;
}
#navi li a.active {
background: url(../images/img/button1a.gif) repeat-x;
color: #bbb;
font-weight: bold;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li a:hover, #navi li:hover a, #navi li.sfhover a {
background: url(../images/img/button1a.gif) repeat-x;
color: #ddd;
text-decoration: none;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li:hover li a, #navi li ul li a:hover {
color: #ddd;
background: #2c2c2c;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li li {
width: 200px;
height: auto;
padding: 0;
}
#navi li li a, #navi li li a:hover, #navi li li a, #navi a.active li a, #navi li:hover li a, #navi li.sfhover li a {
background: none;
height: 30px;
line-height: 30px;
margin: 0;
font-weight: normal;
text-transform: none;
font-size: 12px;
color: #777;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li ul {
background: #1a1c1d;
position: absolute;
width: 200px;
left: -999em;
margin-left: -1px;
}
#navi li ul ul {
margin: -27px 0 0 195px;
}
#navi ul li li:hover, #navi ul li li.hover {
position: static;
}
#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
left: -999em;
}
#navi li:hover ul, #navi li.sfhover ul {
left: 3px;
}
#navi li li:hover ul, #navi li li li:hover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul {
left: 0;
}



Replace With:


#navi {
position: relative;
height: 45px;
z-index: 1000;
padding: 0;
margin: 0;
}
#navi ul {
margin: 0;
padding: 0;
}
#navi li {
float: left;
margin: 0;
padding: 0 0 0 2px;
position: relative;
list-style: none;
}
#navi li a {
display: block;
line-height: 45px;
padding: 0 16px;
color: #f3f3f3;
text-shadow: 0 1px 0 #1d1d1d;
font-size: 0.9em;
}
#navi li a.active {
background: url(../images/img/button1a.gif) repeat-x;
color: #bbb;
font-weight: bold;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li a:hover, #navi li:hover a, #navi li.sfhover a {
background: url(../images/img/button1a.gif) repeat-x;
color: #ddd;
text-decoration: none;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li:hover li a, #navi li ul li a:hover {
color: #ddd;
background: #2c2c2c;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li li {
width: 210px;
height: auto;
padding: 0;
}
#navi li li a, #navi li li a:hover, #navi li li a, #navi a.active li a, #navi li:hover li a, #navi li.sfhover li a {
background: none;
height: 30px;
line-height: 30px;
margin: 0;
font-weight: normal;
text-transform: none;
font-size: 0.9em;
color: #777;
text-shadow: 0 1px 0 #1d1d1d;
}
#navi li ul {
background: #1a1c1d;
position: absolute;
width: 210px;
left: -999em;
margin-left: -1px;
}
#navi li ul ul {
margin: -27px 0 0 195px;
}
#navi ul li li:hover, #navi ul li li.hover {
position: static;
}
#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
left: -999em;
}
#navi li:hover ul, #navi li.sfhover ul {
left: 3px;
}
#navi li li:hover ul, #navi li li li:hover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul {
left: 0;
}
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

replaaa




Continuing problem  :/






http://img385.yukle.tc/images/9482no.png

Crip

Show a pic of what you mean ==== Big PIC Please?
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

replaaa

Quote from: Crip on July 13, 2011, 06:57:44 AM
Show a pic of what you mean ==== Big PIC Please?


http://img386.yukle.tc/images/1918crip.png
http://img386.yukle.tc/images/9262crip1.png
http://img389.yukle.tc/images/1269crip2.png

Curve theme :  no problem

Same problem. the same problem with blackbox themes.

Smf2 Rc5 - Blackbox theme full same problem :/

Fisch.666

#127
Hey, one short question. I have a problem with a too big helptopics.gif icon in my admin panel while using the blackbox theme (and with the actualism theme too) on my smf 2.0 final forum with portamx 1.4. With the curve and core themes, the icon is small.

Any hints how i can fix this? Thanks in advance for a reply.

Crip

#128
I will check on that asap!


[...........]
I did check on my demo-site & the help-icons are the size as always , so , you have other problems .. a .MOD possibly?
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

DGkoruptedMINDS

Hey guys. Is there any way i can code this theme to work with SMFPACKS SHOUTBOX? If so is there anybody that can mod the template for me and email it to me? i tried doing this and wrecked a few themes by using a parser and still messing up somehow.

(sorry im a bit of a noob :/)

please help?

Fisch.666

Quote from: Crip on July 31, 2011, 09:06:26 AM
I did check on my demo-site & the help-icons are the size as always , so , you have other problems .. a .MOD possibly?

Hey, thanks for your reply / help. I will check this and let you know what causes the problem. :)

Fisch.666

Hi Crip,

i've tested some stuff and found this line in the index.css of the actualism and blackbox themes:

.new_win{width: 400px; height: 400px;}

If i remove this line, the help icon is in normal size but i don't know if this line is very important.

Crip

#132
I will check that Thanks!

I found only this on Default , so it should be in [all] 2.0 Themes..



/* Styles for print media.
------------------------------------------------------- */
@media print
{
   #headerarea
   {
      display: none;
   }

   .tborder
   {
      border: none;
   }
}




This bit wasn't present..


.new_win{width: 400px; height: 400px;}
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

sonic84

Hello, this is a great theme! Thank you for your work on it. I did have a question, it seems the body of page is fixed to about 960px, is there any way to adjust this to accommodate the actual width of the browser window?

Thanks again!

example: hxxp:www.sonic84.com/files/browser_window.png [nonactive]

Crip

..just add>> width: 100% , Or>>> width: auto;
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

sonic84

Worked like a charm! Thank you!

DragoN_PT

#136
Hi,

Great theme Crip!

Now I wanted to remove the  "Search" from the header.  The solution provided for the Default theme (the only only one i found trough searching) isnt working in Blackbox.

Any help would be great..


Cumpz to all.

Crip

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

DragoN_PT

Yes we did. Thanks for all the patience, Crip.

You are very helpfull.

mischievousx3

Hello. I'm having problems with this them >.<
I've used this theme before and I absolutely love it.
Now I have reinstalled now, but now my navigation links are gone ?

Please help me. Thank you.

Advertisement: