Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
  #21  
Old 08-04-2014, 07:25 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what is currently showing on your page,
Code:
.body_wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  margin-left: 295px;
  max-width: 1188px;
  padding: 10px 20px;
}
If you added it to the bottom of your additional.css template. I would be seeing the CSS code I gave you. You may have an error in your CSS, so it is ignoring the block of CSS I gave you.
Reply With Quote
  #22  
Old 08-04-2014, 07:27 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i already have .body_wrapper defined

but why is the wrapper the issue :O ?

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

Code:
/*
.body_wrapper {
padding: 10px 20px 10px 20px;
background: rgb(255, 255, 255) none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
max-width: 1188px;
margin-left: 295px;
}*/

.body_wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  margin-left: 295px;
  max-width: 1188px;
  padding: 10px 20px;
}
this is now in my css
Reply With Quote
  #23  
Old 08-04-2014, 07:42 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well first off, why do you have body_wrapper defined twice?
Reply With Quote
  #24  
Old 08-04-2014, 07:44 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Well first off, why do you have body_wrapper defined twice?
it is not defined twice :P

the first one is out "/* */"
Reply With Quote
  #25  
Old 08-04-2014, 07:45 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, the code I gave you should have been placed on the bottom and you should have not commented out your body wrapper. You are not allowing the CSS to cascade.

I can easily view the active CSS, so If you would have left the CSS I gave you on the page then I could have examined what the problem was. I cannot help if you do not follow my steps. Sorry
Reply With Quote
  #26  
Old 08-04-2014, 07:47 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well duhh, lol sorry.

Do you have .navbar defined in your additional.css?
Reply With Quote
  #27  
Old 08-04-2014, 07:51 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My current css:

Code:
html { 
  background: url("http://i61.tinypic.com/316p5bq.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo-image {
clear:both;
display:block;
float:none;
text-align:center;
}

.postbitlegacy .userinfo {
float: left;
position: relative;
width: 180px;
padding: 2px 10px 5px;
font-size: 11px;
display: block;
background: #f2f6f8 none;
clear: both;
width: 210px;
}

fieldset, img {
border: 0;
max-width: 200px;
}

.navtabs li a.navtab {
border-top: 1px solid #Cedfeb;
border-left: 1px solid #Cedfeb;
display: block;
background: #0099FF;
min-width: 60px;
width: auto !important;
width: 60px;
text-align: center;
color: #ffffff;
font: bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
text-decoration: none;
line-height: 26px;
padding: 0 10px;
}

.thread_info h4 {
font-size: 12px;
font-weight: bold;
color: rgb(255, 255, 255);
background: #0099FF;
_background-image: none;
border: 1px solid #606060;
margin-top: 5px;
-moz-box-shadow: -2px 2px 2px #c8c8c8;
-webkit-box-shadow: -2px 2px 2px #c8c8c8;
box-shadow: -2px 2px 2px #c8c8c8;
}

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
background: #0099FF;
_background-image: none;
border: 1px solid #5A7F97;
clear: both;
display: block;
float: left;
width: 100%;
color: #ffffff;
margin: -1px -1px 0;
font: normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
padding: 4px 0;
}

.blockhead {
font: normal 12px Tahoma, Calibri, Verdana, Geneva, sans-serif;
color: #ffffff;
background: #0099FF;
_background-image: none;
padding: 4px 10px 4px 10px;
border: 1px solid #5a7f97;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

.newcontent_textcontrol {
background: #0099FF;
_background-image: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 3px 8px #dddddd;
-webkit-box-shadow: 0 3px 8px #dddddd;
box-shadow: 0 3px 8px #dddddd;
font: normal 14px Arial, sans-serif;
color: rgb(255, 255, 255);
padding: 4px 15px 4px 15px;
border: 0;
display: block;
float: left;
clear: right;
}
body a {
color: #417394;
text-decoration: none;
}

.forum_info .blockhead {
font-size: 12px;
font-weight: bold;
color: rgb(255, 255, 255);
background: #0099FF;
_background-image: none;
border: 1px solid #606060;
margin-top: 5px;
-moz-box-shadow: -2px 0 2px #c8c8c8;
-webkit-box-shadow: -2px 0 2px #c8c8c8;
box-shadow: -2px 0 2px #c8c8c8;
}

.navtabs li:first-child {
border-left: 0px;
border-right: 0px;
}
.threadlisthead {
font: bold 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
margin: 0;
width: 100%;
border: 1px solid #5a7f97;
background: #0099FF;
color: #ffffff;
float: left;
display: block;
-moz-border-radius-topright: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
-moz-box-shadow: -2px 2px 2px #c8c8c8;
-webkit-box-shadow: -2px 2px 2px #c8c8c8;
box-shadow: -2px 2px 2px #c8c8c8;
position: relative;
}

.forumhead {
background: #0099FF;
_background-image: none;
padding: 0;
font: bold 12px Arial, Tahoma,Calibri,Verdana,Geneva,sans-serif;
color: #ffffff;
clear: both;
margin-top: 8px;
float: left;
border: 1px solid #5a7f97;
width: 100%;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
}

.footer {
clear: both;
margin-top: 15px;
text-align: right;
display: block;
-moz-box-shadow: -2px 2px 2px #c8c8c8;
-webkit-box-shadow: -2px 2px 2px #c8c8c8;
box-shadow: -2px 2px 2px #c8c8c8;
background: #089CFF;
padding: 5px 0px 5px 0px;
border: 1px solid #425769;
color: ;
font: normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

.wgo_block .blockhead {
font-size: 12px;
font-weight: bold;
color: rgb(255, 255, 255);
background: #089CFF;
_background-image: none;
border: 1px solid #606060;
}
* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }
* { box-shadow: none !important; }

* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }
* { border-radius: 0px !important; }

.above_body {
background: transparent;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

/*
.body_wrapper {
padding: 10px 20px 10px 20px;
background: rgb(255, 255, 255) none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
max-width: 1188px;
margin-left: 295px;
}*/

.body_wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  margin-left: 295px;
  max-width: 1188px;
  padding: 10px 20px;
}

.navtabs ul {
position: absolute;
top: 26px;
left: 0px;
width: 100%;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-right: -80px;
direction: ltr;
border-top: 10px;
}

.navbar {
position: relative;
height: 53px;
background: #089CFF;
margin: 10px 0px 0px 0px;
color: rgb(255, 255, 255);
font: 11px Arial, Calibri, Verdana, Geneva, sans-serif;
margin-left: 295px;
margin-right: 310px;
margin-bottom: -20px;
}

.navtabs {
padding: 0px 0px 0px 20px;
height: 26px;
background-color: #089CFF;
background: transparent;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}

.navtabs li.selected a.navtab {
color: #FFFFFF;
background: transparent;
position: relative;
padding-top: 4px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}

.glow-admin{
color: #FF0000;
font-weight: bold;
text-shadow: 0px 0px 6px #FF0000;
background: transparent url("http://i59.tinypic.com/15dntbn.jpg") no-repeat;
}

.glow-forumdonator{
color: white;
font-weight: bold;
text-shadow: 0px 0px 6px #FFFF00;
}

.glow-supergm{
color: #0015FF;
font-weight: bold;
text-shadow: 0px 0px 6px #00F3FF;
}

.glow-gm{
color: #AB00FF;
font-weight: bold;
text-shadow: 0px 0px 6px #FF00EB;
}

.glow-wzeditor{
color: #007215;
font-weight: bold;
text-shadow: 0px 0px 6px #00FF2F;
}

.glow-graphicsdesigner{
color: Black;
font-weight: bold;
text-shadow: 0px 0px 6px #DAFF00;
}

.glow-donation{
color: white;
font-weight: bold;
text-shadow: 0px 0px 6px #FFFF00;
}

.glow-banned{
color: Grey;
font-weight: bold;
text-decoration: line-through;
text-shadow: 0px 0px 6px Grey;
}

.glow-member{
color: Grey;
font-weight: bold;
text-shadow: 0px 0px 6px #58FAF4;
}

.glow-normal{
color: Black;
text-shadow: 0px 0px 0px Black;
}

.glow-manager{
color: cyan;
font-weight: bold;
text-shadow: 0px 0px 6px #FF00FF;
}
Reply With Quote
  #28  
Old 08-04-2014, 07:54 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok comment out the body_wrapper, and navbar, and add this at the bottom:

Code:
.navbar {
    background: none repeat scroll 0 0 #089cff;
    color: rgb(255, 255, 255);
    font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
    height: 53px;
    margin: 10px 310px -20px 193px;
    position: relative;
}

.body_wrapper {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1188px;
    padding: 10px;
}
Reply With Quote
  #29  
Old 08-04-2014, 07:54 PM
MajorKokosnuss MajorKokosnuss is offline
 
Join Date: Apr 2014
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit / sry double posted >.<
Reply With Quote
  #30  
Old 08-04-2014, 07:55 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Read my post above your last one.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:28 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.04277 seconds
  • Memory Usage 2,271KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete