nos   16 Jul, 2011, 11:03 am
#1
  • URL del foro: Localhost
  • Versión del foro: 1.6.3
  • Actualización: Ninguna


Hola, como puedo poner en mi Foro la pestaña que teneis en el PostBit que sale a la derecha del nombre de Usuario de este Foro en la cual pinchas y te salen opciones como: Enviar Mensaje Privado, Buscar todos sus Mensajes...

Me refiero a esta:

[Imagen: GfWq1.png]


Saludos! Wink.
MrDarkWood   16 Jul, 2011, 12:10 pm
#2
El plugin se llama:
User Quickmenu In Postbit

no te dejo link por que no estoy en una pc decente xD

Pero si alguien sabe como cambiar el color de fondo de ese plugin, que me lo haga saber de favor, por que usa un color gris muy feo Big Grin

Saludos!
Ryuuseiken   16 Jul, 2011, 1:30 pm
#3
¿Quieres qué quede exactamente igual?
Si es así.
Dejame tu global.css , posbit_classic y postbit_www.
Dragon_mybb_import8644   19 Jul, 2011, 12:13 pm
#4
(16 Jul, 2011, 1:30 pm)Ryuuseiken escribió: ¿Quieres qué quede exactamente igual?
Si es así.
Dejame tu global.css , posbit_classic y postbit_www.


oye men me podrias ayudar ami aqui te dejo el postbit_www

<div class="popup_item_container"><a href="{$post['website']}"class="popup_item"><img src="{$theme['imgdir']}/pb/pbwb.png" style="vertical-align: top;"> {$lang->postbit_website}</a></div> 


aqui el postbit_classic


{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td>
			<div class="caja-usuario">
				<div class="caja-usuario-cabecera"></div>
				<div class="caja-usuario-contenido">
					<div class="caja-usuario-datos" align="center">
						<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
						<div id="miembro_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
							<div class="popup_item_container"><a href="{$post['profilelink_plain']}" class="popup_item">{$post['username_formatted']}</a></div>
							{$post['button_email']}
							{$post['button_pm']}
							{$post['button_find']}
							{$post['button_www']}
						</div>
						<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("miembro_{$post['pid']}");}</script>
						<span class="smalltext">
							{$post['usertitle']}<br />
							{$post['userstars']}
							{$post['groupimage']}
							{$post['useravatar']}<br />
							{$post['onlinestatus']}
                                                        
							<div align="left">{$post['user_details']}{$post['points_pip']}</div>
                                                                          {$post['levelbar']}
						</span>
					</div>
				</div>
				<div class="caja-usuario-pie"></div>
			</div>
			<div class="caja-mensaje">
				<div class="caja-mensaje-cabecera">
					{$post['posturl']}<span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong>{$post['subject_extra']}</span><span style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">{$post['iplogged']}</span>
					<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				</div>
				<div class="caja-mensaje-contenido">
					<img src="{$theme['imgdir']}/flecha.png" class="flecha" />
					<div style="width: 100%">
						<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
							{$post['message']}
						</div>
						{$post['attachments']}
						{$post['signature']}
					</div>
				</div>
				<div class="caja-mensaje-pie">
					<div class="float_right smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
					<div class="smalltext">{$post['button_rep']}</div>
				</div>
			</div>
		</td>
	</tr>
<!--&nbsp;PointsInPosts&nbsp;-->{$post['pip_classic']}<!--&nbsp;/PointsInPosts&nbsp;--> 
</table>

y en mi segundo mensaje te dejo el global.css

/***************************************
	Nesil 1.0
	soniquake - huseyinemanet.com - hsynemanet@gmail.com
	09 Aralik 2010 Persembe
	ie7, ie8, ff, opera, chrome, safari
***************************************/
body {
	background: #d0d1c9 url(images/nesil/arkaplan.jpg) repeat;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 25px 0;
}

a:link, a:visited {
	color: #1359AE;
	text-decoration: none;
	outline: 0;
}

a:hover, a:active {
	color: #C62222;
	text-decoration: underline;
	outline: 0;
}

#container {
	background: #fff;
	width: 950px;
	color: #333;
	border: 1px solid #5d5d5d;
	border-top: 0;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: auto !important;
	padding: 15px 20px;
}

#panel {
	background: #efefef;
	color: #000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}

table {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.6;
}

.tborder {
	background: #ddd;
	width: 100%;
	margin: auto auto;
	border: 1px solid #c0c0c0;
	padding: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


}


}


}


}

font-family: 5px;
}

width: 100%;
}


}


}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #555;
}

.thead {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	border-bottom: 1px solid #bebebe;
	padding: 7px 15px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	
	font-weight: bold;
}

.thead a:link, .thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}

.tcat {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #666;
	border-bottom: 1px solid #bebebe;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 #fff;
	
	font-size: 11px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #333;
}

.trow1 {
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.trow2 {
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e6e6e6;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
}

.trow_sep {
	background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-bottom: 1px solid #bebebe;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	padding: 7px 15px;
	border-top: 1px solid #bebebe;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.tfoot a:link, .tfoot a:visited {
	color: #fff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #fff;
	text-decoration: underline;
}

.bottommenu {
	background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-top: 1px solid #bebebe;
	padding: 6px;
}

.bottommenu div span.smalltext a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 15px;
	margin-right: 15px;
	text-decoration: none;
}

.iletisim {
background-image: url(images/nesil/ikon/iletisim.png);
}

.anasayfa {
background-image: url(images/nesil/ikon/anasayfa.png);
}

.yukari {
background-image: url(images/nesil/ikon/yukari.png);
}

.arsiv {
background-image: url(images/nesil/ikon/arsiv.png);
}

.rss {
background-image: url(images/nesil/ikon/rss.png);
}

.navigation {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

textarea {
	ba
	border: 1px solid gray;
	padding: 0;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #fff;
	border: 1px solid gray;
}

input.textbox {
	background: #fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
	border: 1px solid gray;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #333;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	background: #fff;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #ccc;
	outline: 1px solid #f5f5f5;
	padding: 3px 13px;
}

.popup_menu a.popup_item:hover {
	background: #1192d5;
	color: #fff;
	text-decoration: none;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000;
	color: #000;
	height: 1px;
	border: 0;
}

#copyright {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #003366;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #fafcfe;
	margin: 0;
	padding: 4px;
	border-left: 4px solid #8394B2;
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

blockquote cite {
	background: #fafcfe url(images/nesil/alinti.gif) no-repeat right center;
	display: block;
	padding: 3px;
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fafcfe;
	margin: 0 auto;
}

.codeblock .title {
	background: #fddbcc url(images/nesil/kod.gif) no-repeat right;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
	font-weight: bold;
}

.codeblock code {
	color: #465584;
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	padding: 4px;
	border: 1px dotted #999;
	font-family: Monaco, Consolas, Courier, Monospace;
	font-size: 13px;
family: Monaco, Consolas, Courier, Monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	background: #eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
	padding: 3px 8px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0 #fff;
}

.pagination .pagination_current {
	background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
	border: 1px solid #101b31;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.pagination a:hover, .pagination a:active {
	background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
	border: 1px solid #101b31;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #444;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
	text-align: justify;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.logo {
	height: 125px;
	position: relative;
	border-bottom: 1px solid #194a6c;
}

.logo a {
	background: url(images/nesil/logo.png) top left repeat-x;
	height: 125px;
	width: 950px;
	display: block;
	text-indent: -9999px;
}

.lower_panel a.login {
	background: url(images/nesil/ikon/giris.png) no-repeat;
	padding-left: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.lower_panel a.register {
	background: url(images/nesil/ikon/kayitol.png) no-repeat;
	padding-left: 20px;
	margin-right: 15px;
}

.lower_panel a.admincp {
	background: url(images/nesil/ikon/adminkp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel a.modcp {
	background: url(images/nesil/ikon/modkp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel a.usercp {
	background: url(images/nesil/ikon/kullanicikp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #000;
	border-bottom: 1px solid #bebebe;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.lower_panel a {
	color: #626262;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
}

.lower_panel a:hover, .lower_panel a:active {
	color: #333;
	text-decoration: none;
}

.upper_panel {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-bottom: 1px solid #bebebe;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.upper_panel a {
	padding-left: 20px;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.upper_panel a.logout {
	background: url(images/nesil/ikon/logout.gif) no-repeat right;
	padding-right: 20px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
}

#golge {
	background: url(images/nesil/golge.png) repeat-y;
	width: 986px;
	position: relative;
	margin: 0 auto;
	height: auto;
}

#golge_alt {
	background: url(images/nesil/golge_alt.png) no-repeat;
	height: 18px;
	width: 986px;
	margin: 0 auto;
}

.alt_forumlar {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt_forumlar li {
	width: 33%;
	float: left;
	line-height: 20px;
}

#menu {
	background: url(images/nesil/menu_bg_baslar.png) no-repeat;
	position: absolute;
	top: 92px;
	right: 18px;
	padding-left: 41px;
	font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
}

#menu li {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

#menu li a {
	color: #fff;
	padding: 4px 10px 1px;
	text-decoration: none;
	display: block;
	border-bottom: 0;
}

#menu li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#menu li.active a, #menu li.active a:hover {
	background: url(images/nesil/menu_bg_aktif.png) no-repeat top left;
	color: #333;
	padding: 4px 10px 4px 13px;
	border-bottom: 2px solid #fff;
}

#menu li.active {
	background: url(images/nesil/menu_bg_aktif2.png) no-repeat top right;
	padding-right: 4px;
	position: relative;
	bottom: -2px;
}

.yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
	color: #333;
	text-decoration: none;
}

form#lang_select {
	margin-top: -4px;
}

.author {
	background: url(images/nesil/nav_bit.gif) no-repeat center left;
	padding-left: 20px;
}

.remember_me input {
	vertical-align: sub;
}

.messageEditor .toolbar_button {
	cursor: pointer;
}

.post_avatar img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1px;
}

.button {
	cursor: pointer;
}

.trow4 {
	background: #fcfcfc;
	width: 100%;
	border: 2px solid #a1c9d8;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	font-size: 11px;
	font-weight: bold;
}

Última modificación: 19 Jul, 2011, 1:05 pm por satanas666.
Ryuuseiken   19 Jul, 2011, 1:35 pm
#5
(19 Jul, 2011, 12:13 pm)DRAGON escribió:
(16 Jul, 2011, 1:30 pm)Ryuuseiken escribió: ¿Quieres qué quede exactamente igual?
Si es así.
Dejame tu global.css , posbit_classic y postbit_www.


oye men me podrias ayudar ami aqui te dejo el postbit_www

<div class="popup_item_container"><a href="{$post['website']}"class="popup_item"><img src="{$theme['imgdir']}/pb/pbwb.png" style="vertical-align: top;"> {$lang->postbit_website}</a></div> 


aqui el postbit_classic


{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td>
			<div class="caja-usuario">
				<div class="caja-usuario-cabecera"></div>
				<div class="caja-usuario-contenido">
					<div class="caja-usuario-datos" align="center">
						<strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
						<div id="miembro_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
							<div class="popup_item_container"><a href="{$post['profilelink_plain']}" class="popup_item">{$post['username_formatted']}</a></div>
							{$post['button_email']}
							{$post['button_pm']}
							{$post['button_find']}
							{$post['button_www']}
						</div>
						<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("miembro_{$post['pid']}");}</script>
						<span class="smalltext">
							{$post['usertitle']}<br />
							{$post['userstars']}
							{$post['groupimage']}
							{$post['useravatar']}<br />
							{$post['onlinestatus']}
                                                        
							<div align="left">{$post['user_details']}{$post['points_pip']}</div>
                                                                          {$post['levelbar']}
						</span>
					</div>
				</div>
				<div class="caja-usuario-pie"></div>
			</div>
			<div class="caja-mensaje">
				<div class="caja-mensaje-cabecera">
					{$post['posturl']}<span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong>{$post['subject_extra']}</span><span style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">{$post['iplogged']}</span>
					<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				</div>
				<div class="caja-mensaje-contenido">
					<img src="{$theme['imgdir']}/flecha.png" class="flecha" />
					<div style="width: 100%">
						<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
							{$post['message']}
						</div>
						{$post['attachments']}
						{$post['signature']}
					</div>
				</div>
				<div class="caja-mensaje-pie">
					<div class="float_right smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
					<div class="smalltext">{$post['button_rep']}</div>
				</div>
			</div>
		</td>
	</tr>
<!--&nbsp;PointsInPosts&nbsp;-->{$post['pip_classic']}<!--&nbsp;/PointsInPosts&nbsp;--> 
</table>

y en mi segundo mensaje te dejo el global.css

/***************************************
	Nesil 1.0
	soniquake - huseyinemanet.com - hsynemanet@gmail.com
	09 Aralik 2010 Persembe
	ie7, ie8, ff, opera, chrome, safari
***************************************/
body {
	background: #d0d1c9 url(images/nesil/arkaplan.jpg) repeat;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 25px 0;
}

a:link, a:visited {
	color: #1359AE;
	text-decoration: none;
	outline: 0;
}

a:hover, a:active {
	color: #C62222;
	text-decoration: underline;
	outline: 0;
}

#container {
	background: #fff;
	width: 950px;
	color: #333;
	border: 1px solid #5d5d5d;
	border-top: 0;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: auto !important;
	padding: 15px 20px;
}

#panel {
	background: #efefef;
	color: #000;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}

table {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.6;
}

.tborder {
	background: #ddd;
	width: 100%;
	margin: auto auto;
	border: 1px solid #c0c0c0;
	padding: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


}


}


}


}

font-family: 5px;
}

width: 100%;
}


}


}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #555;
}

.thead {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	border-bottom: 1px solid #bebebe;
	padding: 7px 15px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	
	font-weight: bold;
}

.thead a:link, .thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}

.tcat {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #666;
	border-bottom: 1px solid #bebebe;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 #fff;
	
	font-size: 11px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #333;
}

.trow1 {
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.trow2 {
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e6e6e6;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
}

.trow_sep {
	background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-bottom: 1px solid #bebebe;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	padding: 7px 15px;
	border-top: 1px solid #bebebe;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.tfoot a:link, .tfoot a:visited {
	color: #fff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #fff;
	text-decoration: underline;
}

.bottommenu {
	background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-top: 1px solid #bebebe;
	padding: 6px;
}

.bottommenu div span.smalltext a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 15px;
	margin-right: 15px;
	text-decoration: none;
}

.iletisim {
background-image: url(images/nesil/ikon/iletisim.png);
}

.anasayfa {
background-image: url(images/nesil/ikon/anasayfa.png);
}

.yukari {
background-image: url(images/nesil/ikon/yukari.png);
}

.arsiv {
background-image: url(images/nesil/ikon/arsiv.png);
}

.rss {
background-image: url(images/nesil/ikon/rss.png);
}

.navigation {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

textarea {
	ba
	border: 1px solid gray;
	padding: 0;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #fff;
	border: 1px solid gray;
}

input.textbox {
	background: #fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
	border: 1px solid gray;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #333;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	background: #fff;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #ccc;
	outline: 1px solid #f5f5f5;
	padding: 3px 13px;
}

.popup_menu a.popup_item:hover {
	background: #1192d5;
	color: #fff;
	text-decoration: none;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000;
	color: #000;
	height: 1px;
	border: 0;
}

#copyright {
	background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
	color: #fff;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #003366;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	background: #fafcfe;
	margin: 0;
	padding: 4px;
	border-left: 4px solid #8394B2;
	border-top: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

blockquote cite {
	background: #fafcfe url(images/nesil/alinti.gif) no-repeat right center;
	display: block;
	padding: 3px;
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fafcfe;
	margin: 0 auto;
}

.codeblock .title {
	background: #fddbcc url(images/nesil/kod.gif) no-repeat right;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	margin: 0 auto;
	font-weight: bold;
}

.codeblock code {
	color: #465584;
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	padding: 4px;
	border: 1px dotted #999;
	font-family: Monaco, Consolas, Courier, Monospace;
	font-size: 13px;
family: Monaco, Consolas, Courier, Monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	background: #eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
	padding: 3px 8px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0 #fff;
}

.pagination .pagination_current {
	background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
	border: 1px solid #101b31;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.pagination a:hover, .pagination a:active {
	background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
	border: 1px solid #101b31;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #444;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
	text-align: justify;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.logo {
	height: 125px;
	position: relative;
	border-bottom: 1px solid #194a6c;
}

.logo a {
	background: url(images/nesil/logo.png) top left repeat-x;
	height: 125px;
	width: 950px;
	display: block;
	text-indent: -9999px;
}

.lower_panel a.login {
	background: url(images/nesil/ikon/giris.png) no-repeat;
	padding-left: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.lower_panel a.register {
	background: url(images/nesil/ikon/kayitol.png) no-repeat;
	padding-left: 20px;
	margin-right: 15px;
}

.lower_panel a.admincp {
	background: url(images/nesil/ikon/adminkp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel a.modcp {
	background: url(images/nesil/ikon/modkp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel a.usercp {
	background: url(images/nesil/ikon/kullanicikp.png) no-repeat;
	padding-left: 20px;
}

.lower_panel {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #000;
	border-bottom: 1px solid #bebebe;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.lower_panel a {
	color: #626262;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
}

.lower_panel a:hover, .lower_panel a:active {
	color: #333;
	text-decoration: none;
}

.upper_panel {
	background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
	color: #333;
	border-bottom: 1px solid #bebebe;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.upper_panel a {
	padding-left: 20px;
	margin-right: 15px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.upper_panel a.logout {
	background: url(images/nesil/ikon/logout.gif) no-repeat right;
	padding-right: 20px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
}

#golge {
	background: url(images/nesil/golge.png) repeat-y;
	width: 986px;
	position: relative;
	margin: 0 auto;
	height: auto;
}

#golge_alt {
	background: url(images/nesil/golge_alt.png) no-repeat;
	height: 18px;
	width: 986px;
	margin: 0 auto;
}

.alt_forumlar {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alt_forumlar li {
	width: 33%;
	float: left;
	line-height: 20px;
}

#menu {
	background: url(images/nesil/menu_bg_baslar.png) no-repeat;
	position: absolute;
	top: 92px;
	right: 18px;
	padding-left: 41px;
	font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
	background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
}

#menu li {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

#menu li a {
	color: #fff;
	padding: 4px 10px 1px;
	text-decoration: none;
	display: block;
	border-bottom: 0;
}

#menu li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#menu li.active a, #menu li.active a:hover {
	background: url(images/nesil/menu_bg_aktif.png) no-repeat top left;
	color: #333;
	padding: 4px 10px 4px 13px;
	border-bottom: 2px solid #fff;
}

#menu li.active {
	background: url(images/nesil/menu_bg_aktif2.png) no-repeat top right;
	padding-right: 4px;
	position: relative;
	bottom: -2px;
}

.yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
	color: #333;
	text-decoration: none;
}

form#lang_select {
	margin-top: -4px;
}

.author {
	background: url(images/nesil/nav_bit.gif) no-repeat center left;
	padding-left: 20px;
}

.remember_me input {
	vertical-align: sub;
}

.messageEditor .toolbar_button {
	cursor: pointer;
}

.post_avatar img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1px;
}

.button {
	cursor: pointer;
}

.trow4 {
	background: #fcfcfc;
	width: 100%;
	border: 2px solid #a1c9d8;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	font-size: 11px;
	font-weight: bold;
}


Remplaza el posbit_www por esto.

<a href="{$post['website']}" title="{$lang->find_posts}" class="popup_item"><img src="http://tuurl.com/images/web.png" /> Visita su pagina web</a>

Posbit_Classic

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td>
            <div class="caja-usuario">
                <div class="caja-usuario-cabecera"></div>
                <div class="caja-usuario-contenido">
                    <div class="caja-usuario-datos" align="center">
                        <strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
						<div id="miembro_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
							<div class="popup_item_container"><a href="{$post['profilelink_plain']}" class="popup_item"><img src="http://tuurl.com/images/perfil.png" /> Ver Perfil</a>
<a href="member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item"><img src="http://tuurl.com/images/email.png" /> Enviale un e-mail</a>
<a href="private.php?action=send&amp;uid={$post['uid']}" class="popup_item"><img src="http://tuurl.com/images/mp.png" /> Enviale un Mensaje Privado</a>
<a href="search.php?action=finduser&amp;uid={$post['uid']}" title="{$lang->find_posts}" class="popup_item"><img src="http://tuurl.com/images/mensajes.png" /> Encuentra todos sus mensajes</a>{$post['button_www']}</div>
						</div>
						<script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("miembro_{$post['pid']}");}</script>
                        <span class="smalltext">
                            {$post['usertitle']}<br />
                            {$post['userstars']}
                            {$post['groupimage']}
                            {$post['useravatar']}<br />
                            {$post['onlinestatus']}
                                                        
                            <div align="left">{$post['user_details']}{$post['points_pip']}</div>
                                                                          {$post['levelbar']}
                        </span>
                    </div>
                </div>
                <div class="caja-usuario-pie"></div>
            </div>
            <div class="caja-mensaje">
                <div class="caja-mensaje-cabecera">
                    {$post['posturl']}<span class="smalltext"><strong>{$post['postdate']} {$post['posttime']}</strong>{$post['subject_extra']}</span><span style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">{$post['iplogged']}</span>
                    <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                </div>
                <div class="caja-mensaje-contenido">
                    <img src="{$theme['imgdir']}/flecha.png" class="flecha" />
                    <div style="width: 100%">
                        <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                            {$post['message']}
                        </div>
                        {$post['attachments']}
                        {$post['signature']}
                    </div>
                </div>
                <div class="caja-mensaje-pie">
                    <div class="float_right smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</div>
                    <div class="smalltext">{$post['button_rep']}</div>
                </div>
            </div>
        </td>
    </tr>
<!--&nbsp;PointsInPosts&nbsp;-->{$post['pip_classic']}<!--&nbsp;/PointsInPosts&nbsp;--> 
</table> 

Global.css

/***************************************
    Nesil 1.0
    soniquake - huseyinemanet.com - hsynemanet@gmail.com
    09 Aralik 2010 Persembe
    ie7, ie8, ff, opera, chrome, safari
***************************************/
body {
    background: #d0d1c9 url(images/nesil/arkaplan.jpg) repeat;
    color: #333;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

a:link, a:visited {
    color: #1359AE;
    text-decoration: none;
    outline: 0;
}

a:hover, a:active {
    color: #C62222;
    text-decoration: underline;
    outline: 0;
}

#container {
    background: #fff;
    width: 950px;
    color: #333;
    border: 1px solid #5d5d5d;
    border-top: 0;
    margin: 0 auto;
    text-align: left;
}

#content {
    width: auto !important;
    padding: 15px 20px;
}

#panel {
    background: #efefef;
    color: #000;
    font-size: 11px;
    border: 1px solid #D4D4D4;
    padding: 8px;
}

table {
    color: #333;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.6;
}

.tborder {
    background: #ddd;
    width: 100%;
    margin: auto auto;
    border: 1px solid #c0c0c0;
    padding: 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


}


}


}


}

font-family: 5px;
}

width: 100%;
}


}


}

acronym, abbr {
    cursor: help;
    border-bottom: 1px dashed #555;
}

.thead {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    border-bottom: 1px solid #bebebe;
    padding: 7px 15px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    
    font-weight: bold;
}

.thead a:link, .thead a:visited {
    color: #fff;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #fff;
    text-decoration: underline;
}

.tcat {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #666;
    border-bottom: 1px solid #bebebe;
    padding: 5px 8px;
    text-shadow: 1px 1px 0 #fff;
    
    font-size: 11px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
    color: #333;
}

.trow1 {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.trow2 {
    background: #efefef;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e6e6e6;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
    border-bottom: 1px solid #F7E86A;
}

.trow_sep {
    background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-bottom: 1px solid #bebebe;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    padding: 7px 15px;
    border-top: 1px solid #bebebe;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.tfoot a:link, .tfoot a:visited {
    color: #fff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #fff;
    text-decoration: underline;
}

.bottommenu {
    background: #f5f5f5 url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-top: 1px solid #bebebe;
    padding: 6px;
}

.bottommenu div span.smalltext a {
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 15px;
    margin-right: 15px;
    text-decoration: none;
}

.iletisim {
background-image: url(images/nesil/ikon/iletisim.png);
}

.anasayfa {
background-image: url(images/nesil/ikon/anasayfa.png);
}

.yukari {
background-image: url(images/nesil/ikon/yukari.png);
}

.arsiv {
background-image: url(images/nesil/ikon/arsiv.png);
}

.rss {
background-image: url(images/nesil/ikon/rss.png);
}

.navigation {
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.navigation a:link, .navigation a:visited {
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
    text-decoration: none;
}

.navigation .active {
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

textarea {
    ba
    border: 1px solid gray;
    padding: 0;
    line-height: 1.4;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
}

select {
    background: #fff;
    border: 1px solid gray;
}

input.textbox {
    background: #fff url(images/nesil/metinalani.gif) repeat-x scroll left top;
    border: 1px solid gray;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #333;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000;
    color: #000;
    height: 1px;
    border: 0;
}

#copyright {
    background: #182846 url(images/nesil/tablo.gif) repeat-x scroll left top;
    color: #fff;
    margin: 0;
    padding: 6px;
    border-top: 1px solid #003366;
}

#copyright a {
    color: #fff;
    font-weight: bold;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    background: #fafcfe;
    margin: 0;
    padding: 4px;
    border-left: 4px solid #8394B2;
    border-top: 1px dotted #333;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

blockquote cite {
    background: #fafcfe url(images/nesil/alinti.gif) no-repeat right center;
    display: block;
    padding: 3px;
    font-style: normal;
    font-weight: bold;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

.codeblock {
    background: #fafcfe;
    margin: 0 auto;
}

.codeblock .title {
    background: #fddbcc url(images/nesil/kod.gif) no-repeat right;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    margin: 0 auto;
    font-weight: bold;
}

.codeblock code {
    color: #465584;
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    padding: 4px;
    border: 1px dotted #999;
    font-family: Monaco, Consolas, Courier, Monospace;
    font-size: 13px;
family: Monaco, Consolas, Courier, Monospace;
    font-size: 13px;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
    margin-left: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    background: #eaeaea url(images/nesil/alt_tablo.png) center left repeat-x;
    padding: 3px 8px;
    margin-bottom: 3px;
}

.pagination a {
    border: 1px solid #bbb;
    text-shadow: 1px 1px 0 #fff;
}

.pagination .pagination_current {
    background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
    border: 1px solid #101b31;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.pagination a:hover, .pagination a:active {
    background: #182846 url(images/nesil/tablo.gif) repeat-x left top;
    border: 1px solid #101b31;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #444;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
    text-align: justify;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px;
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.logo {
    height: 125px;
    position: relative;
    border-bottom: 1px solid #194a6c;
}

.logo a {
    background: url(images/nesil/logo.png) top left repeat-x;
    height: 125px;
    width: 950px;
    display: block;
    text-indent: -9999px;
}

.lower_panel a.login {
    background: url(images/nesil/ikon/giris.png) no-repeat;
    padding-left: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.lower_panel a.register {
    background: url(images/nesil/ikon/kayitol.png) no-repeat;
    padding-left: 20px;
    margin-right: 15px;
}

.lower_panel a.admincp {
    background: url(images/nesil/ikon/adminkp.png) no-repeat;
    padding-left: 20px;
}

.lower_panel a.modcp {
    background: url(images/nesil/ikon/modkp.png) no-repeat;
    padding-left: 20px;
}

.lower_panel a.usercp {
    background: url(images/nesil/ikon/kullanicikp.png) no-repeat;
    padding-left: 20px;
}

.lower_panel {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #000;
    border-bottom: 1px solid #bebebe;
    padding: 6px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.lower_panel a {
    color: #626262;
    margin-right: 15px;
    text-shadow: 1px 1px 0 #fff;
}

.lower_panel a:hover, .lower_panel a:active {
    color: #333;
    text-decoration: none;
}

.upper_panel {
    background: #eaeaea url(images/nesil/alt_tablo.png) top left repeat-x;
    color: #333;
    border-bottom: 1px solid #bebebe;
    padding: 6px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.upper_panel a {
    padding-left: 20px;
    margin-right: 15px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

.upper_panel a.logout {
    background: url(images/nesil/ikon/logout.gif) no-repeat right;
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
}

#golge {
    background: url(images/nesil/golge.png) repeat-y;
    width: 986px;
    position: relative;
    margin: 0 auto;
    height: auto;
}

#golge_alt {
    background: url(images/nesil/golge_alt.png) no-repeat;
    height: 18px;
    width: 986px;
    margin: 0 auto;
}

.alt_forumlar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alt_forumlar li {
    width: 33%;
    float: left;
    line-height: 20px;
}

#menu {
    background: url(images/nesil/menu_bg_baslar.png) no-repeat;
    position: absolute;
    top: 92px;
    right: 18px;
    padding-left: 41px;
    font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
}

#menu ul {
    background: #016db0 url(images/nesil/menu_bg.png) repeat-x;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 34px;
}

#menu li {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

#menu li a {
    color: #fff;
    padding: 4px 10px 1px;
    text-decoration: none;
    display: block;
    border-bottom: 0;
}

#menu li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

#menu li.active a, #menu li.active a:hover {
    background: url(images/nesil/menu_bg_aktif.png) no-repeat top left;
    color: #333;
    padding: 4px 10px 4px 13px;
    border-bottom: 2px solid #fff;
}

#menu li.active {
    background: url(images/nesil/menu_bg_aktif2.png) no-repeat top right;
    padding-right: 4px;
    position: relative;
    bottom: -2px;
}

.yazar a:link, .yazar a:visited, .yazar a:hover, .yazar a:active {
    color: #333;
    text-decoration: none;
}

form#lang_select {
    margin-top: -4px;
}

.author {
    background: url(images/nesil/nav_bit.gif) no-repeat center left;
    padding-left: 20px;
}

.remember_me input {
    vertical-align: sub;
}

.messageEditor .toolbar_button {
    cursor: pointer;
}

.post_avatar img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1px;
}

.button {
    cursor: pointer;
}

.trow4 {
    background: #fcfcfc;
    width: 100%;
    border: 2px solid #a1c9d8;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    font-size: 11px;
    font-weight: bold;
} 

.popup_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
    padding: 3px;
}
.popup_menu .popup_item {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}
.popup_menu .popup_item:hover {
    background: none repeat scroll 0 0 #C7DBEE;
    color: #000000;
    text-decoration: none;
}
.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

Ahora solo remplaze lo que dice tuurl en las plantillas posbit_classic y posbit_www.
Luego sube estas imagenes a tuforo/images con el mismo nombre.

[Imagen: perfil.png] [Imagen: email.png] [Imagen: mp.png] [Imagen: mensajes.png] [Imagen: web.png]

Con eso ya deberia estar bien, creo que usas el posbit del myclean en el nesil no?
Posteas los resultados, si puedes Smile
Dragon_mybb_import8644   19 Jul, 2011, 4:12 pm
#6
asi es uso el postbit del myclean, me funsiono perfecto asi como lo pusiste el codigo muchas gracias, saludos
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.