pruebas lol idk
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

CSS GiL pa Remus

Ir abajo

CSS GiL pa Remus  Empty CSS GiL pa Remus

Mensaje por Tori Vie Sep 08, 2017 6:36 am

Código:
/*Fuentes*/
/* latin-ext */
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');  
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {  
font-family: 'Oswald';  
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/****************** S K I N  D E L  F O R O *******************/
/*Cuerpo del Foro*/
#wrap {
padding: 10px !important;
width: 1300px;
max-width: 1150px;
min-width: 1150px;
margin-top: 10px; /*altura para que entre bien el menu flotante*/
 }

/*Scrollbar*/
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  display:none;
}
::-webkit-scrollbar{
  width:10px;
  height:10px;
  backgroun-color: transparent;
}​
::-webkit-scrollbar-track{
   width:0px;
  height:0px;
}
::-webkit-scrollbar-thumb{
  height:10px;
  width: 10px;
  background-color: #cc3333 !important;
}
/*mueve la imagen del logo para que cuadre con el foro*/
#logo img {
width: 1000px; !important;
margin-left: -10px;
margin-top: -5px;
margin-bottom: -16px;
}


/*Elimina la parte de los widgets*/
#content-container div#left {
background: transparent;
float: left;
height: 100%;
left: 0;
line-height: 100%;
margin-right: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 0px;
}
 
#left {
position: fixed;
top: 0px;
left:0px;
height: 100%;
}
 
#content-container div#content { margin-right: 0px !important;}
 
/*elimina el buscar*/
#search-box {
display: none;
}
 
/*barra del menu*/
ul.navlinks {
/*margin-left: -10px;*/
  margin: auto;
width: 990px;
background: #44473E !important;
font-family: 'verdana';
font-size: 6px;
text-align: center;
font-weight: lighter;
cursor: pointer;
padding: 5px;
}
 
ul.navlinks a {
color: #F3F2ED;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
letter-spacing: 3px;
}
 
ul.navlinks a:hover {text-decoration: none; font-style: italic;}
 
/*titulo de los foros - subforos - ultimos mensajes*/
ul.topiclist li {
display: block;
margin: 0;
}
 
li.header {
border-bottom: 10px solid #cc3333;
font-size: 0;
text-align: center;
text-transform: none;
}
 
.table-title, .table-title h2 {
color: #f6f6f6;
font-family: 'Oswald';
font-size: 25px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 90px;
}
 
.table-title, .table-title h2:after
 
/*centra el titulo de la categoria*/
.forabg li.header dd.dterm {
text-align: right;
width: 90%;
}
 
/*parte de los foros*/
ul.forums {
background: #0a0a0a !important;
border-bottom: 10px solid #131313;
padding-bottom: 10px;
}
 
/*pone a los foros en dos lineas*/
.forabg .row {
display: inline-block;
width: 50%;
}
 
/*titulo de los subforos*/
a.forumtitle {
width: 323px;
display: block;
padding: 10px;
background: #44473E !important;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 20px;
text-align: right;
margin-top: 10px;
margin-bottom: -12px;
margin-left: 2px;
}
 
a.forumtitle:after {content: ""; }
a.forumtitle:hover {text-decoration: none; color: #f6f6f6; }
 
/*descripción de los foros*/
#des1 {
width: 170px;
padding: 10px;
background: #000 !important;
height: 105px;
font-size: 11px;
line-height: 12px;
text-align: justify;
}
 
#des1 img {width: 170px; height: 105px; }
 
#des1 a {
background: #131313 !important;
color: #aaa;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 170px;
line-height: 16px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#des1 a:hover {
background: #7A2C18 !important;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#des2 {
width: 265px;
border: 10px solid #000;
background: #000 !important;
height: 105px;
font-size: 11px;
line-height: 12px;
text-align: justify;
overflow: auto;
}
 
#des2 img {width: 265px; height: 105px; }
 
    /*desaparece la cabera*/
    .forabg li.header dd.lastpost {
    display:none;
    }
 
    .forabg li.header dd.posts {
    display:none;}
 
    .forabg li.header dd.topics {
    display:none;
    }
 
/*cantidad de temas*/
.forabg dd.topics {
width: 54px;
display: block;
padding: 5px;
background: #44473E !important;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 20px;
text-align: center;
margin-left: 45px;
margin-top: 14px;
}
 
.forabg li.row dd.topics:after {
content: "topics";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
 
/*cantidad de post*/
.forabg dd.posts {
width: 54px;
display: block;
padding: 5px;
background: #44473E !important;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 20px;
text-align: center;
margin-top: 14px;
margin-left: 2px;
}
 
.forabg li.row dd.posts:after {
content: "post";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
 
/*ultimo mensaje*/
.forabg dd.lastpost  {
width: 476px;
margin-left: 8px;
margin-top: -17px;
background: #000 !important;
line-height: 20px;
text-transform: uppercase;
font-family: verdana;
font-size: 8px;
letter-spacing: 2px;
color: #aaa;
}
 
dd.lastpost a strong {
margin-left: 10px;
margin-right: 10px;
}
 
li dd.lastpost span a {
margin-right: 10px;
}
 
.forabg dd.lastpost a {
color: #fff;
}
 
.last-post-icon{ display:none; }
.lastpost br { display:none;}
 
/*titulos*/
.h3 {
background: #44473E !important;
border-bottom: 10px solid #cc3333;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 50px;
text-align: center;
}
 
.h3 a {color: #f6f6f6; }
 
h1.page-title {
background: #44473E !important;
border-bottom: 10px solid #cc3333;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 50px;
text-align: center;
}
 
h1.page-title a {color: #f6f6f6; }
 
/*titulo de los temas*/
.postbody .topic-title a {
width: 850px;
padding-top: 10px;
padding-bottom:10px;
background: #44473E !important;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 30px;
font-variant: normal;
font-weight: normal;
line-height: 30px;
text-align: center;
display: block;
margin-left: 0px;
margin-top: 5px;
}
 
/*autor de los mensajes*/
p.author {
  background-color: #0d0d0d !important;
  position: relative;
  border-radius: 0px 6px 6px 6px;
  -moz-border-radius: 0px 6px 6px 6px;
  border-bottom: 2px solid #44473E;
  color: #aaa;
  margin-top: 5px;
  padding: 4px !important;
  margin-bottom: 30px;
  margin-left: 0px;
  text-align: center;
  width: 508px;
}
 
/*editar-citar-borrar*/
.postbody ul.profile-icons {
  position: absolute;
  margin-top: 55px;
  margin-left: 520px;
}
 
/*cuerpo del mensaje*/
.postbody {
  width: 850px;
  text-align: justify;
  margin-left: 0px;
  background: #333333 !important;
  color: #ffffff;
  padding-bottom: 50px;
}


/*Quita el Edit*/
.edit{ display: none; }
 
/*CODIGOS, SPOILERS Y CITAS*/
dl.codebox {
background-color: #0d0d0d !important;
border-bottom: 4px solid #cc3333;
border: 0px;
border-radius: 0px 10px;
-moz-border-radius: 0px 10px;
}
 
dl.codebox dt {
background-color: #0d0d0d !important;
border-bottom: 1px solid #44473E;
weight:100%;
display:block;
font-size: 15px;
color:#44473E;
text-align: center;
padding: 5px;
font-family: 'Oswald';
font-weight: lighter;
}
 
dl.codebox code {
color: #777;
display: block;
font-family: verdana;
font-size: 9px;
margin: 2px 0;
max-height: 200px;
overflow: auto;
padding-top: 5px;
}
 
blockquote {
background-color: #0d0d0d !important;
border-bottom: 4px solid #cc3333;
border: 0px;
border-radius: 0px 10px;
-moz-border-radius: 0px 10px;
}
 
.content blockquote {
color: #555;
font-family: Verdana;
font-size: 10px;
text-align: justify;
}
 
blockquote cite {
display: block;
font-family: 'Oswald';
font-size:12px;
color: #44473E;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 1px;
}
 
blockquote blockquote {background-color: #111 !important; }
 
/*Color de las pestañas del Perfil*/
#tabs a span {
background-color: #44473E !important;
border: medium none;
color: #aaa;
border-bottom: 4px solid #cc3333;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
display: inline-block;
outline: medium none;
}
 
#tabs a span:hover {
background-position:center;
color: #fff;
}
 
#tabs .activetab a span {
background-color: #cc3333 !important;
border: medium none;
color: #fff;
border-bottom: 4px solid #44473E;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
display: inline-block;
outline: medium none;
width: 95px;
}
 
#tabs .activetab a span:hover {
color: #aaa;
}

/*Color fondo del perfil*/

#profile-advanced-details {
  background: #44473e !important;
  color: #ccc;
} /*Toriri. Original: nada*/
 
/*Efecto en la numeracion de paginas*/
.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #44473E !important;
border:none;
color: #aaa;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
.pagination span strong {
background-color: #cc3333 !important;
border:none;
color: #fff;
font-size: 10px;
margin: 0 2px;
padding: 0 2px;
}
 
.pagination span a:hover {
background-color: #cc3333 !important;
border:none;
color: #aaa;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
/*Chatbox*/
#chatbox_header {
background-color: #0d0d0d !important;
border-bottom: 5px solid #cc3333;
}
 
#chatbox_header a {color: #aaa}
 
#chatbox_footer {
background-color: #0d0d0d !important;
color: #aaa;
}
 
.chatbox-title {
color: #ffffff;
font-size: 20px;
font-family: 'Oswald';
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 30px;
}
 
#chatbox_members {
border-right: 1px solid #131313;
bottom: 30px;
color: #616161;
overflow: auto;
position: absolute;
top: 38px;
width: 180px;
text-align: center;
}
 
body.chatbox {
background-image: none;
color: #555;
font-size: 11px;
line-height: 11px;
}
 
#chatbox {
bottom: 30px;
left: 181px;
line-height: 10px;
overflow: auto;
position: absolute;
right: 0;
top: 38px;
}
 
/*botones*/
a.button1, a.button2, button.button2, input.button1, input.button2, fieldset.submit-buttons input {
background: #cc3333 !important;
border: 0px;
color: #aaa;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
 
input.button2:hover, fieldset.submit-buttons input:hover {
background: #cc3333 !important;
border: 0px;
color: #aaa;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
 
/*formulario*/
.inputbox, select {
background-color: #0d0d0d !important;
border: 0px;
color: #555;
display: inline-block;
font-family: calibri;
font-size: 11px;
margin-top: 5px;
outline: medium none;
padding: 4px;
}
 
#cp-main h1 {
border-bottom: none;
color: #fff;
margin-left: 10px;
padding: 0;
}
 
/*rutas*/
.pathname-box a {
float: left;
padding: 2px;
color: #aaa;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
}
 
.pathname-box a:after {content: ", "}
 
/* T A B L O N   D E   A N U N C I O S */
#tab-nom {
width: 220px;
padding: 10px;
background: #44473E !important;
border-bottom: 10px solid #cc3333;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 30px;
text-align: right;
}
 
#tab-nom:after {content: ", ";}
 
#tab-cont {
width: 220px;
padding: 10px;
background: #0d0d0d !important;
height: 105px;
overflow: auto;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 10px;
}
 
#tab-cont a {
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
}
 
#tab-amb, #tab-nov, #tab-staff {
width: 220px;
padding: 10px;
background: #0d0d0d !important;
height: 105px;
overflow: hidden;
font-size: 11px;
line-height: 12px;
text-align: justify;
}
 
#nov-fecha {
padding: 2px 6px;
background: #cc3333 !important;
border-radius: 6px;
-moz-border-radius: 6px;
color: #aaa;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
}
 
#tab-staff a {
background: #131313 !important;
color: #aaa;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 220px;
line-height: 24.8px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#tab-staff a:hover {
background: #cc3333 !important;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
/* E S T A D I S T I C A S   D E L   F O R O */
#esta-rec {width: 999px; margin: auto;} /*Toriri*/

#esta-nom {
width: 311px;
padding: 10px;
background: #44473E !important;
border-bottom: 10px solid #cc3333;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 30px;
text-align: right;
}
 
#esta-nom:after {content: ", ";}
 
#esta-con, #esta-ult, #esta-ley {
width: 311px;
padding: 10px;
background: #0d0d0d !important;
height: 135px;
font-size: 11px;
line-height: 12px;
text-align: justify;
}
 
#esta-con, #esta-ult {overflow: auto;}
 
#esta-con a, #esta-ult a {
font-size: 15px;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
letter-spacing: 2px;
font-family: 'Oswald';
font-weight: lighter;
}
 
#ley1 a, #ley2 a, #ley3 a, #ley4 a, #ley5 a, #ley6 a, #ley7 a, #ley8 a {
color: #fff;
border-bottom: 2px solid #0d0d0d;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 153px;
line-height: 31px;
}
 
#ley1 {background: #990000 !important; }
#ley2 {background: #659065 !important; }
#ley3 {background: #E8504D !important; }
#ley4 {background: #512E3F !important; }
#ley5 {background: #D2A87C !important; }
#ley6 {background: #5CA2A1 !important; }
#ley7 {background: #91A552 !important; }
#ley8 {background: #EAE490 !important; }
 
.page-bottom {
background: #131313 !important;
color: #555;
border-left: 2px solid #000;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 1px;
margin-right: 0px;
text-align: center;
width: 331px;
line-height: 20px;
}
 
/* P E R F I L   D E   L O S   P E R S O N A J E S */
#pr-cuerpo {
width: 250px;
height: 510px;
overflow: hidden;
margin-left: -25px;
margin-top: -5px;
background: #333333 !important;
}
 
#pr-name a {
width: 230px;
padding: 10px;
background: #0d0d0d !important;
border-bottom: 10px solid #44473E;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: lighter;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 35px;
text-align: right;
display: block;
}
 
#pr-name a:after {content: ", "; }
#pr-name a:hover {text-decoration: none; }
 
#pr-avatar {
width: 250px;
height: 400px;
transition: all 1.7s ease-in-out;
-moz-transition: all 1.7s ease-in-out;
-webkit-transition: all 1.7s ease-in-out;
}
 
#pr-info {
width: 230px;
height: 380px;
padding: 10px;
background: #0d0d0d !important;
margin-top: -445px;
margin-left: 250px;
transition: all 1.7s ease-in-out;
-moz-transition: all 1.7s ease-in-out;
-webkit-transition: all 1.7s ease-in-out;
}
 
#pr-cuerpo:hover #pr-avatar {
margin-left: -250px;
transition: all 1.7s ease-in-out;
-moz-transition: all 1.7s ease-in-out;
-webkit-transition: all 1.7s ease-in-out;
}
 
#pr-cuerpo:hover #pr-info {
margin-left: 0px;
transition: all 1.7s ease-in-out;
-moz-transition: all 1.7s ease-in-out;
-webkit-transition: all 1.7s ease-in-out;
}
 
#pr-conta {
width: 116px;
height: 66px;
display: inline-block;
}
 
#pr-conta a {
  margin-bottom: 2px;
  display: block;
}
 
#pr-tit {font-size: 0px; height: 0px; } /*elimina el titulo de los datos*/
#pr-sep {margin-bottom: -10px; } /*elimina el espacio entre dato y dato*/
 
#pr-dato {
background: #000 !important;
color: #555;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 230px;
line-height: 20px;
}
 
#pr-dato img {width: 230px; }
 
input.inputbox {
    background: #333333 !important;
}
/*caja de los mensajes modificada*/
.pr-campo:first-child #pr-dato {
width: 92px;
padding: 15px 10px;
background: #000 !important;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: lighter;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 24px;
text-align: center;
display: inline-block;
margin-top: -66px;
margin-left: 118px;
}
 
/*escribe 'mensajes' sin usar el label*/
.pr-campo:first-child #pr-dato:after {
content: "Mensajes";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
 
/* A F I L I A D O S   A L   P I E    D E L   F O R O */
#alfinalforo table {margin: auto;} /*Toriri*/

.afi-mano {
  display: inline-block;
  width: 330px;
  margin-right: -4px;
}
 
#afi-nom, #afi-nom1, #afi-nom2 , #afi-nom3, #afi-nor a {
width: 308px;
padding: 10px;
background: #44473E !important;
border-bottom: 10px solid #cc3333;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: none; /*Toriri. Original: text-transform: lowercase;*/
line-height: 30px;
text-align: right;
}
 
#afi-nom:after, #afi-nom1:after, #afi-nom2:after, #afi-nor a:after {content: ", ";}
 
#afi-nom1 {
  width: 650px;
  margin-top: 2px;
}
 
#afi-nor a {
  width: 302px;
  margin-left: 2px;
  border-bottom: 0px;
  display: block;
}
 
#afi-nom2 {
  width: 302px;
  margin-left: 2px;
}
 
#afi-cu1, #afi-cu2, #afi-cu3, #afi-cu4 {
width: 308px;
padding: 10px;
background: #0d0d0d !important;
height: 102px;
overflow: hidden;
}
 
#afi-nom3, #afi-cu4 {width: 320px; }
 
#afi-cu2 {
  width: 656px;
  height: auto;
  padding: 7px;
}
 
#afi-cu1 img {
  width: 100px;
  height: 50px;
  margin-bottom: 2px;
}
 
#afi-cu4 img {
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
}
 
#afi-cu2 img {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}
 
#afi-cu3 {
  margin-left: 2px;
  margin-bottom: 3px;
  width: 302px;
  height: 259px;
  overflow: auto;
  font-size: 11px;
  text-align: justify;
}
Tori
Tori
Admin

Mensajes : 19
Fecha de inscripción : 13/08/2017

Volver arriba Ir abajo

Volver arriba


 
Permisos de este foro:
No puedes responder a temas en este foro.