159 lines
2.1 KiB
CSS
159 lines
2.1 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
|
|
body{
|
|
font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
|
|
}
|
|
|
|
.box450{
|
|
background-color:#993333;
|
|
height:450px;
|
|
margin:auto;
|
|
border:#000 solid;
|
|
}
|
|
|
|
.box200{
|
|
background-color:#993333;
|
|
height:222px;
|
|
margin:2px 0px;
|
|
border:#000 solid;
|
|
padding: 20px;
|
|
color:#FFF;
|
|
}
|
|
|
|
.boxPhotoProfile{
|
|
background-color:#EEE;
|
|
background-image:url(../../TUBES/profile.png);
|
|
height:200px;
|
|
width:200px;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-width:thin;
|
|
|
|
|
|
}
|
|
|
|
.boxPhotoProfile:hover{
|
|
background-image:url(../../TUBES/profile-hover.png);
|
|
text-align:center;
|
|
color:#FFF;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.boxInfo{
|
|
background-color:#EEE;
|
|
height:200px;
|
|
width:615px;
|
|
margin-left:30px;
|
|
letter-spacing:normal;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-width:thin;
|
|
|
|
|
|
}
|
|
|
|
.boxFriends{
|
|
background-color:#EEE;
|
|
height:200px;
|
|
width:615px;
|
|
margin-left:30px;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-width:thin;
|
|
|
|
}
|
|
|
|
.boxGrup{
|
|
background-color:#EEE;
|
|
height:400px;
|
|
width:250px;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-width:thin;
|
|
|
|
}
|
|
|
|
.boxStatus{
|
|
background-color:#EEE;
|
|
margin-left:30px;
|
|
margin-top:20px;
|
|
height:105%;
|
|
width:885px;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-width:thin;
|
|
|
|
}
|
|
|
|
.emptybox{
|
|
background-color:#FFF;
|
|
height:200px;
|
|
width:200px;
|
|
|
|
|
|
}
|
|
|
|
.text{
|
|
font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
|
|
color:#666;
|
|
}
|
|
|
|
.text1{
|
|
font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
|
|
color:#666;
|
|
margin-left:15px;
|
|
}
|
|
|
|
.thmb{
|
|
background-position:center;
|
|
width:125px;
|
|
height:125px;
|
|
|
|
}
|
|
|
|
.img-circle{
|
|
background-position:Center;
|
|
width:70px;
|
|
height:70px;
|
|
border:solid;
|
|
border-color:#CCC;
|
|
border-bottom-width:thick;
|
|
margin-top:25px;
|
|
margin-left:-10px;
|
|
|
|
}
|
|
|
|
.row1{
|
|
margin-left:30px;
|
|
}
|
|
|
|
.btn-primary{
|
|
font-family:Trebuchet MS, Arial, "Helvetica", sans-serif;
|
|
|
|
}
|
|
#navbar{
|
|
margin-top: 15px;
|
|
margin-right: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
|
|
#navbar li a{
|
|
/*border-left: 1px solid #000;*/
|
|
font-family: Helvetica;
|
|
}
|
|
#navbar li a:hover{
|
|
background-color: #fff;
|
|
color: white;
|
|
|
|
}
|
|
#com{
|
|
/*border-right: 1px solid #000;*/
|
|
}
|
|
|