The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
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; } |
#22
|
|||
|
|||
![]()
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; } |
#23
|
||||
|
||||
![]()
Well first off, why do you have body_wrapper defined twice?
|
#24
|
|||
|
|||
![]()
it is not defined twice :P
the first one is out "/* */" |
#25
|
|||
|
|||
![]()
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 ![]() |
#26
|
||||
|
||||
![]()
Well duhh, lol sorry.
![]() Do you have .navbar defined in your additional.css? |
#27
|
|||
|
|||
![]()
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; } |
#28
|
||||
|
||||
![]()
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; } |
#29
|
|||
|
|||
![]()
Edit / sry double posted >.<
|
#30
|
||||
|
||||
![]()
Read my post above your last one.
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|