Jump to content

Recommended Posts

Posted

Salut PCT! Cum pot face si eu ca aici, sa alternez culoarea forumurilor. Adica un forum are o culoare mai deschisa pe fundal, altul mai inchisa, si tot asa.

Ca aici:

Thanks!

Posted (edited)

adaugi la sfarsit

#categories table tr:nth-of-type(2n+1) td, .category_block table tr:nth-of-type(2n+1) td, table#forum_table tr:nth-of-type(2n+1) td {

background: #232323;

}
 
+1 daca te-am ajutat
Edited by snoop
  • Upvote 3
Posted
2 hours ago, snoop said:

adaugi la sfarsit

#categories table tr:nth-of-type(2n+1) td, .category_block table tr:nth-of-type(2n+1) td, table#forum_table tr:nth-of-type(2n+1) td {

background: #232323;

}
 
+1 daca te-am ajutat

Culoarea aia la a câta categorie se aplică?

  • Moderators
Posted

La fiecare impara, 1, 3, 5, 7, etc.

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Dar nu vreau sa fie in functie de id-ul forumului.

Ca de exemplu, primul subforum din prima categorie poate sa fie par, dar primul subforum din a doua categorie sa fie impar, dar ar trebui sa aiba aceeasi culoare pentru ca sunt primele in categorii.

Posted

Sunt si in Screenshoturi linkurile, deci nu e reclama

www.sharpenrpg.ro/forum, la Change Theme pui SharpenV3

 

Am schimbat culoarea fundalului categoriilor clasice si totusi inca ramane un border + il face gradient.. Partea de sus a unui forum e mai deschisa decat partea de jos..

 

Posted (edited)

Pentru a șterge shadow-ul de la background, caută în CSS și șterge:

#idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  background-image: url(http://sharpenrpg.ro/forum/public/style_images/SharpenV3/row_gradient.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

Pentru a șterge border-ul, caută în CSS și șterge:

#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  border-top: 1px solid #292929;
  border-bottom: 2px solid #191919;
}

Și pentru culoarea categoriilor impare, corectează codul în acesta:

#categories table tr:nth-of-type(2n+1) td, .category_block table tr:nth-of-type(2n+1) td,  table#forum_table tr:nth-of-type(2n+1) td  {
  background: #151821;
}

Aveai un spațiu în plus înainte de culoare.

Edited by Valentin T.
  • Dan O. locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.