Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with my sites page running off
#1
Well i dont know why this does it but i need a fix.

Im running mybb for some reason the page runs off slightly is there some sort of css thing i can use to fix it? i recorded a video of whats happening

you can see what i mean for yourself www.the-fallout.org

[Image: logo2.png]
Reply
#2
It's not off for me mate, try the width percent to like 95 in the stylesheet edits.
Reply
#3
In the stylesheet you have it set to a certain amount of pixels, set it to like 95% so it fits all screens.
Reply
#4
This will only run off for people with smaller resolution screens. I have a 1366x766 or whatever, runs off for me.
Reply
#5
(01-02-2011, 09:34 AM)Laugh Wrote: In the stylesheet you have it set to a certain amount of pixels, set it to like 95% so it fits all screens.

dont wanna soundlike a n00b but what would i put it as? like in the global.css but what the tag called?
[Image: logo2.png]
Reply
#6
Yup you can change the width in global.css.
Reply
#7
(01-02-2011, 02:41 PM)Laugh Wrote: Yup you can change the width in global.css.

yeah i know but hiow?

body {
background: #1a1a1a url(images/darkfusion/style/body_bg.png) top left repeat;
line-height: 1.4;
margin: auto auto;
padding-bottom: 20px;
color: #000;
text-align: center;
font-family: tahoma;
font-size: 11px;


}
a:link {
color: #0e79ca;
text-decoration: none;
}

a:visited {
color: #0e79ca;
text-decoration: none;
}

a:hover, a:active {
color: #1399ff;
text-decoration: none;
}

.header {
background: #070707 url(images/darkfusion/style/header_bg.png) top left repeat;
text-align: center;
width: 100%;
height: 140px;
border-bottom: 4px solid #007dd1;
}

.header_right {
background: url(images/darkfusion/style/header_right.png) top left no-repeat;
height: 96px;
width: 530px;
padding-top: 50px;
padding-right: 20px;
float: right;
}

.header_in {
margin: auto auto;
}

.logo {
float: left;
margin-top: 40px;
margin-left: 20px;
}

#container {
background: #101010;
border: 1px solid #2a2a2a;
width: 95%;
color: #808080;
margin: auto auto;
padding: 20px;
text-align: left;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#content {
width: auto !important;
}

#footer {
width: 95%;
color: #fff;
margin: auto auto;
padding: 10px 20px 20px 20px;
text-align: left;
text-shadow: 0 1px 0 #000;
}

.menu {
width: 540px;
padding-right: 20px;
}

.menu ul {
width: 540px;
float: right;
color: #fff;
font-weight: bold;
text-align: right;
}

.menu ul a:link {
background: url(images/darkfusion/style/menu_bg.png) top left repeat-x;
width: 90px;
padding: 9px 7px 8px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 #202020;
}

.menu ul a:visited {
background: url(images/darkfusion/style/menu_bg.png) top left repeat-x;
width: 90px;
padding: 9px 7px 8px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 #202020;
}

.menu ul a:hover, .menu ul a:active {
background: url(images/darkfusion/style/menu_active.png) top left repeat-x;
width: 90px;
padding: 9px 7px 8px;
color: #000;
text-decoration: none;
text-shadow: 0 -1px 0 #33adff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 5px #0098ff;
-webkit-box-shadow: 0px 0px 5px #0098ff;
box-shadow: 0px 0px 5px #0098ff;
-khtml-box-shadow: 0px 0px 5px #0098ff;
}

#calendar .calendar, #portal .portal, #index .index, #search .search, #members .members, #help .help {
background: url(images/darkfusion/style/menu_active.png) top left repeat-x;
padding: 9px 7px 8px;
color: #000;
text-decoration: none;
text-shadow: 0 -1px 0 #33adff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0px 0px 5px #0098ff;
-webkit-box-shadow: 0px 0px 5px #0098ff;
}


#panel {
background: url(images/darkfusion/style/panel_bg.png) top left repeat-x;
width: 100%;
padding: 8px 0px 8px 0px;
position: fixed;
z-index: 9999;
color: #000;
font-family: tahoma;
font-size: 11px;
text-shadow: 0 1px 0 #fff;
}

#panel .remember_me input {
vertical-align: middle;
margin-top: 2px;
}

table {
color: #808080;
font-family: tahoma, arial;
font-size: 11px;
text-shadow: 0 0px 1px #000;
}

.tborder {
background: #111111;
width: 100%;
margin: auto auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.thead {
background: #0256d8 url(images/darkfusion/style/thead_bg.png) top left repeat-x;
color: #ffffff;
padding: 5px 10px 5px 10px;
-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
text-shadow: 0 0 1px #002661;
}

.thead a:link {
color: #ffffff;
text-decoration: none;
}

.thead a:visited {
color: #ffffff;
text-decoration: none;
}

.thead a:hover, .thead a:active {
color: #ffffff;
text-decoration: underline;
}

.tcat {
background: #1a1a1a;
color: #808080;
font-size: 11px;
padding: 3px 10px 3px 10px;
border-left: 1px solid #292929;
}

.tcat a:link {
color: #808080;
}

.tcat a:visited {
color: #808080;
}

.tcat a:hover, .tcat a:active {
color: #909090;
}

.trow1 {
background: #1a1a1a url(images/darkfusion/style/trow_bg.png) top left repeat-x;
border-top: 1px solid #292929;
border-left: 1px solid #292929;
}

.trow2 {
background: #1a1a1a url(images/darkfusion/style/trow_bg.png) top left repeat-x;
border-top: 1px solid #292929;
border-left: 1px solid #292929;
}

.trow_h {
background: #1a1a1a url(images/darkfusion/style/trow_bg.png) top left repeat-x;
border-top: 1px solid #292929;
border-left: 1px solid #292929;
}

.trow_h:hover {
background: #1c1c1c url(images/darkfusion/style/trow_hover_bg.png) top left repeat-x;
border-top: 1px solid #292929;
border-left: 1px solid #292929;
}

.trow_plain {
background: #1a1a1a url(images/darkfusion/style/trow_bg.png) top left repeat-x;
}

.trow_shaded {
background: #303030;
}

.trow_selected td {
background: #000;
}

.trow_sep {
background: #2a2a2a;
padding: 5px 10px 5px 10px;
color: #808080;
font-size: 11px;
font-weight: bold;
}

.tfoot {
background: #0256d8 url(images/darkfusion/style/thead_bg.png) top left repeat-x;
color: #ffffff;
padding: 5px 10px 5px 10px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
text-shadow: 0px 1px 1px #000;
}

.tfoot a:link {
color: #ffffff;
text-decoration: none;
}

.tfoot a:visited {
color: #ffffff;
text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
color: #ffffff;
text-decoration: underline;
}

.bottommenu {
color: #303030;
padding: 10px;
font-weight: bold;
}

.bottommenu img {
padding-right: 5px;
vertical-align: top;
}

.navigation {
background: #1a1a1a url(images/darkfusion/style/trow_bg.png) top left repeat-x;
padding: 5px;
border: 1px solid #292929;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #808080;
font-size: 11px;
font-weight: bold;
}

.navigation a:link {
text-decoration: none;
color: #0e79ca;
}

.navigation a:visited {
text-decoration: none;
color: #0e79ca;
}

.navigation a:hover, .navigation a:active {
text-decoration: none;
color: #808080;
}

.navigation .active {
color: #808080;
font-weight: bold;
}

.smalltext {
font-size: 11px;
}

.largetext {
font-size: 14px;
font-weight: bold;
font-family: arial;
}

input.textbox {
background: #0256d8 url(images/darkfusion/style/textbox_bg.png) top left repeat-x;
color: #fff;
border: 1px solid #0256d8;
padding: 2px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-family: tahoma;
font-size: 11px;
}

input.button {
background: #fff url(images/darkfusion/style/panel_bg.png) bottom left repeat-x;
color: #000;
border: 1px solid #ccc;
padding: 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-weight: bold;
font-family: tahoma;
font-size: 11px;
text-shadow: 0 1px 0 #fff;
}

textarea {
background: #181818;
color: #808080;
border: 1px solid #121212;
padding: 2px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.4;
font-size: 13px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 0px 1px #404040;
-webkit-box-shadow: 0px 0px 1px #404040;
box-shadow: 0px 0px 1px #404040;
-khtml-box-shadow: 0px 0px 1px #404040;
}

select {
background: #101010;
color: #808080;
border: 1px solid #303030;
}

.editor {
background: #f1f1f1;
border: 1px solid #ccc;
}

.editor_control_bar {
background: #fff;
border: 1px solid #0f5c8e;
}

.autocomplete {
background: #fff;
border: 1px solid #000;
color: black;
}

.autocomplete_selected {
background: #adcee7;
color: #000;
}

.popup_menu {
background: #ccc;
border: 1px solid #000;
}

.popup_menu .popup_item {
background: #fff;
color: #000;
}

.popup_menu .popup_item:hover {
background: #C7DBEE;
color: #000;
}

.trow_reputation_positive {
background: #ccffcc;
}

.trow_reputation_negative {
background: #ffcccc;
}

.reputation_positive {
color: green;
}

.reputation_neutral {
color: #444;
}

.reputation_negative {
color: red;
}

.invalid_field {
border: 1px solid #f30;
color: #f30;
}

.valid_field {
border: 1px solid #0c0;
}

.validation_error {
background: url(images/invalid.gif) no-repeat center left;
color: #f30;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

.validation_success {
background: url(images/valid.gif) no-repeat center left;
color: #00b200;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

.validation_loading {
background: url(images/spinner.gif) no-repeat center left;
color: #555;
margin: 5px 0;
padding: 5px;
font-weight: bold;
font-size: 11px;
padding-left: 22px;
}

/* Additional CSS (Master) */
img {
border: none;
}

.clear {
clear: both;
}

.hidden {
display: none;
float: none;
width: 1%;
}

.hiddenrow {
display: none;
}

.selectall {
background-color: #FFFBD9;
font-weight: bold;
text-align: center;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

.menu ul {
list-style: none;
margin: 0;
}

.menu li {
display: inline;
padding-left: 5px;
}

.menu img {
padding-right: 5px;
vertical-align: top;
}

#panel .links {
margin: 0;
float: right;
}

#panel img {
padding-right: 5px;
vertical-align: middle;
}

.panel-irt {
padding-right: 5px;
vertical-align: top;
}

.expcolimage {
float: right;
width: auto;
vertical-align: middle;
margin-top: 3px;
}

img.attachment {
border: 1px solid #E9E5D7;
padding: 2px;
}

hr {
background-color: #000000;
color: #000000;
height: 1px;
border: 0px;
}

#copyright {
font: 11px Verdana, Arial, Sans-Serif;
margin: 0;
padding: 3px 0 0 0;
}

#debug {
float: right;
text-align: right;
margin-top: 0;
}

blockquote {
border-left: 6px solid #606060;
-moz-box-shadow: 0px 0px 1px #101010;
-webkit-box-shadow: 0px 0px 1px #101010;
box-shadow: 0px 0px 1px #0098ff;
-khtml-box-shadow: 0px 0px 1px #101010;
margin: 0;
background: #404040;
padding: 5px;
color: #fff;
}

blockquote cite {
font-weight: bold;
border-bottom: 1px solid #606060;
font-style: normal;
display: block;
margin: 4px 0;
}

blockquote cite span {
float: right;
font-weight: normal;
}

blockquote cite span.highlight {
float: none;
font-weight: bold;
padding-bottom: 0;
}

.codeblock {
border-left: 6px solid #606060;
-moz-box-shadow: 0px 0px 1px #101010;
-webkit-box-shadow: 0px 0px 1px #101010;
box-shadow: 0px 0px 1px #0098ff;
-khtml-box-shadow: 0px 0px 1px #101010;
margin: 0;
background: #404040;
padding: 5px;
color: #fff;
}

.codeblock .title {
border-bottom: 1px solid #606060;
font-weight: bold;
margin: 4px 0;
}

.codeblock code {
overflow: auto;
height: auto;
max-height: 200px;
display: block;
font-family: Monaco, Consolas, Courier, monospace;
font-size: 13px;
}

.subforumicon {
border: 0;
vertical-align: middle;
}

.separator {
margin: 5px;
padding: 0;
height: 0px;
font-size: 1px;
list-style-type: none;
}

form {
margin: 0;
padding: 0;
}
#cometchat_optionsbutton_popup .cometchat_tabsubtitle{
display:none;
}
.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}

.popup_menu .popup_item {
display: block;
padding: 3px;
text-decoration: none;
white-space: nowrap;
}

.popup_menu a.popup_item:hover {
text-decoration: none;
}

.autocomplete {
text-align: left;
}

.subject_new {
font-weight: bold;
}

.highlight {
background: #FFFFCC;
padding-top: 3px;
padding-bottom: 3px;
}

.pm_alert {
background: #FFF6BF;
border: 1px solid #FFD324;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}

.red_alert {
background: #FBE3E4;
border: 1px solid #A5161A;
color: #A5161A;
text-align: center;
padding: 5px 20px;
margin-bottom: 15px;
font-size: 11px;
}

.high_warning {
color: #CC0000;
}

.moderate_warning {
color: #F3611B;
}

.low_warning {
color: #AE5700;
}

div.error {
padding: 5px 10px;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
background: #FFF6BF;
font-size: 12px;
}

div.error p {
margin: 0;
color: #000;
font-weight: normal;
}

div.error p em {
font-style: normal;
font-weight: bold;
padding-left: 24px;
display: block;
color: #C00;
background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
margin-left: 24px;
}

.online {
color: #15A018;
}

.offline {
color: #C7C7C7;
}

.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
padding-top: 0;
}
.pagination .pages {
font-weight: bold;
}

.pagination .pagination_current, .pagination a {
padding: 2px 6px;
margin-bottom: 3px;
}

.pagination a {
border: 1px solid #81A2C4;
}

.pagination .pagination_current {
background: #F5F5F5;
border: 1px solid #81A2C4;
font-weight: bold;
color: #000;
}

.pagination a:hover {
background: #F5F5F5;
text-decoration: none;
}

.thread_legend, .thread_legend dd {
margin: 0;
padding: 0;
}

.thread_legend dd {
padding-bottom: 4px;
margin-right: 15px;
}

.thread_legend img {
margin-right: 4px;
vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
margin: 0;
padding: 0;
}

.forum_legend dd {
float: left;
margin-right: 10px;
}

.forum_legend dt {
margin-right: 10px;
float: left;
}

.success_message {
color: #00b200;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}

.error_message {
color: #C00;
font-weight: bold;
font-size: 10px;
margin-bottom: 10px;
}

.post_body {
padding: 5px;
}

.post_content {
padding: 5px 10px;
}

.quick_jump {
background: url(images/jump.gif) no-repeat 0;
width: 13px;
height: 13px;
padding-left: 13px; /* amount of padding needed for image to fully show */
vertical-align: middle;
border: none;
}

.repbox {
font-size:16px;
font-weight: bold;
padding:5px 7px 5px 7px;
}

._neutral {
background-color:#FAFAFA;
color: #999999;
border:1px solid #CCCCCC;
}

._minus {
background-color: #FDD2D1;
color: #CB0200;
border:1px solid #980201;
}

._plus {
background-color:#E8FCDC;
color: #008800;
border:1px solid #008800;
}

.pagination_breadcrumb {
background-color: #f5f5f5;
border: 1px solid #fff;
outline: 1px solid #ccc;
padding: 5px;
margin-top: 5px;
font-weight: normal;
}

.pagination_breadcrumb_link {
vertical-align: middle;
cursor: pointer;
}

.forumstat_info {
width: 80px;
float: left;
padding: 2px 4px 2px 4px;
margin: 5px;
text-align: left;
font-size: 11px;
font-weight: bold;
}

.forumstat_lastpost {
float: right;
}

fieldset {
background-color: #303030;
color: #fff;
border: 1px solid #303030;
margin: 2px;
padding: 5px;
}

.qsearch {
background: url(images/darkfusion/style/search_bg.png) top left no-repeat;
height: 50px;
width: 160x;
float: right;
padding: 0;
margin: 0;
border: none;
}

.qsearch input {
background: transparent;
color: #202020;
border: none;
float: left;
font-size: 11px;
font-family: trebuchet ms, arial;
padding: 1px 5px 5px 5px;
margin: 0;
}

.qsearch .btn:hover {
background: url(images/darkfusion/style/search_icon.png) top left no-repeat;
border: none;
float: right;
margin-left: 2px;
margin-top: 1px;
padding: 0;
width: 23px;
height: 20px;
}

.topmenu {
padding: 9px 5px 0 5px;
background: #000;
text-align: left;
margin: auto auto;
height: 23px;
}

.topmenu a:link {
padding: 5px 15px 5px 15px;
color: #ccc;
text-decoration: none;
}

.topmenu a:visited {
padding: 5px 15px 5px 15px;
color: #ccc;
text-decoration: none;
}

.topmenu a:hover {
padding: 5px 15px 0px 15px;
color: #fff;
text-decoration: underline;
}

.at {
background:url(./images/darkfusion/style/thead_bg2.png) !important;
}

#spinner {
background-color:#000 !important;
color:#FFF !important;
border:1px solid #ccc !important;
}

.tab {
height:auto;
cursor:pointer;
color:#FFF;
background:url(./images/darkfusion/style/thead_bg.png) ;
background-repeat:repeat-x ;


border-right:1px #ccc solid;
font-size:11px !important;
}

.tab:hover {
background:url(./images/darkfusion/style/thead_bg2.png) !important;
}


#cat_1{
display: none;
}

#cat_4{
display: none;
}

#cat_9{
display: none;
}

#cat_29{
display: none;
}


#cat_19{
display: none;
}
[Image: logo2.png]
Reply
#8
1. Use code tags.

2. Use the simple editor.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)