/* BEGIN TEMPLATE css_print.tpl */
/* does not use template values on purpose */
#forum #post, #forum #thread-options, #forum .nav, #forum .message-options, #forum .message-moderation {
display: none;
}
#forum div.generic {
background-color: #ffffff;
border: 1px solid #000000;
}
#forum div.message-body {
border: 1px solid #000000;
background: transparent;
}
#forum div.message-body br {
clear:both;
}
#forum table.list th {
background: transparent;
color: #000000;
}
#forum table.list td.current {
background-color: #ffffff;
}
#forum a,#forum a:hover {
color: #000000;
}
/* END TEMPLATE css_print.tpl */
/* Added by module "smileys", file "mods/smileys/smileys.css" */
.mod_smileys_img {
vertical-align: middle;
margin: 0px 3px 0px 3px;
border: none;
}
/* Added by module "embed_images", template "embed_images::css" */
/* The style to use for standard images */
#phorum div.mod_embed_images {
float: left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 10px;
}
/* Extended is used in case an image is scaled down or inside a URL */
#phorum div.mod_embed_images_extended {
float: left;
margin-right: 10px;
margin-bottom: 10px;
font-size: 10px;
border: 1px solid #b0b0b0;
background-color: #f5f5f5;
}
#phorum div.mod_embed_images_image {
}
#phorum div.mod_embed_images_image a,
#phorum div.mod_embed_images_info a {
text-decoration: none;
color: black;
}
#phorum div.mod_embed_images_image a:hover,
#phorum div.mod_embed_images_info a:hover {
text-decoration: underline;
}
#phorum div.mod_embed_images_loading {
font-size: 10px;
padding: 5px 5px 3px 22px;
height: 16px;
background-position: 3px 3px;
background-repeat: no-repeat;
background-image: url(http://www.mathforum.ru/forum/mods/embed_images/templates/ajax_loading.gif);
}
#phorum div.mod_embed_images_info {
border-top: 1px solid #b0b0b0;
height: 18px;
padding: 3px 0px 0px 21px;
white-space: nowrap;
overflow: hidden;
background-position: 3px 5px;
background-repeat: no-repeat;
background-image: url(http://www.mathforum.ru/forum/mods/embed_images/templates/magnify_icon.gif);
/* Will be made visible if extended viewing is triggered */
display: none;
}
#phorum div.mod_embed_images_info_link
{
padding-left: 22px;
background-image: url(http://www.mathforum.ru/forum/mods/embed_images/templates/link_icon.png);
}
#phorum div.mod_embed_images_error
{
color: #a00000;
border: 1px solid #a00000;
padding: 5px 5px 5px 43px;
background-image: url(http://www.mathforum.ru/forum/mods/embed_images/templates/broken_image.gif);
background-position: 5px 5px;
background-repeat: no-repeat;
}
#phorum div.mod_embed_images_error strong
{
font-size: 12px;
}
#phorum div.mod_embed_images_attachments
{
margin-top: 20px;
}
/* Should be in the main Phorum CSS too, but let's make sure. */
#phorum div.message-body br {
clear: both;
}
/* Added by module "custom_announcements", template "custom_announcements::css" */
#forum table.announcements {
margin-bottom: 15px;
}
/* Added by module "tagcut", file "mods/tagcut/tagcut.css" */
.cut { display: none; }
.cut:not(:checked) + label + * { display: none; }
.cut:not(:checked) + label, .cut:checked + label { text-decoration: none; border-bottom: 1px dashed #000080; display: inline-block; cursor: pointer; }
.cut:checked + label { }
/* Added by module "tagpre", file "mods/tagpre/tagpre.css" */
pre.task { margin: 5px 0px 5px 0px; }