Forum NC-18 optimisé pour Chrome et Firefox.
Avatar manga 200x400, contexte yaoi.
400 mots minimum.
Le Deal du moment : -20%
-20% sur le Lot de 2 écrans PC GIGABYTE ...
Voir le deal
429 €

Partagez

teeeeeest du portaiiiiil

Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
teeeeeest du portaiiiiil Lun 18 Mar - 12:08

kakakakakka
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Lun 8 Avr - 15:29

Navigation
Code:
#navigation {
     background: #1f4157;
     height: 30px;
     width: 100%;
     position: fixed;
     top: 0;
     left: 0;
     line-height: 30px;
     padding: 0px 20px;
     box-sizing: border-box;
     z-index: 100;
     display: flex;
     justify-content: space-between;
}
 #navigation > div:first-child {
     font-size: 20px;
     color: #fff;
     font-family: 'Montserrat', sans-serif;
     font-style: italic;
     padding-left: 50px;
     position: relative;
}
 #navigation > div:first-child::before {
     content: "";
     height: 1px;
     width: 40px;
     background: #fff;
     position: absolute;
     left: 0;
     top: 50%;
}
 .navigation {
     font-size: 0;
}
 .navigation > a {
     margin-left: 10px;
     color: #fff;
     text-transform: uppercase;
     font-size: 11px;
     font-family: 'Cousine', monospace;
     text-decoration: none!important;
     transition: color 0.3s;
}
 .navigation > a:hover {
     color: #a7cbcc;
}
 .navigation > a > img {
     display: none;
}

Code:
               <div id="navigation"><div><span class="userName"></span></div><div class="navigation">{GENERATED_NAV_BAR}</div></div>
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 17:26

test barre
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 17:26

test
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 18:51

CSS COMPLET DU 24/11/2019

Code:
/************************************** GENERAL *************************************/
 body {
    position: relative;
    overflow-x: hidden;
}
 a, a:hover, a:active {
    text-decoration: none;
}
 .bodylinewidth {
    margin-top: 29px;
}
 .bodyline {
    border: 0;
    background-color: #f1f1f1;
}
 #i_logo {
    margin: -10px;
}
.barre {
width:70%; height:20px; overflow:hidden;
padding:10px; font-family : 'Roboto', sans serif;
text-transform:uppercase; text-align:center; font-size:12px; line-height:13px;
background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); color : white;
}
/***********************************
*** NAVIGATION ***
**********************************/
 #navigation {
    background: #1f4157;
    height: 30px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 30px;
    padding: 0px 20px;
    box-sizing: border-box;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}
 #navigation > div:first-child {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    padding-left: 50px;
    position: relative;
}
 #navigation > div:first-child::before {
    content: "";
    height: 1px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
}
 .navigation {
    font-size: 0;
}
 .navigation > a {
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Cousine', monospace;
    text-decoration: none!important;
    transition: color 0.3s;
}
 .navigation > a:hover {
    color: #a7cbcc;
}
 .navigation > a > img {
    display: none;
}
/************************************** CATEGORIES *************************************/
 .forum-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin: 0px -10px;
}
 .forum-links a {
    text-decoration: none!important;
    color: #bababa;
    font-size: 7px;
    transition: color 0.3s;
    border: 1px solid #dedede;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'Cousine', monospace;
    letter-spacing: 1px;
    display: block;
    height: 15px;
    line-height: 17px;
}
 .forum-links a:hover {
    color: #595959;
}
 .forum-linkssmall {
    height: 20px;
    margin-top: 15px;
}
 .forum-linkssmall a {
    font-size: 10px;
}
/***********************************
*** CATEGORIES ET FORUMS ***
**********************************/
 .cate-titre {
    height: 90px;
    background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%);
    margin: 0px -10px;
    line-height: 100px;
    text-align: right;
}
 .cate-titre h2 {
    margin: 0;
    color: #fff;
    display: inline-block;
    padding-right: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: italic;
    position: relative;
    text-shadow: 1px 1px 0px #233d47;
}
 .cate-titre h2::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #fff;
    position: absolute;
    left: -110px;
    top: 50%;
}
 .forum-wrap {
    min-height: 130px;
    margin: 0px -10px;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-between;
    background: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
 .forum-wrap a {
    text-decoration: none!important;
}
 .forum-wrap > div:first-child {
    min-width: 150px;
    max-width: 150px;
    min-height: 110px;
    max-height: 110px;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #fff;
}
 .forum-wrap > div:first-child img {
    width: 100%;
    height: 100%;
}
 .forum-wrap > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    min-width: 480px;
    max-width: 480px;
}
 .forum-title {
    flex: 100%;
    height: 30px;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding-bottom: 5px;
}
 .forum-title a {
    font-family: arial, sans-serif;
    font-style: italic;
    color: #8d9ea8 !important;
    letter-spacing: -2px;
    font-size: 25px;
    text-shadow: 1px 1px 0 #f2f2f2;
    transition: color 0.3s;
    line-height: 20px;
    font-weight: bold;
}
 .forum-title a:hover {
    color: #f2f2f2 !important;
    text-shadow: 1px 1px 0 #8d9ea8;
}
 .forum-desc {
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    background: #f9f9f9;
    flex: 1;
}
 .forum-desc > div {
    height: 100%;
    overflow: auto;
    text-align: justify;
    font-size: 11px;
    line-height: 14px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #595959;
}
 .forum-desc > div > img {
    width: 135px;
    height: 95px;
    position: absolute;
    left: 10px;
    top : 10px;
    padding: 7.5px;
}
 .sous-forums {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    font-size: 0;
    overflow: auto;
    height: 110px;
}
 .sous-forums:empty {
    display: none;
}
 .sous-forums a {
    background: #f9f9f9;
    height: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #595959;
    font-size: 9px;
    font-family: 'Cousine', monospace;
    letter-spacing: 1px;
    transition: color 0.3s;
}
 .sous-forums a:hover {
    color: #969696;
}
 .forum-wrap > div:last-child {
    min-width: 170px;
    max-width: 170px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .forum-img {
    background: #ccc;
    height: 30px;
    margin-bottom: 10px;
}
 .forum-last {
    font-size: 9px;
    text-transform: uppercase;
    flex: 1;
}
 .forum-last > span {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 0;
    justify-content: space-between;
    padding-top: 0px;
}
 .forum-last > span > div, .forum-last > span > strong {
    border: 1px solid #e1e1e1;
    font-size: 8px;
    font-family: 'Cousine', monospace;
    letter-spacing: 1px;
    line-height: 20px;
    height: 25px;
    white-space: nowrap;
    background: #f7f7f7;
    text-align: center;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
 .forum-last > span > br, .forum-last > span > div:last-child {
    display: none;
}
 .forum-last-link > strong::before {
    content: "par ";
    font-weight: normal;
}
 .forum-stats {
    font-size: 7px;
    font-family: 'Cousine', monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-end;
    flex: 1;
    text-align: right;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
/************************************** GENERAL *************************************/
 body {
    position: relative;
    overflow-x: hidden;
}
/***********************************
*** SIDEBAR ***
**********************************/
 #sidebar {
    background: #f1f1f1;
    position: absolute;
    width: 200px;
    height: 100%;
    min-height: 1090px;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.3s;
    z-index: 100;
}
 #sidebar a {
    text-decoration: none!important;
}
 .sidebar-intro {
    font-family: 'Cousine', monospace;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0px 10px;
    margin-bottom: 15px;
    color: #181818;
}
 .sidebar-intro b {
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    color: #a7cbcc;
}
 .sidebar-predef > div{
    margin-bottom: 10px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
 .sidebar-predef > div > div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    background: #a7cbcc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: top 0.3s;
}
 .sidebar-predef > div:hover > div {
    top: 0;
}
 .sidebar-predef > div > div b {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
 .sidebar-predef > div > div a {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Cousine', monospace;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px #8eb6b9;
}
 .sidebar-predef > a {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6e8687;
    display: block;
    border: 1px solid #6e8687;
    text-align: center;
    padding: 10px 0;
    background: transparent;
    transition: all 0.3s;
}
 .sidebar-predef > a:hover {
    background: #dceeef;
}
 .sidebar-top {
    display: flex;
    justify-content: space-evenly;
    margin: 30px auto;
}
 .sidebar-top a {
    height: 35px;
    width: 35px;
    border: 1px solid #6e8687;
    border-radius: 50%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    background: #fbfbfb;
    color: #6e8687;
    font-size: 10px;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    transition: all 0.3s;
}
 .sidebar-top a:hover {
    border-color: #a7cbcc;
}
 .sidebar-event {
    margin: auto;
    width: 180px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 4px;
    position: relative;
}
 .sidebar-event > div {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 4px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.3s;
}
 .sidebar-event:hover > div {
    transform: scale(1);
}
 .sidebar-event > div div:first-child {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}
 .sidebar-event > div > img {
    height: 50px;
    margin-right: 10px;
}
.sidebar-recent {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
    margin: 40px auto 0px;
    height: 250px;
    overflow: auto;
    background: #fbfbfb;
}
 .sidebar-recent .gensmall {
    color: #181818;
    text-transform: uppercase;
    font-size: 9px;
}
 .sidebar-recent img, .sidebar-recent .gensmall > span:first-child, .sidebar-recent .gensmall br + span {
    display: none;
}
 .sidebar-recent a[href^="/t"] {
    color: #a7cbcc;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 9px;
    transition: color 0.3s;
}
 .sidebar-recent a[href^="/t"]:hover {
    color: #969696;
}
 .sidebar-img {
    position: absolute;
    left: 0;
    bottom: -60px;
}
 .sidebar-img img {
    width: 100%;
}
/************************************** QEEL PAR AWFUL *************************************/
/****** LIENS INDEX *******/
 .forum-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin: 0px -10px;
}
 .forum-links a {
    text-decoration: none!important;
    color: #bababa;
    font-size: 7px;
    transition: color 0.3s;
    border: 1px solid #dedede;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'Cousine', monospace;
    letter-spacing: 1px;
    display: block;
    height: 15px;
    line-height: 17px;
}
 .forum-links a:hover {
    color: #595959;
}
 .forum-linkssmall {
    height: 20px;
    margin-top: 15px;
}
 .forum-linkssmall a {
    font-size: 10px;
}
/**** QEEL ****/
 #qeel {
    margin: 0px -10px;
    font-family: 'Roboto', sans-serif;
}
 #qeel a {
    text-decoration: none!important;
}
 #qeel h1 {
    margin: 0;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: linear-gradient(180deg, #a7cbcc 0%, #1f4157 100%);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 0px #233d47;
}
 #qeel-wrap {
    display: flex;
    padding: 10px 20px;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 10px;
}
 .qeel-stats {
    width: 200px;
    display: flex;
    flex-direction: column;
}
 .qeel-stats > div {
    background: #fbfbfb;
    border: 1px solid #d4d4d4;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-right: 10px;
    text-align: right;
    font-family: 'Cousine', monospace;
    font-size: 9px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 10px;
}
 .qeel-stats > div::before {
    content: "\f27a";
    width: 30px;
    height: 28px;
    background: #a7cbcc;
    position: absolute;
    left: -1px;
    border: 1px solid #8eb6b9;
    top: -1px;
    line-height: 28px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 0px 0px #8eb6b9, -1px 0px 0px #8eb6b9, 0px 1px 0px #8eb6b9, 0px -1px 0px #8eb6b9;
}
 .qeel-stats > div:nth-child(1)::before {
    content: "\f535";
}
 .qeel-stats > div:nth-child(3)::before {
    content: "\f005";
}
 .qeel-stats2 {
    margin-bottom: 5px;
    font-family: 'Cousine', monospace;
    font-size: 9px;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
 .qeel-online {
    height: 160px;
    width: 350px;
    box-sizing: border-box;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .qeel-online > div:last-child {
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding: 8px;
}
 #qeel-wrap > div:nth-child(3) {
    flex: 1;
    display: flex;
    flex-direction: column;
}
 #qeel-wrap > div:nth-child(3) > div:first-child {
    flex: 1;
    overflow: auto;
    background: #fff;
    padding: 8px;
}
 #qeel-wrap > div:nth-child(3) table {
    border-collapse: collapse;
}
 #qeel-wrap > div:nth-child(3) td.row1 {
    background: transparent;
    padding: 0;
}
 #qeel-wrap > div:nth-child(3) .gensmall {
    font-family: 'cousine', monospace;
    font-size: 7px;
    letter-spacing: 1px;
}
 #qeel-wrap > div:nth-child(3) > div:last-child {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    background: #c6e3e2;
    padding: 5px 0;
    box-sizing: border-box;
    border: 1px solid #8eb6b9;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #a7cbcc;
    border: 1px solid #8eb6b9;
    text-shadow: 1px 0px 0px #8eb6b9, -1px 0px 0px #8eb6b9, 0px 1px 0px #8eb6b9, 0px -1px 0px #8eb6b9;
    border-radius: 50%;
    font-size: 15px;
    margin: 0 5px;
    position: relative;
    color: #fff;
    line-height: 30px;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a i {
    line-height: 30px;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a div {
    position: absolute;
    pointer-events: none;
    text-shadow: none;
    color: #000;
    background: #fbfbfb;
    font-family: 'Cousine', monospace;
    font-size: 7px;
    width: 100px;
    line-height: 1;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -33px;
    top: -70px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 0 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a div::before, #qeel-wrap > div:nth-child(3) > div:last-child a div::after{
    content: "";
    height: 10px;
    width: 10px;
    background: #ccc;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 42px;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a div::after{
    background: #fbfbfb;
    bottom: -4px;
}
 #qeel-wrap > div:nth-child(3) > div:last-child a:hover div {
    animation: pulse 0.3s linear 1;
    visibility: visible;
    opacity: 1;
    top: -50px;
}
 @keyframes pulse{
    11.1% {
        transform: none
    }
    25% {
        transform: scale(0.9) skewX(-12.5deg) skewY(-12.5deg);
    }
    75% {
        transform: scale(1.1)skewX(6.25deg) skewY(6.25deg);
    }
    100% {
        transform: none
    }
}
 .qeel-groups {
    flex: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}
 .qeel-groups a {
    width: calc(16% - 6px);
    background: #fbfbfb;
    margin-bottom: 5px;
    height: 30px;
    text-align: center;
    display: flex;
    box-shadow: 0px -1px 0px #000000 inset;
    color: #000000;
    transition: all 0.3s;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 1px;
    flex-direction: column;
    justify-content: center;
}
 .qeel-groups a:hover {
    box-shadow: 0px -50px 0px #000000 inset;
    color: #fff!important;
}
 .qeel-groups a:nth-child(2) {
    box-shadow: 0px -1px 0px #800080 inset;
    color: #800080;
}
 .qeel-groups a:nth-child(2):hover {
    box-shadow: 0px -50px 0px #800080 inset;
}
 .qeel-groups a:nth-child(3) {
    box-shadow: 0px -1px 0px #293C99 inset;
    color: #293C99;
}
 .qeel-groups a:nth-child(3):hover {
    box-shadow: 0px -50px 0px #293C99 inset;
}
 .qeel-groups a:nth-child(4) {
    box-shadow: 0px -1px 0px #0074CC inset;
    color: #0074CC;
}
 .qeel-groups a:nth-child(4):hover {
    box-shadow: 0px -50px 0px #0074CC inset;
}
 .qeel-groups a:nth-child(5) {
    box-shadow: 0px -1px 0px #CC6633 inset;
    color: #CC6633;
}
 .qeel-groups a:nth-child(5):hover {
    box-shadow: 0px -50px 0px #CC6633 inset;
}
 .qeel-groups a:nth-child(6) {
    box-shadow: 0px -1px 0px #6A6A6B inset;
    color: #6A6A6B;
}
 .qeel-groups a:nth-child(6):hover {
    box-shadow: 0px -50px 0px #6A6A6B inset;
}
 .qeel-groups a:nth-child(7) {
    box-shadow: 0px -1px 0px #C71686 inset;
    color: #C71686;
}
 .qeel-groups a:nth-child(7):hover {
    box-shadow: 0px -50px 0px #C71686 inset;
}
 .qeel-groups a:nth-child(8) {
    box-shadow: 0px -1px 0px #943709 inset;
    color: #943709;
}
 .qeel-groups a:nth-child(8):hover {
    box-shadow: 0px -50px 0px #943709 inset;
}
 .qeel-groups a:nth-child(9) {
    box-shadow: 0px -1px 0px #AD182C inset;
    color: #AD182C;
}
 .qeel-groups a:nth-child(9):hover {
    box-shadow: 0px -50px 0px #AD182C inset;
}
 .qeel-groups a:nth-child(10) {
    box-shadow: 0px -1px 0px #217A33 inset;
    color: #217A33;
}
 .qeel-groups a:nth-child(10):hover {
    box-shadow: 0px -50px 0px #217A33 inset;
}
 .qeel-groups a:nth-child(11) {
    box-shadow: 0px -1px 0px #943709 inset;
    color: #943709;
}
 .qeel-groups a:nth-child(11):hover {
    box-shadow: 0px -50px 0px #943709 inset;
}
 .qeel-cbox {
    width: 320px;
    height: 300px;
    background: #fff;
    margin-right: 15px;
}
 .qeel-affilates {
    flex: 1;
}
 .qeel-affilates h2 {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    text-transform: none;
    font-size: 25px;
    color: #fff;
    flex: 100%;
    line-height: 25px;
    text-shadow: 1px 1px 0px #969696;
}
 .qeel-affilates > div:first-child h2 {
    text-align: right;
}
 .qeel-affilates > div:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
 .qeel-affilates > div:first-child a {
    position: relative;
    height: 100px;
    overflow: hidden;
}
 .qeel-affilates > div:first-child a div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #8eb6b9;
    border: 1px solid;
    box-sizing: border-box;
    transition: top 0.3s;
}
 .qeel-affilates > div:first-child a:hover div {
    top: 0;
}
 .qeel-affilates > div:nth-child(2) h2 {
    padding-left: 30px;
}
 .qeel-affilates > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/***********************************
*** CREDIT ***
**********************************/
 #credit {
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
    color: #a4a4a4;
    text-align: center;
    text-shadow: 0px 1px 0px #fff,0px -1px 0px #fff,1px 0px 0px #fff,-1px 0px 0px #fff;
}
 #credit a {
    text-decoration: none !important;
    color: #939393;
    transition: color 0.3s;
}
 #credit a:hover {
    color: #2f2f2f;
}
/**************************** LISTE DES MEMBRES *****************************/
/* AFFICHAGE LISTE DES MEMBRES */
/* BLOC ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 10px; width:730px;
background:rgba(255,255,255,0.5); /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
text-transform:uppercase; font-family:'Cousine', monospace; font-size:16px;
background:#1f4157; color:#fff; /* MODIFIABLE */
}
/* BLOC LISTE DES MEMBRES */
#LMBER {
margin:auto; width:730px;
}
 /* BLOC MEMBRE */
#MBER {
float:left; margin:0 5px 10px;
width:200px; height:400px; padding:5px 5px 0; font-family:'Cousine', monospace;
background:rgba(255,255,255,0.5); /* MODIFIABLE */
}
/* PSEUDONYME */
.nameLMBER{
width:200px; height:15px; padding-bottom:5px;
text-align:center; text-transform:uppercase;
}
/* AVATAR */
.imgLMBER img{
width:182px; height:360px;
}
.imgLMBER div {
position:relative; margin-top:-380px;
width:182px; height:400px; overflow:hidden;
}
/********************************** BLOC MESSAGES / INSCRIPTION / DERNIERE VISITE / INFORMATION ******************************/
.imgLMBER div div{
width:180px; height:380px; padding:10px; overflow:auto;
background:rgba(255,255,255,0.8); color:black; /* MODIFIABLE */
font-size:11px; text-align:justify;
transform:translateY(800px); -webkit-transform:translateY(800px);
transition:transform 0.65s linear; -webkit-transition:transform 0.65s linear;
}
#MBER:hover .imgLMBER div div{
transform:translateY(400px); -webkit-transform:translateY(400px);
}
/* IMAGES MP * WWW */
.btnLMBER {
position:relative; z-index:3; margin:-10px auto 0;
}
.btnLMBER img {
height:20px;
}
/*PERSONNALISATION AFFICHAGE DES MESSAGES PAR AWFUL*/
.silence {
    display: flex;
    flex-wrap: wrap;
}
/*Titre du sujet*/
 .post-title {
    font-family: arial, sans-serif;
    text-align: center;
    color: #8d9ea8 !important;
    letter-spacing: -2px;
    font-size: 30px;
    text-shadow: 1px 1px 0 #f2f2f2;
    transition: color 0.3s;
    margin-top: 10px;
    font-weight: bold;
}
/*Corps du message*/
 .post {
    background: #f9f9f9;
}
 .post-left {
    width: 250px;
}
 .post-right {
    flex: 1;
}
/*Boutons en bas de post */
 .post-bottom {
    flex: 100%;
    position: relative;
}
 .post-bottom div {
    display: inline-block;
    margin: 10px 15px 10px 0;
}
 .post-bottom div:first-child {
    display: inline-block;
    margin-left: 15px;
}
 .post-bottom div a {
    position: relative;
    text-decoration: none !important;
}
 .post-bottom div a:after {
    content: "Profil";
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 8px;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    padding: 0px 8px;
    color: #9f9f9f;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .post-bottom div a:hover:after {
    border: 1px solid #8d8d8d;
    color: #595959;
}
 .post-bottom .btn-pm a:after {
    content: "Mp";
}
 .post-bottom .btn-mail a:after {
    content: "Mail";
}
/*Haut du post*/
 .post-top {
flex: 100%;
  background: #1f4157;
    height: 80px;
    border-bottom: 3px solid white;
    position: relative;
}
/*Rang*/
 .rank {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-size: 9px;
    left: 30px;
    top: 45px;
}
/*Pseudo*/
 .post-name {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    position: absolute;
    color: white;
    left: 30px;
    top: 10px;
}
/*Boutons éditer, citer, etc.*/
 .post-btn {
    text-align: right;
    position: absolute;
    right: 5px;
    bottom: 15px;
}
 .post-btn img, .post-bottom img {
    display: none;
}
 .post-btn div {
    display: inline-block;
    margin: 0 5px;
}
 .post-btn div a:before {
    content: "\f11d";
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #adadad;
    border-radius: 50%;
    font-family: Ionicons;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #818181;
    background: #d7d7d7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .post-btn div a:hover:before {
    background: #f5f5f5;
}
 .post-btn .btn-edit a:before {
    content: "\f2bf";
}
 .post-btn .btn-delete a:before {
    content: "\f252";
}
 .post-btn .btn-ip a:before {
    content: "\f149";
}
 .post-btn .btn-report a:before {
    content: "\f100";
}
/*Avatar*/
 .post-profil {
    width: 200px;
    margin: 25px auto;
    position: relative;
    overflow: hidden;
}
/*Infos du profil au survol*/
 .profil-hover {
    height: 400px;
    width: 200px;
    position: absolute;
    background: #d7d7d7;
    top: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 .post-profil:hover .profil-hover {
    top: 0;
}
 .profil-hover-content {
    height: 100%;
    background: #fff;
    overflow: auto;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
}
 .profil-hover-content div {
    margin: 5px 0;
}
 .profil-hover-content div .label {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
}
 .profil-hover-content div .label span {
    color: #9F9F9F!important;
}
 .postdetails {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 7px;
    letter-spacing: 1px;
    color: #999;
    margin-top: 5px;
    display: inline-block;
}
 .postdetails i {
    font-size: 14px;
    color: #424242;
    vertical-align: text-bottom;
}
/*********************************** AFFICHAGE DU PROFIL **********************************/
.PFIL {
margin:auto; width:800px; font-family:Arial;
}
/* BLOC ADMINISTRATION & DERNIERE VISITE PROFIL */
.lstPFIL {
margin-bottom:15px;
padding:2px 5px; font-family: 'Cousine', monospace;
font-size:10px; text-transform:uppercase; text-align:right; 
background:#f9f9f9; color:black; /* MODIFIABLE */
}
/* ADMINISTRATION PROFIL */
.adminPFIL {
float:left; margin-top:1px;
font-size:9px; text-align:left; text-transform:uppercase;
color:black; /* MODIFIABLE */
opacity:0.7;
}
/* LIENS ADMINISTRATION PROFIL */
.adminPFIL a {
color:black; /* MODIFIABLE */
}
/* INTITULE DERNIERE VISITE PROFIL */
.lstPFIL span {
font-weight:bold; color:black; /* MODIFIABLE */
}
/* BLOC AVATAR PROFIL */
#avPFIL {
display:inline-block; vertical-align:top; margin-right:15px;
width:200px; padding:10px; border:1px solid;
border-color:white; /* MODIFIABLE */
}
/* AVATAR PROFIL */
.avPFIL {
margin-bottom:10px;
width:200px; height:400px; overflow:hidden;
}
/* SUJETS UTILISATEUR PROFIL */
.sbjPFIL {
display:inline-block; vertical-align:middle; margin-right:10px;
width:73px; height:21px; padding:7px 10px 0;
text-transform:uppercase; text-align:center; font-size:10px; line-height:15px; font-family: 'Cousine', monospace;
background:#f9f9f9; color:black !important; /* MODIFIABLE */
}
/* MESSAGES UTILISATEUR PROFIL */
.msgPFIL {
display:inline-block; vertical-align:middle;
width:73px; height:21px; padding:7px 10px 0;
text-transform:uppercase; text-align:center; font-size:10px; line-height:15px; font-family: 'Cousine', monospace;
background:#f9f9f9; color:black !important; /* MODIFIABLE */
}
/* PSEUDONYME & INFORMATIONS PROFIL */
.boxPFIL {
display:inline-block; vertical-align:top;
}
/* BLOC PSEUDONYME PROFIL */
.namePFIL {
margin-bottom:10px;
height:40px; padding:20px; font-family : 'Roboto', sans serif;
text-transform:uppercase; text-align:center; font-size:20px; line-height:30px;
background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); /* MODIFIABLE */
}
/* PSEUDONYME PROFIL */
.namePFIL span strong {
color:white; /* MODIFIABLE */
}
/* BLOC INFORMATIONS PROFIL */
.abtPFIL {
margin-top:15px;
width:541px; height:355px; padding:10px; overflow-y:auto;
border:1px solid; font-size:11px;
border-color:white; background:#f9f9f9; color:black; /* MODIFIABLE */
}
/* INTITULES INFORMATIONS PROFIL */
.abtPFIL div span {
font-weight:bold; text-transform:uppercase; color:black; /* MODIFIABLE */
}
/* INFORMATIONS PROFIL */
.abtPFIL div {
padding:2px 0;
}
.abtPFIL .field_uneditable {
display:inline-block;
}
/* BLOC IMAGES CONTACT PROFIL */
#ktactPFIL {
margin-top:15px;
text-align:right;
padding:10px; border:1px solid;
border-color:white; /* MODIFIABLE */
}
/* IMAGES CONTACT PROFIL */
.ktactPFIL {
display:inline-block; vertical-align:middle; margin:0 5px;
max-height:25px; overflow:hidden;
}
.ktactPFIL img {
margin:auto; max-height:25px;
}
/* FEUILLE DE PERSONNAGE PROFIL */
.boxRPG {
margin-top:10px;
width:780px; padding:10px; border:1px solid;
border-color:grey; background:#DEDEDE; /* MODIFIABLE */
}
/* CONTENU FEUILLE DE PERSONNAGE PROFIL */
.boxRPG span {
text-transform:uppercase; font-size:10px; color:black; /* MODIFIABLE */
}
.boxRPG div:nth-of-type(1) br {
display:none;
}
/* MODERATION PROFIL */
.ajax-profil_edit {
position:absolute; z-index:15; margin-top:4px; margin-left:7px;
}
.ajax-profil_edit img{
width:7px;
}
/**********************************************LISTE DES SUJETS****************************************/
/*Customisation du bloc contenant les sujets (ajout d'un titre, etc)*/
.topic-wrap {
    margin: 10px 0;
}
 .topic-wrap th {
    display: none;
}
 .topic-wrap-table::before , .topic-wrap th:first-child::before {
    content: "topics";
    background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%);
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}
 .topic-wrap-table.topic-note::before {
    content: "notes & annonces";
}
 .topic-wrap th:first-child {
    display: block;
    position: relative;
    height: 20px;
    padding: 0;
}
 .topic-wrap th:first-child::before {
    content: "topics";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Bloc topic */
 .topic {
    display: flex;
    min-height: 50px;
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #868686;
    font-family: "Roboto", sans-serif;
    border-bottom: 0;
}
.topic a, .topic a:hover, .topic a:active {
    text-decoration: none!important;
}
 .topic-left, .topic-stats, .topic-last {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*Image nouveau message, verrouillé, etc*/
 .topic-img {
    width: 50px;
    position: relative;
}
 .topic-img img {
    display: none;
}
/*L'image est supprimée et remplacée par un cercle*/
 .topic-img::before {
    content: "";
    height: 30px;
    width: 30px;
    border: 5px solid #f1f1f1;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 15px);
    box-sizing: border-box;
    top: calc(50% - 15px);
}
/*Si le topic est verrouillée, l'image est remplacée par une croix*/
 .topic.verrouille .topic-img::before {
    content: "×";
    height: 30px;
    width: 30px;
    border: 0;
    position: absolute;
    left: calc(50% - 15px);
    box-sizing: border-box;
    top: calc(50% - 15px);
    text-align: center;
    font-size: 50px;
    line-height: 30px;
    color: #f1f1f1;
}
/*Changement de couleur en cas de nouveau message*/
 .topic.nouveau .topic-img::before {
    border-color: #1f4157;
}
 .topic.nouveau.verrouille .topic-img::before {
    color: #1f4157;
}
 .topic-left {
    flex: 1;
}
/*Titre de topic*/
 .topic-titre {
    display: flex;
}
 .topic-titre img {
    align-self: center;
    margin-right: 10px;
}
 .topic-titre h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin: 0;
}
 .topic-titre a {
    color: #8d9ea8;
  text-shadow: 1px 1px 0 #f2f2f2;
    transition: all 0.3s;
}
 .topic-titre a:hover {
    color: #f2f2f2;
    text-shadow: 1px 1px 0 #8d9ea8;
}
 .topic-titre strong {
    margin-right: 3px;
    color: #3e3e3e;
}
/*Auteur du topic*/
 .topic-auteur {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    display: flex;
    color: #848484;
}
 .topic-auteur br, .topic-auteur > div img {
    display: none;
}
 .topic-auteur > div {
    align-self: center;
    font-family: "Roboto", sans-serif;
    font-size: 9px;
    margin-left: 10px;
}
 .topic-auteur > div a, .topic.nouveau .topic-last > div > a::before {
    color: #e9c343;
    margin-left: 2px;
    transition: all 0.3s;
}
 .topic-auteur > div a:hover, .topic-last > div > a:hover::before {
    color: #8a7d4f;
}
/*Description de topic*/
 .topic-desc {
    font-size: 11px;
    text-align: justify;
    padding-right: 10px;
}
/*Statistiques*/
 .topic-stats {
    width: 120px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f1f1f1;
}
 .topic-stats > div:first-child {
    position: relative;
    margin-bottom: 8px;
}
 .topic-stats > div:first-child::after {
    position: absolute;
    content:"";
    width: 70px;
    height: 1px;
    background: #2d2d2d;
    bottom: -4px;
    left: calc(50% - 35px);
}
/*Dernier message*/
 .topic-last {
    width: 200px;
    font-size: 10px;
    padding: 0 10px;
}
 .topic-last > div > a::before {
    content: "►";
    margin-left: 0;
    color: #666;
}
 .topic-last > div > a img {
    display: none;
}
/********************************************** MESSAGERIE ****************************************/
/* ONGLETS MESSAGERIE - BOITE DE RECEPTION / MESSAGES ENVOYES / BOITE ENVOI / ARCHIVES */
.ongMSGY {
display:inline-block; margin:0 5px 5px 0;
width:125px; height:10px; padding:2px 0;
background:#1f4157; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:11px;
}
/* ONGLETS INACTIFS */
.ongMSGY a {
color:lightgrey; /* MODIFIABLE */
}
/* BOUTON ALLER MESSAGERIE */
.goMSGY {
display:inline-block; vertical-align:middle; margin-top: -2px;
height:15px; border:none;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
/* CAPACITE DE LA MESSAGERIE */
.boxMSGY {
height:23px; padding:10px 10px 0 0;
background:#1f4157; color:black; /* MODIFIABLE */
text-align:right; font-size:10px; text-transform:uppercase; font-family:Arial; line-height:12px;
}
/* PAS DE MESSAGE */
.noneMSGY {
margin:5px auto; padding:5px;
background:white; color:black; /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* BLOC MESSAGE */
.blocMSGY {
margin:5px auto;
height:30px; padding:5px; overflow:hidden;
padding:10px; border:1px solid;
border-color:white; /* MODIFIABLE */
transition:all 0.45s linear; -webkit-transition:all 0.45s linear;
}
.blocMSGY:hover {
height:55px;
}
/* BLOC TITRE MESSAGE */
.tleMSGY {
display:inline-block; vertical-align:top;
width:70%; height:20px; padding:5px 0; overflow:hidden;
background:#f9f9f9; /* MODIFIABLE */
text-align:left; font-size:11px; font-family:Arial; line-height:16px;
}
/* TITRE MESSAGE */
.tleMSGY a {
color:black !important; /* MODIFIABLE */
}
/* BLOC AUTEUR MESSAGE */
.nameMSGY {
display:inline-block; vertical-align:top; margin-left:1%;
width:29%; height:20px; padding:5px 0; overflow:hidden;
background:linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); /* MODIFIABLE */
text-align:center; font-size:10px; text-transform:uppercase; font-family:'Roboto', sans serif; line-height:19px;
}
/* COULEUR PSEUDONYME AUTEUR MESSAGE */
.nameMSGY strong {
color:white; /* MODIFIABLE */
}
/* DATE MESSAGE */
.dateMSGY {
display:block; margin-top:5px;
width:100%; height:10px; padding:5px 0;
color:black; /* MODIFIABLE */
text-align:center; font-size:10px; font-family:Arial; line-height:10px;
}
/* PAGINATION MESSAGERIE */
.navMSGY {
margin:5px 0; padding:3px;
background:#f9f9f9; color:black; /* MODIFIABLE */
}
.fontMSGY {
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* NUMEROS PAGES PAGINATION MESSAGERIE */
.navMSGY a {
color:white; /* MODIFIABLE */
font-size:10px; text-transform:uppercase; font-family:Arial;
}
/* TOUT SELECTIONNER / TOUT DESELECTIONNER MESSAGERIE */
.selectMSGY {
font-size:9px; text-transform:uppercase; font-family:Arial;
}
.selectMSGY a {
color:black !important; /* MODIFIABLE */
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER / TOUT SUPPRIMER */
.btnMSGY {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:#1f4157; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMSGY .gensmall {
font-size:0;
}
/********************************************** INTERIEUR MP ****************************************/
/* BLOC TITRE MESSAGE */
.tleMP {
width:70%; height:40px; overflow:hidden;
padding:20px; font-family : 'Roboto', sans serif;
text-transform:uppercase; text-align:center; font-size:14px; line-height:16px;
background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); color : white;
}
/* BLOC TITRE 2 */
.tle2MP {
width:60%; height:20px; overflow:hidden;
padding:10px; font-family : 'Roboto', sans serif;
text-transform:uppercase; text-align:center; font-size:12px; line-height:13px;
background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); color : white;
}
/* BLOC AUTEUR */
.aut2MP {
width:30%; height:20px; overflow:hidden;
padding:10px; font-family : 'Roboto', sans serif;
text-transform:uppercase; text-align:center; font-size:12px; line-height:13px;
background: linear-gradient(90deg, #a7cbcc 0%, #1f4157 100%); color : white;
}
/* OPTIONS MESSAGERIE - SAUVEGARDER / SUPPRIMER */
.btnMP {
display:inline-block; vertical-align:top; margin-left:5px;
padding:3px 5px 2px; border:none;
background:#1f4157; color:white; /* MODIFIABLE */
text-align:center; font-size:9px; text-transform:uppercase; font-family:Arial; line-height:10px;
}
.jumpMP .gensmall {
font-size:0;
}
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 18:54

INDEX_BOX COMPLET DU 24/11/2019

Code:
<div class="forum-links">
 <!-- BEGIN switch_user_logged_in -->
  <div><a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></div>
  <div><a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></div>
 <!-- END switch_user_logged_in -->
  <div><a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></div>
</div>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<div class="cate-titre">{catrow.tablehead.L_FORUM}</div>
 <!-- END tablehead -->
 <!-- BEGIN cathead -->

 <!-- END cathead -->
 <!-- BEGIN forumrow -->
<div class="forum-wrap">
    <div>
       
    </div>
    <div>
      <div class="forum-title">
        <a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
        <div class="forum-stats">{catrow.forumrow.TOPICS} sujets {catrow.forumrow.POSTS} messages
        </div>
      </div>
      <div class="forum-desc"><div>{catrow.forumrow.FORUM_DESC}</div></div>
        <div class="sous-forums">
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </div>
    </div>
    <div>
      <div class="forum-img">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </div>
        <div class="forum-last">{catrow.forumrow.LAST_POST}</div>

    </div>
</div>
 <!-- END forumrow -->
 <!-- BEGIN catfoot -->
 
 <!-- END catfoot -->
 <!-- BEGIN tablefoot -->
<!-- END tablefoot --><!-- END catrow -->
<script>
  $(document).ready(function(){
  $('.forum-wrap').each(function(){
 
  $(this).find('.forum-last > span > a').wrap('<div/>');
  $(this).find('.forum-last > span').contents().filter(function(){
    return this.nodeType == 3 && $.trim(this.nodeValue).length;
}).wrap('<div />');
  var loc = $(this).find('.forum-last > span > div:last-child a').attr("href");
    $(this).find('.forum-last > span > div:first-child a').attr("href",loc);
  });
  });
</script>
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 19:19

POSTING BODY

Code:
<script src="{JS_DIR}extendedview.js" type="text/javascript"></script>

<!-- BEGIN privmsg_extensions -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
   <tr>
      <td align="center" valign="top" width="100%">
         <table border="0" cellspacing="2" cellpadding="0" height="40">
            <tr valign="middle">
               <td>{INBOX_IMG}</td>
               <td><span class="cattitle">{INBOX_LINK}</span></td>
               <td>{SENTBOX_IMG}</td>
               <td><span class="cattitle">{SENTBOX_LINK}</span></td>
               <td>{OUTBOX_IMG}</td>
               <td><span class="cattitle">{OUTBOX_LINK}</span></td>
               <td>{SAVEBOX_IMG}</td>
               <td><span class="cattitle">{SAVEBOX_LINK}</span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<br clear="all" />
<!-- END privmsg_extensions -->

{POST_PREVIEW_BOX}{ERROR_BOX}

<!-- BEGIN switch_quote_limit -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr class="inner">
      <td>
         <table cellspacing="0" cellpadding="1" border="0" width="100%">
            <tr><td class="row1"> </td></tr>
            <tr><td class="row1" align="center"><span class="gen" style="color:red;">{switch_quote_limit.L_QUOTE_LIMIT_WARNING}</span></td></tr>
            <tr><td class="row1"> </td></tr>
         </table>
      </td>
   </tr>
</table>
<!-- END switch_quote_limit -->

<form action="{S_POST_ACTION}" method="post" name="post" enctype="multipart/form-data">
   <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
      <tr><td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a> <!-- BEGIN switch_not_privmsg -->{NAV_CAT_DESC}<!-- END switch_not_privmsg --></span></td></tr>
   </table>
   
   <!-- BEGIN switch_forum_rules -->
   <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
      <tbody>
         <tr>
            <td class="catBottom">
               <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tbody>
                     <tr>
                        <td valign="top">
                           <h1 class="cattitle"> {L_FORUM_RULES}</h1>
                        </td>
                     </tr>
                  </tbody>
               </table>
            </td>
         </tr>
         <tr>
            <td class="row1 clearfix">
               <table>
                  <tr>
                     <!-- BEGIN switch_forum_rule_image -->
                     <td class="logo">
                        <img src="{RULE_IMG_URL}" />
                     </td>
                     <!-- END switch_forum_rule_image -->
                     <td class="rules postbody">
                        {RULE_MSG}
                     </td>
                  </tr>
               </table>
            </td>
         </tr>
      </tbody>
   </table>
   <!-- END switch_forum_rules -->
   
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <th height="28" class="barre" colspan="2" valign="bottom">
            <strong>{L_POST_A}</strong>
         </th>
      </tr>
      <!-- BEGIN switch_username_select -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
         <td class="row2" width="78%"><span class="genmed"><input class="post" type="text" name="username"  maxlength="25" value="{USERNAME}" size="25" tabindex="1" /></span></td>
      </tr>
      <!-- END switch_username_select -->
      
      <!-- BEGIN switch_reasons -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><b>{L_REASON}</b></span></td>
         <td class="row2" width="78%"><span class="genmed">{REASON}</span></td>
      </tr>
      <!-- END switch_reasons -->

      <!-- BEGIN switch_privmsg -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
         <td class="row2" width="78%">
            <span class="genmed">
               <!-- BEGIN switch_username -->
               <input class="post" style="margin:1px 0" type="text" name="username[]" value="{switch_privmsg.switch_username.USERNAME}" size="25" /><br />
               <!-- END switch_username -->
               <input class="post" style="margin:1px 0" type="text" id="username" name="username[]" value="{USERNAME}" size="25" tabindex="1" /> 
               <img id="add_username" src="{ADD_USERNAME_IMG}" class="selectHover" alt="" /> 
               <input class="liteoption" type="button" id="find_user" value="{L_FIND_USERNAME}" />
            </span>
         </td>
      </tr>
      <!-- BEGIN switch_privmsg_friend -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><b>{switch_privmsg.switch_privmsg_friend.L_OR_FRIEND}</b></span></td>
         <td class="row2" width="78%">{switch_privmsg.switch_privmsg_friend.FRIEND_PM}</td>
      </tr>
      <!-- END switch_privmsg_friend -->
      <!-- BEGIN switch_privmsg_group -->
      <tr>
      <td class="row1" width="22%"><span class="gen"><b>{switch_privmsg.switch_privmsg_group.L_OR_GROUP}</b></span></td>
      <td class="row2" width="78%">{switch_privmsg.switch_privmsg_group.MASS_PM}<input type="button" value="  ?  " title="{switch_privmsg.switch_privmsg_group.MASS_PM_EXPLAIN}" class="button2" /></td>
      </tr>
      <!-- END switch_privmsg_group -->
      <!-- END switch_privmsg -->

      <!-- BEGIN switch_groupmsg -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><b>{L_USERNAME}</b></span></td>
         <td class="row2" width="78%"><span class="genmed">{USERNAME}</span></td>
      </tr>
      <!-- END switch_groupmsg -->

      <!-- BEGIN switch_subject -->
      <tr>
      <td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td>
      <td class="row2" width="78%">
         <span class="gen">
            <input class="post" style="width:450px" type="text" name="subject" value="{SUBJECT}" size="45" maxlength="{TOPIC_TITLE_MAXLENGTH}" tabindex="2" title="{TOPIC_TITLE_LENGTH_EXPLAIN}" onkeypress="if (event.keyCode==13){return false}" />

            <!-- BEGIN switch_subject_color -->
            <script type="text/javascript">
            //<![CDATA[
            input = document.getElementsByName('subject');
            //]]>
            </script>
            <select name="topic_color" onchange="input[0].style.color = topic_color.value" style="margin-left:10px">
               {switch_subject.switch_subject_color.TOPIC_TITLE_COLOR_OPTIONS}
            </select>
            <script type="text/javascript">
            //<![CDATA[
            input[0].style.color = '{switch_subject.switch_subject_color.TOPIC_TITLE_COLOR_DEFAULT}';
            //]]>
            </script>
            <!-- END switch_subject_color -->
         </span>
      </td>
      </tr>
      <!-- END switch_subject -->

      <!-- BEGIN switch_description -->
      <tr>
      <td class="row1" width="22%"><span class="gen"><b>{L_DESCRIPTION}</b></span></td>
      <td class="row2" width="78%">
         <span class="gen">
            <input class="post" style="width:450px" type="text" name="description" value="{DESCRIPTION}" maxlength="{TOPIC_DESCRIPTION_MAXLENGTH}" onkeypress="if (event.keyCode==13){return false}" />
         </span>
      </td>
      </tr>
      <!-- END switch_description -->

      <!-- BEGIN switch_icon_checkbox -->
      <tr>
      <td class="row1" valign="top"><span class="gen"><b>{L_ICON_TITLE}</b></span></td>
      <td class="row2">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <!-- BEGIN row -->
      <tr>
      <td nowrap="nowrap"><span class="gen"><!-- BEGIN cell --><label><input type="radio" name="post_icon" value="{switch_icon_checkbox.row.cell.ICON_ID}" {switch_icon_checkbox.row.cell.ICON_CHECKED} id="post_icon_{switch_icon_checkbox.row.cell.ICON_ID}" /> <span onclick="document.forms['post'].post_icon_{switch_icon_checkbox.row.cell.ICON_ID}.checked=true">{switch_icon_checkbox.row.cell.ICON_IMG}</span></label><!-- END cell --></span></td>
      </tr>
      <!-- END row -->
      </table>
      </td>
      </tr>
      <!-- END switch_icon_checkbox -->

      <tr id="parent_editor_simple" {EDITOR_DISPLAY_SIMPLE}>
         <td class="row1" valign="top">
            <table width="100%" border="0" cellspacing="0" cellpadding="1">
               <tr>
                  <td><span class="gen" style="white-space: nowrap;"><b>{L_MESSAGE_BODY}</b></span></td>
               </tr>
               <tr>
                  <td align="center" valign="middle">
                                                    <table width="100%" border="0" cellspacing="0" cellpadding="5">
                                                        <tr align="center">
                     <td class="gensmall" colspan="{S_SMILIES_COLSPAN}">
                        <div id="smileyContainer">
                        {L_SMILIES_PREVIEW_NEW}
                        </div>
                     </td>
                  </tr>
                  </table>
                  </td>
               </tr>
            </table>
         </td>
         <td class="row2" valign="top"><span class="genmed"></span>
            <table border="0" cellspacing="0" cellpadding="0" width="100%">
               <tr>
                  <td valign="top">
                     <textarea id="text_editor_textarea" class="post" name="message" tabindex="3" wrap="virtual">{MESSAGE}</textarea> 
                  </td>
                  <td id="smileyContainer" valign="top">
                     {L_SMILIES_PREVIEW_NEW}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
      <!-- BEGIN edit_reason -->
      <tr>
         <td class="row1" width="22%"><span class="gen"><strong>{edit_reason.L_EDIT_REASON}</strong></span></td>
         <td class="row2" width="78%"><span class="gen"><input class="post" style="width:450px" type="text" name="edit_reason" value="{edit_reason.EDIT_REASON}" maxlength="255" /></span></td>
      </tr>
      <!-- END edit_reason -->
      {CODE_CONFIRM}
   </table>
   
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr>
         <td class="catBottom" colspan="2" align="center" height="28">
            <input type="hidden" name="lt" value="{LAST_TOPIC_ID}" />
            {S_HIDDEN_FORM_FIELDS}
            <!-- BEGIN switch_preview -->
            <input class="liteoption" type="submit" name="preview" value="{L_PREVIEW}" tabindex="5" /> 
            <!-- END switch_preview -->
            <!-- BEGIN switch_draft -->
             <input class="liteoption" type="submit" name="draft" value="{L_DRAFT}" tabindex="7" accesskey="d" /> 
            <!-- END switch_draft -->
            <!-- BEGIN switch_publish -->
             <input class="liteoption" type="submit" name="publish" value="{L_PUBLISH}" tabindex="8" accesskey="p" /> 
            <!-- END switch_publish -->
             <input class="mainoption" type="submit" name="post" value="{L_SUBMIT}" tabindex="6" accesskey="s" />
         </td>
      </tr>
   </table>
   <br /><br />

   <!-- BEGIN switch_roll_dice -->
   <div id="rolldice" style="display:{ROLLDICE_CLOSE}">
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
         <tr>
            <th class="barre">
               <table width="100%">
                  <tr>
                     <td width="10"></td>
                     <td align="center"><span class="gen"><b>{ROLL_DICE_TITLE}</b></span></td>
                     <td width="10"><a href="javascript:ShowHideLayernew('rolldice')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></td>
                  </tr>
               </table>
            </th>
         </tr>
      </table>
   </div>

   <div id="rolldice_show" style="display:{ROLLDICE_OPEN}">
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
         <tr>
            <th class="barre" colspan="2">
               <table width="100%">
                  <tr>
                     <td width="10"> </td>
                     <td align="center"><span class="gen"><b>{ROLL_DICE_TITLE}</b></span></td>
                     <td width="10"><a href="javascript:ShowHideLayernew('rolldice')">
                        <img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a>
                     </td>
                  </tr>
               </table>
            </th>
         </tr>
         <tr>
            <td class="row1">
               <script type="text/javascript">
               //<![CDATA[
               function add_dice(dice_number,dice,number)
               {
                  var content = document.getElementById('post_dice').innerHTML;
                  document.getElementById('dice_to_del').innerHTML = '';
                  document.getElementById('dice_to_del').id = '';

                  var new_tr = document.createElement('tr');
                  new_tr.appendChild(document.createElement('td'));
                  new_tr.firstChild.innerHTML = '<span class="postbody">{ROLL_DICE_TITLE_LOW} #' + (dice_number + 1) + ' : </span><select name="post_dice_' + dice_number + '" id="post_dice_' + dice_number + '" value="' + dice + '">' + content + '</select><span class="postbody"> <label for="nb_rolls_' + dice_number + '">{switch_roll_dice.L_DICE_ROLLS} : </label><input type="text" size="2" maxlength="3" name="nb_rolls_' + dice_number + '" id="nb_rolls_' + dice_number + '" class="post" value="' + number + '" /> <span id="dice_to_del"><a href="javascript:add_dice(' + (dice_number + 1) + ',\'\',1)"><img src="{PATH_IMG_FA}tabs_more.gif" alt="plus" /></a></span></span>';
                  document.getElementById('list_dice').lastChild.appendChild(new_tr);

                  var select_dice = document.getElementById('post_dice_' + dice_number);
                  if ( dice == '' )
                  {
                     select_dice.selectedIndex=0;
                  }
                  for ( var i = 1; select_dice.options[i]; i++ )
                  {
                     select_dice.options[i].selected = ( select_dice.options[i].value == dice );
                  }
               }
               //]]>
               </script>            
               <table style="width:100%" id="list_dice">
                  <tr>
                     <td>
                        <span class="postbody">{ROLL_DICE_TITLE_LOW} #1 : </span>
                        <select name="post_dice_0" id="post_dice">
                           <option value="">-</option>
                           <!-- BEGIN row_replace -->
                           <option value="{switch_roll_dice.row_replace.DICE_ID}"{switch_roll_dice.row_replace.DICE_SELECTED}>{switch_roll_dice.row_replace.DICE_NAME}</option>
                           <!-- END row_replace -->
                        </select>
                        <span class="postbody">
                            <label for="nb_rolls_0">{switch_roll_dice.L_DICE_ROLLS} : </label><input type="text" size="2" maxlength="3" name="nb_rolls_0" id="nb_rolls_0" class="post" value="{switch_roll_dice.S_DICE_ROLLS_VALUE}" />
                            <span id="dice_to_del"><a href="javascript:add_dice(1,'',1)"><img src="{PATH_IMG_FA}tabs_more.gif" alt="plus" /></a></span>
                        </span>
                     </td>
                  </tr>
               </table>            
            </td>
         </tr>
      </table><br /><br />
   </div>
   {switch_roll_dice.DICE_SCRIPT}
   <!-- END switch_roll_dice -->

<!-- BEGIN switch_attachment_list -->
<div id="attachments">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENTS}</b></span></td><td width="10"></td>
</tr></table>
</th></tr>
<!-- BEGIN attachments -->
<tr>
<td width="22%" class="row1">
<span class="gen"><b>{L_ATTACHMENT_FILENAME}</b></span><br />
</td>
<td width="78%" class="row2">
<!-- BEGIN switch_is_orphan -->
<span class="gen">{switch_attachment_list.attachments.switch_is_orphan.FILENAME}</span>  
<!-- END switch_is_orphan -->
<!-- BEGIN switch_is_not_orphan -->
<a href="{switch_attachment_list.attachments.switch_is_not_orphan.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.switch_is_not_orphan.FILENAME}</a>  
<!-- END switch_is_not_orphan -->
<!-- BEGIN switch_can_delete -->
<input type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" /><br />
<!-- END switch_can_delete -->
</td>
</tr>
<tr>
<td width="22%" class="row1">
<span class="gen"><b>{L_ATTACH_COMMENT}</b></span>
</td>
<td width="78%" class="row2">
<!--textarea name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" cols="35" rows="3" style="width:100%">{switch_attachment_list.attachments.ATTACH_COMMENT}</textarea><br />
<a href="{switch_attachment_list.attachments.U_ATTACH_URL}" class="gen">{switch_attachment_list.attachments.FILENAME}</a>  <input class="liteoption" type="submit" value="{L_ATTACHMENT_DELETE}" name="delete_file[{switch_attachment_list.attachments.ATTACH_POS}]" /-->
<input class="post" type="text" id="filecomment{switch_attachment_list.attachments.ATTACH_POS}" name="comment_list[{switch_attachment_list.attachments.ATTACH_POS}]" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" maxlength="255" style="width: 450px" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_ID}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_id]" />
<input type="hidden" value="{switch_attachment_list.attachments.IS_ORPHAN}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][is_orphan]" />
<input type="hidden" value="{switch_attachment_list.attachments.REAL_FILENAME}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][real_filename]" />
<input type="hidden" value="{switch_attachment_list.attachments.ATTACH_COMMENT}" name="attachment_data[{switch_attachment_list.attachments.ATTACH_POS}][attach_comment]" />
</td>
</tr>

<!-- END attachments -->
</table>
</div>
<!-- END switch_attachment_list -->

<!-- BEGIN switch_attachment -->
<div id="attachment" style="display:{ATTACHMENT_CLOSE}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENT_ADD}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('attachment')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>
</table>
</div>

<div id="attachment_show" style="display:{ATTACHMENT_OPEN}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_ATTACHMENT_ADD}</b></span></td>
<td width="10"><a href="javascript:ShowHideLayernew('attachment')">
<img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>
<tr>
<td class="row1">

<table class="forumline" width="100%" cellspacing="1" cellpadding="0" border="0">
<tr>
<td class="row1" colspan="2"><span class="gen">{L_ATTACHMENT_ADD_HELP}</span><br /><span class="info">{EXT_LIST}</span><br /></td>
</tr>

<tr>
<td class="row1" width="22%"><span class="gen"><b>{L_ATTACHMENT_FILENAME}</b></span></td>
<td class="row2" width="78%"><span class="genmed"><input class="post" type="file" id="fileupload" name="fileupload" value="" /><input value="{L_SUBMIT}" type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})</span></td>
</tr>

<tr>
<td class="row1" width="22%"><span class="gen"><b>{L_ATTACH_COMMENT}</b></span></td>
<td class="row2" width="78%"><span class="genmed"><input class="post" type="text" style="width:450px" id="filecomment" name="filecomment" value="" maxlength="255" /></span></td>
</tr>

<!-- BEGIN modif_dav_08032010 -->
<tr>
<td valign="top" width="15%"><label class="gen" for="fileupload">{L_ATTACHMENT_FILENAME}</label><br /><br />
<label class="gen" for="filecomment">{L_ATTACH_COMMENT}</label></td>
<td width="80%"><input type="file" id="fileupload" name="fileupload" /><input type="submit" name="add_file" /> ({L_MAX_ATT_SIZE})<br />
<textarea id="filecomment" name="filecomment" cols="35" rows="3" style="width:100%"></textarea></td>
</tr>
<!-- END modif_dav_08032010 -->

</table>
</td>
</tr>
</table>
</div>

<!-- END switch_attachment -->

<div id="optionsitems" style="display:{OPTIONSITEMS_CLOSE}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_OPTIONS}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('optionsitems')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>
</table>
</div>

<div id="optionsitems_show" style="display:{OPTIONSITEMS_OPEN}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_OPTIONS}</b></span></td>
<td width="10"><a href="javascript:ShowHideLayernew('optionsitems')">
<img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>

<!-- BEGIN switch_topic_modif -->
   <!-- BEGIN switch_icon_checkbox -->
   <tr>
      <td class="row1"><label class="gen">{POST_ICON_TITLE}</label></td>

      <td class="row2">
      <!-- BEGIN row -->
         <!-- BEGIN cell -->
         <label class="gen"><input type="radio" name="post_icon" value="{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}" id="post_icon_{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}" {switch_topic_modif.switch_icon_checkbox.row.cell.ICON_CHECKED} />?<span onclick="document.forms['post'].post_icon_{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_ID}.checked=true">{switch_topic_modif.switch_icon_checkbox.row.cell.ICON_IMG}</span></label>
         <!-- END cell -->
      <!-- END row -->
      </td>
   </tr>
   <!-- END switch_icon_checkbox -->
<tr>

   <td class="row1"><label for="modif_topic_title" class="gen">{L_TOPIC_TITLE_MODIFY}</label></td>

   <td class="row2">
      <input class="post" style="width:450px" type="text" name="modif_topic_title" id="modif_topic_title" value="{MODIF_TOPIC_TITLE}" class="gen" maxlength="{TOPIC_TITLE_MAXLENGTH}" onkeypress="if (event.keyCode==13){return false}" />
      <!-- BEGIN switch_topic_button -->
       <input type="button" value="{L_SOLVED_WITHOUT_BRAKETS}" class="button" onclick="set_solved(this.form.elements['modif_topic_title'],'{L_SOLVED}')" style="display:none" id="button_solved" />
      <script type="text/javascript">
      //<![CDATA[
      document.getElementById('button_solved').style.display = 'inline';
      //]]>
      </script>
      <!-- END switch_topic_button -->
   </td>
</tr>
<!-- END switch_topic_modif -->

   <tr>
      <td class="row1" valign="top" width="22%">
         <span class="gensmall">
            {HTML_STATUS}<br />
            {BBCODE_STATUS}<br />
            {SMILIES_STATUS}
         </span>
      </td>
      <td class="row2" width="78%"><span class="gen"> </span>
         <table border="0" cellspacing="0" cellpadding="1">
            <!-- BEGIN switch_html_checkbox -->
            <tr>
               <td><input type="checkbox" name="disable_html"{S_HTML_CHECKED} /></td>
               <td><span class="gen">{L_DISABLE_HTML}</span></td>
            </tr>
            <!-- END switch_html_checkbox --><!-- BEGIN switch_bbcode_checkbox -->
            <tr>
               <td><input type="checkbox" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
               <td><span class="gen">{L_DISABLE_BBCODE}</span></td>
            </tr>
            <!-- END switch_bbcode_checkbox --><!-- BEGIN switch_smilies_checkbox -->
            <tr>
               <td><input type="checkbox" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
               <td><span class="gen">{L_DISABLE_SMILIES}</span></td>
            </tr>
            <!-- END switch_smilies_checkbox --><!-- BEGIN switch_signature_checkbox -->
            <tr>
               <td><input type="checkbox" name="attach_sig"{S_SIGNATURE_CHECKED} /></td>
               <td><span class="gen">{L_ATTACH_SIGNATURE}</span></td>
            </tr>
            <!-- END switch_signature_checkbox --><!-- BEGIN switch_notify_checkbox -->
            <tr>
               <td><input type="checkbox" name="notify"{S_NOTIFY_CHECKED} /></td>
               <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td>
            </tr>
            <!-- END switch_notify_checkbox --><!-- BEGIN switch_delete_checkbox -->
            <tr>
               <td><input type="checkbox" name="delete" /></td>
               <td><span class="gen">{L_DELETE_POST}</span></td>
            </tr>
            <!-- END switch_delete_checkbox -->
            <!-- BEGIN switch_type_toggle -->
            <tr>
               <td></td>
               <td><span class="gen">{S_TYPE_TOGGLE}</span></td>
            </tr>
            <!-- END switch_type_toggle -->
         </table>
      </td>
   </tr>
</table>
</div>

<!-- BEGIN switch_type_cal -->
<div id="calendaritems" style="display:{CALENDARITEMS_CLOSE}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_CALENDAR}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('calendaritems')"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>
</table>
</div>
<div id="calendaritems_show" style="display:{CALENDARITEMS_OPEN}">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><th class="barre" colspan="2">
<table width="100%"><tr>
<td width="10"></td><td align="center"><span class="gen"><b>{L_CALENDAR}</b></span></td><td width="10"><a href="javascript:ShowHideLayernew('calendaritems')"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></td>
</tr></table>
</th></tr>
<tr><td class="row1" width="22%"><span class="gen"><b>{L_CALENDAR_TITLE} :</b></span></td>
<td class="row2" width="78%"><span class="genmed">
{S_CALENDAR_DAY}{S_CALENDAR_MONTH}{S_CALENDAR_YEAR} 
<a href="javascript:void(0)" name="#" class="genmed" style="font-style:normal;font-weight:normal" onclick="document.post.topic_calendar_day.value={TODAY_DAY};document.post.topic_calendar_month.value={TODAY_MONTH};document.post.topic_calendar_year.value={TODAY_YEAR}">{L_TODAY}</a>
</span>
</td>
</tr>
<tr>
<td class="row1"><span class="gen"><b>{L_TIME} :</b></span></td>
<td class="row2"><span class="genmed">
<input name="topic_calendar_hour" type="post" maxlength="2" size="3" value="{CALENDAR_HOUR}" class="post" /> {L_HOURS}  
<input name="topic_calendar_min" type="post" maxlength="2" size="3" value="{CALENDAR_MIN}" class="post" /> {L_MINUTES}
</span>
</td>
</tr>
<tr>
<td class="row1"><span class="gen"><b>{L_CALENDAR_DURATION} :</b></span></td>
<td class="row2">
<span class="genmed">
<input name="topic_calendar_duration_day" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_DAY}" class="post" /> {L_DAYS}  
<input name="topic_calendar_duration_hour" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_HOUR}" class="post" /> {L_HOURS}  
<input name="topic_calendar_duration_min" type="post" maxlength="5" size="3" value="{CALENDAR_DURATION_MIN}" class="post" /> {L_MINUTES}
<input name="create_event" type="hidden" value="{CREATE_EVENT}" />
<input name="calendar_d" type="hidden" value="{CALENDAR_D}" />
</span>
</td>
</tr>
</table>
</div>
<!-- END switch_type_cal -->
{POLLBOX}

<!-- BEGIN switch_display_menus -->
<script type="text/javascript">
//<![CDATA[
ShowHideLayernew('rolldice');
ShowHideLayernew('optionsitems');
ShowHideLayernew('calendaritems');
ShowHideLayernew('pollitems');
//]]>
</script>
<!-- END switch_display_menus -->

</form>
<table width="100%" border="0" cellspacing="2" align="center">
<tr>
<td align="right" valign="top">{JUMPBOX}</td>
</tr>
</table>{TOPIC_REVIEW_BOX}

<!-- BEGIN switch_privmsg -->
<div id="find_username" class="jqmWindow"></div>

<script src="{JQUERY_DIR}jqmodal/jqmodal.js" type="text/javascript"></script>
<!-- END switch_privmsg -->
<script type="text/javascript">
//<![CDATA[
$(function(){
<!-- BEGIN switch_privmsg -->
   privmsg_add_username('{U_SEARCH_USER}', '<br /><span class="genmed"><input class="post" style="margin:1px 0" type="text" name="username[]" size="25" /></span>');
<!-- END switch_privmsg -->
<!-- BEGIN switch_image_resize -->
    resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} });
<!-- END switch_image_resize -->
});
//]]>
</script>

{SCEDITOR}

PRIMMSG TOPYC REVIEW

Code:
<!-- BEGIN switch_inline_mode -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" align="center" height="28"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td>
   </tr>
   <tr>
      <td class="row1">
      <!-- END switch_inline_mode -->
         <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
            <tr>
               <th class="aut2MP" width="22%" height="26">{L_AUTHOR}</th>
               <th class="tle2MP">{L_MESSAGE}</th>
            </tr>
            <!-- BEGIN postrow -->
            <tr>
               <td class="{postrow.ROW_CLASS}" valign="top" width="22%"><span class="name"><b>{postrow.POSTER_NAME}</b></span><br />{postrow.POSTER_AVATAR}</td>
               <td class="{postrow.ROW_CLASS}" valign="top" height="28">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
                     <tr>
                        <td width="100%"><span class="postdetails"><img src="{ICON_TIME}" alt="" border="0" />{postrow.POST_DATE}<span class="gen"> </span>  &nbsp;<img title="{postrow.L_MINI_POST_ALT}" src="{postrow.MINI_POST_IMG}" alt="" border="0" />{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
                     </tr>
                     <tr>
                        <td colspan="2"><hr /></td>
                     </tr>
                     <tr>
                        <td colspan="2"><div class="postbody">{postrow.MESSAGE}</div></td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td class="spaceRow" colspan="2" height="1"><img src="https://2img.net/i/fa/empty.gif" alt="" height="1" width="1" /></td>
            </tr>
            <!-- END postrow -->
         </table>
         <!-- BEGIN switch_inline_mode -->
      </td>
   </tr>
</table><!-- END switch_inline_mode -->
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 19:20

PRVMSGS BODY

Code:
<form action="{S_PRIVMSGS_ACTION}" method="post" name="privmsg_list">
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;">
<br><br><tr><td valign="middle">{POST_PM_IMG}</td>
<td align="right" nowrap="nowrap"><span class="gensmall"><select name="msgdays" style="border:none;">{S_SELECT_MSG_DAYS}</select> <input class="goMSGY" type="submit" name="submit_msgdays" value="{L_GO}" /></span></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td align="left" valign="top" width="260px"><span class="ongMSGY"><b>{INBOX}</b></span><span class="ongMSGY"><b>{SENTBOX}</b></span>
  <span class="ongMSGY"><b>{OUTBOX}</b></span><span class="ongMSGY"><b>{SAVEBOX}</b></span></td>
<td align="right" valign="top"><!-- BEGIN switch_box_size_notice --><div class="boxMSGY">{BOX_SIZE_STATUS}</div><!-- END switch_box_size_notice --></td></tr>
</table>
 
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN listrow -->
<tr><td align="center" valign="middle">
<div class="blocMSGY"><div class="tleMSGY">{listrow.PRIVMSG_ICON} <span style="display:inline-block; vertical-align:middle;"><input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /></span> <a class="topictitle" href="{listrow.U_READ}" style="display:inline-block; vertical-align:middle;">{listrow.SUBJECT}</a></div><span class="nameMSGY">{listrow.FROM}</span><span class="dateMSGY">{listrow.DATE}</span></div></td></tr>
<!-- END listrow -->
<!-- BEGIN switch_no_messages -->
<tr><td class="noneMSGY" align="center" valign="middle">{L_NO_MESSAGES}</td></tr>
<!-- END switch_no_messages -->
</table>
 
<table class="forumline navMSGY" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="left" class="fontMSGY"> {PAGE_NUMBER}</td>
<td valign="middle" align="right" class="fontMSGY">{PAGINATION}&nbsp;</td></tr>       
</table>
 
<table class="forumline" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td align="left" width="35%" valign="middle"><span class="selectMSGY"><b><a href="javascript:select_switch_privmsg(true);">{L_MARK_ALL}</a> :: <a href="javascript:select_switch_privmsg(false);">{L_UNMARK_ALL}</a></b></span></td>
<td align="right" width="65%" valign="middle">{S_HIDDEN_FIELDS}<!-- BEGIN switch_save --><input class="btnMSGY" type="submit" name="save" value="{L_SAVE_MARKED}" /><!-- END switch_save --><!-- BEGIN switch_move_profile --><input class="btnMSGY" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" /><!-- END switch_move_profile --><input class="btnMSGY" type="submit" name="delete" value="{L_DELETE_MARKED}" /><input class="btnMSGY" type="submit" name="deleteall" value="{L_DELETE_ALL}" /></td></tr>
<tr><td valign="middle"><span class="nav">{POST_PM_IMG}</span></td>
<td valign="middle" style="padding-top:5px;" align="right" valign="top" class="jumpMSGY">{JUMPBOX}</td></tr>
</table>
</form>
<!-- CODAGE PAR SKAEMP / CCCRUSH -->
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 19:20

PRIVMSGS PREVIEW

Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
   <tr>
      <th class="barre" colspan="2" height="25">{L_PREVIEW}</th>
   </tr>
   <tr>
      <td class="row2"><span class="genmed">{L_FROM}:</span></td>
      <td class="row2" width="100%"><span class="genmed">{MESSAGE_FROM}</span></td>
   </tr>
   <tr>
      <td class="row2"><span class="genmed">{L_TO}:</span></td>
      <td class="row2" width="100%"><span class="genmed">{MESSAGE_TO}</span></td>
   </tr>
   <tr>
      <td class="row2"><span class="genmed">{L_POSTED}:</span></td>
      <td class="row2" width="100%"><span class="genmed">{POST_DATE}</span></td>
   </tr>
   <tr>
      <td class="row2"><span class="genmed">{L_SUBJECT}:</span></td>
      <td class="row2" width="100%"><span class="genmed">{POST_SUBJECT}</span></td>
   </tr>
   <tr>
      <td class="row1" colspan="2" valign="top"><div class="postbody">{MESSAGE}</div></td>
   </tr>
</table>
<br clear="all" />
Jungo B.D. Ghostfeller
Mutant à la solde du gouvernement
Jungo B.D. Ghostfeller
Messages : 80
Date d'inscription : 25/06/2015
Age : 25
Localisation : Dans ton cul
Re: teeeeeest du portaiiiiil Dim 24 Nov - 19:20

PRIVMSGS READ BODY

Code:
<br><br><table border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td valign="middle">{INBOX_IMG}</td>
      <td valign="middle"><span class="cattitle">{INBOX}  </span></td>
      <td valign="middle">{SENTBOX_IMG}</td>
      <td valign="middle"><span class="cattitle">{SENTBOX}  </span></td>
      <td valign="middle">{OUTBOX_IMG}</td>
      <td valign="middle"><span class="cattitle">{OUTBOX}  </span></td>
      <td valign="middle">{SAVEBOX_IMG}</td>
      <td valign="middle"><span class="cattitle">{SAVEBOX}</span></td>
   </tr>
</table>
<br clear="all" />
<form action="{S_PRIVMSGS_ACTION}" method="post">
    <!-- BEGIN switch_post_reply -->
    <table width="100%" border="0" cellspacing="2" cellpadding="0">
        <tr>
            <td valign="middle">{REPLY_PM_IMG}</td>
            <td width="100%"></td>
        </tr>
    </table>
    <!-- END switch_post_reply -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="4">
        <tr>
            <th class="tleMP" colspan="4" nowrap="nowrap">{BOX_NAME} : {L_MESSAGE}</th>
        </tr>

        <tr>
            <td class="row2"><span class="genmed">{L_FROM}:</span></td>
            <td class="row2" colspan="2" width="100%"><span class="genmed">{MESSAGE_FROM}</span></td>
            <td rowspan="4" class="row2">
                {AVATAR_FROM}
            </td>
        </tr>
        <tr>
            <td class="row2"><span class="genmed">{L_TO}:</span></td>
            <td class="row2" colspan="2" width="100%"><span class="genmed">{MESSAGE_TO}</span></td>
        </tr>
        <tr>
            <td class="row2"><span class="genmed">{L_POSTED}:</span></td>
            <td class="row2" colspan="2" width="100%"><span class="genmed">{POST_DATE}</span></td>
        </tr>
        <tr>
            <td class="row2"><span class="genmed">{L_SUBJECT}:</span></td>
            <td class="row2" width="100%"><span class="genmed">{POST_SUBJECT}</span></td>
            <td class="row2" align="right" nowrap="nowrap">
                <!-- BEGIN switch_quote -->
                {QUOTE_PM_IMG}
                <!-- END switch_quote -->
                {EDIT_PM_IMG}
            </td>
        </tr>
        <tr>
            <td class="row1" colspan="4" valign="top"><div class="postbody">{MESSAGE}</div></td>
        </tr>
        <!-- BEGIN switch_user_contact -->
        <tr>
            <td class="row1" colspan="4" valign="bottom" width="78%" height="28">
            <table border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} {SKYPE_IMG} </td>
                    <td> </td>
                    <td valign="top" nowrap="nowrap">
                    <script type="text/javascript">
    //<![CDATA[
    if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 ) {
        document.write('{ICQ_IMG}');
    } else {
        document.write('<div style="position:relative"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px">{ICQ_STATUS_IMG}</div></div>');
    }
    //]]>
                    </script>
                    <noscript>{ICQ_IMG}</noscript>
                    </td>
                </tr>
            </table>
            </td>
        </tr>
        <!-- END switch_user_contact -->
        <tr>
            <td class="catBottom" colspan="4" align="right" height="28">
                {S_HIDDEN_FIELDS}
                <!-- BEGIN switch_save -->
                <input class="bntMP" type="submit" name="save" value="{L_SAVE_MSG}" />  
                <!-- END switch_save -->
                <!-- BEGIN switch_move_profile -->
                <input class="bntMP" type="submit" name="moveprofile" value="{L_MOVE_PROFILE}" /> &nbsp;
                <!-- END switch_move_profile -->
                <input class="bntMP" type="submit" name="delete" value="{L_DELETE_MSG}" />
            </td>
        </tr>
    </table>
    <table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td>
                <!-- BEGIN switch_post_reply -->
                {REPLY_PM_IMG}
                <!-- END switch_post_reply -->
            </td>
        </tr>
        <!-- BEGIN switch_review_box -->
        <tr>
            <td colspan="2">{TOPIC_REVIEW_BOX}</td>
        </tr>
        <!-- END switch_review_box -->
    </table>
</form>
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="right" valign="top"><span class="gensmall">{JUMPBOX}</span></td>
   </tr>
</table>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
Contenu sponsorisé
Re: teeeeeest du portaiiiiil

teeeeeest du portaiiiiil
Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Fofotest :: Administration :: Vous & Nous-
Sauter vers: