Inazuma Eleven Wiki
Registrarse
Inazuma Eleven Wiki
Sin resumen de edición
Sin resumen de edición
Línea 156: Línea 156:
 
/* Away */
 
/* Away */
   
body.WindowChat .User.away .username:after {
+
body.WindowChat .User .away .username:after {
 
content: url("http://images2.wikia.nocookie.net/testing/es/images/6/6b/Away.png");
 
content: url("http://images2.wikia.nocookie.net/testing/es/images/6/6b/Away.png");
 
position: absolute;
 
position: absolute;
Línea 162: Línea 162:
 
top: 5px;
 
top: 5px;
 
}
 
}
body.WindowChat .User.away .username {
+
body.WindowChat .User .away .username {
 
margin-right:15px !important;
 
margin-right:15px !important;
 
}
 
}

Revisión del 13:13 14 sep 2012

/*****************/
/* CHAT DEL WIKI */
/*****************/

body.ChatWindow .WikiaPage {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.ChatHeader .private {
-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;	
-ms-border-radius: 4px 4px 4px 4px;	
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
    background: white !important;
    color:black;
    border-bottom: solid 1px #af0500;
}

.ChatHeader .User {
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;	
-ms-border-radius: 8px 8px 8px 8px;	
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
    background: white !important;
    box-shadow: 0 0 7px 0 Gold inset !important;
    color:black;
}

#ChatHeader {
 border-radius:0px 8px 0px 8px ;
 border: 2px solid rgba(101, 0, 4, 0.35) ;
 background:#fff582;
 color:white;
 background-image: linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -o-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -moz-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -webkit-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -ms-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 z-index: 1000;
}

body.ChatWindow .Rail {
 background:#fff582;
 background-image: linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -o-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -moz-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -webkit-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 background-image: -ms-linear-gradient(bottom, rgb(255,245,130) 0%, rgb(255,207,110) 100%);
 border-left: 1px solid #8B0000;
 margin: -1px;
}

body.ChatWindow .Chat {
   overflow-x:hidden !important;
}

/* Lista de usuarios y mensajes privados */

body.ChatWindow .Rail .WikiChatList .User {
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;	
-ms-border-radius: 8px 8px 8px 8px;	
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
    background: White !important;
    box-shadow: 0 0 7px 0 Gold inset !important;
    color:black;
}

body.ChatWindow .Rail .WikiChatList .User:hover {
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;	
-ms-border-radius: 8px 8px 8px 8px;	
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
    background: #ffefc1 !important;
    box-shadow: 0 0 7px 0 Gold inset !important;
    color:black;
}

body.ChatWindow .Rail .PrivateChatList .User {
-webkit-border-radius: 8px 8px 8px 0px;
-moz-border-radius: 8px 8px 8px 0px;	
-ms-border-radius: 8px 8px 8px 0px;	
-o-border-radius: 8px 8px 8px 0px;
border-radius: 8px 8px 8px 0px;
    background: #d8ff91 !important;
    box-shadow: 0 0 7px 0 Gold inset !important;
    color:black;
    border: inset 1px #436800;
}

body.ChatWindow .Rail .PrivateChatList .User:hover {
-webkit-border-radius: 8px 8px 8px 0px;
-moz-border-radius: 8px 8px 8px 0px;	
-ms-border-radius: 8px 8px 8px 0px;	
-o-border-radius: 8px 8px 8px 0px;
border-radius: 8px 8px 8px 0px;
    background: #cbfc71 !important;
    box-shadow: 0 0 7px 0 Gold inset !important;
    color:black;
    border: inset 1px #436800;
}

body.ChatWindow .Rail .private {
-webkit-border-radius: -8px -8px -8px -8px;
-moz-border-radius: -8px -8px -8px -8px;	
-ms-border-radius: -8px -8px -8px -8px;	
-o-border-radius: -8px -8px -8px -8px;
border-radius: -8px -8px -8px -8px;
    background: #ffefc1 !important;
    color:black;
}

/* Administradores con trueno */
 
body.ChatWindow .User.chat-mod .username:after {
content:url("http://images.wikia.com/inazuma/es/images/d/d7/Sprite.png");
}
body.ChatWindow .User.chat-mod.admin .username:after {
content:url("http://images.wikia.com/inazuma/es/images/d/d7/Sprite.png");
}
body.ChatWindow .User.chat-mod.admin.staff .username:after {
content:url("http://images.wikia.com/inazuma/es/images/d/d7/Sprite.png");
}
 
body.ChatWindow li[data-user="Carlos96"], {
    background: #F5E8BB !important;
}
 
body.ChatWindow #WikiChatList li.chat-mod {
    background: #F5E8BB !important;
}
 
body.ChatWindow #WikiChatList li[data-user="Carlos96"]:hover, {
    background: #F4E4B0 !important;
}


body.ChatWindow .Write img { left: 11px; position: absolute; height: 33px; width: 33px; }

body.ChatWindow .Chat .inline-alert * {display: inline;}

body.ChatWindow img[onload] {
width: 0px !important;
height: 0px !important;
border: none !important;
}

body.ChatWindow .Chat li .boundary {display:none;}

body.ChatWindow .Chat .message {word-wrap:break-word;}

/* Away */

body.WindowChat .User .away .username:after {
    content: url("http://images2.wikia.nocookie.net/testing/es/images/6/6b/Away.png");
    position: absolute;
    right: 5px;
    top: 5px;
}
body.WindowChat .User .away .username {
    margin-right:15px !important;
}

/* Menú desplegable */

body.ChatWindow ul.dropdown{  
    width: 200px;  
    border: 2px solid #000;  
    border-radius: 10px;
    margin-top:5px;  
    line-height:5px;
    position:absolute;
    margin-left: auto;
    z-index:100;
    margin-right: auto;
    left:0;
    right:0;
}  
body.ChatWindow ul.dropdown li{  
    display: none;  
    font-size: 12px;  
}  
body.ChatWindow ul.dropdown li.active{  
    display: block;  
    color: #FFF;  
    font-size: 14px;  
    padding: 8px;  
    background: #FFE49C;
    cursor:pointer;
    color: #555;  
    border-top: 1px solid #313131;  
    border-radius: 4px;  
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;  
}  
body.ChatWindow ul.dropdown li.active span{  
    float: right;  
    margin-left:3px;
    color: #FFF;  
}  
body.ChatWindow ul.dropdown li a{  
    display: block;  
    text-decoration: none;  
    padding: 8px 8px 8px 10px;  
    background: #FFE49C;  
    line-height:15px !important;
    color:#000;
    text-align:left;
    text-decoration:none !important;
}  
body.ChatWindow ul.dropdown li.ultimo a{  
    border-bottom:3px solid #FFD38D;  
    border-radius:0 0 10px 10px;
}  
body.ChatWindow ul.dropdown li.primero a{  
    border-top: 3px solid #FFD38D;  
}  
body.ChatWindow ul.dropdown li a:hover{  
    background: #FAC47D;
    font-weight:bold;  
    padding-left: 11px;  
    text-decoration:none !important;
    color: #9C0000;
}

/* Fondos mensaje */
body.ChatWindow li[data-user="Anibal Seven"],
body.ChatWindow li[data-user="Josevier"],
body.ChatWindow li[data-user="Manumax"],
body.ChatWindow li[data-user="Alejandro"],
body.ChatWindow li[data-user="Erik97"],
body.ChatWindow li[data-user="Darkus96"],
body.ChatWindow li[data-user="Aurora Aullido"],
body.ChatWindow li[data-user="Nathan Swift"],
body.ChatWindow li[data-user="Albaro"],
body.ChatWindow li[data-user="Inazuma eleven"],
body.ChatWindow li[data-user="QuecoSP"],
body.ChatWindow li[data-user="Carlos96"]
 {
    background: #F5DCBB !important;
}
 
body.ChatWindow #WikiChatList li.chat-mod {
    background: #F5DCBB !important;
}
 
body.ChatWindow #WikiChatList li[data-user="Anibal Seven"]:hover,
body.ChatWindow #WikiChatList li[data-user="Josevier"]:hover,
body.ChatWindow #WikiChatList li[data-user="Manumax"]:hover,
body.ChatWindow #WikiChatList li[data-user="Alejandro"]:hover,
body.ChatWindow #WikiChatList li[data-user="Erik97"]:hover,
body.ChatWindow #WikiChatList li[data-user="Darkus96"]:hover,
body.ChatWindow #WikiChatList li[data-user="Aurora Aullido"]:hover,
body.ChatWindow #WikiChatList li[data-user="Nathan Swift"]:hover,
body.ChatWindow #WikiChatList li[data-user="Albaro"]:hover,
body.ChatWindow #WikiChatList li[data-user="Inazuma eleven"]:hover,
body.ChatWindow #WikiChatList li[data-user="QuecoSP"]:hover,
body.ChatWindow #WikiChatList li[data-user="Carlos96"]:hover {
    background: #FAC47D !important;
}
/* Alertas */
body.ChatWindow .inline-alert {
   margin-top:15px !important;
   margin-bottom:15px !important;
   min-height:30px !important;
   padding-bottom:0px !important;
   text-shadow: 1px 1px 1px orange !important;
   color:#888 !important;
}
body.ChatWindow li.give-chat-mod {
   display:none !important;
}
 
body.ChatWindow li.you {
    background:#F5F6CE !important;
}

body.ChatWindow ul.dropdown,
body.ChatWindow .inline-alert,
body.ChatWindow .Rail .selected {
    background: #F5E8BB !important;
    box-shadow: 0 0 7px 0 orange inset !important;
}
 
body.ChatWindow input[name="reason"] {
    width: 375px;
}