Просто форум...

Объявление

Форум переходит в этап реконструкции. Но продолжает работать как и раньше, все вопросы задавайте в свои темы =)

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

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


Вы здесь » Просто форум... » Оформление форума. » Помощь с оформлением форума


Помощь с оформлением форума

Сообщений 21 страница 40 из 60

21

Ну чёто поняла чёто нет... ну щас попробую))

0

22

Ну это у меня получилось... а как менять иконки на форуме? Ну old и new?

0

23

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

Ну old и new?

Код:
<style type="text/css">
Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
TR.iredirect Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
</style>

там где ссылки стоят, меня на свои.. тут на все иконки.. (Вторая новая, первая старое..) остальное можно поставить старой, но если тебе нужно именно олд и нев, дам отдельно.

0

24

Ну тоесть... как бы... ну мне нужно old и new...
А это надо в хтмл-верх?

0

25

Killery
Да, все коды начинающиеся с <style type="text/css">, ставятся в хтмл-верх (!)

Код:
<style type="text/css">
Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://mybb.ru/img/Mybb_Ocean_zero/old.gif);
background-repeat: no-repeat;
}
</style>

Вот на олд и нев!!

0

26

Аригато! Вот ещё один вопросик... Как менять тип эти полосы... ну вот у тебя тут голубая наверху... ну тип статистика форума и остальное... а?

0

27

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

Аригато! Вот ещё один вопросик... Как менять тип эти полосы... ну вот у тебя тут голубая наверху... ну тип статистика форума и остальное... а?

Давай вечером уже, мне уходить нужно сейчас..не успею.. вечером приду, разберёмся))

0

28

ну оки... пасип за обьяснения... ^^ надеюсь ещё не надоела?

0

29

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

надеюсь ещё не надоела?

Ничуть  http://mania.iptv.by/mania.forum/style_emoticons/default/meaw.png

Держи обещанное))

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

Как менять тип эти полосы... ну вот у тебя тут голубая наверху

Код:
<style type="text/css">
#pun-navlinks .container {
  background-image: url(Ссылка на картинку);
  background-repeat: no-repeat;
  }
</style>
Killery написал(а):

статистика форума

Код:
<style type="text/css">
#pun-stats h2{background-image: url(Ссылка на картинку);
background-repeat: no-repeat;
}
</style>

Название категории, картинка:

Код:
<style type="text/css"> #pun-main h2 { 
background-image : url(Ссылка на картинку);
background-repeat: no-repeat;
}
</style>

0

30

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

Ничуть

До??? НЯЯЯЯЯЯЯЯЯЯЯ!!!!   http://mania.iptv.by/mania.forum/style_emoticons/default/durnk.png  http://mania.iptv.by/mania.forum/style_emoticons/default/meaw.png

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

Держи обещанное))

Аригато)) Надеюсь хоть чтото получится... но попробую завтра... а то бошка трещит...  http://mania.iptv.by/mania.forum/style_emoticons/default/cray.png  http://mania.iptv.by/mania.forum/style_emoticons/default/die.png  http://mania.iptv.by/mania.forum/style_emoticons/default/gg.png  http://mania.iptv.by/mania.forum/style_emoticons/default/dizzy.png

0

31

Ыть... ещё один вопросик... как менять цвет ссылок

0

32

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

Ыть... ещё один вопросик... как менять цвет ссылок

Не заметила вопрос))

Значит так:
в ХТМЛ-верх

<style type="text/css">
#pun-navlinks a {color: #цвет ссылок;}
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {color: #цвет ссылок при наведении;}
</style>

Есть еще такой код:

Код:
<style>
.punbb a:link {color: #9999FF}
.punbb a:visited {color: #9999FF;}
.punbb a:hover {color: #9999FF;} 
</style>

0

33

Рин, твоё:

Код:
<!-- Смайлы -->
<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block"); smileDiv.innerHTML="";
if(smileDiv)
{
var smileItem = new Array();

smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/fan.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/brains.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/cray.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/D.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/die.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/disappearing.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/boo.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/durnk.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/angry.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/evil.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/dizzy.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/aptech.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/boom.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/fire.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/fvck-u.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/gg.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/graffiti.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/grin.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/hi.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/hope.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/horror.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/i-luv-u.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/kidding.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/love.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/meaw.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/money.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/musick.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/nice.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/ninja.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/omg.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/oO.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/ouch.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/pissed.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/serious.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/sick.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/slow.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/smile.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/snooty.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/something.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/vodka.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/ungry.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/want.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/wats.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/wut.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/yarr.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/yuush.png');
smileItem.push('http://mania.iptv.by/mania.forum/style_emoticons/default/zzZ.png');

for (i=0; i<smileItem.length; i++){
smileDiv.innerHTML+='<img src="'+smileItem[i]+'" alt=":smiles:" onclick="smile(\'[img]'+smileItem[i]+'[/img]\')" />';
}
}
</script>
<!-- Конец -->

+1

34

Saishoni
Огромное спасибо  http://mania.iptv.by/mania.forum/style_emoticons/default/nice.png

0

35

Tora Rin
Ты если что смайлы перегрузи, а то я брала с левого форум (лень самой было грузить), они в опере не всегда отображаются..  http://mania.iptv.by/mania.forum/style_emoticons/default/ouch.png

0

36

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

Ты если что смайлы перегрузи, а то я брала с левого форум (лень самой было грузить), они в опере не всегда отображаются..

у меня всё отобразилось..))
будут проблемы - перезагружу ^___^

0

37

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

Рин, твоё:

Разрешите стащить ^______^

0

38

Saishoni
А как делать ссылки в таблице? Ну например...
Форум о многом...

0

39

Tora Rin написал(а):

Разрешите стащить ^______^

Конечно бери))

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

А как делать ссылки в таблице? Ну например...

Код:
<a href="ccылка">Как нужно ссылку обозвать</a>

0

40

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

Конечно бери))

аригатоооо))

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

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

    А как делать ссылки в таблице? Ну например...

Код:

<a href="ccылка">Как нужно ссылку обозвать</a>

ещё раз аригато!  http://mania.iptv.by/mania.forum/style_emoticons/default/meaw.png  http://mania.iptv.by/mania.forum/style_emoticons/default/hope.png

0


Вы здесь » Просто форум... » Оформление форума. » Помощь с оформлением форума


Рейтинг форумов | Создать форум бесплатно