.conversationViews {color:#aaa; font-weight:bold; margin-bottom:10px} .conversationViews i {margin-right:5px}  .qq-uploader { position: relative; width: 100%; } .qq-upload-button { display: block; width: 105px; padding: 7px 0; text-align: center; background: #880000; border-bottom: 1px solid #DDD; color: #FFF; } .qq-upload-button-hover { background: #CC0000; } .qq-upload-button-focus { outline: 1px dotted #000000; } .qq-upload-drop-area, .qq-upload-extra-drop-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 30px; z-index: 2; background: #FF9797; text-align: center; } .qq-upload-drop-area span { display: block; position: absolute; top: 50%; width: 100%; margin-top: -8px; font-size: 16px; } .qq-upload-extra-drop-area { position: relative; margin-top: 50px; font-size: 16px; padding-top: 30px; height: 20px; min-height: 40px; } .qq-upload-drop-area-active { background: #FF7171; } .qq-upload-list { margin: 0; padding: 0; list-style: none; } .qq-upload-list li { margin: 0; padding: 9px; line-height: 15px; font-size: 16px; background-color: #FFF0BD; } .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-delete { margin-right: 12px; } .qq-upload-file { } .qq-upload-spinner { display: inline-block; background: url(/addons/plugins/Attachments/resources/fineuploader/"loading.gif"); width: 15px; height: 15px; vertical-align: text-bottom; } .qq-drop-processing { display: none; } .qq-drop-processing-spinner { display: inline-block; background: url(/addons/plugins/Attachments/resources/fineuploader/"processing.gif"); width: 24px; height: 24px; vertical-align: text-bottom; } .qq-upload-finished { display:none; width:15px; height:15px; vertical-align:text-bottom; } .qq-upload-retry, .qq-upload-delete { display: none; color: #000000; } .qq-upload-cancel, .qq-upload-delete { color: #000000; } .qq-upload-retryable .qq-upload-retry { display: inline; } .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-delete { font-size: 12px; font-weight: normal; } .qq-upload-failed-text { display: none; font-style: italic; font-weight: bold; } .qq-upload-failed-icon { display:none; width:15px; height:15px; vertical-align:text-bottom; } .qq-upload-fail .qq-upload-failed-text { display: inline; } .qq-upload-retrying .qq-upload-failed-text { display: inline; color: #D60000; } .qq-upload-list li.qq-upload-success { background-color: #5DA30C; color: #FFFFFF; } .qq-upload-list li.qq-upload-fail { background-color: #D60000; color: #FFFFFF; } .qq-progress-bar { background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1)));  background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);  width: 0%; height: 15px; border-radius: 6px; margin-bottom: 3px; display: none; } .attachments { padding:0 0 10px; margin:30px -11px 1px; color:#666; } .attachments ul { margin:0; padding-left:10px; list-style-type:none; } .attachments li { margin: 0 5px 5px 0; display: inline-block; } .attachments h4 { margin-top:-10px; margin-left:-5px; margin-bottom:5px; font-size:11px; font-weight:bold; text-transform:uppercase; color:#aaa; } .attachments h4 span { background:#fff; padding:0 5px; } a.attachment {  border-radius: 3px; font-weight: bold; display: inline-block; text-decoration: none; vertical-align: bottom; width: 200px; height: 130px; overflow: hidden; position: relative; text-align: center; margin-bottom: 4px; } a.attachment:after { content: " "; position: absolute; left: 0; right: 0; bottom: 0; top: 0; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.1); } a.attachment .filename { position: absolute; bottom: 0; left: 0; right: 0; color: #666; padding: 7px; font-size: 12px; font-weight: normal; line-height:1.5em; } a.attachment:hover:after { border-color: rgba(0, 0, 0, 0.3); } a.attachment-image .filename { text-shadow:0 1px 10px #000; color:#fff; } a.attachment i { font-size: 70px; line-height: 100px; margin-right: 5px; text-decoration: none; color: #ddd; } .post .editButtons { border-top:1px solid #eee; } .attachments-edit { padding:5px 10px; overflow:hidden; float:left; } .attachments-edit.has-attachments { clear:left; float:none; border:solid #eee; border-width:1px 0; margin:-1px 0; } .attachments-edit ul { margin:0; padding:0; list-style-type:none; } .attachments-edit li { margin-bottom:5px; } .attachments-edit li .control-delete { margin:-8px -2px; } .attachments-edit li.attachment-uploading { background:url(/addons/plugins/Attachments/resources/fineuploader/loading.gif) no-repeat 0 2px; padding-left:23px; color:#aaa; } .attachments-button { margin-top:10px; background:none; } .dropZone { display:none; position:absolute; left:5px; top:5px; right:5px; bottom:5px; background:#fff; border:2px dashed #ccc; border-radius:5px; text-align:center; padding-top:40px; font-size:20px; color:#ccc; z-index: 2; } .dropZoneActive { border-color:#000; background:#eee; color:#000; z-index: 2; } [class*=bbcode-] {margin:-6px -2px; display:inline-block; overflow:auto} .emoticon {display:inline-block; text-indent:-9999px; width:16px; height:16px; background:url(/addons/plugins/EmoticonsPlus/resources/emoticons.png); background-repeat:no-repeat;} .formattingButtons .emoticon{background-position:0 0; margin-top:-2px;} #emoticonDropDown {position:absolute; padding: 12px 2px 2px 2px; z-index:100;} #emoticonDropDown div{border:1px solid #eee;background-color: #fff; padding:2px; height:118px;} #emoticonDropDown li{display: inline;float:left;list-style-type: none;padding: 0;margin:0;height:20px;width:20px;} #emoticonDropDown ul{line-height:16px;width: 120px;margin: 0;padding: 0;} #emoticonDropDown a{display: block;text-align: center;text-decoration: none;color: #000;height:16px;width:16px;padding-top:2px} #emoticonDropDown a:hover{ background-color: #888;} #emoticonDropDown a.closeLink{color:#aaa;clear: both;width:100%;height:10px;font-size:0.6em;padding:0;margin:0} .modbreak { clear:both; padding:5px 10px 10px 10px; background-color:#f0d8dd; border-top:1px solid #d7bec4; border-bottom:1px solid #d7bec4; font-size:14px; margin:0 -2px 0 -2px; } .modbreak .legend { color:#b9133c; font-weight:700; margin-bottom:10px; } .modbreak .warning {color:#000} .modbreak .control-modbreak {position:relative;float:right;display:inline} .control-edit-warning, .control-remove-warning {cursor:pointer} .hiddenContent{ background: #fffaf9; padding: 5px; border: 1px solid #ffcbbf; border-radius: 3px; font-family: Arial, Helvetica, Verdana, sans-serif;  font-style:italic; font-weight:bold; color: #990000; } .hiddenContent:before{ content: "\263c "; font-style:none!important; font-size:16px; color: #990000; } .likes { border-top:1px solid #eee; font-size:11px; padding:5px 12px; margin:1px 0 0; } .emoticon {display:inline-block; text-indent:-9999px; width:16px; height:16px; background:url(/addons/plugins/Emoticons/resources/emoticons.png); background-repeat:no-repeat} .label-answered, .gambit-answered { color:green !important; } .embedded-answer { border-color:#82d777; margin:25px 0 10px; } .embedded-answer h3 { font-size: 100%; } .embedded-answer h3, .embedded-answer h3 a { color:green; } .markAsAnswer { float: right; padding: 6px 10px; font-size: 12px; color: #aaa; } .markAsAnswer i { font-size: 14px; margin-right: 2px; } .label-bookmarked, .gambit-bookmarked { color:#c00 !important; }