fgtyvrjdyvf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Antisnews – backgroundcolor and width.I have wp-admin/theme-editor.php and it opens style.css file
Forum: Themes and Templates
In reply to: Antisnews – backgroundcolor and width.Your link is incorrect
Forum: Themes and Templates
In reply to: Antisnews – backgroundcolor and width.Where can I edit the text: https://heavil.ru/?antisnews-my-style=load-style-antisnews
?
Forum: Themes and Templates
In reply to: Antisnews – backgroundcolor and width.Forum: Themes and Templates
In reply to: Antisnews – backgroundcolor and width.Style.css:
* html .wp-caption.aligncenter img {
width: expression( document.body.clientWidth > 800 ? “800px” : “auto” ); /* sets max-width for IE */
}* html .wp-caption.alignleft img {
width: expression( document.body.clientWidth > 200 ? “200px” : “auto” ); /* sets max-width for IE */
}
* html .wp-caption.alignright img {
width: expression( document.body.clientWidth > 200 ? “200px” : “auto” ); /* sets max-width for IE */
}.goog-te-gadget-simple {
cursor: pointer;
font-size: 8pt !important;}
.qtrans_language_chooser li { float:right; margin-right:8px }
.goog-te-gadget-simple goog-te-menu-value a span {
text-decoration: underline !important;
font-size: 8pt !important;
}.wp-caption {
text-align: center;
padding: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}.wp-caption.aligncenter img { max-width: 800px; height:auto; }
.wp-caption.alignleft img { max-width: 200px; height:auto; }
.wp-caption.alignright img { max-width: 200px; height:auto; }.wp-caption p.wp-caption-text {
font: 1.2em “Courier New”, serif;font-size: 11px;
font-variant: small-caps;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-top:10px; }img.alignleft { float:left; margin-right:10px; padding:5px; max-width: 200px; height:auto;}
img.alignright { float:right; margin-left:10px; padding:5px; max-width: 200px; height:auto;}
img.aligncenter { display: block; margin-left: auto; margin-right: auto; padding:5px; max-width:800px; margin-top:10px; height:auto; }html>body .alignleft { width: auto; height: auto; max-width:200px; }
html>body .alignright { width: auto; height: auto; max-width:200px; }
html>body .aligncenter { width: auto; height: auto; max-width:600px; margin-top:10px; }