vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Need to resize the Thread Title field + Border (https://vborg.vbsupport.ru/showthread.php?t=279733)

lordi 03-08-2012 06:15 AM

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
https://vborg.vbsupport.ru/external/2012/03/37.png
.

https://vborg.vbsupport.ru/external/2012/03/38.png


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

lordi 03-09-2012 03:04 PM

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

thanks


All times are GMT. The time now is 08:20 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.01154 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete