vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=242)
-   -   how to set default font on vbulletin 4.1.4 (new editor) (https://vborg.vbsupport.ru/showthread.php?t=265803)

Maroufi 06-25-2011 10:00 PM

how to set default font on vbulletin 4.1.4 (new editor)
 
To Do This Simply Follow These Instructions:
1.Go To Admincp
2.Styles & Templates
3.Search In Templates
4.Search ' editor_contents.css '
Here You Can Change Font , Background's Color And The Default Size On The New Editor.

Example Edited Code: (Tahoma Font , Light Blue Background's Color)
Code:

body
{
        /* Font */
        font-family: Tahoma;
        font-size: 12px;

        /* Text color */
        color: #222;

        /* Remove the background color to make it transparent */
        background-color: #e8f5ff;
}

html
{
        /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
        To prevent this misbehavior, we show the scrollbar always */
        _overflow-y: scroll
}

img:-moz-broken
{
        -moz-force-broken-image-icon : 1;
        width : 24px;
        height : 24px;
}
img, input, textarea
{
        cursor: default;
}

img.previewthumb {
        max-width:150px;
        max-height:150px;
        height:auto !important;
        width:auto !important;
        width:150px;
        height:150px;
        margin:1px;
}

img.size_thumbnail {
        max-height:{vb:stylevar image_thumbnail_max};
        max-width:{vb:stylevar image_thumbnail_max};
}

img.size_medium {
        max-height:{vb:stylevar image_small_max};
        max-width:{vb:stylevar image_small_max};
}

img.size_large {
        max-height:{vb:stylevar image_large_max};
        max-width:{vb:stylevar image_large_max};
}

img.size_fullsize {
        max-width:100%;
        max-height:100%;
        overflow:hidden;
}

img.align_left {
        float:left; /* dont use stylevar for this */
        margin: 1em;
        margin-left: 0;
}

img.align_center {
        margin: 0 auto;
        display:block;
}

img.align_right {
        float:right; /* dont use stylevar for this */
        margin: 1em;
        margin-right: 0;
}

/* Table tag */
table {
        width: auto;
}
table.wysiwyg_dashes {
        border-collapse: collapse;
}

td.wysiwyg_dashes_td {
        border: {vb:stylevar editor_wysiwyg_table_borderSize} dotted {vb:stylevar editor_wysiwyg_table_borderColor};
        padding: 3px;
}

/* paragraph tag */
p {
        margin: 0px;
        padding: 0px;
}

/* preview break tag */
hr.previewbreak {
    background-color:red !important;
    border:medium none !important;
    color:red !important;
    height:6px !important;
}

/* pagebreak tag */
h3.wysiwyg_pagebreak {
        border: 1px dashed #cccccc;
        border-top: 3px double black;
        padding: 4px;
}

Regards,

VBIran 06-26-2011 08:42 PM

Very helpful article .

Thank you man.

strudinox 07-05-2011 09:50 PM

Great info, thanks a lot!


All times are GMT. The time now is 05:47 PM.

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.00987 seconds
  • Memory Usage 1,722KB
  • 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
  • (3)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