MyBB Community Forums

Full Version: Ignite theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Hi.. How to change the post color ? The default one too dim Sad

I try to edit from css editor, but not working..
(2015-09-27, 12:02 PM)gamemaster Wrote: [ -> ]Hi.. How to change the post color ? The default one too dim Sad

I try to edit from css editor, but not working..

Which one? show me.
can u make for 1.6.18 pls
1.6 has gone end of support, hasn't it ?
How i can fix this ?

[Image: EdngCrK.png]


i already put the CSS from STYLES.txt (e.g. global.css)

#shoutbox{margin-bottom:10px;border: solid 0px rgba(0,0,0,0.1);}#shoutbox .head{padding:8px}#shoutbox.front .head{cursor:pointer}#shoutbox .head .right{float:right;margin:0;font-size:13px}#shoutbox.collapsed .head{opacity:0.6}#shoutbox.collapsed .body{display:none}#shoutbox .panel{border-top:solid 2px rgba(0,0,0,0.1)}#shoutbox input.text{margin:0;padding:10px 8px;width:100%;box-sizing:border-box;border:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.08);font-family:Arial,sans-serif;font-size:12px;color:#000}#shoutbox .minposts,#shoutbox .blocked{padding:6px;font-size:11px}#shoutbox .panel.minposts{background:#FFFED8;color:#727250}#shoutbox .panel.blocked{background:#FCEFEF;color:#543A3A}#shoutbox .panel p{margin:0}#shoutbox .window{border-top:solid 2px rgba(0,0,0,0.1);overflow-y:scroll}#shoutbox .data{display:table;width:100%;border-top:solid 2px rgba(0,0,0,0.1);font-family:Arial,sans-serif;font-size:12px}#shoutbox.front .data{border-top:none}#shoutbox .entry{display:table-row;width:100%;transition:background-color 0.2s}#shoutbox .entry:nth-child(even){background-color:rgba(0,0,0,0.01)}#shoutbox .entry.new{background-color:rgba(255,255,100,0.1)}#shoutbox .entry>div{border-bottom:dashed 1px rgba(0,0,0,0.05)}#shoutbox .entry:last-child>div{border-bottom:none}#shoutbox .entry>div{display:table-cell;padding:4px;background-color: white;}#shoutbox .avatar img{margin:0 auto;vertical-align:middle;max-height:20px;max-width:20px;border:solid 1px rgba(255,255,255,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);cursor:pointer}#shoutbox .user{border-right:solid 1px rgba(0,0,0,0.05);text-align:right;white-space:nowrap}#shoutbox .text{width:100%;color:#555}#shoutbox .info{font-size:11px;color:#AAA;white-space:nowrap;text-align:right}#shoutbox .mod{padding:6px 8px;font-size:9px;font-weight:bold;color:#AAA;text-decoration:none}#shoutbox .mod:nth-of-type(2){margin-right:5px;border-left:solid 1px rgba(0,0,0,0.1)}#shoutbox .ip{margin-right:10px;color:#CECECE}#shoutbox .report{color:#CA2B2B}
I see you managed to fix it mostly, Satanas, but to align it perfectly "horizontally", I'd also add the following:

#shoutbox .entry {
    line-height: 5px;
}

The CSS entry exists already, just add the line-height to it and it should look like in the attachment below.
Thanks for the nice theme!

Where do i change the "about us" text?
(2015-10-18, 04:45 AM)MojoW Wrote: [ -> ]Thanks for the nice theme!

Where do i change the "about us" text?

You can change all the text from the vars_xstyle.lang.php file, placed in inc > languages > english folder
Love the theme Envy, awesome job Smile
(2015-11-18, 05:00 AM)VAPOR Wrote: [ -> ]Love the theme Envy, awesome job Smile

Thanks mate Smile, glad you like it.
Pages: 1 2 3 4 5 6 7 8 9