رفتن به مطلب
padidehco

افکت دادن به تکست باکس در قالب

پست های پیشنهاد شده

سلام خدمت دوستان عزیز جوملایی

من امروز یک کد css پیدا کردم که باهاش می شه به تکست باکس ها افکت داد

اما نمی دونم اون را چطوری و به کجای قالب های آرتیستر اضافه کنم.

. myTextbox {
background-image:url(images/form_bg.jpg);  /* این عکس می تواند1 پیکسل عرض داشته باشد و توسط دستور بعدی تکرار شود */
background-repeat:repeat-x; /* تکرار قطعه عکس مورد استفاده در محور افقی */
border:1px solid #d1c7ac;
width: 230px;
color:#333333; /* رنگ متن تکست باکس */
padding:3px; /* فاصله از داخل از همه طرف */
margin-right:4px; /* فاصله از لبه بیرونی سمت راست تکست باکس */
margin-bottom:8px;  /* فاصله از لبه بیرونی پائین تکست باکس */
font-family:tahoma, arial, sans-serif;
}

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

با سلام

با ید این کد رو در css قالب خود اضاقه کنید و html ون رو هم موقع وارد نمودن مطالبتون در ادیتور وارد کنید

یا حق

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

سلام

شما باید کلاس تکس باکس قالب رو بجای کلاس myTextbox قرار بدی

طول و عرض تکست باک را چی کار کنم ، ایا اتوماتیک با تکست باکس قالب عوض می شه؟

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

برای اینکه طول و عرض بصورت اتوماتیک عوض بشه باید اونها رو بصورت درصدی وارد کنید

مثلا

width: 100%;

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

برای اینکه طول و عرض بصورت اتوماتیک عوض بشه باید اونها رو بصورت درصدی وارد کنید

مثلا

width: 100%;

اگر ما بخواهیم برای عکس هایی که در قسمت content قالب ارتیستر یک کادر بزاریم باید چی کار کنیم؟:thankyou:


سلام

شما باید کلاس تکس باکس قالب رو بجای کلاس myTextbox قرار بدی

این کد css قالب من است کلاس تکست باکس کدوم از این ها می شه؟

/* begin Page */
/* Created by Artisteer v3.1.0.46558 */

#art-main, table
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

.art-postcontent,
.art-postheadericons,
.art-postfootericons,
.art-blockcontent-body,
ul.art-vmenu a 
{
  text-align: right;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-postcontent p
{
  margin: 12px 0;
}

.art-postcontent h1, .art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:visited, .art-postcontent h1 a:hover,
.art-postcontent h2, .art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:visited, .art-postcontent h2 a:hover,
.art-postcontent h3, .art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:visited, .art-postcontent h3 a:hover,
.art-postcontent h4, .art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:visited, .art-postcontent h4 a:hover,
.art-postcontent h5, .art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:visited, .art-postcontent h5 a:hover,
.art-postcontent h6, .art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:visited, .art-postcontent h6 a:hover,
.art-blockheader .t, .art-blockheader .t a, .art-blockheader .t a:link, .art-blockheader .t a:visited, .art-blockheader .t a:hover,
.art-vmenublockheader .t, .art-vmenublockheader .t a, .art-vmenublockheader .t a:link, .art-vmenublockheader .t a:visited, .art-vmenublockheader .t a:hover,
.art-logo-name, .art-logo-name a, .art-logo-name a:link, .art-logo-name a:visited, .art-logo-name a:hover,
.art-logo-text, .art-logo-text a, .art-logo-text a:link, .art-logo-text a:visited, .art-logo-text a:hover,
.art-postheader, .art-postheader a, .art-postheader a:link, .art-postheader a:visited, .art-postheader a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

.art-postcontent a
{
  text-decoration: none;
  color: #E79704;
}

.art-postcontent a:link
{
  text-decoration: none;
  color: #E79704;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
  color: #525252;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{
  text-decoration: underline;
  color: #27290A;
}

.art-postcontent h1
{
  color: #525252;
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-blockcontent h1
{
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:hover, .art-postcontent h1 a:visited, .art-blockcontent h1 a, .art-blockcontent h1 a:link, .art-blockcontent h1 a:hover, .art-blockcontent h1 a:visited 
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h2
{
  color: #525252;
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-blockcontent h2
{
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, .art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link, .art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited 
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h3
{
  color: #6E6E6E;
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-blockcontent h3
{
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited 
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postcontent h4
{
  color: #262626;
  margin: 10px 0 0;
  font-size: 14px;
}

.art-blockcontent h4
{
  margin: 10px 0 0;
  font-size: 14px;
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, .art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link, .art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited 
{
  font-size: 14px;
}

.art-postcontent h5
{
  color: #262626;
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.art-blockcontent h5
{
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, .art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link, .art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited 
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.art-postcontent h6
{
  color: #363636;
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-blockcontent h6
{
  margin: 10px 0 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, .art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link, .art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited 
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html, body
{
  height:100%;
}

#art-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:hidden;
}

body
{
  padding: 0;
  margin:0;
  min-width: 900px;
  color: #262626;
  background-color: #F2F3D2;
  background-image: url('../images/Bottom_texture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* Start Box */
.art-box, .art-box-body {
  margin:0 auto;
  position:relative;
}
.art-box:before, .art-box:after, .art-box-body:before, .art-box-body:after {
  position:absolute;
  top:0;
  bottom:0;
  content:' ';
  background-repeat: no-repeat;
  line-height:0;
}
.art-box:before,.art-box-body:before{
  left:0;
}
.art-box:after,.art-box-body:after{
  right:0;
}
.art-box:before {
  overflow:hidden;
  background-position: bottom left;
  direction: ltr;
  z-index:-3;
}
.art-box:after {
  background-position: bottom right;
  z-index:-3;
}
.art-box-body:before, .art-box-body:after {
  background-repeat:repeat-y;
}
.art-box-body:before {
  background-position: top left;
  z-index:-3;
}
.art-box-body:after {
  background-position: top right;
  z-index:-3;
}

.art-box .art-box:before, .art-box .art-box:after, .art-box-body .art-box-body:before, .art-box-body .art-box-body:after {
  z-index:-2;
}
.art-box .art-box .art-box:before, .art-box .art-box .art-box:after, .art-box-body .art-box-body .art-box-body:before, .art-box-body .art-box-body .art-box-body:after {
  z-index:-1;
}
/* End Box */

/* Start Bar */
.art-bar {
  position:relative;
}
.art-bar:before, .art-bar:after {
  position:absolute;
  top:0;
  bottom:0;
  content:' ';
  background-repeat:repeat;
  z-index:-1;
}
.art-bar:before {
  left:0;
  background-position: top left;
}
.art-bar:after {
  right:0;
  background-position: top right;
}
/* End Bar */

li h1, .art-postcontent li h1, .art-blockcontent-body li h1 
{
  margin:1px;
} 
li h2, .art-postcontent li h2, .art-blockcontent-body li h2 
{
  margin:1px;
} 
li h3, .art-postcontent li h3, .art-blockcontent-body li h3 
{
  margin:1px;
} 
li h4, .art-postcontent li h4, .art-blockcontent-body li h4 
{
  margin:1px;
} 
li h5, .art-postcontent li h5, .art-blockcontent-body li h5 
{
  margin:1px;
} 
li h6, .art-postcontent li h6, .art-blockcontent-body li h6 
{
  margin:1px;
} 
li p, .art-postcontent li p, .art-blockcontent-body li p 
{
  margin:1px;
} 
/* end Page */

/* begin MenuFluidBg */
div#art-hmenu-bg
{
  position: absolute;
  overflow:hidden;
  top:200px;
  left:0;
  margin:0 auto;
  width: 100%;
  height: 41px;
  z-index:-4;
}
/* end MenuFluidBg */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  z-index: -5;
  width:100%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
}
.art-header-position
{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
} 

.art-header-wrapper 
{
  position: relative;
  top:0;
  width:900px;
  margin:0 auto;
}
.art-header-inner 
{
  position: relative;
  margin: 0 5px;
}

.art-header:after
{
  position: absolute;
  z-index:-1;
  display:block;
  content:' ';
  top: 0;
  width:100%;
  height: 200px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Flash */
#art-flash-area
{
  position: absolute;
  top: 0;
  left: 0;
  width: 890px;
  height: 200px;
  overflow: hidden;
}

#art-flash-container
{
  height: 222px;
  top: -10px;
  position: absolute;
  width: 890px;
  left: 50%;
  margin-left:-445px;
}

#art-flash-container div.art-flash-alt
{
  position: relative;
  width: 110px;
  height: 30px;
  margin: 0 auto;
  top: 10px;
}

/* end Flash */

/* begin Logo */
div.art-logo
{
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  margin-left: 0;
}

/* end Logo */

/* begin Box, Sheet */
.art-sheet
{
  max-width:900px;
  margin-top: 0;
  margin-bottom: -4px;
  cursor:auto;
  width: 900px;
}
.art-sheet-body 
{
  padding:5px;
  min-width:24px;
  min-height:24px;
  padding-top:0;
  padding-bottom:5px;
}
.art-sheet:before, .art-sheet:after 
{
  content: url('../images/sheet_t.png');
  font-size: 0;
  background-image: url('../images/sheet_b.png');
}
.art-sheet:after{
  clip:rect(auto, auto, auto, 883px);
}
.art-sheet:before,.art-sheet-body:before{
  right:17px;
}
.art-sheet-body:after{
  width: 17px;
  top:17px;
  bottom:17px;
  background-image:url('../images/sheet.png');
}
.art-sheet-body:before{
  top:17px;
  bottom:17px;
  background-image:url('../images/sheet.png');
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
  outline: none;
  position: relative;
  z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

ul.art-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: right;
  position: relative;
  z-index: 5;
  background: none;
}

ul.art-hmenu li:hover{
  z-index: 10000;
  white-space: normal;
}
ul.art-hmenu li li{
  float: none;
  width: auto;
}
ul.art-hmenu li:hover>ul {
  visibility: visible;
  top: 100%;
}
ul.art-hmenu li li:hover>ul {
  top: 0;
  right: 100%;
}
ul.art-hmenu:after, ul.art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
ul.art-hmenu, ul.art-hmenu ul {
  min-height: 0;
}

ul.art-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px -30px 0 0;
}

ul.art-hmenu ul.art-hmenu-left-to-right {
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}
ul.art-hmenu ul.art-hmenu-right-to-left {
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

ul.art-hmenu ul ul
{
  padding: 30px 10px 30px 30px;
  margin: -30px -10px 0 0;
}

ul.art-hmenu ul ul.art-hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul.art-hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 30px 10px 30px 30px;
  margin: -30px -10px 0 0;
}

ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
  right: auto;
  left: 100%;
}
ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
  left: auto;
  right: 100%;
}

ul.art-hmenu{
  position:relative;
  padding: 6px 6px 6px 6px;
}
/* end menu structure */

/* menu bar */

.art-nav
{
  margin:0 auto;
  min-height: 41px;
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.art-nav:before, .art-nav:after{
  background-image: url('../images/nav.png');
}
.art-nav:before{
  right: 0;
}
.art-nav:after{
  width: 0;
}
/* end menu bar */
.art-nav-outer{
  position:absolute;
  width:100%;
}

.art-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 41px;
  background-position: center;
}

.art-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: 41px;
  background-position: center;
}

.art-hmenu
{
  float: right;
}

/* images in menu items */
ul.art-hmenu img.art-menu-image, ul.art-hmenu img.art-menu-image-left
{
  vertical-align: middle;
  margin-right: 5px;
}

ul.art-hmenu img.art-menu-image-right
{
  vertical-align: middle;
  margin-left: 5px;
}
/* end Menu */

/* begin MenuItem */
ul.art-hmenu>li>a
{
  position: relative;
  display: block;
  height: 29px;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  padding: 0 22px;
  line-height: 29px;
  text-align: center;
}

ul.art-hmenu>li>a:before, ul.art-hmenu>li>a:after
{
  position: absolute;
  display: block;
  content:' ';
  top: 0;
  bottom:0;
  z-index: -1;
  background-image: url('../images/menuitem.png');
}

ul.art-hmenu>li>a:before
{
  left: 0;
  right: 3px;
  background-position: top left;
}

ul.art-hmenu>li>a:after
{
  width: 3px;
  right: 0;
  background-position: top right;
}

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
  text-align: right;
  text-decoration: none;
}

ul.art-hmenu>li>a.active:before {
  background-position: bottom left;
} 
ul.art-hmenu>li>a.active:after {
  background-position: bottom right;
}
ul.art-hmenu>li>a.active {
  color: #D1D1D1;
}

ul.art-hmenu>li>a:hover:before, ul.art-hmenu>li:hover>a:before {
  background-position: center left;
}
ul.art-hmenu>li>a:hover:after, ul.art-hmenu>li:hover>a:after {
  background-position: center right;
}
ul.art-hmenu>li>a:hover, ul.art-hmenu>li:hover>a{
  color: #000000;
}

.art-hmenu a:hover.separator-without-submenu 
{
  cursor: default;
}

.art-hmenu a:hover.separator-without-submenu .t
{
  color: #000000;
}

.art-hmenu li:hover a.separator-without-submenu .t
{
  color: #000000;
}

a:hover.separator-without-submenu .r, a:hover.separator-without-submenu .l 
{
  top: 0 !important;
}
/* end MenuItem */

/* begin MenuSeparator */

ul.art-hmenu>li {
  margin-right:4px;
}
ul.art-hmenu>li:first-child {
  margin-right:0;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 23px;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
  min-width: 7em;
  text-align: right;
  text-decoration: none;
  line-height: 23px;
  color: #1A1A1A;
  margin:0;
  padding: 0 8px;
}

.art-hmenu ul>li:first-child>a
{
  border-top-width: 0;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active
{
  text-align: right;
  text-decoration: none;
  line-height: 23px;
  color: #1A1A1A;
  margin:0;
  padding: 0 8px;
}

.art-hmenu ul li a:hover
{
  color: #2F310D;
  background-position: left bottom;
  border-top-width: 0 !important;
}

.art-hmenu ul li:hover>a
{
  color: #2F310D;
  background-position: left bottom;
  border-top-width: 0 !important;
}

/* end MenuSubItem */

/* begin Layout */
.art-layout-wrapper
{
  position:relative;
  margin:0 auto 0 auto;
}

.art-content-layout
{
  display: table;
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.art-content-layout-row {
  display: table-row;
}

.art-layout-cell
{
  display: table-cell;
  vertical-align: top;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  max-width:890px;
  margin: 7px;
}
.art-vmenublock-body 
{
  padding:0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader {
  margin-bottom: 0;
  min-height: 32px;
  line-height:32px;
}

.art-vmenublockheader .t
{
  min-height: 32px;
  line-height:32px;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}

.art-vmenublockheader .t a,
.art-vmenublockheader .t a:link,
.art-vmenublockheader .t a:visited, 
.art-vmenublockheader .t a:hover
{
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  max-width:890px;
}
.art-vmenublockcontent-body 
{
  padding:0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu ul
{
  list-style: none;
  display: block;
}

ul.art-vmenu, ul.art-vmenu li
{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.art-vmenu
{
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

/* images in menu items */
ul.art-vmenu img.art-menu-image, ul.art-vmenu img.art-menu-image-left
{
  vertical-align: middle;
  margin-right: 5px;
}

ul.art-vmenu img.art-menu-image-right
{
  vertical-align: middle;
  margin-left: 5px;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a 
{
  display: block;
  cursor: pointer;
  z-index:0;
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  margin-left:0;
  margin-right:0;
  position:relative;
}

ul.art-vmenu ul, ul.art-vmenu li{
  position:relative;
}

ul.art-vmenu>li>a 
{
  color: #474747;
  padding: 0 23px 0 7px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}

ul.art-vmenu>li>a.active {
  color: #3E4111;
}
ul.art-vmenu a:hover, ul.art-vmenu a.active:hover {
  color: #292929;
}

ul.art-vmenu>li>a:before, ul.art-vmenu>li>a:after 
{
  position: absolute;
  display: block;
  content: ' ';
  z-index:-1;
  background-image: url('../images/vmenuitem.png');
  top:0;
  height:32px;
}

ul.art-vmenu>li>a:before{
  left: 0;
  right: 18px;
  background-position: top left;
}
ul.art-vmenu>li>a:after{
  width: 18px;
  right: 0;
  background-position: top right;
}
ul.art-vmenu>li>a.active:before {
  background-position: bottom left;
}
ul.art-vmenu>li>a.active:after {
  background-position: bottom right;
}
ul.art-vmenu>li>a:hover:before  {
  background-position: center left;
}
ul.art-vmenu>li>a:hover:after {
  background-position: center right;
}

ul.art-vmenu>li:hover>a{
  color: #292929;
}
ul.art-vmenu>li:hover>a:before  {
  background-position: center left;
}
ul.art-vmenu>li:hover>a:after {
  background-position: center right;
}

ul.art-vmenu>li{
  margin-top:4px;
}
ul.art-vmenu>li:first-child{
  margin-top:0;
}

/* end VMenuItem */

/* begin VMenuSubItem */

ul.art-vmenu ul a
{
  display: block;
  position:relative;
  white-space: nowrap;
  height: 30px;
  overflow: visible;
  background-image: url('../images/vsubitem.png');
  background-repeat: repeat-x;
  background-position: top right;
  padding:0;
  padding-right:15px;
  min-width: 7em;
  line-height: 30px;
  color: #4D4D4D;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
}

ul.art-vmenu ul a.active{
  background-position: bottom right;
}
ul.art-vmenu ul a:hover{
  background-position: center right;
  line-height: 30px;
  color: #4D4D4D;
  margin-left: 0;
  margin-right: 0;
}
ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active{
  background-position: right center;
}

ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:active
{
  line-height: 30px;
  color: #4D4D4D;
  margin-left: 0;
  margin-right: 0;
}

ul.art-vmenu li li{
  position:relative;
  margin-top:0;
}

ul.art-vmenu li li:first-child{
  margin-top:0;
}

ul.art-vmenu ul li a.active {
  color: #9CA22A;
}
ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active {
  color: #292929;
}

ul.art-vmenu li  {
  position: relative;
}

ul.art-vmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  /* left to right by default */
 left: 0;
  top:0;
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
ul.art-vmenu ul.art-vmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
ul.art-vmenu ul.art-vmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 30px 10px 30px 30px;
  margin: -30px -10px 0 0;
}
ul.art-vmenu:after, ul.art-vmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
ul.art-vmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}
ul.art-vmenu li:hover>ul
{
  visibility: visible;
  /* left to right by default */
 left: 100%;
}
ul.art-vmenu>li>ul
{
  top: 0;
}

ul.art-vmenu li:hover>ul.art-vmenu-left-to-right
{
  right: auto;
  left: 100%;
}
ul.art-vmenu li:hover>ul.art-vmenu-right-to-left
{
  left: auto;
  right: 100%;
}
ul.art-vmenu ul li:hover>a
{
  color: #292929;
  background-position: center right;
}
ul.art-vmenu ul li:hover>a:after{
  background-position: center right;
}
ul.art-vmenu ul>li+li>a, 
ul.art-vmenu ul>li+li>a:hover, 
ul.art-vmenu ul>li+li>a.active, 
ul.art-vmenu ul>li+li>a:hover.active {
  border-top: 0;
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
  max-width:890px;
  margin: 7px;
}
.art-block-body 
{
  padding:8px;
}
.art-block:before, .art-block:after 
{
  content: url('../images/block_t.png');
  font-size: 0;
  background-image: url('../images/block_b.png');
}
.art-block:after{
  clip:rect(auto, auto, auto, 883px);
}
.art-block:before,.art-block-body:before{
  right:7px;
}
.art-block-body:after{
  width: 7px;
  top:7px;
  bottom:7px;
  background-image:url('../images/block.png');
}
.art-block-body:before{
  top:7px;
  bottom:7px;
  background-image:url('../images/block.png');
}

div.art-block img
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader {
  margin-bottom: 4px;
  min-height: 32px;
  line-height:32px;
}
.art-blockheader:before, .art-blockheader:after{
  background-image: url('../images/blockheader.png');
}
.art-blockheader:before{
  right: 6px;
}
.art-blockheader:after{
  width: 6px;
}

.art-blockheader .t
{
  min-height: 32px;
  line-height:32px;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: center;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
}

.art-blockheader .t a,
.art-blockheader .t a:link,
.art-blockheader .t a:visited, 
.art-blockheader .t a:hover
{
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: center;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
  max-width:890px;
}
.art-blockcontent-body 
{
  padding:6px;
  color: #212121;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}
.art-blockcontent:before, .art-blockcontent:after 
{
  content: url('../images/blockcontent_t.png');
  font-size: 0;
  background-image: url('../images/blockcontent_b.png');
}
.art-blockcontent:after{
  clip:rect(auto, auto, auto, 886px);
}
.art-blockcontent:before,.art-blockcontent-body:before{
  right:4px;
}
.art-blockcontent-body:after{
  width: 4px;
  top:4px;
  bottom:4px;
  background-image:url('../images/blockcontent.png');
}
.art-blockcontent-body:before{
  top:4px;
  bottom:4px;
  background-image:url('../images/blockcontent.png');
}
.art-blockcontent-body table,
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
  color: #212121;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.art-blockcontent-body p
{
  margin: 0 5px;
}

.art-blockcontent-body a, .art-blockcontent-body a:link
{
  color: #757A1F;
  text-decoration: none;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #828282;
  text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
  color: #C98403;
}

.art-blockcontent-body ul li
{
  line-height: 125%;
  color: #454545;
  margin: 5px 10px 0 0;
}
/* end Box, BlockContent */

/* begin Button */
span.art-button-wrapper>a.art-button,
span.art-button-wrapper>a.art-button:link,
span.art-button-wrapper>input.art-button,
span.art-button-wrapper>button.art-button
{
  text-decoration: none;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 25px;
  height: 25px;
  margin: 0 !important;
  padding: 0 9px !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
}

.art-button img, span.art-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

span.art-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0;
  width: auto;
  max-width:890px;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 span.art-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}

div.art-block select 
{
  width:96%;
}

span.art-button-wrapper.hover>.art-button, span.art-button-wrapper.hover>a.art-button:link
{
  color: #000000 !important;
  text-decoration: none !important;
}

span.art-button-wrapper.active>.art-button, span.art-button-wrapper.active>a.art-button:link
{
  color: #000000 !important;
}

span.art-button-wrapper>span.art-button-l, span.art-button-wrapper>span.art-button-r
{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
  background-repeat: no-repeat;
}

span.art-button-wrapper>span.art-button-l
{
  left: 0;
  right: 13px;
  background-position: top left;
}

span.art-button-wrapper>span.art-button-r
{
  width: 13px;
  right: 0;
  background-position: top right;
}

span.art-button-wrapper.hover>span.art-button-l
{
  background-position: center left;
}

span.art-button-wrapper.hover>span.art-button-r
{
  background-position: center right;
}

span.art-button-wrapper.active>span.art-button-l
{
  background-position: bottom left;
}

span.art-button-wrapper.active>span.art-button-r
{
  background-position: bottom right;
}

span.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
  max-width:890px;
  margin: 7px;
}
.art-post-body 
{
  padding:15px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer img
{
  border-color: #ABABAB;
  border-style: solid;
  border-width: 1px;
  margin: 7px 7px 7px 7px;
}

.art-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.art-article table, table.art-article
{
  border-collapse: collapse;
  margin: 1px;
}

.art-post .art-content-layout-br
{
  height: 0;
}

.art-article th, .art-article td
{
  padding: 2px;
  border: solid 1px #8C8C8C;
  vertical-align: top;
  text-align: right;
}

.art-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

.art-article
{
  border-collapse: separate;
}/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.art-postmetadataheader
{
  position:relative;
  z-index:1;
  padding: 1px;
  background-image: url('../images/postmetadataheader_bg.png');
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
.art-postheader
{
  color: #525516;
  margin: 3px 0;
  line-height: 1em;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postheader a, 
.art-postheader a:link, 
.art-postheader a:visited,
.art-postheader a.visited,
.art-postheader a:hover,
.art-postheader a.hovered
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.art-postheader a, .art-postheader a:link
{
  text-align: right;
  text-decoration: none;
  color: #66691B;
}

.art-postheader a:visited, .art-postheader a.visited
{
  color: #424242;
}

.art-postheader a:hover,  .art-postheader a.hovered
{
  color: #27290A;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 9px;
  color: #383838;
}

.art-postheadericons
{
  padding: 1px;
}

.art-postheadericons a, .art-postheadericons a:link
{
  text-decoration: underline;
  color: #525252;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
  color: #525252;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
  text-decoration: none;
  color: #1A1A1A;
}

/* end PostIcons, PostHeaderIcons */

/* begin PostIcon, PostDateIcon */
span.art-postdateicon
{
  background:url('../images/postdateicon.png') no-repeat right 0.5em;
  padding-top:9px;
  margin-top:-9px;
  padding-right:21px;
  min-height:19px;
  display:inline-block;
  line-height: 1em;
}

span.art-postdateicon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostDateIcon */

/* begin PostIcon, PostAuthorIcon */
span.art-postauthoricon
{
  background:url('../images/postauthoricon.png') no-repeat right 0.5em;
  padding-top:9px;
  margin-top:-9px;
  padding-right:24px;
  min-height:18px;
  display:inline-block;
  line-height: 1em;
}

span.art-postauthoricon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostAuthorIcon */

/* begin PostIcon, PostPdfIcon */
span.art-postpdficon
{
  background:url('../images/postpdficon.png') no-repeat right 0.5em;
  padding-top:8px;
  margin-top:-8px;
  padding-right:22px;
  min-height:16px;
  display:inline-block;
  line-height: 1em;
}

span.art-postpdficon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostPdfIcon */

/* begin PostIcon, PostPrintIcon */
span.art-postprinticon
{
  background:url('../images/postprinticon.png') no-repeat right 0.5em;
  padding-top:8px;
  margin-top:-8px;
  padding-right:22px;
  min-height:16px;
  display:inline-block;
  line-height: 1em;
}

span.art-postprinticon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostPrintIcon */

/* begin PostIcon, PostEmailIcon */
span.art-postemailicon
{
  background:url('../images/postemailicon.png') no-repeat right 0.5em;
  padding-top:5px;
  margin-top:-5px;
  padding-right:22px;
  min-height:11px;
  display:inline-block;
  line-height: 1em;
}

span.art-postemailicon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostEmailIcon */

/* begin PostIcon, PostEditIcon */
span.art-postediticon
{
  background:url('../images/postediticon.png') no-repeat right 0.5em;
  padding-top:10px;
  margin-top:-10px;
  padding-right:26px;
  min-height:20px;
  display:inline-block;
  line-height: 1em;
}

span.art-postediticon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostEditIcon */

/* begin PostBullets */
.art-postcontent ol, .art-postcontent ul
{
  margin: 1em 2em 1em 0;
  padding: 0;
}

.art-postcontent li
{
  font-size: 11px;
  color: #383838;
  margin: 5px -15px 0 0;
  padding: 0 17px 0 0;
}

.art-postcontent li ol, .art-post li ul
{
  margin: 0.5em 2em 0.5em 0;
  padding: 0;
}

.art-postcontent ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
 overflow: visible;
}

.art-postcontent ul>li
{
  background-image: url('../images/postbullets.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 17px;
  /* makes "ul li" not to align behind the image if they are in the same line */
 overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer blockquote a,
blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer blockquote a:link,
blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer blockquote a:visited,
blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer blockquote a:hover
{
  color: #2E2E2E;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}

/* Override native 'p' margins*/
blockquote p,
.art-postcontent blockquote p,
.art-blockcontent blockquote p,
.art-footer blockquote p
{
  margin: 0;
}

blockquote
{
  border: solid 1px #FDC763;
  margin: 10px;
  padding: 6px;
  background-color: #FEE2AF;
  margin-right: 50px;
  padding-right: 39px;
  background-image: url('../images/postquote.png');
  background-position: right top;
  background-repeat: no-repeat;
  /* makes block not to align behind the image if they are in the same line */
 overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */
.art-postmetadatafooter
{
  position:relative;
  z-index:1;
  padding: 1px;
  background-image: url('../images/postmetadatafooter_bg.png');
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.art-postfootericons,
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  color: #383838;
}

.art-postfootericons
{
  padding: 1px;
}

.art-postfootericons a, .art-postfootericons a:link
{
  text-decoration: underline;
  color: #525252;
}

.art-postfootericons a:visited, .art-postfootericons a.visited
{
  color: #525252;
}

.art-postfootericons a:hover, .art-postfootericons a.hover
{
  text-decoration: none;
  color: #1A1A1A;
}

/* end PostIcons, PostFooterIcons */

/* begin PostIcon, PostCategoryIcon */
span.art-postcategoryicon
{
  background:url('../images/postcategoryicon.png') no-repeat right 0.5em;
  padding-top:9px;
  margin-top:-9px;
  padding-right:24px;
  min-height:18px;
  display:inline-block;
  line-height: 1em;
}

span.art-postcategoryicon:after
{
  content: '.';
  width: 1px;
  visibility: hidden;
  display: inline-block;
}/* end PostIcon, PostCategoryIcon */

/* begin Footer */
.art-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.art-footer-body
{
  position:relative;
  padding: 20px;
  color: #121212;
}

.art-footer-body ul li
{
  color: #242424;
  padding: 0 10px 0 0;
  background-image: url('../images/footerbullets.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.art-footer-body:before
{
  position: absolute;
  content:' ';
  z-index:-2;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background-image: url('../images/footer.png');
  background-position:bottom left;
}

.art-footer-body .art-rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:20px;
  z-index:1;
}

.art-rss-tag-icon
{
  display: block;
  background-image: url('../images/livemarks.png');
  background-repeat: no-repeat;
  height: 32px;
  cursor: default;
  background-position: right;
  padding-right: 32px;
  width: auto;
  line-height: 32px;
}

.art-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.art-footer-body a,
.art-footer-body a:link,
.art-footer-body a:visited,
.art-footer-body a:hover,
.art-footer-body td, 
.art-footer-body th,
.art-footer-body caption
{
  color: #121212;
}

.art-footer-text
{
  min-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.art-footer-body a,
.art-footer-body a:link
{
  color: #171806;
  text-decoration: none;
}

.art-footer-body a:visited
{
  color: #333333;
}

.art-footer-body a:hover
{
  color: #412B01;
}

div.art-footer img
{
  /* WARNING do NOT collapse this to 'border' - inheritance! */
 border-width: 0;
  margin: 7px;
}

.art-rss-tag-icon span
{
  padding-right: .5em;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #303030;
}

.art-page-footer
{
  position: relative;
  z-index: 10;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #4A4D14;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.art-content-layout .art-sidebar1
{
  width: 225px;
}
/* end LayoutCell, sidebar1 */

/* pagination */

.pagination
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination span
{
  margin: 0;
  padding: 0;
}

.pagination a
{
  padding: 2px;
}

/* article navigation */

.pagenav
{
  width: 100%;
}

.pagenav td,
.pagenav th
{
  border: none;
  font-weight: normal;
}

/* login module */

#form-login fieldset.input
{
  border: none;
  margin: 0;
  padding: 0;
}

#form-login br
{
  display: none;
}

#form-login p
{
  margin: 0.5em 0 0 0;
}

#form-login #form-login-username label,
#form-login #form-login-password label
{
  display: block;
}

#form-login #form-login-remember input
{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

#form-login #modlgn_username,
#form-login #modlgn_passwd
{
  width: 95%;
  margin: 0;
  padding: 0;
}

#form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#form-login ul li
{
  background-image: none;
  padding: 0;
}

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

سلام.

در مورد سوال اول ، شما باید یک بوردر بسازید از این کد استفاده کنید:

yourclassorid {border:#000000 groove 1px ;
}

به جای yourclassorid باید کلاس یا ای دی مربوط به قالب را بنویسید.(برای این که دقیق بگم نیاز به دموی آنلاین دارم)

سوال دوم: نیاز به دموی آنلاین هست.

موفق باشید.

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

من دموی آنلاین را برسی کردم.

برای مشکل اول ، کد زیرا به فایل سی اس اس خود اضافه کنید:

.art-content-layout-row .blog-featured .art-box .art-box-body {border:#000000 groove 1px ;}

برای مشکل دوم:

کلاس تکست باکس شما کد زیر می باشد.

.art-content-layout-row .blog-featured .art-box

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

نمی دونم چرا منو هایی که در نرم افزار ارتیستر ساختم اینجا کار نمی کنه؟

چطوری می تونم اون ها را فعال کنم؟

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

سوال جدید در تاپیک جدید!! قوانین!!

ولی اون چیزی که در آرتیستیر ساختید که دوست من در نرم افزار است و در قالب ذخیره نمی شود.

در مدیریت جوملا این منو را بسازید.

موفق باشید.

به اشتراک گذاری این ارسال


لینک به ارسال
به اشتراک گذاری در سایت های دیگر

به گفتگو بپیوندید

هم اکنون می توانید ارسال داشته باشید و بعد ثبت نام خود را در سایت کامل نمایید. اگر حساب کاربری در سایت دارید، جهت ارسال با حساب کاربری خود هم اکنون وارد سایت شوید

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.


×
×
  • افزودن...