@import "jquery.autocomplete.css";
body {
+ /*overflow-y: scroll;
+ height: 100%; */
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-family: sans-serif;
margin: auto;
padding: 0;
width: 990px;
+ background-color: #FFF;
}
#roof {
background: none repeat scroll 0 0 #FFFFFF;
margin-top: 0;
position: relative;
+ width: 990px;
}
#room {
padding-bottom: 0;
padding-top: 6px;
text-align: center;
- width: 100%;
+ width: 990px;
}
#top {
width: 740px;
}
+#listA .short-summary:first-of-type {
+ border-top: 0;
+}
+
+.user-stats-table .short-summary {
+ width: 764px;
+}
+
.short-summary h2 a {
color: #2A5594;
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
font-weight: bold;
}
+.short-summary .question-summary-wrapper {
+ float: right;
+ width: 565px;
+}
+
.short-summary .votes, .short-summary .status, .short-summary .views {
-moz-border-radius: 5px 5px 5px 5px;
border-bottom: 1px solid #CCCCCC;
position: relative;
}
-.tabsA a {
+.tabsA a, .sticky-sort-tabs {
background: none repeat scroll 0 0 #EEEEEE;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
height: 20px;
line-height: 22px;
margin: 5px 4px 0 0;
- padding: 0 11px;
text-decoration: none;
}
+.tabsA a {
+ padding: 0 11px;
+}
+
+.sticky-sort-tabs {
+ width: 20px;
+ padding: 0;
+}
+
+.sticky-sort-tabs input {
+ border: 0;
+ height: 14px;
+ width: 14px;
+ margin: 2px;
+}
+
.tabsA a.on, .tabsA a:hover {
background: none repeat scroll 0 0 #FFFFFF;
color: #A40000;
}
.revision .summary span {
- background-color: yellow;
+ /**background-color: yellow;/**/
display: inline;
padding-left: 3px;
padding-right: 3px;
line-height: 140%;
padding: 5px;
width: 170px;
+ display: inline-block;
}
.user ul {
background: url("../images/comment-edit-hover.png") no-repeat scroll center center transparent;
}
+img.subscription-remove {
+ float:right;
+}
+
.comment-form-container {
display: none;
padding-top: 12px;
top: 1.5em;
text-align: left;
list-style-type: none;
+ z-index: 500;
}
.context-menu-dropdown li.item {
div.dialog .dialog-content {
padding: 12px 12px 37px 12px;
+ z-index: 1000;
}
div.dialog .dialog-buttons {
.suspended-user {
text-decoration: line-through;
-}
\ No newline at end of file
+}
+
+.feed-icon {
+ width: 14px;
+ height: 14px;
+ display: inline-block;
+}
+
+div#subscription_list {
+ width: 100%;
+ /*float:left;*/
+}
+
+div.subscription_summary {
+ border-top: 2px dotted #CCCCCE;
+ overflow: hidden;
+ padding: 3px 0px 5px 0;
+ position: relative;
+ width:100%;
+ margin-top: 5px;
+}
+
+div.subscription_title {
+ /*float:left;
+ line-height:30px;*/
+ margin-top: 5px;
+ font-size: 16px;
+ font-weight:bold;
+}
+
+a.subscription_unsubscribe_button {
+ float:left;
+ font-size: 11px;
+ font-weight:bold;
+
+ margin-right:15px;
+ margin-top: 5px;
+}
+
+div.subscription_userinfo {
+ float:right;
+}
+
+div.subscription_tags {
+ font-family: sans-serif;
+ float:left;
+}
+div.subscription_tags a, span.tag {
+ background-color: #EEEEEE;
+ border-bottom: 1px solid #CCCCCC;
+ border-right: 1px solid #CCCCCC;
+ color: #777777;
+ font-size: 11px;
+ font-weight: normal;
+ padding: 1px 8px;
+ text-decoration: none;
+ white-space: nowrap;
+}
+div.subscription_tags a:hover {
+ background-color: #356FCB;
+ color: #FFFFFF;
+}
+