Jump to content

Alternare culoare fundal forumuri


Fabi

Recommended Posts

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
Link to comment
Share on other sites

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ă?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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..

 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

  • 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.