Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » Оформление форума и некоторые элементы


Оформление форума и некоторые элементы

Сообщений 101 страница 120 из 601

101

оооо, ты как классно сделал :)

0

102

http://uploads.ru/t/F/8/k/F8k6u.png

0

103

Deff
он там и должен быть или не красиво???? пользователь на моём форуме сказал, что хорошо. Только вот ещё один есть в верхней части, но его почему-то не видно, посмотри пожалуйста.

0

104

Tusich
МНу нравицо

Tusich написал(а):

олько вот ещё один есть в верхней части, но его почему-то не видно, посмотри пожалуйста.

Дай ссылку на картинку

0

105

Tusich Изобразил Обрамление на главной
Поменяй -

Код:
	<!--  Рамка форума   -->
<style>
#NEWS td .wrp1{
 border:#302236 3px double;
}
#NEWS td .wrp1 h2{
 margin-left: 0;
}
.post {
 background-image:url(http://uploads.ru/i/k/H/O/kHONP.png);
 background-position:left bottom;
 background-repeat:repeat-x;
 padding-bottom:3.0em;
 width:1030px;
 margin-left:5px;
}
.linkst .pagelink { 
top: -5.2em;
 }
.linkst .postlink { 
top: -5.2em;
 }
.punbb .main table { 
table-layout: fixed;
width: 99%;
margin-left:6px;
margin-right:6px;
 }
punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { 
margin-left:5px;
max-width:1000px!important
 }
#pun-crumbs1 {
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/16426.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom: -6px;
  height:78px;
}
#pun-main,
#pun-stats,
#tieser-bottom,
#pun-crumbs2,
#pun-break3,
#pun-break4{
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/84104.png);
  background-position:center bottom;
  background-repeat:repeat-y;
  margin-top:-6px!important;
  margin-bottom:-6px!important;
}
#pun-about {
  margin-top:0;
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/11209.png);
  background-position:center top;
  background-repeat:no-repeat;
  min-height:142px;
}
.punbb .section{
  border-color:transparent;
  margin:-1px 0;
}
</style>
<!--  Конец скрипта рамки форума  -->

И скрипт Новостей в HTML низ

Код:
<!--Боковая панелька-->
<div id=Inf_block_Left style="display:none">
<!--НАЧАЛО-->
<h2>Хот-лист</h2>
<br><center>Скоро будет</center><br>
<h2>Гостям</h2>
<br><center>Скоро будет</center><br>
<h2>Опросы</h2>
<br><center>Скоро будет</center><br>
<h2>Для рекламы</h2>
<br><center>Скоро будет</center><br>
</div>
<script type="text/javascript">
var L=$("#Inf_block_Left").html();$("#Inf_block_Left").replaceWith("");
var R=$("#Inf_block_Right").html();$("#Inf_block_Right").replaceWith("");
if($(".punbb").attr("id")=="pun-index"){

  var LeftSUM='', RightSUM='',block1='<div class="container" style="padding:0px;" id=News_';
  var block2="</div><br><br>";
if(L!=null){ var c = L.split(/<h2>|<\/h2>/igm);
 for(i=1; i<c.length; i+=2){
 LeftSUM+=block1+'L'+(i+1)/2+' >'+'<h2><center>'+c[i]+'</center></h2>'+c[i+1]+block2;
 }LeftSUM='<td id=LeftNews width=20% valign=top><div class=wrp1>'+LeftSUM+'</div></td>';/*alert(LeftSUM);*/}
if(R!=null){ var c = R.split(/<h2>|<\/h2>/igm);
 for(i=1; i<c.length; i+=2){
 RightSUM+=block1+'R'+(i+1)/2+' >'+'<h2><center>'+c[i]+'</center></h2>'+c[i+1]+block2;
 }RightSUM='<td id=RightNews width=20% valign=top><div class=wrp1>'+RightSUM+'</div></td>';/*alert(RightSUM);*/}

  if(LeftSUM!='' || RightSUM!=''){ $("#pun-main").html('<table width 100% id="NEWS"><tr valign=top>'+LeftSUM+'<td id="MainCenter"><div class=wrp1>'+$("#pun-main").html()+'</div></td>'+RightSUM+'</tr></table>'); };}
</script>
<!--Конец скрипта панельки-->

+1

106

прикольно! только вот на главной картинка названия новости начинается не с середины, а с начала, и темы, последнее сообщение как-то слева дальше, чем справа.
вот картинка верхней рамки с дракошкой

Отредактировано Tusich (Вс, 22 Янв 2017 04:37:19)

0

107

Tusich написал(а):

прикольно! только вот на главной картинка названия новости начинается не с середины, а с начала, и темы, последнее сообщение как-то слева дальше, чем справа.

Хм - Ты Вычисляла середину ? (Как раз таки с середины так

Чтобы началась так же как и в темах - нун сдвинуть начало http://forumstatic.ru/files/000f/a2/9c/89135.png

наполовину загогулины,

А последнее сообщение -чичас подвину

Код:
<!--  Рамка форума   -->
<style>
.punbb .main .wrp1 th.tcr,
.punbb .main .wrp1 td.tcr{
 padding-left:44px!important;
}
#NEWS td .wrp1{
 border:#302236 3px double;
}
#NEWS td .wrp1 h2{
 margin-left: 0;
}
.post {
 background-image:url(http://forumstatic.ru/files/000f/a2/9c/96466.png);
 background-position:left bottom;
 background-repeat:repeat-x;
 padding-bottom:3.0em;
 width:1030px;
 margin-left:5px;
}
.linkst .pagelink { 
top: -5.2em;
 }
.linkst .postlink { 
top: -5.2em;
 }
.punbb .main table { 
table-layout: fixed;
width: 99%;
margin-left:6px;
margin-right:6px;
 }
punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { 
margin-left:5px;
max-width:1000px!important
 }
#pun-crumbs1 {
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/86452.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom: -6px;
  height:78px;
}
#pun-main,
#pun-stats,
#tieser-bottom,
#pun-crumbs2,
#pun-break3,
#pun-break4{
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/84104.png);
  background-position:center bottom;
  background-repeat:repeat-y;
  margin-top:-6px!important;
  margin-bottom:-6px!important;
}
#pun-about {
  margin-top:0;
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/95754.png);
  background-position:center top;
  background-repeat:no-repeat;
  min-height:142px;
}
.punbb .section{
  border-color:transparent;
  margin:-1px 0;
}
</style>
<!--  Конец скрипта рамки форума  -->

Отредактировано Deff (Вс, 29 Янв 2012 18:12:40)

0

108

Deff написал(а):

Хм - Ты Вычисляла середину ? (Как раз таки с середины так

Чтобы началась так же как и в темах - нун сдвинуть начало http://forumstatic.ru/files/000f/a2/9c/89135.png

чичас придумаю

0

109

Deff
цвет поменялсо..

0

110

Tusich
Верни взад - я подвину сss(ом) на главной

0

111

Deff
вернула, только подожди, я сделаю цвет чуть другим, однотонное никогда мне не нравилось. Посмотри лучше как исправить где верхний дракоша, там "новая тема/опрос" и "ответить" и "страница:" в общем вся строка накладывается на эту картинку, что-то подвинуть у меня не получается.

0

112

Tusich
Чот c  верхним - перебор ? - в форумах - где одна две темы - два дракоши уже диссонируют

0

113

Код:
<!--  Рамка форума   -->
<style>
.punbb .main .wrp1 th.tcr,
.punbb .main .wrp1 td.tcr{
 padding-left:44px!important;
}
.punbb .main .wrp1 h2{
 background-position:-80px 0!important;
}
#NEWS td .wrp1{
 border:#302236 3px double;
}
#NEWS td .wrp1 h2{
 margin-left: 0;
}
.post {
 background-image:url(http://forumstatic.ru/files/000f/a2/9c/96466.png);
 background-position:left bottom;
 background-repeat:repeat-x;
 padding-bottom:3.0em;
 width:1030px;
 margin-left:5px;
}
.linkst .pagelink { 
top: -5.2em;
 }
.linkst .postlink { 
top: -5.2em;
 }
.punbb .main table { 
table-layout: fixed;
width: 99%;
margin-left:6px;
margin-right:6px;
 }
punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { 
margin-left:5px;
max-width:1000px!important
 }
#pun-crumbs1 {
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/86452.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom: -6px;
  height:78px;
}
#pun-main,
#pun-stats,
#tieser-bottom,
#pun-crumbs2,
#pun-break3,
#pun-break4{
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/84104.png);
  background-position:center bottom;
  background-repeat:repeat-y;
  margin-top:-6px!important;
  margin-bottom:-6px!important;
}
#pun-about {
  margin-top:0;
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/95754.png);
  background-position:center top;
  background-repeat:no-repeat;
  min-height:142px;
}
.punbb .section{
  border-color:transparent;
  margin:-1px 0;
}
</style>
<!--  Конец скрипта рамки форума  -->

0

114

Deff
нормально )))))))) давай сделаем, нижнего-то особо незаметно, ток когда полностью пролистываешь, или, щас подожди, другого попробую поставить.

0

115

Deff
счас посмотри на верхнюю часть, вроде нормально

0

116

Код:
<!--  Рамка форума   -->
<style>
.punbb .main .wrp1 th.tcr,
.punbb .main .wrp1 td.tcr{
 padding-left:44px!important;
}
.punbb .main .wrp1 .container{
 background-image:url(http://uploads.ru/i/S/n/8/Sn8pB.png);
 background-position:0 0;
 background-repeat:repeat-x;
}
.punbb .main .wrp1 h2{
 background-position:-80px 0!important;
}
#NEWS td .wrp1{
 border:#302236 3px double;
}
#NEWS td .wrp1 h2{
 margin-left: 0;
}
.post {
 background-image:url(http://forumstatic.ru/files/000f/a2/9c/96466.png);
 background-position:left bottom;
 background-repeat:repeat-x;
 padding-bottom:3.0em;
 width:1030px;
 margin-left:5px;
}
.linkst .pagelink { 
top: -5.2em;
 }
.linkst .postlink { 
top: -5.2em;
 }
.punbb .main table { 
table-layout: fixed;
width: 99%;
margin-left:6px;
margin-right:6px;
 }
punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { 
margin-left:5px;
max-width:1000px!important
 }
#pun-crumbs1 {
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/93446.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom: -6px;
  height:78px;
}
#pun-main,
#pun-stats,
#tieser-bottom,
#pun-crumbs2,
#pun-break3,
#pun-break4{
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/84104.png);
  background-position:center bottom;
  background-repeat:repeat-y;
  margin-top:-6px!important;
  margin-bottom:-6px!important;
}
#pun-about {
  margin-top:0;
  background-image: url(http://forumstatic.ru/files/000f/a2/9c/14168.png);
  background-position:center top;
  background-repeat:no-repeat;
  min-height:142px;
}
.punbb .section{
  border-color:transparent;
  margin:-1px 0;
}
</style>
<!--  Конец скрипта рамки форума  -->

Поправил фон к форум - Последнее сообщение

+1

117

Tusich написал(а):

счас посмотри на верхнюю часть, вроде нормально

http://forumupload.ru/uploads/000c/fa/7e/558-2.gif

0

118

Deff
ага, спасибо :) плюсик как всегда поставила  :flag:
ты гений! я же говорила!

0

119

Deff
что-то у меня не получается поставить скрипт хот-листа в боковую панель

0

120

Tusich написал(а):

что-то у меня не получается поставить скрипт хот-листа в боковую панель

Выложи скрипт

0


Вы здесь » Единый форум поддержки » Корзина » Оформление форума и некоторые элементы