Files
grzanieplus.pl/web/css/frontend/theme/default/stNewsletterPlugin.css
2025-03-12 17:06:23 +01:00

125 lines
2.2 KiB
CSS

/* frame boxa produkty - po prawej stronie */
.st_frame_newsletter
{
width:180px;
margin-bottom:10px;
}
.st_frame_newsletter_top
{
background: url(/images/frontend/theme/default/frame_product/frame_product_top.png) top left no-repeat;
width:180px;
height:34px;
}
.st_frame_newsletter_top_header
{
color:#d44a1b;
padding:10px 0px 0px 12px;
font-size:1.25em;
}
.st_frame_newsletter_middle
{
background-color:#fff;
border-left:1px solid #c9c9c9;
border-right:1px solid #c9c9c9;
width:178px;
}
.st_frame_newsletter_bottom
{
background: url(/images/frontend/theme/default/frame_product/frame_product_bottom.png) top left no-repeat;
width:180px;
height:7px;
}
.st_newsletter_box_input
{
overflow:hidden;
width:178px;
margin:0px auto;
}
.st_newsletter_input
{
margin: 0px 10px;
}
.st_newsletter_input input
{
width: 150px;
background-color: #fff;
border: 1px solid #ccc;
padding: 3px;
color: #888;
}
.st_newsletter_input_ok
{
float: right;
padding-right: 10px;
padding-top: 5px;
}
.st_newsletter_input_ok input
{
border: 1px solid #ccc;
background-color: #f5f5f5;
color:#666;
font-size:10px;
font-weight:bold;
text-decoration: underline;
padding: 1px;
}
#st_application-newsletter-index .st_content
{
width: 750px;
padding: 10px 0;
margin: 10px 110px 10px 110px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background-image: url('/images/frontend/theme/default/bg_line_login.gif');
background-repeat: repeat-x;
}
#st_application-newsletter-index-header h1.st_title, #st_application-newsletter-index-group h5.st_title
{
float: left;
width: 200px;
}
#st_application-newsletter-index fieldset
{
width: 300px;
border: none;
margin: 0px auto;
}
#st_application-newsletter-index p
{
margin-left: 200px;
padding: 10px;
margin: 0;
}
#st_application-newsletter-index-group p
{
margin-left: 200px;
padding: 0px;
margin: 0;
}
#newsletter_content
{
font-size:1em;
padding-left:7px;
line-height: 14px;
margin-top:-5px;
margin-bottom:5px;
text-align: justify;
padding-right:7px;
}