D World Official
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Carbon Blue

Page 1 of 2 1, 2  Next

View previous topic View next topic Go down

Carbon Blue Empty Carbon Blue

Post by SSYT 12/11/12, 05:00 am

Name: Carbon Blue
Author: D World <3
Browser: Google Chrome, Mozila Firefox 15, Opera 12
Version: phpBB3
Personalize: CSS and JavaScript
Demo: Peview |

Update:


Code:

#footer_utilities a {
font-size: 11px!important;
}

#footer_utilities .ipsList_inline {
margin-top: 9px;
clear: left;
float: left;
}

#ips_Posts .post {
font-size: 10px!important;
}

New Update:
CSS:
Old:
Cautati in css urmatoarele coduri :
Code:
.row .topics::after {
content: "topics";
color: #E2E2E2;
font-weight: 400;
}

.row .posts::after {
content: "replies";
color: #E2E2E2;
font-weight: 400;
}

.row .posts {
position: relative;
top: 8px;
}

.row .topics {
position: relative;
left: 95px;
top: -7px;
}
si inlocuitile cu:
Code:
.row .topics li {
line-height: 15px;
}

.row .posts {
display: none;
}

.row .topics {
margin-right: 10px;
margin-left: 90px;
}

Javascript:
La sfarsitul js-ului Stats puneti:
Code:
$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});

Update:
Inlocuiti javascript-ul Stats cu acesta:
Code:
varCopyright = "(c) D World Oficial. All right reserved.";
$(function() {
$('#i_whosonline + p strong:eq(1)').wrap('<p class="id">');
$('.id').insertAfter('p.page-bottom:last');
});

$(function(){
  var on = document.getElementById('i_whosonline');
  if(!on) return;
  on = on.nextSibling;
  on.innerHTML = on.innerHTML.replace(/(<br\s?\/?>).*?\1/, '');
});

$(function(e) {
$('#i_whosonline + p').attr('id','board_statistics').addClass('statistics clearfix');
$('#board_statistics').before('<div id="board_stats"><ul class="ipsType_small ipsList_inline"><li class="clear"><span class="value"></span> Total Posts </li><li class="clear"><span class="value"></span> Total Members </li><li class="clear"><span class="value"></span> Newest Member </li> <li class="clear"><span class="value"></span> Most Online </li></ul></div>');
$('.h3:contains(Cine este conectat?), .h3:contains(Statistici)').remove();
$('p.page-bottom strong:eq(0)').clone().appendTo('#board_stats .value:eq(0)');
$('p.page-bottom strong:eq(1)').clone().appendTo('#board_stats .value:eq(1)');
$('p.page-bottom strong:eq(2)').clone().appendTo('#board_stats .value:eq(2)');
$('.id strong').appendTo('#board_stats .value:eq(3)');
$('p.page-bottom, #board_statistics em:last, #picture_legend, .footer-home, #main-content div:has(iframe)').remove();
$('#board_statistics').prepend('<h4 class="statistics_head"></h4>');
$('#board_statistics strong:eq(0)').appendTo('.statistics_head');
$('.statistics_head strong').after(' users are online (in the past 15 minutes)');
$('#board_statistics br').after('<br />');
$('#board_statistics br:eq(3), #board_statistics br:eq(4), #board_statistics br:eq(5), #board_statistics br:eq(6), #board_statistics br:eq(7)').remove();
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/In total/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/este/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/sunt/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizator conectat:/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/utilizatori conectati:/,' ');}
});

$(document).ready(function() {
var x=$('#board_statistics')[0];
if(x) {x.innerHTML=x.innerHTML.replace(/Utilizatori inregistrati:/,' ');}
});

$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});

$(document).on('ready', function() {
$('.lastpost').each(function () {
var touser = $(this).children('span').children('strong').children('a').attr('href');
$(this).prepend('<a href="' + touser + '" class="ipsUserPhotoLink left"></a>');
$(this).children('a').load(touser + ' .module:eq(0) img:eq(0)');
});
});

Update 26.03.2013:
In CSS
Code:
.lastpost a img {
 width: 35px;
 height: 35px;
 margin-right: 5px;
}


Last edited by StaarK* on 26/03/13, 07:42 am; edited 4 times in total
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by zedkidd 20/11/12, 07:50 am

Imi poti da si mie tema asta ?
zedkidd
zedkidd
Nou Venit
Nou Venit

Mesaje : 2 Puncte : 52

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 20/11/12, 08:47 am

Uitati link Theme FM

PS: Daca intampinati probleme cu tema va rugam sa ne contactati !
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 22/11/12, 04:02 am

Pentru a remedia bugul puneti in css
Code:
a {
text-decoration: none;
font-size: 10px;
}
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by zedkidd 22/11/12, 01:05 pm

Nu e bun link-ul Smile .


Last edited by D World <3 on 25/11/12, 08:31 am; edited 1 time in total (Reason for editing : Corectare text !)
zedkidd
zedkidd
Nou Venit
Nou Venit

Mesaje : 2 Puncte : 52

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 23/11/12, 04:10 am

Ba este bun linkul.
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by HiTLeR:> 26/11/12, 12:46 am

Arata frumos tema :d
HiTLeR:>
HiTLeR:>
Nou Venit
Nou Venit

Mesaje : 5 Puncte : 57

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Nesquik 27/11/12, 10:16 am

Mersi, şi scuze pentru copyright. Nu ştiam, ce am voie şi ce nu. Nu se va mai întâmpla. Sper să mă ierţi .
Nesquik
Nesquik
Membru
Membru

Mesaje : 19 Puncte : 175

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 27/11/12, 10:18 am

Noi nu suntem Dumnezeu sa iertam.
Va multumim ca ati respectat munca noastra !
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Nesquik 27/11/12, 10:19 am

Deci acum este in regula, nu ?
Nesquik
Nesquik
Membru
Membru

Mesaje : 19 Puncte : 175

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 27/11/12, 10:21 am

Da !
Pentru ori ce alta problema va rugam sa folotiti PM !
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Nesquik 27/11/12, 10:24 am

Scuze, dar nu merge sa-ti dau PM. Se poate sa retragi plangerea ? Ma cam sperie cand vad atatia vizitatori, si cand ma uit de unde sunt .. :-s
Nesquik
Nesquik
Membru
Membru

Mesaje : 19 Puncte : 175

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Nesquik 27/11/12, 10:40 am

Da, doresc să vă ajut ! Îmi pare rău pentru 2x post, dar nu merge pm-ul şi nu ai observat când am dat edit Smile
Nesquik
Nesquik
Membru
Membru

Mesaje : 19 Puncte : 175

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Wanse 27/11/12, 01:00 pm

Foarte frumoasa
Wanse
Wanse
Membru
Membru

Mesaje : 26 Puncte : 81
Location : Rătăcit

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 28/11/12, 03:54 am

Multumesc Domnule Wanse
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Packard 16/12/12, 03:09 am

Pune te rog un link de download si al thema asta ca nu mai merge.
Packard
Packard
Nou Venit
Nou Venit

Mesaje : 5 Puncte : 53

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 16/12/12, 06:07 am

SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by wallensteiN 26/12/12, 07:34 am

mda. eu am o problema cu tema asta. mereu cand o pun, cand da cineva sa se logheze sau sa isi faca cont apare toata pagina alba :-j.
wallensteiN
wallensteiN
Nou Venit
Nou Venit

Mesaje : 3 Puncte : 53

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by sELd. 30/12/12, 07:20 pm

Buna ziua , imi puteti da si mie tema? multumesc
sELd.
sELd.
Nou Venit
Nou Venit

Mesaje : 3 Puncte : 53

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 30/12/12, 10:45 pm


[div]Downloads Cautati sus un meniu si veti gasi pagina de download.[/div]
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by wallensteiN 31/12/12, 03:00 am

mda, dar pe mine nu ma mai ajuti Smile ?
wallensteiN
wallensteiN
Nou Venit
Nou Venit

Mesaje : 3 Puncte : 53

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 31/12/12, 03:13 am

[div]Ce problema aveti cu acesta tema ?[/div]
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 20/01/13, 08:55 am

New Update:
CSS:
Old:
Cautati in css urmatoarele coduri :
Code:
.row .topics::after {
content: "topics";
color: #E2E2E2;
font-weight: 400;
}

.row .posts::after {
content: "replies";
color: #E2E2E2;
font-weight: 400;
}

.row .posts {
position: relative;
top: 8px;
}

.row .topics {
position: relative;
left: 95px;
top: -7px;
}
si inlocuitile cu:
Code:
.row .topics li {
line-height: 15px;
}

.row .posts {
display: none;
}

.row .topics {
margin-right: 10px;
margin-left: 90px;
}

Javascript:
La sfarsitul js-ului Stats puneti:
Code:
$(function(){
  $('.topiclist .header .posts').text();
  $('.forums .row .topics').each(function(){
  var topicsNo = $(this).text().split(" ")[0];
  var postsNo = $(this).next('.posts').text().split(" ")[0];
  $(this).html('<ul><li><strong>'+topicsNo+'</strong> topics</li> <li><strong>'+postsNo+'</strong> replies</li></ul>');
  });
});
SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by mr.franta 20/01/13, 12:08 pm

O tema impresionanta
mr.franta
mr.franta
Nou Venit
Nou Venit

Mesaje : 8 Puncte : 10

Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by SSYT 24/01/13, 07:24 am

SSYT
SSYT
Tehnician
Tehnician

Mesaje : 401 Puncte : 667
Location : index_body.html

Activitate
Activitate Forum:
Carbon Blue Left_bar_bleue50/200Carbon Blue Empty_bar_bleue  (50/200)

https://dworld.forumgratuit.ro
Loading...

Back to top Go down

Carbon Blue Empty Re: Carbon Blue

Post by Sponsored content


Sponsored content


Loading...

Back to top Go down

Page 1 of 2 1, 2  Next

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum