Jump to content






Photo - - - - -

recent bugs fixes in Nacht Skin

Posted by Ajouz, 24 July 2011 · 194 views

1-quote fix
open ajouz.css and add this in the bottom of the file
/**** common transpernt background with white colors ***/
p.citation ,div.blockquote,._sharedMediaBbcode{
border-color: #858585 !important;
background:url(http://content.community.invisionpower.com/public/style_images/master/images/content.png) !important;background-color:transparent !important;
color:#f3f3f3 !important;
}

Source: Download: Nacht Skin

2-Pm text :
hello ,
please open ipb_style.css
add at the end of it
/***** inbox , notify ****/
#user_notifications_link_menucontent ,#user_inbox_link_menucontent {
background:#323232 ;
border:3px solid #f3f3f3 ;
}

3-attachment control area
in ipb-styles.css
find
#attachments li {	background-color: #E4EBF2;	border: 1px solid #D5DDE5;	margin-bottom: 10px;	padding: 6px 20px 6px 42px;	position: relative;}
change it to
#attachments li {	background-color: #202020;	border: 1px solid #D5DDE5;	margin-bottom: 10px;	padding: 6px 20px 6px 42px;	position: relative;}
4-IP.content text color issue
find
.ipsType_textblock { line-height: 1.5; color: #282828; }
replace  with
.ipsType_textblock { line-height: 1.5; color: #fff; }
5-chat compatible
replace the content of ipchat.css with the content of this file
Attached File  chat fix.txt (4.76K)
Number of downloads: 21
6-pagination text issue
	ul.mini_pagination li a {
		background: #fff;
		border: 1px solid #d3d3d3;
		padding: 1px 3px;
	}
and replace it wirh
	ul.mini_pagination li a {
		background: #323232;
		border: 1px solid #d3d3d3;
		padding: 1px 3px;
	}
find
	.pagination .pages a:hover {
		background: #ececec;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
replace with
	.pagination .pages a:hover {
		background: #323232;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

7- chat count :

find<pre class="prettyprint">
#chat-tab-count.ipsHasNotifications { left: auto; top: 0px; right: -1px; text-shadow: none !important; }
replace with
#chat-tab-count.ipsHasNotifications {	left: auto;	margin-left: 5px;	position: relative;	right: -1px;	text-shadow: none !important;	top: 0;}
</pre>




Recent Comments

0 user(s) viewing

0 members, 0 guests, 0 anonymous users

Latest Visitors