Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Štronda Štronda  • Seg 29 Abr 2013 - 23:04

[ ajuda ] mudar visualização categoria Empty [ ajuda ] mudar visualização categoria Seg 29 Abr 2013 - 23:04

Qual é minha questão:
Bom eu queria colocar a visualização das categorias da Overlay na Mable skin 
pra fikar tipo assim 

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]


a img acima e como eu queria que ficasse ... 


Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão do fórum:
PUNBB

Štronda Štronda  • Ter 30 Abr 2013 - 12:07

-Naruto -Naruto  • Ter 30 Abr 2013 - 14:45

Štronda Štronda  • Ter 30 Abr 2013 - 15:04

[ ajuda ] mudar visualização categoria Empty Re: [ ajuda ] mudar visualização categoria Ter 30 Abr 2013 - 15:04

#Editado


Última edição por Štronda em Qua 1 maio 2013 - 19:04, editado 2 vez(es)

Štronda Štronda  • Ter 30 Abr 2013 - 23:00

Štronda Štronda  • Qua 1 maio 2013 - 18:29

Štronda Štronda  • Qua 1 maio 2013 - 18:57

[ ajuda ] mudar visualização categoria Empty Re: [ ajuda ] mudar visualização categoria Qua 1 maio 2013 - 18:57

Index_box
Código:
<div class="pun-crumbs">
  <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="main-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
              <tr>
                  <th class="tcl">{L_FORUM}</th>
                  <th class="tc2">{L_TOPICS}</th>
                  <th class="tc3">{L_POSTS}</th>
                  <th class="tcr">{L_LASTPOST}</th>
              </tr>
            </thead>
            <tbody class="statused">
  <!-- END tablehead -->

  <!-- BEGIN forumrow -->
              <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                    <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span>
                    <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                    <br />
                    {catrow.forumrow.FORUM_DESC}
                    <!-- BEGIN switch_moderators_links -->
                    <br />
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                  <td class="tc2">{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{catrow.forumrow.POSTS}</td>
                  <td class="tcr">
                    <span>
                    <!-- BEGIN switch_topic_title -->
                    <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                    <!-- END switch_topic_title -->
                    {catrow.forumrow.USER_LAST_POST}
                    </span>
                  </td>
              </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div>
  <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
  <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  </ul>
  <!-- BEGIN switch_delete_cookies -->
  <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  </p>
  <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->


Última edição por Štronda em Qua 1 maio 2013 - 19:02, editado 1 vez(es)

B-bytes B-bytes  • Qua 1 maio 2013 - 19:01

[ ajuda ] mudar visualização categoria Empty Re: [ ajuda ] mudar visualização categoria Qua 1 maio 2013 - 19:01

Reputação da mensagem: 100% (1 votos)
Substitua o index box por este:
Código:
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
  <div class="content_table">
      <div class="main-head">
         <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
         <table cellspacing="0" class="table">
            <thead>
               <tr>
                  <th class="tcl">{L_FORUM}</th>
                  <th class="tc2">{L_TOPICS}</th>
                  <th class="tc3">{L_POSTS}</th>
                  <th class="tcr">{L_LASTPOST}</th>
               </tr>
            </thead>
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>
                     <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                     <br />
                                                  <div class="desc">
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                                                  </div>
                                                </td>
                  <td class="tc2">{catrow.forumrow.TOPICS}</td>
                  <td class="tc3">{catrow.forumrow.POSTS}</td>
                  <td class="tcr">
                     <span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
         </table>
      </div>
  </div>
   <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->


E adicione esse css:
Código:
body {
background: #EDEFF1 url("http://i39.tinypic.com/2nly6vm.png") no-repeat fixed;
color: #4E565E;
font: normal 11px "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
}

#pun-intro {
  display: none;
}

#pun-navlinks {
  display: none;
}

#pun-announcement {
border-style: 0 px solid;
border-width: 0px;
padding: 1em;
background: white;
}

.pun {
  margin-top:10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
  -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
  border: 1px solid #D6D8D9;
  margin-bottom: 10px;
}

.pun .main-content {
border: 1px solid 1px solid rgb(219, 219, 219);
}

thead {
display: none;
}

fieldset {
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border: 0px;
border-image: initial;
}
.wrapper {
margin: 0 auto;
min-width: 980px;
max-width: 1600px;
width: 90%;
}

.guestMessage {
    background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/highlight.png") repeat-x scroll 0px 0px rgb(249, 215, 155);
    border: 1px solid rgb(235, 185, 98);
    color: rgb(184, 95, 29);
    font-size: 13px;
    line-height: 140%;
    box-shadow: 0px 1px 4px rgb(253, 229, 187);
    margin:5px;
    margin-bottom: 10px;
    padding: 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55);
}

#pun-about {
font-size: 0.8em;
text-align: left;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: transparent;
border: none;
}

#pun-about form {
display: none;
}

/*help button*/
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
color: black;
background-image: url(http://cdn2.iconfinder.com/data/icons/humano2/16x16/apps/gnome-help.png);
background-position: left;
background-repeat: no-repeat;
padding-left: 20px;
}

/*userbar*/
#user_bar {
background: rgba(169, 175, 182, 0) url(http://i41.tinypic.com/jfu6n6.jpg) repeat;
border-top: 1px solid rgb(77, 77, 77);
border-bottom: 1px solid rgb(0, 0, 0);
-webkit-box-shadow: white 0px 1px 0px;
-moz-box-shadow: #fff 0px 1px 0px;
box-shadow: rgb(78, 78, 78) 0 1px 0;
height: 38px;
margin-bottom: 10px;
}

#user_navigation {
float: left;
color: #9F9F9F;
font-size: 11px;
line-height: 36px;
height: 36px;
overflow: hidden;
font-weight: bold;
border-left: 1px solid rgba(255, 255, 255, 0.15);
}

#user_navigation .ipsList_inline li {
margin: 0;
padding: /;
float: left;
}

#user_navigation a {
color: white;
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
float: left;
padding: 0 12px;
line-height: 36px;
outline: none;
height: 36px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
}

#user_navigation a:hover {
background: rgba(255, 255, 255, 0.12);
}

#user_navigation #sign_in img, #user_navigation #register_link img {
vertical-align: top;
position: relative;
margin: 10px 2px 0 0;
}

.login {
background: none;
cursor: pointer;
padding: 5px;
}

.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}

/*logado*/
#avatar img {
position: relative;
vertical-align: top;
padding: 0;
height: 24px;
width: 24px;
border: 1px solid #959595;
background: white;
padding: 1px;
margin-top: 4px;
}
#avatar {
  float: left;
}

#notify_link img, #inbox_link img {
width: 20px;
height: 20px;
background-repeat: no-repeat;
vertical-align: middle;
background-position: 0 0;
margin-top: 7px;
}

#notify_link, #inbox_link {
vertical-align: middle;
width: 20px;
padding: 0px 8px !important;
position: relative;
}

#inbox_link img {
background-image: url('http://i74.servimg.com/u/f74/18/12/37/46/icon_i10.png');
}

#notify_link img {
background-image: url('http://i74.servimg.com/u/f74/18/12/37/46/icon_n10.png');
}

/*branding*/
#branding.withFixedTop {
padding-top: 38px;
}

#branding {
background: #262626 url('http://i42.tinypic.com/jg7exi.jpg') repeat;
height: 69px;
border-bottom: 1px solid #141414;
}

#logo a:hover img {
opacity: 0.7;
}

#logo img {
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}

#logo {
float: left;
}

/*navigation*/
#primary_nav {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans30.png") repeat;
background: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px, inset black 0px 1px 4px;
-moz-box-shadow: rgba(255,255,255,0.1) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px, inset #000 0px 1px 4px;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px, inset black 0px 1px 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
font-family: "Lato","Trebuchet MS",Arial,Helvetica,sans-serif;
float: right;
margin-top: 16px;
}

#community_app_menu > li {
margin: 0;
position: relative;
}

#community_app_menu > li.active > a {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/nav_active.png") repeat;
background: rgba(255, 255, 255, 0.07);
color: #A2ECFF;
text-shadow: #A2ECFF 0px 0px 4px;
position: relative;
}

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/nav_active.png") repeat;
background: rgba(255, 255, 255, 0.05);
color: white;
text-shadow: white 0px 0px 4px;
}

#community_app_menu > li > a {
color: #E9EBED;
display: block;
outline: none;
padding: 0px 10px;
line-height: 35px;
height: 35px;
-webkit-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
}

/*search box*/
#search {
  margin: 4px 0 0 0;
}

#search_wrap {
position: relative;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans20.png") repeat;
background: rgba(0, 0, 0, 0.2);
display: block;
padding: 0 26px 0 7px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 0px 1px 3px, rgba(255, 255, 255, 0.2) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.35) 0px 1px 3px, rgba(255,255,255,0.2) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.35) 0px 1px 3px, rgba(255, 255, 255, 0.2) 0px 1px 0px;
min-width: 250px;
}

#main_search {
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 138px;
outline: 0;
color: white;
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
margin-top:5px;
}
 
#search_options_menucontent {
min-width: 130px;
padding: 0;
background: white;
border: 1px solid #C6C6C6;
}

#search_options {
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans40.png') repeat;
background: rgba(0, 0, 0, 0.4);
display: inline-block;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
color: white;
float: right;
}

#search .submit_input {
background: #292929 url('http://i74.servimg.com/u/f74/18/12/37/46/search10.png') no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
margin-right:-1px;
}

#search .submit_input:hover{background-color:#3e3e3e}

#adv_search {
width: 26px;
height: 26px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: url('http://i75.servimg.com/u/f75/18/11/79/42/advanc10.png') no-repeat 50% 50%;
text-indent: -3000em;
display: inline-block;
margin-left: 3px;
}

#adv_search:hover{background-color:rgba(0,0,0,0.2)}

.right {
float: right;
}

/*Link*/
a {text-decoration:none;}
li{list-style-type:none;}

/*secondary navigation*/
.clearfix::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}

#secondary_navigation.stickyTop {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 999;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans80.png") repeat;
background: rgba(0, 0, 0, 0.8);
}

#secondary_navigation {
background: #1C1C1C;
font-size: 11px;
text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 1px;
-webkit-box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px;
-moz-box-shadow: rgba(255,255,255,0.05) 0px 1px 0px;
box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px;
border-bottom: 1px solid #0D0D0D;
overflow: hidden;
line-height: 37px;
clear: both;
}

#secondary_navigation {
font-size: 11px;
text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 1px;
line-height: 37px;
}

#secondary_navigation #breadcrumb li a:hover span {
background-position: 100% -43px;
}

#secondary_navigation #breadcrumb li.first a span {
padding-left: 12px;
}

#secondary_navigation #breadcrumb li span {
display: block;
padding-right: 17px;
padding-left: 4px;
background: url('http://i83.servimg.com/u/f83/18/26/98/67/second10.png') no-repeat 100% 0;
color: #DDD;
}

.breadcrumb {
color: #777;
font-size: 11px;
}

#secondary_navigation a:hover {
color: white;
text-shadow: white 0px 0px 3px;
}

#secondary_navigation a {
color: #DDD;
line-height: 37px;
}

#secondary_links {
overflow: hidden;
}

#secondary_links a {
padding: 0 12px;
display: block;
}

#secondary_links img {
vertical-align: top;
width: 16px;
height: 16px;
position: relative;
margin: 10px -3px 0 -3px;
}

#secondary_links a:hover
img{opacity:0.7}

#secondary_links li {
float: left;
margin: 0;
}

.right {
float: right;
}

/*Statistics*/
#board_statistics {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.3) 0 1px 2px, rgba(255,255,255,1) 0 1px 0;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 2px, rgba(255, 255, 255, 1) 0 1px 0;
background: #EDEFF1;
color: #768089;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
-webkit-box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-box-shadow: inset #b3bac1 0px 1px 3px;
box-shadow: inset #B3BAC1 0px 1px 3px;
padding: 3px 7px;
display: inline-block;
font-weight: 700;
margin-right: 3px;
text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
border-top:none;
margin-left:15px;
}

/*Statistics*/
.statistics_head{
background: #262626;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset black 0px 1px 3px;
-moz-box-shadow: inset #000 0px 1px 3px;
box-shadow: inset black 0px 1px 3px;
font-size: 11px;
font-weight: bold;
padding: 8px;
}

.statistics_head h1{
color: white;
font-size: 12px;
font-weight: bold;
tahoma,helvetica,arial,sans-serif;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
margin-left:28px;
}

.icon {
background-image: url('http://cdn3.iconfinder.com/data/icons/prettyoffice/16/chart.png');
background-color: transparent;
background-repeat: no-repeat;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}

#onlinelist {
background: white;
border: 0px;
border-top:none;
}

#onlinechat {
background: white;
border-top: 1px solid #D8D8D8;
border-top:none;
}

#pun-visit, .main-box {
font-size:10px;
background: white;
border:none;
margin: 0px 0px 1em;
padding: 0.6em 1em;
}

/*rodapé*/
#footer_utilities, #footer_utilities a {
color: #CCC;
}

#footer_utilities {
padding: 8px;
font-size: 11px;
height: 45px;
position: relative;
border-top: 1px solid #141414;
text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
background: #262626 url('http://i42.tinypic.com/jg7exi.jpg') repeat;
}

#footer_utilities img {
  vertical-align: middle;
}
 
#stats_div {
height: 0px;
overflow: hidden;
}

.skin_link, .skin_link a {
color: #CCC !important;
}

#copyright {
text-align: right;
line-height: 22px;
float: right;
}

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

#backtotop, #bottomScroll {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
position: absolute;
display: inline-block;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans30.png") repeat;
background: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 0.07) 0px 1px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px, rgba(255,255,255,0.07) 0px 1px 0px;
box-shadow: inset rgba(0, 0, 0, 0.7) 0px 1px 3px, rgba(255, 255, 255, 0.07) 0px 1px 0px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
outline: 0;
}

#bottomScroll:hover, #backtotop:hover {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/marble34x/trans70.png") repeat;
background: rgba(0, 0, 0, 0.7);
color: white;
}

#backtotop img {
  margin-top: 5px;
}

#backtotop:hover img {
opacity: 1;
}

#backtotop img {
opacity: 0.4;
}

#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
display: inline-block;
}

/*standalone*/
.main-content.standalone .button {
border-radius: 5px;
}

/*user*/
.pun .user-ident .username {
display: block;
font-size: 1.3em;
font-weight: 400!important;
margin-top: 5px;
padding: 8px!important;
position: relative;
text-align: center;
text-decoration: none;
}

/*post*/
.pun .paged-foot, .pun .paged-head {
background-color: white;
border: 0px;
}

.pun .post {
  background: white;
}

.pun .postmain {
background-color: #fff;
border-left: 0px;
margin-left: 17em;
}

.pun .post .user {
    border-left: 6px solid gray;
    margin-top: 10px;
    display: block;
    border-right: 1px dashed #E4E8ED;
    position:relative;
    text-align: center;
}

.pun .user .user-ident .user-basic-info {
  text-align: center;
}

.pun .topic {
background: #fff;
border: 0px;
border-style: none solid;
}

#first-post-br {
border: 0;
border-top: 0px;
}

.pun .posthead {
  background: #282828 url('http://i42.tinypic.com/jg7exi.jpg') repeat;
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset black 0px 1px 3px;
-moz-box-shadow: inset #000 0px 1px 3px;
box-shadow: inset black 0px 1px 3px;
padding: 0 10px;
height: 36px;
line-height: 36px;
margin-top: 8px;
  border-bottom: 0px;
}

.post-options img:hover {
opacity: 0.7;
}

.posting img:hover {
opacity: 0.9;
}

.postfoot {
  border-top: 0px;
}

.pun .postfoot {
background: #EDEFF1 url("http://i41.tinypic.com/jfu6n6.jpg") repeat;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-box-shadow: inset #b3bac1 0px 1px 3px;
box-shadow: inset #B3BAC1 0px 1px 3px;
margin-top: 10px;
}

.pun .posthead h2 {
  color: #BBB;
font-size: 11px;
font-weight: normal;
}

/*user img*/
.user-basic-info a img {
max-height: 90px;
max-width: 90px;
height: 90px;
width: 90px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user-basic-info a img:hover {
 border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/*quick-reply*/
#quick_reply #textarea_content {
      clear: both;
      margin-left: 0px;
      margin-right: 0px;
      width: 100% !important;
      height: auto !important;
    }
     
    #text_editor_controls {
      display: !important;
    }
       
 #pun-qpost #textarea_content dt label{
  float:left;
}

fieldset.frm-set dl dd {
margin: auto!important;
}

/*smiley-box e quickreply*/
#smiley-box iframe{height: 280px;}
#smilies_categ{padding: 0px 0}
#smiley-box{border:1px solid #DDD;width:160px;margin:10px 0!important;padding:5px}
.pun .frm .frm-buttons input {
margin: 0 2px 16px;
padding: 7px 22px;
}

#quick_reply fieldset.frm-set dl dd {
background: white;
border: solid 1px #CCC;
margin: 0 auto;
}
#quick_reply .frm-buttons {
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
background-color: #EEE;
border: solid 1px #CCC;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 0;
margin: 0 auto;
padding: 5px;
text-align: center;
}

#textarea_content dt {display:none}

a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
-webkit-transition: all 0.218s;
border: 1px solid;
border-radius: 3px;
padding: 0px 0.91em;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0px;
}
button.button2, input.button2 {
background-position: 50% 0%;
background-repeat: repeat-x;
border: 1px solid #BCBCBC;
margin: 0px 0.25em;
overflow: visible;
padding: 2px 3px;
}

/*profile*/
#profile-advanced-right .main-head .h3 {
-moz-border-radius: 10px;
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0 1px 0px, rgba(255,255,255,0.05) 0 0 0 1px;
-webkit-border-radius: 10px!important;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.16) 0 1px 0px, rgba(255, 255, 255, 0.05) 0 0 0 1px;
background: rgba(0, 0, 0, 0.4);
border-radius: 10px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.16) 0 1px 0px, rgba(255, 255, 255, 0.05) 0 0 0 1px;
color: white;
font-weight: 700;
opacity: 1;
padding: 4px 10px;
}

#profile-advanced-right .module.main .main-head {
background-color: #183C5D;
background-image: url(http://i.imgur.com/JnYGc.png);
border: none;
border-radius: 5px 5px 0 0;
box-shadow: none;
color: white;
font-size: 12px;
font-weight: 300;
overflow: hidden;
padding: 9px 12px;
text-shadow: black 0 1px 2px;
}

#profile-advanced-left #profile-advanced-details .main-head .subtitle {
font-size: 25px;
font-weight: 700;
line-height: 60px;
padding-left: 75px;
}

#profile-advanced-left #profile-advanced-details .main-head {
-webkit-box-shadow: inset 0 1px 0 #008186, inset 1px 0 0 #056B4E, inset -1px 0 0 #056B4E, inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px #056B4E;
background-image: url(http://img86.xooimage.com/files/2/3/a/captur-36b3f67.png);
background-position: left;
background-color:transparent;
background-repeat: no-repeat;
border: 1px solid #026375;
height: 70px;
}

#profile-advanced-right .main-head .h3 span {
color: #FFD600!important;
font-size: 14px!important;
}

#profile-advanced-left #profile-advanced-details .main-head .subtitle span {
color: #00B8FF!important;
}

#profile-advanced-right .main-content.clearfix.center {
color: #777575;
font-size: 15px;
font-weight: 700;
text-shadow: 1px 1px 2px #F0F0F0;
}

/*profile*/
#profile-advanced-right {
float: left;
width: 280px;
}
#profile-advanced-layout {
float: right;
margin-left: -300px;
margin-right: 0px;
}
#profile-advanced-left {
margin-left: 305px;
margin-right: 0px;
}
#profile-advanced-layout #new-message {
clear: both;
position: relative;
}
/*pagination*/
.paging a:hover, .paging b, td p.pag a:hover, td p.pag b {
background: #51A3CE;
color: white;
text-shadow: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.4) 0px 1px 3px;
box-shadow: inset rgba(0, 0, 0, 0.4) 0px 1px 3px;
padding: 1px 8px;
cursor: default;
}

.paged-foot .paging a, .paging a, td p.pag a {
background: #EDEFF1 url("http://i41.tinypic.com/jfu6n6.jpg") repeat;
color: #768089;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
-webkit-box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-box-shadow: inset #b3bac1 0px 1px 3px;
box-shadow: inset #B3BAC1 0px 1px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
padding: 1px 8px;
text-transform: lowercase;
font-size: 11px;
font-weight: normal;
}

.paged-foot .paging a, .paged-foot .paging a:hover, .paged-foot .paging b, .paging a, .paging b, td p.pag a, td p.pag b {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font-size: 12px!important;
margin-right: 3px!important;
padding: 6px 9px!important;
}

/*botões de votar*/
.vote {
padding: 2px;
text-align: center;
width:16px;
background-color: #eaeaea;
border: 1px solid #d4d6d5;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
}

.vote .vote-no-bar {
display: none;
}

.vote .vote-bar {
border-left: 0px;
border-right: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #d4d6d5;
font-size: 0px;
height: 50px;
margin: 0px;
width: 16px;
}

.vote .vote-bar-plus {
margin-left: 5px;
width: 7px;
}

.vote .vote-bar-minus {
margin-left: 5px;
width: 7px;
}

.vote .vote-button a[href $="plus"] {
background:url('http://cdn3.iconfinder.com/data/icons/fugue/icon_shadowless/plus-circle.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:16px;
width:16px;
}

.vote .vote-button a[href $="minus"] {
background-image:url('http://cdn2.iconfinder.com/data/icons/fugue/icon_shadowless/minus_circle.png');
background-repeat: no-repeat;
color:transparent;
display:block;
height:16px;
width:16px;
}
#text_editor_controls #format-buttons #text_edit {display: inline-block!important;margin: 5px -67px 1px -215px;}
#text_editor_controls #format-buttons {width: 100%;}
#text_editor_controls {display: inline-block !important;}
#text_editor_controls {margin-left: 197px !important;white-space: pre-wrap;word-wrap: break-word;}
#text_editor_controls #format-buttons #text_edit button.button2, input.button2 {margin-right: -4.1px !important;}
#text_editor_controls #format-buttons button.button2#text_editor_cmd_switchmode {position: relative;left: 543px;top: -26px;}
#text_editor_controls #format-buttons img[src="http://2img.net/i/fa/wysiwyg/separator.png"]:nth-child(3) {visibility: hidden;}

/*table*/
.main .main-head {
background: transparent repeat-x 0 0;
color: white;
text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
padding: 14px;
font-size: 12px;
font-weight: bold;
overflow: hidden;
}

.content_table {
background: url('http://i.imgur.com/unxq1Rh.png') repeat-x 0 0;
-moz-border-radius: 4px 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 0px 7px 7px 7px;
-webkit-box-shadow: inset rgba(255, 255, 255, 0.2) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 0px 0px 1px;
box-shadow: inset rgba(255, 255, 255, 0.2) 0px 0px 0px 1px;
margin-top: 15px;
}

.pun table.table th {
display: none!important;
}

.pun .main-content {
background: #FCFCFC;
border: 0;
}

.pun table.table td {
background-color: white;
border: 0;
line-height: 130%;
padding: .6em 0 .7em;
}

.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: white;
}

.hierarchy {
  margin-left: 15px;
}

.desc {
  margin-left: 15px;
}

Štronda Štronda  • Qua 1 maio 2013 - 19:08

[Dark]Doki-. [Dark]Doki-.  • Qui 2 maio 2013 - 10:49

[ ajuda ] mudar visualização categoria Empty Re: [ ajuda ] mudar visualização categoria Qui 2 maio 2013 - 10:49

Tópico Resolvido; e Bloqueado

Conteúdo patrocinado  • 

[ ajuda ] mudar visualização categoria Empty Re: [ ajuda ] mudar visualização categoria

Permissões neste sub-fórum
Não podes responder a tópicos