vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Where is CSS (https://vborg.vbsupport.ru/showthread.php?t=263174)

malizubair786 05-05-2011 06:57 AM

Where is CSS
 
Hello I want to know that where is CSS in vbulletin script to edit.

HMBeaty 05-05-2011 06:59 AM

CSS for what?

malizubair786 05-05-2011 07:08 AM

Like <template>bbcode.css</template>
<template>editor.css</template>
<template>popupmenu.css</template>
<template>reset-fonts.css</template>
<template>vbulletin.css</template>
<template>vbulletin-chrome.css</template>
<template>vbulletin-formcontrols.css</template>
</rollup>
- <rollup name="album-rollup.css">
<template>album.css</template>
<template>picture.css</template>
<template>postbit-lite.css</template>
</rollup>
- <rollup name="forumdisplay-rollup.css">
<template>toolsmenu.css</template>
<template>forumbits.css</template>
<template>forumdisplay.css</template>
<template>threadlist.css</template>
<template>options.css</template>
</rollup>
- <rollup name="forumhome-rollup.css">
<template>forumbits.css</template>
<template>forumhome.css</template>
<template>widgets.css</template>
<template>sidebar.css</template>
<template>options.css</template>
<template>tagcloud.css</template>
</rollup>
- <rollup name="memberinfo-rollup.css">
<template>sidebar.css</template>
<template>forumbits.css</template>
<template>postbit.css</template>
<template>postbit-lite.css</template>
<template>member.css</template>
<template>showthread.css</template>
</rollup>
- <rollup name="postbit-rollup.css">
<template>postbit.css</template>
<template>postbit-lite.css</template>
<template>postlist.css</template>
</rollup>
- <rollup name="showthread-rollup.css">
<template>toolsmenu.css</template>
<template>attachment.css</template>
<template>lightbox.css</template>
<template>poll.css</template>
<template>postbit.css</template>
<template>postlist.css</template>
<template>options.css</template>
<template>showthread.css</template>
</rollup>
- <rollup name="search-rollup.css">
<template>forumbits.css</template>
<template>postbit.css</template>
<template>postbit-lite.css</template>
<template>threadlist.css</template>
<template>search.css</template>
</rollup>
- <rollup name="socialgroups-rollup.css">
<template>album.css</template>
<template>friends.css</template>
<template>member.css</template>
<template>picture.css</template>
<template>socialgroups.css</template>
<template>threadlist.css</template>
<template>toolsmenu.css</template>
<template>sidebar.css</template>
</rollup>
- <rollup name="usercp-rollup.css">
<template>attachments.css</template>
<template>forumbits.css</template>
<template>forumdisplay.css</template>
<template>postlist.css</template>
<template>projecttools.css</template>
<template>threadlist.css</template>
<template>usercp.css</template>
</rollup>

brandondrury 01-27-2013 07:14 PM

They expect you to use the Style Variable Editor....which is bad if you know what you are doing with CSS and is bad if you don't know what you are doing with CSS.

You an overwrite the settings in the Style Variable Editor with additional.css (must edit the template). I have no idea why additional.css is it's own template because it simply renders down to an additional .css file when it seems to me it could just as easily be rendered in with the main rollup or whatever. It would be nice to have one less http request. I hear the vBulletin team is starting to get concerned about performance again, which is shocking and encouraging.

Brandon

squidsk 01-28-2013 02:58 PM

Quote:

Originally Posted by malizubair786 (Post 2192114)
Like <snip>

The css is located in the style manager under edit templates and look in the CSS Templates group. Do be sure to follow the advice of the other poster as some things, at least for consistency, should be edited in the style vars, also in the style manager.

Quote:

Originally Posted by brandondrury (Post 2399913)
I have no idea why additional.css is it's own template because it simply renders down to an additional .css file when it seems to me it could just as easily be rendered in with the main rollup or whatever. It would be nice to have one less http request.

The reason that additional.css can't be added to main-rollup is that any css that came after main-rollup would overwrite the css in additional.css, so additional.css must be separate so that it can be included as the last css file to ensure none of the css within is overwritten.


All times are GMT. The time now is 06:55 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.01084 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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