Ayuda con CSS

Estado
No está abierto para más respuestas.
Mensajes
8
Puntuación de reacción
0
Hola, tengo un archivo css de estilo de una pagina, pero no se como poner el fondo que sea una imagen, no encuentro cual es el fondo, alguien me podria ayudar? Este es el style.css

Código:
/*
.prj-button:hover {text-decoration: none; color: #fff;}

.prj-button{
    display:inline-block;
    font-family:"Interstate Light",helvetica,Arial,Sans-Serif;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius: 3px;
    border-radius:3px;
    font-size: 14px;
    padding:10px 20px;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.prj-button-small{padding: 2px 7px}
.prj-button-dlg{padding: 4px;}
.prj-button-full{width: 625px;}

.prj-button-red {
    background-color: #d73d32;
    border: 1px solid #bd3d2a;
    color: #fff;
    text-shadow: 0 1px 0px rgba(0,0,0,0.15);
    border-width: 1px 1px 3px !important;
    border-style: solid;
    background-color: #d73d32;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

.prj-button-red:hover {
    text-decoration: none;
    -webkit-box-shadow:inset 0 -1px 0 #bd3d2a;
    box-shadow:inset 0 -1px 0 #bd3d2a;
    background-color:#e74b37;
    border:1px solid #bd3d2a;
    border-bottom-color:#bd3d2a;
}

.prj-button-vk {
    background-color: #4E729A;
    border: 1px solid #466588;
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #466588;
}

.prj-button-tw {
    background-color: #00b4f2;
    border: 1px solid #049DD1;
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #049DD1;
}

.prj-button-fb {
    background-color: #3b5998;
    border: 1px solid #344D80;
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #344D80;
}

.prj-button-vk:hover, .prj-button-tw:hover, .prj-button-fb:hover {
    opacity: 0.9;
}

.prj-button-white {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #737373;
    border-width: 1px 1px 2px !important;
    border-style: solid;
    border-color: #d8d8d8;
}

.prj-button-white:hover {
    color: #404040;
    border: 1px solid #c8c8c8;
}

.prj-button-orange{
    font-weight: bold;
    background-color: #fce359;
    background-image: -webkit-linear-gradient(#fce359, #fed231);
    background-image: linear-gradient(#fce359, #fed231);
    border: 1px solid #e5b50f;
    color: #393c3d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.32);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11),inset 0 0 1px 1px rgba(255,255,255,0.12);
}
.prj-button-orange:hover{
    border-color:#e7ba0e;
    color: #393c3d;
    background-color:#fde861;
    background-image:-webkit-linear-gradient(#fde861, #fedb33);
    background-image:linear-gradient(#fde861, #fedb33);
}
.prj-button-orange:active{
    border-color:#eac533;
    border-bottom-color:#ecca45;
    box-shadow:inset 0 0 1px 1px rgba(0,0,0,0.04),inset 0 1px 1px 0 rgba(0,0,0,0.06);
}

.prj-button-blue{
    text-overflow: ellipsis;
    text-shadow: 0 1px 0px rgba(0,0,0,0.15);
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #3079ed;
    border: 1px solid #3079ed;
    background-color: #4787ed;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.18),inset 0 0 1px 1px rgba(255,255,255,0.09);
}

.prj-button-blue:hover{
    color: #fff;
    background-color: #4d90fe;

}
.prj-button-blue:active{
    background-color: #357ae8;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.prj-button-green {
    background: #64ce83;
    cursor: pointer;
    text-shadow: 0 1px 0px rgba(0,0,0,0.15);
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #3dc264;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prj-button-green:hover{
    background:#4fca74 !important;
    border-color:#35b15a !important;
    text-decoration: none;
    color: #fff;
}

.prj-button-green:active{
    text-decoration:none;
    color:#fff;
    background-color:#3dc264;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

#loginform button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible}

#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
    border: 1px solid #C4CDE0 !important
}

#loginform input[type="text"], #loginform input[type="password"] {
    color:#868f95;
    font-family:Helvetica,Arial,sans-serif;
    border: 1px solid #ddd;
    -webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: 20px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#loginform textarea{color:#868f95;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd;padding:5px;margin-right:10px;margin-top: 10px;}
#loginform input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*width:13px;*height:13px}
#loginform select{width: 223px; padding: 5px;border:1px solid #ddd;}
#loginform .captcha{float: left;margin-top: 0px;margin-left: 5px;}

input[type=checkbox],input[type=radio]{
    width:auto;
    height:auto;
    padding:0;
    margin:3px 0;
    line-height:normal;
    border:0;
    background-color:transparent;
    cursor:pointer
}

.dropdown-bordered li a {
    border-bottom: 1px solid #eee;
}


html,body,#doc,#page-outer{
	display: block;
}

body{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#222;
	background-color:#fff;
	overflow: auto;
	overflow-y: scroll;
}

body,label,input,textarea,select,button{
	font-family:tahoma, arial, verdana, sans-serif, Lucida Sans;
}

/*a {
    color:#3b5998;
    text-decoration:none
}*/

a {
    color: #3081A3;
    text-decoration:none;
    cursor: pointer;
}

a:focus{outline:0}
a:hover {
color: #007ab6;
text-decoration:underline
}
/*a:hover,a:focus{text-decoration:underline}*/

h1,h2,h3,h4,h5,h6{
    margin:0;
    color:#333;
}

h1{font-size:24px;font-weight:bold;line-height:1}
h2{font-size:18px;font-weight:bold;line-height:20px}
h2 small{font-size:12px;font-weight:normal;color:#999}
h3{font-size:14px;font-weight:normal;line-height:1}
h4{font-size:12px;line-height:18px}
h5,h6{font-size:10px}
p{margin:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
small{font-size:12px}

.important{color:#c00c0c}

.hidden{display:none}

ul,ol{
	padding:0;
	margin:0
}

ul{list-style:none}
ol{margin-left:20px;list-style:decimal}
ol li{line-height:20px}
.inline-list{margin-left:0}
.inline-list li{display:inline}
button{margin:0}
img{border:0}

._timestamp {
	font-size: 9px;
}

.ie9 .btn{
	border-radius:0
}

.no-shadow{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}

hr{
	height:0;
	padding:0;
	margin:14px 0 14px 0;
	border:0;
	border-top:1px solid #eee
}

#back_top a {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    text-decoration: none;
    top: 0;
    width: 126px;
}

#back_top:hover {
    background-color: #E1E7ED;    
}

li#back_top {
    margin-left: 0px;
}

.nav>li>a.last-menu-item, .nav>li>a.app-logo {
    padding:0;
    background: transparent;
    color: #fff;
    border-bottom: none;
    height: 48px;
    width: 48px;
    background-image: url(../img/app_img.png);
    opacity: 1;
}

.nav>li>a.settings {
    background-position: -118px -102px;
}

.nav>li>a.search {
    background-position: -166px -102px;
}

.nav>li>a.app-logo {
    width: 118px;
    background-position: 0px -102px;
}

.nav>li>a.last-menu-item:hover, .nav>li>a.app-logo:hover {
    border-bottom: none;
    opacity: 0.9;
}

.nav>li.menu-item {
    margin-right: 10px;
    text-transform: lowercase;
}

.wrapper{
	position:relative;
    display: block;
	width:834px;
	min-height:100%;
	padding:54px 14px 15px;
	margin:0 auto;
}

.wrapper-main {
	position:relative;
    display: block;
	width:792px;
	min-height:100%;
	padding:48px 0px 0px;
	margin:0 auto;
}

.small-footer {
    display: block;
    float: right;
    width: 660px;
    margin-top: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    font-size: 11px;
}

.small-footer li {
    display: inline;
}

.small-footer li:first-child {
    color: gray;
    margin-right: 7px;
    margin-left: 7px;
}

.small-footer a {
    padding-right: 7px;
    color: #737373;
}

.small-footer a:hover {
    color: #262626;
}

.page-wrapper {
    float: left;
    width: 790px;
    color: #fff;
    position: relative;
}

.profile-wrapper {
    float: left;
    min-height: 170px;
    width: 660px;
    position: relative;
    padding: 0px;
    background: #fff;
    border: 1px solid #d8d8d8;
	border-top: none;
}

.profile-wrapper .header {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f7fa;
    word-break: break-all;
    border-bottom: 1px dashed #ced5e5;
    padding: 17px 18px 16px 20px;
}

.profile-wrapper .header a {
    font-size: 13px;
    font-weight: bold;
}

.profile-wrapper .header a.ask-link {
    font-size: 14px;
    font-weight: bold;
}

.profile-wrapper .main-header {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f7fa;
    border-bottom: 1px dashed #ced5e5;
    padding:20px 10px 20px 40px
}

.profile-wrapper .search-header {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f7fa;
    border-bottom: 1px dashed #ced5e5;
}

.profile-page-header {
    background:#f8f8f8;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.page-header {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #404040;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 18px 16px 20px;
}

.page-header a {
    font-size: 14px;
    font-weight: normal;
}

.page-header p.title {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #404040;
}

.page-header p.content {
    display: block;
    margin-top: 20px;
    color: #404040;
    font-size: 13px;
    font-weight: bold;
}

.page-header p.description {
    font-size: 13px;
    margin-top: 10px;
    display: block;
    color: #404040;
    font-weight: normal;
}

.wrapper{padding-bottom:0;}

.container{
	position:relative;
	margin:0 auto;
}

.noface-canvas{
	position:relative;
	width:835px;
	background: #fff;
	margin:0 auto;
	border: 1px solid #C4CDE0;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 6px;
}

.page-canvas,.permalink{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}

.content-main{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 522px
}

.topbar{
    display: block;
    top: 0;
    margin: 0 auto;
	z-index:1000;
    width:100%;
	box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
	-webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
}

.promptbar{
    display: none;
    position: fixed;
    top: 48px;
    margin: 0 auto;
    z-index:1000;
    width:100%;
    box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
    -webkit-box-shadow: inset 0 0 10px 1px #BFC2C8,0 0 0 #000;
}

.promptbar .prompt-nav {
    position: fixed;
    z-index:1001;
    height:48px;
    margin: 0 auto;
    width:100%;
    border-radius: 0px;
    background-repeat:repeat-y;
    background-size:auto;
    background-position:0 0;
    background-color: #262626;
    /*background: #3B5998;*/
/*    border: 1px solid #324e78;*/
    border-top: none;
/*    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(255, 255, 255, .15) inset, 0 1px 1px 0 rgba(0, 0, 0, .15);*/
}

.promptbar .prompt-nav .container{
    width:790px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.promptbar .prompt-nav .container .text{
    display: inline-block;
    padding: 14px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.promptbar .prompt-nav .container .btn {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 12px;
}

.global-nav{
    z-index:1001;
    height:48px;
    margin: 0 auto;
    width:100%;
    min-width: 790px;
    border-radius: 0px;
    background-repeat:repeat-y;
    background-size:auto;
    background-position:0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.3);
}

.global-nav .container{
    width:790px;
    min-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.nav,.nav>li{
    float:left;
    position:relative;
}

.nav>li>a{
    font-family: "Interstate Light",helvetica,Arial,Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #737373;
    display: block;
    float: left;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.nav>li>a:hover{
    text-decoration:none;
    color: #262626;
    border-bottom: 2px solid #00aff0;
}

.nav>li>a:focus{
    text-decoration:none;
}

.nav small{
    font-weight:normal;
}

.nav i{
	float:left;
}

.settings-avatar{
	width:75px;
	height:75px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border: 1px solid #ccc;
	background-color: #FFF;
}

form{
	font-size:12px;
	margin-bottom:0
}

form p+p{margin-top:9px}
legend{
	display:block;
	width:100%;
	margin-bottom:20px;
	font-size:20px;
	line-height:30px;
	color:#333;
	border-bottom:1px solid #eee
}
label,input,textarea,div[contenteditable="true"],select{margin:0;font-size:13px;line-height:20px}
label{
	display:block;
	display:block;
	margin-bottom:5px;
	color:#333;
	cursor:pointer
}
button{border:0}
fieldset{padding:0;margin:0;border:0}

fieldset input[type=password]{
  width: 210px;
}

input,textarea,div[contenteditable="true"],select{
	display:inline-block;
	width:210px;
	padding:4px;
	margin:0;
	outline:0;
	background-color:#fff;
	border:1px solid #ccc;
}
.ie9 input,.ie9 textarea{min-height:20px}

input[type=file]{
    background-color:#fff;
	padding:initial;
	border:initial;
	line-height:initial;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
    cursor: pointer;
}

select[multiple]{background-color:#fff;height:inherit}
.inline-form{float:left;width:100%;margin:10px 0}
textarea{height:auto}
.radio,.checkbox{margin:5px 0;padding-left:18px;line-height:18px}
.radio input[type=radio],.checkbox input[type=checkbox]{float:left;margin-left:-18px}
.radio-nested,.checkbox-nested{margin-left:18px}
.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:1px}
input,textarea,div[contenteditable="true"]{
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
	box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
	-webkit-transition:.2s linear background;
	-moz-transition:.2s linear background;
	transition:.2s linear background
}

input:focus,textarea:focus,div[contenteditable="true"]:focus{
	outline:0;
	color:#333;
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus,select:focus{
	outline:auto 5px -webkit-focus-ring-color;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.disabled,.disabled:hover,.disabled:focus,.disabled:active,input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],div[contenteditable="true"][readonly]{background:#f5f5f5;border-color:#ccc;}
.disabled.btn,.disabled.btn:active{cursor:default;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
input.placeholded,textarea.placeholded{color:#7f7f7f}
.input-mini{width:50px}
.input-small{width:90px}
.input-medium{width:175px}
.input-large{width:270px}
.input-xlarge{width:330px}
.input-block{
    display:block;
    width:100%;
    padding:7px 9px;
    margin-bottom:5px;
    font-size:14px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.control-group{
    margin-bottom:5px;
    margin-top:5px;
}

.form-horizontal .control-label{
	float:left;
	width:150px;
	padding-top:10px;
	text-align:right
}

.form-horizontal .top_5{
  float:left;
  width:150px;
  padding-top:5px;
  text-align:right
}

.form-horizontal .controls{
	margin-left:165px
}

.form-horizontal input,.form-horizontal select,.form-horizontal textarea{margin-bottom:5px}
.form-horizontal .controls p{
    color:#999;
    max-width: 220px;
}
.form-horizontal .form-actions{padding-left:165px;margin:20px 0 8px}

.error-text {
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px #913807;
  background-color: #F35C0B;
  display: block;
  padding: 10px 20px;
  max-width: 272px;
}

.error-settings {
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px #913807;
  background-color: #F35C0B;
  display: block;
  padding: 10px 20px;
}

.success-settings {
  font-size: 14px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px #3B6900;
  background-color: #5B9F00;
  display: block;
  padding: 10px 20px;
}

.top-10 {
	margin-top: 10px;
}

.users_table {
	width: 100%;
	border: 1px solid #cccccc;
	word-break: break-all;
}

.users_table th {
	padding: 5px;
	font-size: 12px;
	width: 100px;
	text-align: center;
	font-weight: normal;
	background: #f6f6f6;
	color: #666666;
	border-top: 1px dashed #cccccc;
}

.users_table td {
	padding: 5px;
	font-size: 12px;
	width: 100px;
	text-align: center;
	font-weight: normal;
	background: #f6f6f6;
	color: #666666;
	border-left: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
}

.users_table td.first {
	border-top: none;
}

.users_table td.selected {
	color: #ffffff;
	font-weight: bold;
	background: #4ebce6;
}

.tosContent {
    margin: 25px;
    display: block;
}

.tosContent span {
    display: block;
}

.tosHeader {
border-bottom: 1px solid #CCC;
color: #274862;
font-size: 28px;
line-height: 35px;
font-weight: bold;
margin-bottom: 10px;
display: block;
}

.tosThemes {
	list-style: square;
	padding-left: 40px;
	color: #444;
	margin: 0px 0px 15px 0px;
	width: 95%;
}

.font_14 {
	font-size: 14px;
}

.tosThemes span {
	color: #444;
}

.tosThemes li{
	margin-bottom: 10px;
}


.cursor-pointer {
	cursor: pointer;
}

.lightbox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}

.lightbox .content {
    width: 800px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    margin-top: -225px;
    margin-left: -400px;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: rgba(255,255,255,1);
    background-image: url(../img/lightbox.gif);
    background-repeat: no-repeat;
    background-position: center, center;
}

.search-users-area {

}

.search-users-area button {
    display: block;
    margin-left: 2px;
    line-height: 20px;
    height: 32px;
    width: 98px;
    font-size: 14px;
    padding: inherit;
}

.search-users-area input[type="text"] {
    font-family:Helvetica,Arial,sans-serif;
    border:1px solid #ddd;
    margin-right:10px;
    width: 500px;
    height: 20px;
    -webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: 20px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.search-users-area input[type="text"]:focus {
    border: 1px solid #C4CDE0 !important
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

.left {
float: left;
}

.right {
float: right;
}

.hide {
display: none;
}

.wrapper.noface {
	background: #fff;
	border: 2px solid #C4CDE0;
	border-bottom: none;
}

body {
        background-position: left 0px;
        background-attachment: fixed;
        background-repeat: repeat;
        background-color: #fff;
    }

.profile-cover {
    position: relative;
    float: left;
    width: 660px;
    height: 215px;
    display: block;
    background: #336699;
    border-bottom: 1px solid #C4CDE0;
}

El codigo sigue abajo
 

GabrielSeo

Estafador
Mensajes
421
Puntuación de reacción
0
Reemplaza tú hoja de estilos por esta: CSS - Pastebin.com

Es la misma solo que agregue lo siguiente:
Código:
background-image: url(URL DE LA IMAGEN);
Debes de editar las partes que dicen "URL DE LA IMAGEN"

:)
 
Mensajes
8
Puntuación de reacción
0
hola, gracias, pero no funciono, me podrias pasar tu fb haber si me puedes ayudar un poco?

- - - Actualización- - -

Asi es la hoja de estilo ya completa y modificda como tu me dijiste, pero no cambia nada :(
http://pastebin.com/i1J2eHku
 

foro1234

Piedra
Usuario de Piedra
Mensajes
78
Puntuación de reacción
3
hola, gracias, pero no funciono, me podrias pasar tu fb haber si me puedes ayudar un poco?

- - - Actualización- - -

Asi es la hoja de estilo ya completa y modificda como tu me dijiste, pero no cambia nada :(
CSS - Pastebin.com

Tienes que modificar lo que están dentro del body {
Aquí está la parte, modifica lo de URL DE LA IMAGEN

Código:
 body{
            padding:0;
            margin:0;
            font-size:14px;
            line-height:18px;
            color:#222;
            background-image: url(URL DE LA IMAGEN);
            overflow: auto;
            overflow-y: scroll;
    }
 
Estado
No está abierto para más respuestas.
Arriba