Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-08-2012, 06:15 AM
lordi lordi is offline
 
Join Date: Dec 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need to resize the Thread Title field + Border

Hello

I made some modifications on CSS and postbit legacy and resulted in smaller Title size by mistake

Screenshots

.




Requested: how to bigger the size of the title field + the border ?

Attached: Additional CSS content which I added recently
Code:
.fieldsetatt {
	border: 1px solid #000000;
	margin-bottom: 6px;
	background-color: #FFFFFF;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 19px 10px 10px 10px;
}

.fieldset_attached_thumbnails {
	border: 1px solid #C4F6AE;
	margin-bottom: 6px;
	background-color: #F5FFF1;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
}

.fieldseattached_images {
	border: 1px solid #999999;
	margin-bottom: 6px;
	background-color: #FFFFFF;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
}
.fieldset {
	border: 1px solid #000000;
	margin-bottom: 6px;
	background-color: #FFFFFF;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
	margin-top: 0px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font: normal 8pt tahoma; }
.fieldsetatt ,.fieldseattached_images , .fieldsetatt td, .fieldsetatt p, .fieldsetatt li { font: normal 8pt tahoma; }
/* ***** info usar by saeed al-atwi */
.infopostup {
	font-family: "tahoma";
	font-size: 11px;
	vertical-align: middle;
	letter-spacing: 0;
	border-width: 0px 3px 2px 0px;
	margin: 1px 1px 3px 1px;
	padding: 2px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
}
.info {
	font-family: "tahoma";
	font-size: 11px;
	vertical-align: middle;
	letter-spacing: 0;
	border-width: 0px 3px 2px 0px;
	margin: 1px 1px 3px 1px;
	padding: 2px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #F6F6F6;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
}


.info_red {
	padding: 2px 4px 2px 4px;
	border: 1px solid #FCBDBD;
	font-family: "tahoma";
	font-size: 11px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #FF2525;
	background-color: #FEF0F0;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
}

.last_edited {
	padding: 8px 8px 2px 4px;
	border: 1px solid #EEB092;
	font-family: "tahoma";
	font-size: 11px;
	vertical-align: middle;
	letter-spacing: 0;
	color: #E27D33;
	background-color: #FCF3E9;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	height: 25px;
}


.tr_avatar {
	margin: 2px;
	padding: 2px 2px 10px 2px;
	background-color: #F6F6F6;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}



.tr_avatar_info {
	background-image: url('PostBit/tome.png');
	background-repeat: no-repeat;
	background-position: -1px top;
	width: 185px;
	padding-left: 15px;
}
.nav_post {
	border: 1px solid #B1DEE6;
	background-color: #CACACA;
	padding: 4px;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.nav_postuptool {
	border: 1px solid #D4D4D4;
	background-color: #F3F3F3;
	padding: 4px;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.nav_postuptoolbody {
	background-color: #F3F3F3;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}



.postup {
	border: 1px solid #DCEDF0;
	background-color: #FFFFFF;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px ;
}
.inlinemod {font-style: italic;color: #FF6600;}

.trto {
	width: 175px;
	padding-left: 20px;
	background-image: url('PostBit/tome.png');
	background-repeat: no-repeat;
	background-position: 0px top;
}

.tr_posd_d {
	margin: 0px;
	padding: 5px;
	background-color: #F6F6F6;
	border: 1px solid #CDCDCD;
	font-family: tahoma;
	font-size: 11px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
	width: 70%;
	height: 30px;
	float: right;
}
.tr_until2 {
	margin: 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
	background-color: #F3FBFC;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
	height: 30px;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	width: 25%;
}
.webpage {margin-right: auto;margin-left: auto;width: 97%;margin-top: 0px;}
.header {height: 130px;	border-bottom-style: solid;border-bottom-width: 2px;border-bottom-color: #F2812E;width: 100%;padding: 0px 0px 0px 0px;right: auto;left: auto;margin-top: 0px;margin-bottom: 5px;}
.navbar_up {font-family: tahoma;font-size: 11px;margin: 2px auto 12px auto;width: 100%;height: 25px;background-color: #148D9F;color: #FFFFFF;padding-top: 1px;padding-bottom: 2px;padding-right: 2px;float: right;}
#topmenu {list-style: none;font-family: tahoma;font-size: 11px;margin-top: 5px;}
#topmenu li {display: inline;background-image: url('PostBit/normal_navbar_mark.png');background-repeat: no-repeat;background-position: 100% 84%;padding-left: 5px;padding-right: 10px;text-align: right;float: right;}
#topmenu a {color: #FFFFFF;font-weight: bold;}
#topmenu a:hover {color: #E9FAFC;font-weight: bold;}
.login {margin: 0px;padding: 3px 10px 0px 10px;width: 306px;float: left;background-image: url('PostBit/login.png');background-repeat: no-repeat;height: 67px;font-family: tahoma;font-size: 11px;}
.l_traidntnet {float: right;overflow: hidden;width: 160px;height: 120px;margin-top: 5px;}
.information {height: 20px;font-family: tahoma;font-size: 9px;color: #999999;text-align: center;}
.business_traidnt_com {height: 120px;font-family: tahoma;font-size: 11px;color: #009BD7;margin-top: 2px;width: 240px;float: right;margin-right: 5px;border-right-style: dotted;border-right-width: 2px;border-right-color: #1FA9BD;padding-right: 10px;padding-top: 0px;}
/* topsupport */
#topsupport{padding-top: 5px;padding-bottom: 5px;margin: 5px auto 5px auto;}
#topsupport ul{border-width: 2px;border-color: #FF9933;padding: 0px 0px 0px 0px;list-style: none;margin: 0px 0px 0px 0px;width: 240px;text-align: right;height: 50px;border-top-style: dotted;}
#topsupport li{background-position: 100% 100%;float: right;margin: 0;display: inline;background-image: url('PostBit/ico-go.gif');background-repeat: no-repeat;text-align: right;padding-right: 18px;width: 100px;}
#topcontact{margin-top: 2px;margin-bottom: 2px;padding-top: 2px;padding-bottom: 2px;}
#topcontact{width: 100%;clear: right;text-align: right;}
#topcontact ul{padding: 0px 0px 0px 0px;list-style: none;margin: 0px 0px 0px 0px;width: 245px;text-align: right;height: 20px;}
#topcontact li{background-position: 100% 100%;float: right;margin: 0;display: inline;background-image: url('PostBit/ico-mail.gif');	background-repeat: no-repeat;text-align: right;padding-right: 10px;width: 80px;}
#topcontact .contact_mobile{margin: 0px;padding: 0 12px 0 0px;background-position: -1px;background: url('PostBit/ico-phone.gif') no-repeat 0 50%;height: 20px;text-align: right;width: 120px;line-height: 25px;}
#topcontact .technical_support{margin: 0px;background-position: 4px;background: url('PostBit/ico-sup.gif') no-repeat 0 4px;padding: 0 0 0 20px;height: 20px;line-height: 25px;text-align: left;width: 90px;}
.business_services {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #EC7722;text-align: right;}
.webpage_end_footer {border-width: 2px;border-color: #F2812E;margin-right: auto;margin-left: auto;width: 96%;margin-top: 0px;background-image: url('PostBit/background2.png');background-repeat: repeat-x;background-color: #FFFFFF;height: 80px;border-top-style: solid;padding-top: 20px;}
#webpage_end_footer a {color: #FFFFFF;font-family: tahoma;font-size: 11px;}
#webpage_end_footer a:hover {color: #E9FAFC;font-family: tahoma;font-size: 11px;}
.d3aa {
	text-align: center;
	margin: 30px 2px 6px 2px;
	padding: 2px;
	height: 30px;
	font-family: tahoma;
	font-size: 11px;
	color: #F06F0F;
	background-color: #F7F7F7;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #148D9F;
	border-bottom-color: #CCCCCC;
	float: left;
       -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
}
thanks

--------------- Added [DATE]1331273698[/DATE] at [TIME]1331273698[/TIME] ---------------

Why no one is answerin 3.8.x Questions anymore ???

half of Owners use 3.8.x still

C;mon guys
Reply With Quote
  #2  
Old 03-09-2012, 03:04 PM
lordi lordi is offline
 
Join Date: Dec 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

up .. why you guys no more supporting versions 3.8.x although it's the most used till now !!

thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04818 seconds
  • Memory Usage 2,179KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete