Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Repozitionarea titlului subiectului

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Dum Aug 16, 2015 5:05 pm

Buna,
 asi dori sa sa pozitionez titlu unui subiect mai jos undeva la mijoc si sa dispara linia neagra de sub titlu subiectului iar ''Scris de nume autor'' sa ramana acolo unde este.
Tot ce am scris mai sus este evidentiat printru dreptunghi ros din imaginea de mai jos.
Repozitionarea titlului subiectului T9tgds

(!) - Nu va uitati la cercul ros si litera ''a''



P.S - mai pe sucut sa fie pozitionate ca numarul de ''raspunsuri'' & ''vizualizari''

topics_list_box
Cod:
<!--CSS PERSONALIZAT--!>

<style type="text/css">
.important {
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgb(123, 166, 13);
    color: white;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url("http://i.imgur.com/BnZuWJM.png");
    background-repeat: repeat-x;
    background-position: 0px -1px;
    padding:2px 0px;
}
</style>

<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
  <!-- BEGIN multi_selection -->
      <script type="text/javascript">
      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
        var all_checked = true;
        for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
        }
        }
        document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }
      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
        for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
        }
        }
      }
      </script>
  <!-- END multi_selection -->

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
  </div>
  <div class="main-content">
  <table cellspacing="0" class="table">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2">{topics_list_box.row.L_REPLIES}</th>
            <th class="tc3">{topics_list_box.row.L_VIEWS}</th>
            <th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused">
<!-- END header_table -->

<!-- BEGIN header_row -->
<strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->
  <!-- BEGIN table_sticky -->
      </tbody>
  </table>
  </div>

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /  >
      <!-- END multi_selection -->
      <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
  </div>
  <div class="main-content">
  <table cellspacing="0" class="table">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
            <th class="tc3">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
            <th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused">
  <!-- END table_sticky -->
      <tr>
        <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
            <span class="status">
              <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
            </span>
            <!-- BEGIN single_selection -->
            <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END single_selection -->
            <table cellspacing="0" border="0" class="faraborder"><tr><td>{topics_list_box.row.ICON}
              </td>
              <td>
            {topics_list_box.row.NEWEST_POST_IMG}
              </td>
              <td>
            {topics_list_box.row.PARTICIPATE_POST_IMG}
              </td>
              <td>
          <div class="important"><b>{topics_list_box.row.TOPIC_TYPE} </b></div>
              </td><td>
              <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2> </td></tr></table>
            {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
          <br />  {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
            <!-- BEGIN switch_description -->
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
            <!-- END switch_description -->
        </td>
        <td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
        <td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
        <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>
        <!-- BEGIN multi_selection -->
        <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
        <!-- END multi_selection -->
      </tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr>
  <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
</tr>
<!-- END no_topics -->

<!-- BEGIN bottom -->
      </tbody>
  </table>
  </div>
  <div class="main-foot clearfix">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
      <p class="options">
        <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
      </p>
  </div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de Vizitator Dum Aug 16, 2015 5:23 pm

Bună ziua,

Adăugați acest cod in CSS:
Cod:
.pun table.table td {
background-image: none!important;
}
h2.topic-title {
    display: block;
    position: absolute;
    margin-top: 4px!important;
    margin-left: -13px;
}
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Dum Aug 16, 2015 5:27 pm

Ttitlu sa mutat dar, nu sa mutat si imaginea din fata titlului, iar aqm nr de pagini e peste titlu.
Putem pune ''nr de pagini'' jos dupa ''Scris de Autor''
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de Vizitator Dum Aug 16, 2015 5:46 pm

Adăugați in CSS:
Cod:
strong.pagination {
    font-weight: 400;
    position: static;
    display: -webkit-inline-box;
}

Și incercați acest topicslist_box:
Cod:
<!--CSS PERSONALIZAT--!>

<style type="text/css">
.important {
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgb(123, 166, 13);
    color: white;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url("http://i.imgur.com/BnZuWJM.png");
    background-repeat: repeat-x;
    background-position: 0px -1px;
    padding:2px 0px;
}
</style>

<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
  <!-- BEGIN multi_selection -->
      <script type="text/javascript">
      function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
        var all_checked = true;
        for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
        }
        }
        document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
      }
      function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
        for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
        }
        }
      }
      </script>
  <!-- END multi_selection -->

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
  </div>
  <div class="main-content">
  <table cellspacing="0" class="table">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2">{topics_list_box.row.L_REPLIES}</th>
            <th class="tc3">{topics_list_box.row.L_VIEWS}</th>
            <th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused">
<!-- END header_table -->

<!-- BEGIN header_row -->
<strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->

<!-- BEGIN topic -->
  <!-- BEGIN table_sticky -->
      </tbody>
  </table>
  </div>

  <div class="main-head">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /  >
      <!-- END multi_selection -->
      <h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
  </div>
  <div class="main-content">
  <table cellspacing="0" class="table">
      <thead>
        <tr>
            <th class="tcl">{L_TOPICS}</th>
            <th class="tc2">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
            <th class="tc3">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
            <th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
        </tr>
      </thead>
      <tbody class="statused">
  <!-- END table_sticky -->
      <tr>
        <td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
            <span class="status">
              <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
            </span>
            <!-- BEGIN single_selection -->
            <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
            <!-- END single_selection -->
            <table cellspacing="0" border="0" class="faraborder"><tr><td>{topics_list_box.row.ICON}
              </td>
              <td>
            {topics_list_box.row.NEWEST_POST_IMG}
              </td>
              <td>
            {topics_list_box.row.PARTICIPATE_POST_IMG}
              </td>
              <td>
          <div class="important"><b>{topics_list_box.row.TOPIC_TYPE} </b></div>
              </td><td>
              <h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2> </td></tr></table><br />
            {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}<br />
         {topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
            <!-- BEGIN switch_description -->
            <br />
            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
            <!-- END switch_description -->
        </td>
        <td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
        <td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
        <td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>
        <!-- BEGIN multi_selection -->
        <td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
        <!-- END multi_selection -->
      </tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr>
  <td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
</tr>
<!-- END no_topics -->

<!-- BEGIN bottom -->
      </tbody>
  </table>
  </div>
  <div class="main-foot clearfix">
      <!-- BEGIN multi_selection -->
      <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
      <!-- END multi_selection -->
      <p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
      <p class="options">
        <a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
      </p>
  </div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Dum Aug 16, 2015 5:53 pm

E mai bine doar ca imaginea din fata titlului nu se misca a ramas tot acolo sus, la fel si '' ANUNT GLOBAL ''

Repozitionarea titlului subiectului 5xpea0
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de Vizitator Dum Aug 16, 2015 6:03 pm

Tot in CSS adăugați:
Cod:
.pun tbody.statused span.status {
    position: absolute;
    margin-top: 11px!important;
}

Puteți modifica 11px cu orice valoare in px.

Totodată, singura rezolvare a subiectelor de tip "anunt", "anunt global" si "fixat", este să eliminati orice cod ce are ca scop personalizarea lor.
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Dum Aug 16, 2015 6:08 pm

Acest cod imi modifica si imaginile de la cateforie/forumuri.
Repozitionarea titlului subiectului 2rzx3xt
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de Vizitator Dum Aug 16, 2015 6:14 pm

Incercați acest cod:
Cod:
span.status {
    margin-top: 11px!important;
}
sau acesta:
Cod:
.pun table .tdtopics img {
    margin-top: 11px!important;
}
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Dum Aug 16, 2015 6:32 pm

Primul modifica si imginile de la categorie/forum.
Al doilea e bun da totusi nu se pozitioneaza bine, chiar daca modific valoarea, si am taiat codul in doua .

Cod:
.pun table {
    margin-top: 11px!important;
}
Asta e bun duce titlul subiectlui la miljoc.

Cod:
.tdtopics img {
    margin-top: 150px!important;
}
Asta mareste spatiul de sus in jos de la un subiect.

Repozitionarea titlului subiectului Zn7aso
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Lun Aug 17, 2015 7:05 pm

UP
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de DeepEvil Joi Aug 20, 2015 12:27 pm

UP
DeepEvil

DeepEvil
Membru Forumgratuit

Mesaje : 274
Varsta : 27
Localizare : Wien
Data înscrierii : 10/02/2013
Mulțumiri : 24
Internet Explorer phpBB3

http://enjoygame.forumo.org/
DeepEvil a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Repozitionarea titlului subiectului

Mesaj Scris de Vizitator Mier Aug 26, 2015 2:59 pm

Incercati acest cod:
Cod:
.pun table .tdtopics .status {
    margin-top: 11px!important;
}
Anonymous

Vizitator
Vizitator


Vizitator a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus


Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum