FaZeBookSocialNetwork / html_skeleton / style.css
style.css
Raw
header img {
    max-height: 5cm;
    max-width: 5cm;    
}

section img {
    max-height: 5cm;
    max-width: 5cm;
}
/* Speech Bubbles */

.bubble
{
position: relative;
width: auto;
height: auto;
min-height: 100px;
padding: 15px;
background: #1C1C1C;
color: white;
/*
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
*/
border-radius: 10px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #1C1C1C transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
}

.bubble-left:after 
{
left: 25%;
}

.bubble-right:after 
{
left: 75%;
}

.section-post
{
    padding-bottom: 20px;
}

/*html {
    cursor:url(https://lh6.googleusercontent.com/-2AxglJcsQtg/AAAAAAAAAAI/AAAAAAAAAKY/Dkx8VrJA2cs/photo.jpg?sz=50&sz=40), auto;
}*/

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* Navbar */

nav.navbar-custom { background: #1b242c;}
nav.navbar-custom a { color: #fff; }
nav.navbar-custom ul.navbar-nav a { color: #fff; border-style: solid; border-width: 2px 0 0 0; border-color:#1b242c; }
nav.navbar-custom ul.navbar-nav a:hover,
nav.navbar-custom ul.navbar-nav a:visited,
nav.navbar-custom ul.navbar-nav a:focus,
nav.navbar-custom ul.navbar-nav a:active { background:#3b4045; }
nav.navbar-custom ul.navbar-nav a:hover {border-color: #5fb000; }
nav.navbar-custom li.divider { background: #ccc; }
nav.navbar-custom button.navbar-toggle { background:  #1b242c; border-radius: 2px; }
nav.navbar-custom button.navbar-toggle:hover { background: #999; }
nav.navbar-custom button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-custom ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-custom ul.dropdown-menu > li > a { color: #444; }
nav.navbar-custom ul.dropdown-menu > li > a:hover { background: #f14444; color: #fff; }
nav.navbar-custom span.badge { background: #f14444; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-custom span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }

/* Chat */

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}

.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 250px;
}

.panel-heading {
    background-color: #000000 !important;
}

.panel-heading, .panel-primary {
    border-color: #000000 !important;
}