vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Blog (https://vborg.vbsupport.ru/showthread.php?t=314299)

MajorKokosnuss 09-13-2014 08:32 PM

Blog
 
Is it possible to edit the Blog CSS ?

I find nothing :/

http://prntscr.com/4mjmop

If i paste there like this:

#pagetitle h1 {
font: bold 140% Tahoma, Calibri, Verdana, sans-serif;
color: red;
display: block;
}


Nothing happens. i have no idea where i can modify my blog layout/design :/

Does anyone know where and how to do it ?

EDIT:

I wanted to make something like this for my Forum

http://www.gommehd.net

(Startseite/Startpage/HomePage)

Like new Announcements etc on the start page

tbworld 09-13-2014 11:07 PM

vBulletin "Blog" is just like all the other vbulletin modules. You alter the templates and the stylevars for core changes. You use the CSS "templates" to additionally alter the CSS or you can append it to "additional.css".

"Pagetitle" is used in all modules and might be modified by another module or modification you have loaded. We really cannot tell the problem unless we have a link to your site and view the CSS on the page.

Add your code to the bottom of your "additional.css" template (should be the end of the CSS cascade) and it should work fine. :)

--------------- Added 13 Sep 2014 at 17:12 ---------------

You can add additional specificity in the "Blog" module by adding ".blog" to the selector.

Code:

    .blog #pagetitle h1 {
    font: bold 140% Tahoma, Calibri, Verdana, sans-serif;
    color: red;
    display: block;
  }

:)

MajorKokosnuss 09-14-2014 03:30 AM

Sometimes it makes no chances ):

Edit:

http://prntscr.com/4mn7uw

tbworld 09-14-2014 04:23 AM

The CSS works fine on my system. Have you selected the right style for the template you have modified? You would need to provide your site URL, if you would like further help. We would need to see the working CSS. :)

MajorKokosnuss 09-14-2014 05:03 AM

boomboomforums.com

and yes i did

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

I guess i found the issue

i had //============================BLOG================

before the stuff that didn't worked.

tbworld 09-14-2014 08:38 PM

Yep, that would do it. Sometimes an error in the CSS can cause all further parsing of the CSS file to cease -- but then you know that know. :)

Glad you have it working.


All times are GMT. The time now is 06:59 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,720KB
  • 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
  • (6)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