vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   ibProArcade Fixes (https://vborg.vbsupport.ru/showthread.php?t=249120)

ice.Prince 08-21-2011 04:48 PM

1 Attachment(s)
wie kann ich mein Problemm lössen ?

VB 4.1.5

Header und fooder
was kann ich blos machen
bitte um Hilfe...........

how can I loesses my Problemm?

VB 4.1.5

Header and food
I can only make
please help ...........

Hippy 08-21-2011 07:04 PM

replace your ARCADE template with
ersetzen Sie die ARCADE-Vorlage mit dieser
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
    <title>{vb:raw ibprotitle}</title>
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
  </head>
  <body>
    {vb:raw header}
    {vb:raw navbar}

  {vb:raw arcadeheader}
  {vb:raw maincontent}   


    {vb:raw footer}
</div>
  </body>

lass es mich wissen
let me know ;)

ice.Prince 08-21-2011 07:46 PM

1 Attachment(s)
Header und fooder ist da
aber der rest ist nicht gut

sorry für Mein englisch

Header, and since food is
But the rest is not good

My English for thrush

bitte hilfeeeeeeeeeeee

ice.Prince 08-22-2011 09:46 AM

Hippy Du hast eine PN

bitte helfe mir
ich bekomme es nicht hin

bitteeeeeeeeeeeeeeee:confused:

schau auf bild 2

Hippy 08-22-2011 06:28 PM

Fixed my friend...
let me know all is well..

ice.Prince 08-22-2011 07:25 PM

:up::up:P e r f e k t !:up::up::up:

DANKT SUPER



Jaaaaaaaaaaaaaaa.................:up:

Hapyyyyyyyyyyyyyyyyyy:D

big Thx :D

From Germany Hamburg :up:

Hippy the Best :up:

Hippy 08-22-2011 08:21 PM

:) your welcome from the US

your welcome mein Freund, wann immer Sie Hilfe brauchen einfach fragen

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

[QUOTE]:up:QUOTE]


sorry bout those avatars I fixed them

Leider Kampf den Avataren ich fest davon

jaffaman 08-30-2011 06:41 PM

I have a custom dark theme and in the additional.css it already has lots of code see below.
I think there's a conflict when i add the arcade.css to it as it does not keep in style with the rest of the site I have a few themes and they are all ok but there additional.css was already blank.

The additional.css that is already there. Would i just copy the origanal Arcade.ccs and paste it on the top?

Code:

.social-top {
  background: #000000;
  width: 250px;
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.toplinks .logindetails {

  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.toplinks ul.nouser li a {

  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.navtabs .popupbody {
  background-color: #101519;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.threadbit .sticky {
  border-bottom: 1px dotted #5F9BBF;
}

.threadbit .deleted {
  border-bottom: 1px dotted #EA5C50;
}

.toolsmenu .popupgroup .popupbody a, .toolsmenu .popupgroup .popupbody li label {
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.attachments {
    background: #1F313D;
    color: #FFF;
    border: 1px solid #000;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

legend {
    color: #FFF;
}

#forum_icon_legend {
  border: 0px solid;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.notices li {
  background: #000 url({vb:stylevar imgdir_misc}/important.png) no-repeat top left;
  padding-left: 88px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
right:-20px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: auto;
width:320px;
color:#A7B5BF;
background: url({vb:stylevar imgdir_misc}/frow-bg.png) repeat-x top left;
font: 12px verdana;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
border-left: 1px solid #5F9BBF;
border-right: 0px solid #5F9BBF;
border-bottom: 1px solid #5F9BBF;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
box-shadow: 0 0 0px #888;
}

#fb_icon {
margin-right: 11px !important;
margin-top: -17px !important;
margin-bottom: 2px !important;
z-index: 10000 !important;
}


.fbpp-link {
background-color: #3b5998 !important;
outline: none; color: #FFF !important;
text-decoration: none !important;
text-align: center !important;
}

.fbpp-link:hover {
background-color: #627aad !important;
}

.fbpp-link:active {
background-color: #2a4280 !important;
}

.navtabs li a.navtab {

  text-transform: uppercase;
  margin: 0 0 auto 5px;
}

.navtabs li.selected a.navtab {

        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.navtabs li a.navtab:hover {

        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.memberaction_body.popupbody {
  background: #000;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.body_wrapper {
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.postbitlegacy .userinfo {
  text-transform: uppercase;
}

.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .imlinks {
    text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img{
  float:none;
  text-align:center;}
.postcontainer .username_container .popupmenu a.popupctrl {
  font-size:13px;}

.postingo{
background:#0A161F;
    border:1px solid #000;
    color:#FFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding:5px 5px 20px 5px;
    margin-top:2px;
    margin-bottom: 5px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
}

.post-user{
background:#0A161F;
    border:1px solid #000;
    color:#FFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding:5px 5px 5px 5px;
    margin-top:2px;
    margin-bottom: 5px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
}

.postbitlegacy .userinfo .userinfo_extra {
  display: block;
  position: relative;
  float: left;
}

.usertitle {
  padding-top: 2px;
  padding-bottom: 2px;
}

.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
  width: 14%;
}



.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        border: 1px solid #c4c4c4;
        font-size: {vb:stylevar font-size};
}

Thanks in advance................Paul

Hippy 08-30-2011 06:42 PM

Quote:

Originally Posted by jaffaman (Post 2240084)
I have a custom dark theme and in the additional.css it already has lots of code see below.
I think there's a conflict when i add the arcade.css to it as it does not keep in style with the rest of the site I have a few themes and they are all ok but there additional.css was already blank.

The additional.css that is already there. Would i just copy the origanal Arcade.ccs and paste it on the top?

Code:

.social-top {
  background: #000000;
  width: 250px;
  display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.toplinks .logindetails {

  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.toplinks ul.nouser li a {

  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.navtabs .popupbody {
  background-color: #101519;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.threadbit .sticky {
  border-bottom: 1px dotted #5F9BBF;
}

.threadbit .deleted {
  border-bottom: 1px dotted #EA5C50;
}

.toolsmenu .popupgroup .popupbody a, .toolsmenu .popupgroup .popupbody li label {
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.attachments {
    background: #1F313D;
    color: #FFF;
    border: 1px solid #000;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

legend {
    color: #FFF;
}

#forum_icon_legend {
  border: 0px solid;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.notices li {
  background: #000 url({vb:stylevar imgdir_misc}/important.png) no-repeat top left;
  padding-left: 88px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-header-info{
position:absolute;
z-index: 2000;
top:0px;
right:-20px;
padding-left: 12px;
padding-top: 8px;
padding-right: 6px;
padding-bottom: 0px;
margin-top: -0px;
height: auto;
width:320px;
color:#A7B5BF;
background: url({vb:stylevar imgdir_misc}/frow-bg.png) repeat-x top left;
font: 12px verdana;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
border-left: 1px solid #5F9BBF;
border-right: 0px solid #5F9BBF;
border-bottom: 1px solid #5F9BBF;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
box-shadow: 0 0 0px #888;
}

#fb_icon {
margin-right: 11px !important;
margin-top: -17px !important;
margin-bottom: 2px !important;
z-index: 10000 !important;
}


.fbpp-link {
background-color: #3b5998 !important;
outline: none; color: #FFF !important;
text-decoration: none !important;
text-align: center !important;
}

.fbpp-link:hover {
background-color: #627aad !important;
}

.fbpp-link:active {
background-color: #2a4280 !important;
}

.navtabs li a.navtab {

  text-transform: uppercase;
  margin: 0 0 auto 5px;
}

.navtabs li.selected a.navtab {

        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.navtabs li a.navtab:hover {

        -webkit-border-top-left-radius: 12px;
        -webkit-border-top-right-radius: 12px;
        -moz-border-radius-topleft: 12px;
        -moz-border-radius-topright: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -moz-border-radius-bottomright: 12px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.memberaction_body.popupbody {
  background: #000;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.body_wrapper {
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
}

.postbitlegacy .userinfo {
  text-transform: uppercase;
}

.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .imlinks {
    text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img{
  float:none;
  text-align:center;}
.postcontainer .username_container .popupmenu a.popupctrl {
  font-size:13px;}

.postingo{
background:#0A161F;
    border:1px solid #000;
    color:#FFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding:5px 5px 20px 5px;
    margin-top:2px;
    margin-bottom: 5px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
}

.post-user{
background:#0A161F;
    border:1px solid #000;
    color:#FFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;
    padding:5px 5px 5px 5px;
    margin-top:2px;
    margin-bottom: 5px;
  -moz-box-shadow: 0 2px 6px #5F9BBF;
  -webkit-box-shadow: -1px 2px 2px #5F9BBF;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
}

.postbitlegacy .userinfo .userinfo_extra {
  display: block;
  position: relative;
  float: left;
}

.usertitle {
  padding-top: 2px;
  padding-bottom: 2px;
}

.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
  width: 14%;
}



.tborder {
background-color:{vb:stylevar doc_backgroundColor};
        border: 1px solid #c4c4c4;
        font-size: {vb:stylevar font-size};
}

Thanks in advance................Paul

yes :D
tborder may conflict might wan too if so remove it from the arcade.css and legend may as well...

jaffaman 08-30-2011 06:59 PM

Thanks alot :)


All times are GMT. The time now is 01:53 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.01372 seconds
  • Memory Usage 1,819KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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