body { padding-top: 57px; } li hr { margin: 10px 0; } /* Header */ #header-searchbox { width: 200px; } #header-hr { margin-top: 0; } .navbar-default .navbar-brand, .navbar a.dropdown-toggle.user { padding: 0; margin-top: 5px; margin-left: 10px; } #user-menu .wrapper { padding: 3px 10px; white-space: nowrap; } #user-menu .wrapper a { margin: 5px 0; } #user-menu .user-info { display: inline-block; vertical-align: top; padding-left: 5px; } #user-menu .user-info span { display: block; } #user-menu .dropdown-menu .thumbnail { width: 100px; display: inline-block; } /* End of Header */ /* From message-preview.html*/ .quiet { color: #999; font-size: 85%; } .preview-message { white-space: nowrap; overflow: hidden; line-height: 25px; border-bottom: solid 1px #ddd; } .preview-message a { text-decoration: none; } .preview-message img { margin-right: 5px; } .subject, .subject a { color: #000; } .subject a:hover, .subject a:focus { text-decoration: underline; color: #335; } .subject img { margin-right: 5px; } /* message-list (ul wrapping preview-message) */ ul.message-list { padding: 0; } ul.message-list li { list-style: none; } /* End of message-preview.html */ /* Forms */ .required label:before { color: #f00; content: "* "; } form.signup .form-group { width: 90%; margin-left: 0.5em; } div.submit { margin: auto; margin-bottom: 5em; width: 200px; } .checkbox ul { list-style: none; padding: 0; } .checkbox ul li { line-height: 1.6; } /* End Forms */ /* User profile */ .vcard .thumbnail { width: 200px; height: 200px; } .vcard h1 { margin: 0; padding: 0; font-size: 26px; line-height: 33px; letter-spacing: -1px; } .vcard h1 span, .vcard h1 em { display: inline-block; overflow-x: hidden; text-overflow: ellipsis; width: 100%; padding: 0; vertical-align: bottom; } .vcard h1 em { font-weight: 300; font-size: 20px; font-size: 20px; letter-spacing: 1px; } .vcard .divider { border-bottom: 1px solid #EEE; margin-top: 10px; } /* end of User profile */ .rss-icon { background-image: url(../img/rss.png); width: 16px; height: 16px; display: inline-block; margin-left: 3px; } .column-align { display: inline-block; margin-bottom: 20px; } #filters h4 { margin-top: 25px; } ul.unstyled-list { list-style-type: none; padding: 3px 0; margin: 10px 0; } ul.unstyled-list li { min-height: 27px; } ul.unstyled-list .glyphicon-chevron-right { font-size: 85%; } #avatar { background-color: #FFF; padding: 9px 12px; width: 47px; height: 50px; } .blog-post-item .post-meta { margin-bottom: 2em; } .blog-post-item .tags { margin-top: 1em; } .email-message pre { border: 0; background-color: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } .email-message .user-fullname { vertical-align: middle; } .email-message .panel-heading img { margin-right: 10px; } .email-message .panel-heading .date { margin-right: 10px; } .email-message .panel-heading { padding: 10px 0; } .selected .glyphicon-remove { color: #f00; } .selected a { color: #000; font-weight: bold; } .toggle-reply { height: 10px; line-height: 3px; padding: 0px 5px 14px; vertical-align: middle; font-size: 20px; background-color: #bbb; border-color: #aaa; } .toggle-reply:hover, .toggle-reply:focus { background-color: #aaa; border-color: #999; /* Converse JS */ #chatpanel form#converse-login { padding: 0; } #chatpanel form#converse-login input, #chatpanel form#converse-login label { margin: 2px 10px; } #chatpanel form#converse-login .login-submit{ margin-top: 10px; } #chatpanel a.configure-chatroom-button, #chatpanel a.close-chatbox-button { background-color: #F6F6F6; margin-right: 0.6em; } #chatpanel .chat-head #controlbox-tabs li { width:32%; } #chatpanel .oc-chat-head { height: 37px; } #chatpanel .chatbox dl.dropdown { margin-top: 0; } #chatpanel #converse-roster { height: 207px; } #chatpanel #toggle-controlbox { font-size: 100% !important; padding: 0 4px 26px !important; } #chatpanel { height: 342px !important; } #chatpanel div#controlbox-panes { width: auto; } #chatpanel .chat-head-chatbox, #chatpanel .chat-head-chatroom { height: 40.5px; } #chatpanel form.sendXMPPMessage { height: 76px; border: none; } #chatpanel form.sendXMPPMessage textarea { width: 189px; max-width: 285px; max-height: 66px; } #chatpanel .chatbox form.sendXMPPMessage textarea { max-width: 189px; } #chatpanel .chat-content, #chatpanel .chatroom .participants{ width: auto; } #chatpanel div#chatrooms { overflow-y: visible; } /* End of Converse JS*/ /* Feedzilla */ #planet .well h3 { margin-top: 0; } .tag-cloud { text-align: justify; margin-top: 6px; } .tag-cloud .size-1 { font-size: 0.9em; } .tag-cloud .size-2 { font-size: 1.2em; } .tag-cloud .size-3 { font-size: 1.4em; } .tag-cloud .size-4 { font-size: 1.6em; } /* end Feedzilla */ /* user profile update */ .btn.delete-email:not(:hover) { background-color: #fff; color: #D9534F; } .btn .icon-warning-sign { color: #F0AD4E; } ul.emails { margin: 0; } /* end user profile update */ /* search highlighting */ span.highlighted { background-color: yellow; }