vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Social Group Categories Font Size (https://vborg.vbsupport.ru/showthread.php?t=207468)

DieselMinded 03-05-2009 09:04 PM

Social Group Categories Font Size
 
I have one category thats name in the categories list is great big , How can i make them all the same size?

Lynne 03-06-2009 01:21 AM

It's a tag could and thus follows the rule in vboptions > Tagging > Tag Cloud: Number of Levels. If you set that to 1, then all tags in all tag clouds will all be the same size.

DieselMinded 03-06-2009 01:41 AM

You always come threw for me Thanks for everything you do

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

Oops that didnt fix it :(

Lynne 03-06-2009 01:54 AM

Wow, you are right. Um....... but if you look at the function fetch_socialgroup_category_cloud (in functions_socialgroup.php), it says it uses that option. So.... {{{Lynne scratches her head}}}

Lynne 03-06-2009 02:05 AM

Ah ha! That function builds the datastore for it. I got it to work by editing a group, changing the category, then changing it back again.

DieselMinded 03-06-2009 02:18 AM

Well that worked but it made them all small , how do i make them bigger ,,, sorry to be a PITA

Lynne 03-06-2009 02:32 AM

The sizes are defined in the template "socialgroups_css". Just change it there.

DieselMinded 03-06-2009 02:50 AM

Well Lynne i have put

HTML Code:

font-size: 16pt;
Just about everywhere in the css file

HTML Code:

<style type="text/css" id="vbulletin_socialgroup_css">
<!--
.list_no_decoration {
        list-style-type: none;
        margin: 0px;
        padding: 0px
}
div.fixed_width_avatar {
        text-align: center;
}
div.fixed_width_avatar {
        padding: $stylevar[cellpadding]px;
}
/* Table emulation */
.social_group {
        padding: $stylevar[cellspacing]px;
}
.social_group .block_title, .social_group .block_row {
        padding: $stylevar[cellpadding]px;
}
.social_group .block_row {
        margin: $stylevar[cellspacing]px 0px 0px 0px;
}
.social_group .block_title {
        margin: 0px;
        text-align: $stylevar[left];
}
.social_group div.tfoot {
        text-align: center;
}
.social_group table .thead {
        padding: $stylevar[cellpadding]px;
}
.social_group_message {
        margin-top: $stylevar[cellpadding]px;
}
.social_group_message_body {
        padding: $stylevar[cellpadding]px;
}
.social_group_message .inlinemod_checkbox {
        margin-bottom: 5px;
        position: relative;
        top: -2px;
        $stylevar[left]: 3px;
}
#inlinemodsel {
        position: relative;
        top:1px;
        left:1px
}
#group_name {
        margin: 0px;
        font-weight: normal;
        font-size: 16pt;
}
#group_creator {
        margin-bottom: 6px;
}
#view_all_members_link {
        float: $stylevar[right];
}
#group_member_list {
        list-style-type: none;
        margin: 0px;
        padding: 0px
}
#group_member_list .memberinfo_tiny {
        height: 100px;
        width: 76px;
        overflow: hidden;
        float: $stylevar[left];
        text-align: center;
        margin: 1px;
}
#group_footer_links {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}
#group_footer_links li {
        display: inline;
        margin:0px 6px 0px 6px;
}
#picture_links {
        float: $stylevar[right];
}
#qc_error_div {
        text-align: $stylevar[left];
        margin-bottom: 6px;
}
#qc_error_header {
        font-weight: bold;
}
#qc_error_okay {
        text-align: $stylevar[right];
}
#message_form div.allowed_bbcode {
        float: $stylevar[left];
}
#message_form div.submit_button {
        text-align: $stylevar[right];
}
#message_form div.messagetext {
        text-align: $stylevar[left];
}
#group_message_inlinemod_form {
        margin: 0px;
        display: block;
}
.social_group .vbmenu_control {
        text-align: $stylevar[left];
        float: $stylevar[right];
        background: none;
        padding: $stylevar[cellpadding]px 0px;
}
.sgmenu_control {
        float: $stylevar[right];
        background: none;
        padding: 0 $stylevar[cellpadding]px;
}
#message_list {
        border: none;
}
#message_list li {
        margin-bottom: 6px;
}
#message_list div.fixed_width_avatar {
        margin-$stylevar[right]: 6px;
        float: $stylevar[left];
}
#message_list div.info_bar {
        border-width: 0px 0px 0px 0px
}
#message_list div.info_bar div.alt2 {
        padding: 6px;
}
#message_list .group_message_date {
        float: $stylevar[right];
        vertical-align: text-bottom;
}
#message_list .inlinemod_checkbox {
        float: $stylevar[right];
}
#message_list ul.controls {
        margin-top: 6px;
        text-align: $stylevar[right]
}
#message_list ul.controls li {
        display: inline;
        margin-$stylevar[left]: 6px;
}
#message_list ul.controls a:link, #message_list ul.controls a:visited {
        text-decoration: none;
}
#message_list .deletedmessage{
        float: $stylevar[left];
}
.action_links {
        padding: $stylevar[cellpadding]px 0px;
        width: 50%;
        display: inline-block;
        clear: $stylevar[left];
}
.discussion_tools {
        float: $stylevar[right]
}
#discussion_moderation, .discussion_tools {
        float: $stylevar[right];
        text-align: $stylevar[left];
        clear: $stylevar[right];
}
#discussion_pagenav {
        float: $stylevar[right];
        margin-top: $stylevar[cellpadding]px;
        text-align: $stylevar[right];
}
.discussion_list ul {
        float: $stylevar[right];
        text-align: $stylevar[right];
}
.discussion_list ul.controls li {
        display: inline;
        margin-$stylevar[left]: 6px;
}
.discussion_list ul.controls li a {
        text-decoration: none;
}
.discussion_bit_preview {
        width: 70%;
        float: $stylevar[left];
        padding: 2px 0;
}
.unread {
        font-weight: bold;
}
.push_down {
        margin-top: $stylevar[cellpadding]px;
}
.social_group .panel {
        margin: $stylevar[cellpadding]px;
}
.join_to_view {
        margin-bottom: $stylevar[cellpadding]px;
}
.panelsurround {
        text-align: center
}
.social_group .quick_reply_controls {
        margin-bottom: $stylevar[cellpadding]px;
}
ul.vbmenu_popup li {
        padding: 4px;
        margin: 0px 1px 1px 1px;
        white-space: nowrap;
}
ul.vbmenu_popup li.first {
        margin: 1px;
}
.hidden {
        display: none;
}
fieldset form, div.fieldsetpad {
        display: block;
        padding: 6px;
}
.userlist_title {
        font-weight:bold;
}
.userlist_description {
        margin-bottom: 6px
}
.avatar_toggle {
        text-align: $stylevar[right];
}
div.checkbox_ctrls {
        margin-bottom: 6px;
}
label.check_all_ctrl {
        float: $stylevar[left];
}
label.show_avatars_ctrl {
        float: $stylevar[right];
}
div.submitrow {
        text-align: $stylevar[right];
}
div.submitrow #moderatedlist_action {
        float: $stylevar[left];
        text-align: $stylevar[left];
}
.userlist_error {
        display: none;
}
.userlist_error_image {
        float: $stylevar[left];
        margin-$stylevar[right]: 6px;
        margin-bottom:6px;
}
ul.userlist {
        list-style: none;
        padding: 0px;
        margin: 0px;
}
ul.userlist li {
        float: $stylevar[left];
        margin-$stylevar[right]: 6px;
        margin-bottom: 6px;
        width:175px;
}
ul.userlist hr {
        display:none;
}
ul.userlist_hideavatars li {
        position: relative;
        width:215px;
        border:solid 1px silver;
        padding:4px;
}
ul.userlist_hideavatars div.username a {
        font-weight:bold;
}
a.sg_catcloudlink:link, a.sg_catcloudlink:visited {
        text-decoration:none;
}
a.sg_catcloudlink:hover, a.sg_catcloudlink:active {
        text-decoration:underline;
}
a.sg_catlevel1 {
        font-size: xx-small;
}
a.sg_catlevel2 {
        font-size: small;
}
a.sg_catlevel3 {
        font-size: medium;
}
a.sg_catlevel4 {
        font-size: large;
}
a.sg_catlevel5 {
        font-size: large;
        font-weight: bold;
}
img.sgicon {
        border: 1px solid gray;
        margin: $stylevar[cellspacing]px;
}
#sg_owngroups_info, #sg_randomgroup_info {
        float: $stylevar[left];
}
#sg_owngroups_info td, #sg_randomgroup_info td {
        padding: 4px 16px;
        padding-$stylevar[left]: 0px;
}
div.sgicon, div.sgicon span {
        float:$stylevar[left];
        text-align:center;
}
div.sgicon span {
        width:92px;
        margin-left:-6px;
        margin-right:-6px;
        text-align: center;
        clear:$stylevar[left];
}
div.sgicon {
        width: 100px;
}
#sg_grouplist div.sgicon {
        width: 92px;
       
}
#sg_newgroups div.sgicon, #sg_mygroups div.sgicon {
        height: 118px;
        width: 82px;
        overflow: hidden;
        padding: 8px;
        padding-top: 0px;
}
#sg_newgroups div a {
        text-decoration: none;
}
#sg_owngroups div.sgicon {
        height: 82px;
        padding-bottom: 4px;
}
#sg_owngroups div.sgicon, #sg_randomgroup div.sgicon {
}
#sg_newgroups td.alt1 {
        padding: $stylevar[cellpadding]px 0px;
}
em.note {
        font-style: normal;
        color: #22229C;
}
#sg_owngroups td.alt1, #sg_randomgroup td.alt1 {
        margin: 0px;
        border: 0px;
}
.floatwrapper {
        width: 100%;
        float: $stylevar[left];
}
#sg_catcloud, #sg_owngroups, #sg_mygroups, #sg_randomgroup {
        padding-$stylevar[right]: 320px;
        min-width: 382px;
        padding-bottom: 16px;
       
}
#sg_mygroups {
        padding-bottom: 0px;
}
#sg_mygroups div.sgicon {
        width: 86px;
        padding: 4px 8px 8px 8px;
}
#sg_newgroups {
        float: $stylevar[left];
        width: 304px;
        margin-$stylevar[left]: -304px;
}
#sg_owngroups img.sgicon, #sg_randomgroup img.sgicon {
        margin-top: 2px;
        margin-$stylevar[left]: 0px;
        margin-$stylevar[right]: 8px;
}
#sg_catcloud {
        text-align:justify;
}
-->

</style>


Lynne 03-06-2009 02:14 PM

Except if you look at the function, or the page source itself:
HTML Code:

<a href="group.php?do=grouplist&amp;cat=1" class="sg_catcloudlink sg_catlevel1">Uncategorized</a>
you'll see that these are the classes that affect the size of the tags:
Code:

a.sg_catlevel1 {
    font-size: xx-small;
}
a.sg_catlevel2 {
    font-size: small;
}
a.sg_catlevel3 {
    font-size: medium;
}
a.sg_catlevel4 {
    font-size: large;
}
a.sg_catlevel5 {
    font-size: large;
    font-weight: bold;
}


DieselMinded 03-06-2009 05:09 PM

THANKS
Quote:

a.sg_catlevel1 {
font-size: large;
font-weight: bold;
Now how can i add a "|" between them ?


All times are GMT. The time now is 04:08 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.01338 seconds
  • Memory Usage 1,769KB
  • 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
  • (3)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete