-.tabsB {
- background-color: #FFF;
- float: left;
- position: relative;
- display: block;
- font-weight: bold;
- height: 20px;
-}
-
-.tabsA a.on, .tabsA a:hover, .tabsB a.on, .tabsB a:hover {
- background: #fff;
- color: #a40000;
- border-top: 1px solid #babdb6;
- border-left: 1px solid #babdb6;
- border-right: 1px solid #888a85;
- border-bottom: 1px solid #888a85;
- height: 24px;
- line-height: 26px;
- margin-top: 3px;
- padding: 0px 11px 0px 11px;
-}
-
-.tabsA a {
- background: #f9f7eb;
- border-top: 1px solid #eeeeec;
- border-left: 1px solid #eeeeec;
- border-right: 1px solid #a9aca5;
- border-bottom: 1px solid #888a85;
- color: #888a85;
- display: block;
- float: left;
- height: 20px;
- line-height: 22px;
- margin: 5px 4px 0 0;
- padding: 0 11px 0 11px;
- text-decoration: none;
-}
-
-.tabsB a {
- background: #eee;
- border: 1px solid #eee;
- color: #777;
- display: block;
- float: left;
- height: 22px;
- line-height: 28px;
- margin: 5px 0px 0 4px;
- padding: 0 11px 0 11px;
- text-decoration: none;
-}
-
-/*.tabsA a:hover, .tabsB a:hover {background: #fff;border: 1px solid #777;border-bottom:3px solid #FFF;}*/
-.headlineA {
- font-size: 13px;
- border-bottom: 1px solid #777;
- padding-bottom: 2px;
- font-weight: 800;
- margin-bottom: 12px;
- text-align: right;
- height: 30px;
-}
-
-.headQuestions {
- float: left;
- height: 23px;
- line-height: 23px;
- margin: 5px 0 0 5px;
- padding: 0px 6px 0px 15px;
- font-size: 15px;
- font-weight: 700;
- border-bottom: 0px solid #777;
- border-left: 0px solid #darkred;
- background-color: #FFF;
- background: url(../images/dot-list.gif) no-repeat left center;
-}
-
-.headAnswers {
- float: left;
- padding: 3px;
- font-size: 18px;
- font-weight: 800;
- background: url(../images/ico_answers.gif) left 2px no-repeat;
- padding-left: 24px;
-}
-
-.headTags {
- float: left;
- padding: 3px;
- font-size: 18px;
- font-weight: 800;
- background: url(../images/ico_tags.gif) no-repeat;
- padding-left: 24px;
-}
-
-.headUsers {
- float: left;
- height: 23px;
- line-height: 23px;
- margin: 5px 0 0 5px;
- padding: 0px 6px 0px 15px;
- font-size: 15px;
- font-weight: 700;
- border-bottom: 0px solid #777;
- border-left: 0px solid #darkred;
- background-color: #FFF;
- background: url(../images/dot-list.gif) no-repeat left center;
-}
-
-.headMedals {
- float: left;
- height: 23px;
- line-height: 23px;
- margin: 5px 0 0 5px;
- padding: 0px 6px 0px 15px;
- font-size: 15px;
- font-weight: 700;
- border-bottom: 0px solid #777;
- border-left: 0px solid #darkred;
- background-color: #FFF;
- background: url(../images/dot-list.gif) no-repeat left center;
-}
-
-.headLogin {
- float: left;
- padding: 3px;
- font-size: 15px;
- font-weight: 800;
- background: url(../images/ico_login.gif) no-repeat;
- padding-left: 24px;
-}
-
-.headNormal {
- text-align: left;
- padding: 3px;
- font-size: 15px;
- margin-bottom: 12px;
- font-weight: bold;
- border-bottom: 1px solid #777;
-}
-
-.headUser {
- text-align: left;
- padding: 5px;
- font-size: 20px; /*letter-spacing:1px;*/
- margin-bottom: 12px;
- font-weight: 800;
- border-bottom: 1px solid #777;
-}
-
-/*RSS订阅*/
-#feeds {
- margin: 10px 0;
-}
-
-#feeds a {
- background: url(../images/feed-icon-small.png) no-repeat 0;
- padding-left: 18px;
- font-weight: 700;
- font-size: 13px;
-}
-
-/*问题*/
-#question {
- margin-bottom: 30px;
-}
-
-#question h1 {
- font-size: 15px;
- background: #CCC;
- padding: 6px 8px;;
-}
-
-#question .body {
- background: #F7F7F7;
- padding: 20px 10px;
-}
-
-.starter {
- padding: 10px;
- background: #E0EAF1;
-}
-
-.vote {
- font-size: 20px;
- color: #666;
- font-weight: 800;
-}
-
-.questions-related {
- font-weight: 700;
- word-wrap: break-word;
-}
-
-.questions-related p {
- line-height: 20px;
- margin-bottom: 10px;
- font-size: 100%;
-}
-
-.question-status {
- margin-top: 10px;
- padding: 20px;
- background-color: #F5F5F5;
- text-align: center;
-}
-
-.question-status h3 {
- font-size: 125%;
-}
-
-.question-body {
- min-height: 100px;
- font-size: 13px;
- line-height: 20px;
-}
-
-.question-body IMG {
- max-width: 600px;
-}
-
-.question-mark {
- /*background-color:#fff5e0;
- border-top: 1px solid #eeeeec;
- border-right: 1px solid #babdb6;
- border-bottom: 1px solid #babdb6;
- border-left: 1px solid #eeeeec;*/
- text-align: left;
- padding: 5px;
- overflow: hidden;
-}
-
-.question-edit {
- text-align: left;
- overflow: hidden;
-}
-
-.vote-buttons {
- float: left;
- text-align: center;
-}
-
-.vote-buttons IMG {
- cursor: pointer;
-}
-
-.vote-number {
- font-family: Arial;
- padding: 0px 0 3px 0;
- font-size: 140%;
- font-weight: bold;
- color: #777;
-}
-
-.question-img-upvote:hover {
- background: url(../images/vote-arrow-up-on.png)
-}
-
-.question-img-downvote:hover {
- background: url(../images/vote-arrow-down-on.png)
-}
-
-.question-img-favorite:hover {
- background: url(../images/vote-favorite-on.png)
-}
-
-.favorite-number {
- padding: 0px;
- font-size: 100%;
- font-family: Arial;
- font-weight: bold;
- color: #777;
-}
-
-.vote-notification {
- z-index: 1;
- cursor: pointer;
- display: none;
- position: absolute;
- padding: 15px;
- color: White;
- background-color: darkred;
- text-align: center;
-}
-
-.vote-notification a {
- color: White;
- text-decoration: underline;
-}
-
-.offensive-flag a {
- color: #777;
- padding: 3px;
- cursor: pointer;
-}
-
-.offensive-flag a:hover {
- background-color: #777;
- text-decoration: none;
- color: #fff;
-}
-
-.linksopt a {
- color: #777;
- padding: 3px;
- cursor: pointer;
-}
-
-.linksopt a:hover {
- background-color: #777;
- text-decoration: none;
- color: #fff;
-}
-
-.action-link a {
- color: #777;
- padding: 3px;
- cursor: pointer;
-}
-
-.action-link: a hover {
- background-color: #777;
- text-decoration: none;
- color: #fff;
-}
-
-.action-link-separator {
- color: #ccc;
-}
-
-.wiki-category {
- margin-left: 5px;
- color: #999;
- font-size: 90%;
-}
-
-div.comments {
- line-height: 150%;
- padding: 10px 0;
-}
-
-div.post-comments {
- clear: both;
- background: url(../images/gray-up-arrow-h18px.png) no-repeat;
- width: 100%;
- padding-left: 12px;
- margin: 3px 0 10px 0;
-}
-
-form.post-comments textarea {
- height: 6em;
- margin-bottom: 4px;
-}
-
-form.post-comments input {
- margin-left: 10px;
- margin-top: 1px;
- vertical-align: top;
- width: 100px;
-}
-
-span.text-counter {
- margin-right: 20px;
- font-size: 11px;
-}
-
-span.form-error {
- color: #990000;
- font-weight: normal;
- margin-left: 5px;
-}
-
-p.form-item {
- margin: 0px;
-}
-
-div.comments-container, div.comments-container-accepted, div.comments-container-owner, div.comments-container-deleted {
- padding: 0;
-}
-
-.post-comments a {
- color: #888888;
- padding: 0 3px 2px;
-}
-
-a.comments-link, a.comments-link-accepted, a.comments-link-owner, a.comments-link-deleted {
- color: black;
- font-size: 11px;
- background: #eeeeee;
- padding: 3px;
- cursor: pointer;
-}
-
-.post-comments a:hover {
- background-color: #777777;
- color: white;
- text-decoration: none;
-}
-
-a.comment-user, a.comment-user:hover {
- background-color: inherit;
- color: blue;
- padding: 0;
-}
-
-a.comment-user:hover {
- text-decoration: underline;
-}
-
-/*回答*/
-#answers {
-}
-
-.answer {
- padding-top: 10px;
- width: 100%;
- border-bottom: 1px solid #ccccce;
-}
-
-.answer-body {
- min-height: 80px;
- font-size: 13px;
- line-height: 20px;
-}
-
-.answer-body IMG {
- max-width: 600px;
-}
-
-.accepted-answer {
- background-color: #EBFFE6;
- border-bottom-color: #9BD59B;
-}
-
-.accepted-answer .comments-link {
- background-color: #CCFFBF;
-}
-
-.accepted-answer .comments-container {
- background-color: #CCFFBF;
-}
-
-.answered {
- background: #CCC;
- color: #999;
-}
-
-.answered-accepted {
- background: #CCC;
- color: #763333;
-}
-
-.unanswered {
- background: #777;
- color: white;
-}
-
-.answered-by-owner {
- background: #E9E9FF;
-}
-
-.answered-by-owner .comments-link {
- background-color: #E6ECFF;
-}
-
-.answered-by-owner .comments-container {
- background-color: #E6ECFF;
-}
-
-.answered-accepted strong {
- color: #E1E818;
-}
-
-.answer-img-accept:hover {
- background: url(../images/vote-accepted-on.png)
-}
-
-.deleted {
- background: #F4E7E7 none repeat scroll 0 0;
-}
-
-/*标签列表*/
-/*
-.tagsbox {}
-.tagsbox a {color:#000;line-height:30px;margin-right:10px;font-size:100%;background-color:#F9F7ED;padding:3px;border:1px solid #aaaaaa;}
-.tagsbox a:hover {text-decoration:none;background-color:#F9F7ED;color:#B02B2C;} */
-.tagsList {
- margin: 0;
- list-style-type: none;
- padding: 0px;
- min-height: 360px;
-}
-
-.tagsList li {
- width: 235px;
- float: left;
-}
-
-.badge-list {
- margin: 0;
- list-style-type: none;
-}
-
-/*登录*/
-.list-item {
- margin-left: 15px;
-}
-
-.list-item LI {
- list-style-type: disc;
- font-size: 13px;
- line-height: 20px;
- margin-bottom: 10px;
-}
-
-/* openid styles */
-.form-row {
- line-height: 25px;
-}
-
-table.form-as-table {
- margin-top: 5px;
-}
-
-table.form-as-table ul {
- list-style-type: none;
- display: inline;
-}
-
-table.form-as-table li {
- display: inline;
-}
-
-table.form-as-table td {
- text-align: right;
-}
-
-table.form-as-table th {
- text-align: left;
- font-weight: normal;
-}
-
-/*.form-row li label {
- display: inline
-}*/
-.submit-row {
- line-height: 30px;
- padding-top: 10px;
- display: block;
- clear: both;
-}
-
-.errors {
- line-height: 20px;
- color: red;
-}
-
-.error {
- color: darkred;
- margin: 0;
- font-size: 10px;
-}
-
-.error-list li {
- padding: 5px;
-}
-
-.fieldset {
-/* border:solid 1px #777;*/
- border: none;
- margin-top: 10px;
- padding: 10px;
-}
-
-.openid-input {
- background: url(../images/openid.gif) no-repeat;
- padding-left: 15px;
- cursor: pointer;
-}
-
-.openid-login-input {
- background-position: center left;
- background: url(../images/openid.gif) no-repeat 0% 50%;
- padding: 5px 5px 5px 15px;
- cursor: pointer;
- font-family: Trebuchet MS;
- font-weight: 300;
- font-size: 150%;
- width: 500px;
-}
-
-.openid-login-submit {
- height: 40px;
- width: 80px;
- line-height: 40px;
- cursor: pointer;
- border: 1px solid #777;
- font-weight: bold;
- font-size: 120%;
-}
-
-.openid-samples {
-
-}
-
-.openid-samples .list, .list li {
- font-family: Trebuchet MS, "segoe ui", Helvetica, "Microsoft YaHei", 宋 体, Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif;
- list-style: none !important;
- margin-left: -30px !important;
- line-height: 20px !important;
-}
-
-/*表单相关*/
-span.form-error {
- color: #990000;
- font-size: 90%;
- font-weight: normal;
- margin-left: 5px;
-}
-
-.title-desc {
- color: #666666;
- font-size: 90%;
-}
-
-/*adjustment for editor preview*/
-#editor {
- font-size: 100%;
- min-height: 200px;
- line-height: 18px;
- width: 100%;
-}
-
-.wmd-preview {
- margin-top: 10px;
- padding: 6px;
- width: 100%;
- background-color: #F5F5F5;
- min-height: 20px;
-}
-
-.wmd-preview pre {
- background-color: #E7F1F8;
-
-}
-
-.wmd-preview blockquote {
- background-color: #eee;
-}
-
-.wmd-preview IMG {
- max-width: 600px;
-}
-
-.preview-toggle {
- font-weight: 600;
- width: 100%;
- color: #aaa; /*letter-spacing:1px;*/
- text-align: left;
-}
-
-.preview-toggle span:hover {
- cursor: pointer;
-}
-
-.edit-content-html {
- border-top: 1px dotted #D8D2A9;
- border-bottom: 1px dotted #D8D2A9;
- margin: 5px 0 5px 0;
-}
-
-/*修订记录*/
-
-#revisions {
- width: 950px;
-}
-
-.revision {
- margin: 10px 0 10px 0;
- width: 100%;
- font-size: 13px;
-}
-
-.revision .header {
- background-color: #eee;
- padding: 5px;
- cursor: pointer;
-}
-
-.revision .author {
- background-color: #E9E9FF;
-}
-
-.revision .summary {
- padding: 5px 0 10px 0;
-}
-
-.revision .summary span {
- background-color: yellow;
- padding-left: 3px;
- padding-right: 3px;
- display: inline;
-}
-
-.revision h1 {
- font-size: 130%;
- font-weight: 600;
- padding: 15px 0 15px 0;
-}
-
-.revision-mark {
- width: 200px;
- text-align: left;
- display: inline-block;
- font-size: 90%;
- overflow: hidden;
-}
-
-.revision-number {
- font-size: 300%;
- font-weight: bold;
- font-family: sans-serif;
-}
-
-.revision .body {
- padding-left: 10px;
- margin-bottom: 50px;
-}
-
-.revision .answerbody {
- padding: 10px 0 5px 10px;
-}
-
-/* Revision pages */
-del {
- color: #FF5F5F;
-}
-
-del .post-tag {
- color: #FF5F5F;
-}
-
-ins {
- background-color: #97ff97;
-}
-
-ins .post-tag {
- background-color: #97ff97;
-}
-
-/*用户资料页面*/
-.count {
- font-family: Arial;
- font-size: 200%;
- font-weight: 700;
- color: #777
-}
-
-.scoreNumber {
- font-family: Arial;
- font-size: 35px;
- font-weight: 800;
- color: #777;
- line-height: 40px; /*letter-spacing:0px*/
-}
-
-.user-details {
- font-size: 13px;
-}
-
-.user-about {
- background-color: #EEEEEE;
- height: 200px;
- line-height: 20px;
- overflow: auto;
- padding: 10px;
- width: 90%;
-}
-
-.user-edit-link {
- background: url(../images/edit.png) no-repeat;
- padding-left: 20px;
-}
-
-.favorites-count-off {
- color: #919191;
- float: left;
- padding: 3px;
- margin: 10px 0 0 0;
- text-align: center;
-}
-
-.favorites-count {
- color: #D4A849;
- float: left;
- padding: 3px;
- margin: 10px 0 0 0;
- text-align: center;
-}
-
-.favorites-empty {
- width: 32px;
- height: 45px;
- float: left;
-}
-
-.question-summary {
- border-bottom: 1px dotted #999999;
- float: left;
- overflow: hidden;
- padding: 11px 0;
- width: 670px;
-}
-
-.user-info-table {
- width: 950;
- margin-bottom: 10px;
-}
-
-.user-stats-table .question-summary {
- width: 800px;
-}
-
-.narrow .stats {
- background: transparent none repeat scroll 0 0;
- float: left;
- height: 48px;
- margin: 0 0 0 7px;
- padding: 0;
- width: auto;
- font-family: Arial;
-}
-
-.stats div {
- font-size: 11px;
- text-align: center;
-}
-
-.narrow .votes {
- background: #EEEEEE none repeat scroll 0 0;
- float: left;
- height: 42px;
- margin: 0 3px 0 0;
- padding: 5px;
- width: 46px;
- text-align: center;
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
-}
-
-.narrow .summary {
- width: 600px;
- display: inline-block;
-}
-
-.narrow .summary h3 {
- padding: 0px;
- margin: 0px;
-}
-
-.narrow .views {
- height: 42px;
- float: left;
- margin: 0 7px 0 0; /*padding:5px 0 5px 4px;*/
- padding: 5px;
- width: 46px;
- text-align: center;
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
- color: #777;