Jump to content

glorify

Members
  • Posts

    526
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by glorify

  1. No worries. Another thing you may want to add on the next version are these. On the community page, in the table I have added these: Send a message, add as friend, compare games, and View friends. They all open in a new window and go to Xbox Live.

    If you decide to add and want the template, lemme know. Here it is, but you can see it in the screen.

    post-154666-089972500 1274915121_thumb.p


  2. Sorry, that particular colour is set with



    .row1, .row1 td, .post_block.row1




    Nope--here is my css for that lol:

    
    .row1, .row1 td, .post_block.row1 {
    
    	background-color: #022450; /* Alt1 */
    
    }

  3. Here are my occurances of popupInner there but the background is still white, thanks for your patience:

    	.popupInner {
    
    		background: #022450;
    
    		color: #fff;
    
    		border: 3px solid #05173d;
    
    		-moz-border-radius: 4px;
    
    		-webkit-border-radius: 4px;
    
    		margin: 6px;
    
    		width: 500px;
    
    		overflow: auto;
    
    	}
    
    
    		.popupInner h3 {
    
    			background: #022450 url({style_images_url}/gradient_tcat.gif);
    
    			font-size: 1em;
    
    			border: 0;
    
    			padding-left: 24px;
    
    		}


  4. The colours etc are inherited from IP.Board's CSS



    I see the font color picking up from the body tag in ipb_styles css, but the background of the pop up is not.
×
×
  • Create New...