display: block;
}
-.author {
+.inlineheader .author {
margin: 0;
font-size: 18px;
font-weight: bold;
border-bottom: 0;
}
+div.inlinecontent {
+ margin-top: .4em;
+}
+
.actions li {
display: inline;
padding: .2em .4em;
border: 1px solid #aaa;
}
+div.progress {
+ margin-top: 1ex;
+ margin-bottom: 1ex;
+ border: 1px solid #888;
+ width: 400px;
+ background: #eee;
+ color: black !important;
+ padding: 1px;
+}
+div.progress-done {
+ background: #ea6 !important;
+ color: black !important;
+ text-align: center;
+ padding: 1px;
+}
+
input#openid_url {
background: url(wikiicons/openidlogin-bg.gif) no-repeat;
background-color: #fff;
margin-bottom: 1ex;
padding: 1ex 1ex;
border: 1px solid #aaa;
- width: 25%
+ width: 25%;
background: white;
color: black !important;
}
background: #eee;
color: black !important;
}
+
+span.color {
+ padding: 2px;
+}
+
+.smcvpostcomment-page .author { font-weight: bold; }
+.smcvpostcomment-page { border: 1px inset #999; margin: 3px; padding: 3px; }
+.smcvpostcomment-header { font-style: italic; }
+.smcvpostcomment-subject { font-weight: bold; border-bottom: 1px solid #999; }