Wiki Shokugeki no Soma
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
 
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
 
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
   
  +
/** Cursor **/
/* This cursor icon will be displayed normally */
 
 
body {
 
body {
cursor: url("http://cur.cursors-4u.net/anime/ani-11/ani1037.png");
+
cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), auto;
 
}
 
}
 
a:hover {
 
  +
cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/4/45/Gam334.png/revision/latest?cb=20180614065717&format=original&path-prefix=es"), pointer;
/* This cursor icon will be displayed when hovering or clicking on links */
 
  +
}
a:hover, a:active {
 
  +
a:active {
cursor: url("http://cur.cursors-4u.net/anime/ani-11/ani1037.png");
 
  +
cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), pointer;
  +
}
  +
p:hover {
  +
cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), text;
 
}
 
}
   

Revisión del 20:00 10 mar 2019

@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/** Cursor **/
body {
	cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), auto;
}
a:hover {
	cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/4/45/Gam334.png/revision/latest?cb=20180614065717&format=original&path-prefix=es"), pointer;
}
a:active {
	cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), pointer;
}
p:hover {
	cursor: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/a/af/Oth702.png/revision/latest?cb=20180613200839&path-prefix=es"), text;
}

/* * Color en los usuarios **/
/* Dariel Senju */
a[href$=":Dariel_Senju"],
a[href$="/Dariel_Senju"] {
    /* changes the color of the username */
    color: #FF8C00 !important;
    /* makes the username bold */
    font-weight: bold !important;
    /* changes the font of the username */
    font-family: Trebuchet MS !important;
    /* other CSS goes here */
    text-shadow: 1px 1px 1px Red;
}

/* Obscure Flame */
a[href="/wiki/Usuario: ObscureFlame"],
table.diff a[title="Usuario: ObscureFlame"],
ul.special li a[title="Usuario: ObscureFlame"]
span.changedby a[title="Usuario: ObscureFlame"],
#pagehistory li a[title="Usuario:ObscureFlame"] {
	color: #0047ab;
	font-weight: Bold;
	text-shadow: 1px 1px 1px Black;
}

/* Diabolic Commander */
a[href$="Diabolic_Commander"] {
	color: Red !important;
	font-size: 100%;
	font-weight: Bold !important;
	text-shadow: 1px 1px 1px Black;
}

/* Raakzeo */
a[href$="Raakzeo"] {
	color: DarkGreen !important;
	font-size: 100%;
	font-weight: Bold !important;
	text-shadow: 1px 1px 1px Black;
}

/* Pablio Li */
a[href$="Pablio_Li"] {
	color: #00a58e !important;
}

/* Resaltando contenido seleccionado */
.mainpagecontent img {
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.mainpagecontent img:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Profile Header Style */
.UserProfileMasthead .masthead-avatar .avatar {
	border: 4px solid #ff8c00;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

/* Tablas de perfil */
.tabs .selected a {
	background: #ff8c00;
	border-bottom: 1px solid transparent;
	border: 2px solid #ccc;
	color: #fff;
	display: inline-block;
}
.tabs li a {
	background-color: White;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 14px;
}

/* * Listas en una línea - de Inciclopedia **/
.listacontinua {
	background: transparent;
	border: none;
	clear: right;
	display: inline;
	margin: 0;
	padding: 0;
}
.listacontinua ul {
	margin: 0;
	padding: 0;
}
.listacontinua li {
	display: inline;
	margin: 0;
	overflow: auto;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

/** Imagen pop-up **/
/* Imagen oculta */
.imagenpopup .popup {
	display: none;
	speak: none;
}

/* Color de enlace para distinguirlo y hacerlo especial */
.imagenpopup .enlace a {
	color: #008000;
}

/* Despliega la imagen */
.imagenpopup:hover .popup {
	background: transparent;
	display: inline;
	margin-left: -2em;
	margin-top: -2em;
	padding: 2em 1em 1em 2em;
	position: absolute;
	z-index: 10;
}

/** Bloques desplegables - con botón de Mostrar y Ocultar - de Inciclopedia **/
/* Usado para la plantilla [[Plantilla: desplegable]] */
div.Boxmerge,
div.NavFrame {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: 95%;
	margin: 0;
	padding: 2px;
	text-align: center;
}
div.Boxmerge div.NavFrame {
	border-style: none;
}
div.NavFrame+div.NavFrame {
	border-top-style: none;
}
.NavPic {
	float: left;
	margin: 0;
	padding: 2px;
}
div.NavFrame .NavHead {
	background-color: #f0f0ff;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	height: 1.6em;
}
div.NavFrame p {
	font-size: 100%;
}
div.NavFrame div.NavContent {
	font-size: 100%;
}
div.NavFrame div.NavContent p {
	font-size: 100%;
}
.NavEnd {
	clear: both;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.NavToggle {
	float: right;
	font-size: smaller;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	z-index: 100;
}

/* * Texto expansible - de Uncyclopedia, adaptado por Inciclopedia **/
/* Al pasar cursor se muestra una parte oculta anteriormente, esencial para [[plantilla: expansible]] *  / ;
/* Oculta la parte que no se muestra al principio */
.textooculto {
	display: none
}
/* Muestra la parte oculta al pasar el cursor */
.textovisible:hover .textooculto {
	display: inline !important
}
/* Variación hecha por "Chixpy" para poder hacer menús, esencial para [[plantilla: Menú expansible]] */
/* Oculta la parte que no se debe mostrar */
.menuoculto {
	display: none
}
/* Muestra la parte oculta al pasar el cursor */
.menuvisible:hover .menuoculto {
	display: block !important
}
/* Caja de los Más Editados, desde [[w: c: naruto]] */
.HotSpotsModule li .hot-spot-severity-1 {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595959), to(#D6D6D6));
	border-radius: 10px;
}
.HotSpotsModule li .hot-spot-severity-2 {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AB9A), to(#00FFE6));
	border-radius: 10px;
}
.HotSpotsModule li .hot-spot-severity-3 {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#619119), to(#ABFF2C));
	border-radius: 10px;
}
.HotSpotsModule li .hot-spot-severity-4 {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#910909), to(#FC1010));
	border-radius: 10px;
}
.HotSpotsModule li .hot-spot-severity-5 {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#910091), to(#FF00FF));
	border-radius: 10px;
}

/* **** Reparando algunas cosas mínimas *****/
.WikiaMainContent,
.WikiaRail {
	padding-top: 5px;
}
.notifications .WikiaMainContent {
	margin-bottom: 0 !important;
}
/* WikiRail */
.WikiaRail .module {
	background: -webkit-gradient(linear, center top, center bottom, from(#10B5B7), color-stop(50%, #00A58E));
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border: 1px solid #10b5b7;
	box-shadow: 0 1px 10px 2px #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14.5px;
}
/* WikiBarWrapper */
.WikiaBarWrapper {
	background: linear-gradient(to bottom, #ff8c00 25%, #e57e00 50%, #cc7000 75%) !important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' #ff8c00', endColorstr=' #cc7000', GradientType=0 ) !important;
}
.WikiaBarWrapper .toolbar .tools > li > a {
	color: White;
	font-weight: 700;
}
.WikiaHeader {
	background: linear-gradient(to bottom, #ff8c00 25%, #e57e00 50%, #cc7000 75%) !important;
	color: White;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=' #ff8c00', endColorstr=' #cc7000', GradientType=0 ) !important;
	font-weight: 700;
}

/* Article Thumbs By = Usuario: BlackQuimera08 */
.WikiaArticle .article-thumb {
	background-image: -webkit-gradient(linear, 90% 0, 25% 0, from(#00A58E), to(#00A58E), color-stop(.6, #10B5B7));
	border-radius: 15px;
	border: 2px solid #20542b;
	margin-bottom: 15px;
	overflow: hidden;
}
.WikiaArticle .article-thumb figcaption {
	text-align: center;
}
.WikiaArticle .article-thumb .caption {
	color: #fff;
	font-weight: bold;
}

/* **** Quitar atribución de imágenes *****/
.attribution {
	background: red !important;
	display: none !important;
}

/***** Categorías, desde [[w: c: bleach]] *****/
.CategorySelect.articlePage {
	background: -webkit-gradient(linear, center top, center bottom, from(#00A58E), color-stop(50%, #10B5B7));
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border: 1px solid #00a58e;
	box-shadow: 0 1px 10px 2px #000;
}
.CategorySelect.articlePage a {
	color: #fff;
	font-style: inherit;
	text-shadow: 1px 1px 1px #00a58e;
}
.CategorySelect.articlePage a:hover {
	font-style: italic;
	text-decoration: none;
}
.WikiaArticleCategories {
	background: -webkit-gradient(linear, center top, center bottom, from(#00A58E), color-stop(50%, #10B5B7));
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border: 1px solid #111;
	box-shadow: 0 1px 10px 2px #000;
}
.WikiaArticleCategories a {
	color: #fff;
	font-style: inherit;
	text-shadow: 1px 1px 1px #00a58e;
}
.WikiaArticleCategories a:hover {
	font-style: italic;
	text-decoration: none;
}
/* **** Boton de Editar, desde [[w: c: nintendo]] *****/
.wikia-menu-button {
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 0.5em 0.2em #00a58e;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A58E), to(#00A58E), color-stop(.6, #10B5B7));
	background: White;
	border-radius: 5px;
	box-shadow: 0 0 0.5em 0.2em #00a58e;
	color: White;
	font-weight: bold;
	text-shadow: 2px 2px 2px Black;
}
/* *** Código para la tabla de personajes ****/
/**** Basado en http:  /  / es.gta.wikia.com / wiki / MediaWiki: Diseño.css ****/
/**** Utilizado por http:  /  / es.gta.wikia.com / wiki / user: bola - CC-BY-SA ****/
.oyd-marco {
	font-variant: inherit;
	margin-bottom: 5px;
	margin: auto;
	max-width: 700px;
	min-height: 380px;
	padding-bottom: 25px;
	padding-top: 25px;
	text-shadow: 1px 0.2px Black;
}
.oyd-texto {
	background: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/c/ce/Personajes_Principales_2_HD.PNG/revision/latest?cb=20141217022231&path-prefix=es") top no-repeat;
	float: right;
	font-variant: normal;
	height: 395px;
	margin-right: 37px;
	padding-left: 26px;
	width: 440px;
}
.oyd-lista {
	margin-left: 6px;
}
/* .oyd-lista li .oyd-descript-marco {
	display: none;left: 173px;top: -15px;width: 463px;border-left: 2px solid #012c57;border-right: 2px solid #ff8c00;position: absolute;padding-left: 10px;background: #fff;height: 395px;opacity: 0;transition: opacity 0.5s linear;;
}
*/
.oyd-lista li .oyd-descrip {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin-top: 10px;
	text-shadow: 1px 0.2px Black;
	width: 463px;
}
/* .oyd-lista li:hover .oyd-descript-marco {
	display: block;opacity: 1;transition: opacity 0.5s linear;-khtml-opacity: 1;-moz-opacity: 1;;
}
*/
.oyd-descrip-tit {
	background-color: #ff8c00;
	border-radius: 10px;
	box-shadow: 0 0 0.1em 0.1em #ff4500 !important;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 20px;
	letter-spacing: 2px;
	margin: 10px;
	text-align: center;
	text-shadow: 1px 0.2px Black;
}
.oyd-descrip-tit a:hover {
	background: none !important;
}
/* ** Locura ***/
.oyd-lista li .oyd-descript-marco {
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-moz-transition: opacity 0.5s ease 0.5s;
	-ms-transition: opacity 0.5s ease 0.5s;
	-o-transition: opacity 0.5s ease 0.5s;
	-webkit-transition: opacity 0.5s ease 0.5s;
	background: #fff;
	border-left: 3px solid #ff4500;
	border-right: 3px solid #ff4500;
	display: block;
	height: 395px;
	left: 173px;
	opacity: 0;
	padding-left: 10px;
	padding-right: 7px;
	position: absolute;
	top: -15px;
	transition: opacity 0.5s ease 0.5s;
	visibility: hidden;
	width: 463px;
}
.oyd-lista li:hover .oyd-descript-marco {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	display: block;
	opacity: 1;
	visibility: visible;
}
.oyd-lista ul li .oyd-item-cust {
	color: #000;
	font-size: 13px;
	list-style: none;
	padding-left: 8px;
}
.oyd-lista ol li .oyd-item-cust {
	color: #000;
	font-size: 12px;
	list-style: none;
	padding-left: 20px;
}
.oyd-lista ol {
	list-style: none;
	margin: 0;
}
.oyd-lista ul {
	list-style: none;
	margin: 0;
	padding-top: 0;
}
.oyd-descrip-des {
	bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	padding: 8px;
	position: absolute;
	vertical-align: bottom;
	width: 100%;
}
.oyd-lista ul li .oyd-item-cust,
.oyd-lista ol li .oyd-item-cust,
.oyd-lista ul li:before,
.oyd-lista ol li:before {
	-moz-transition: opacity 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	-webkit-transition: all 0.5s ease 0.5s;
	background: #e5e5e5;
	border: 2px solid #e5e5e5;
	box-shadow: 0 1px 10px 2px #000;
	color: #000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 1px 0.2px Black;
	text-transform: uppercase;
	transition: opacity 0.5s ease 0.5s;
}
.oyd-lista ul li:hover .oyd-item-cust,
.oyd-lista ol li:hover .oyd-item-cust {
	-moz-box-shadow: 0 0 5px 1px gold;
	-webkit-box-shadow: 0 0 5px 1px gold;
	background: gold;
	border: 2px solid gold;
	box-shadow: 0 0 5px 1px gold;
	margin-bottom: 3px;
}
.oyd-lista li .it-2 {
	top: -43px;
}
.oyd-lista li .it-3 {
	top: -71px;
}
.oyd-lista li .it-4 {
	top: -99px;
}
.oyd-lista li .it-5 {
	top: -127px;
}
.oyd-lista li .it-6 {
	top: -155px;
}
.oyd-lista li .it-7 {
	top: -183px;
}
.oyd-lista li .it-8 {
	top: -211px;
}
.oyd-lista li .it-9 {
	top: -239px;
}
.oyd-lista li .it-10 {
	top: -267px;
}
.oyd-lista li .it-11 {
	top: -295px;
}
.oyd-lista li .it-12 {
	top: -323px;
}
.oyd-lista li .it-13 {
	top: -351px;
}
.WikiaArticle .oyd-lista ul li:hover .oyd-item-cust,
.WikiaArticle .oyd-lista ol li:hover .oyd-item-cust {
	margin-bottom: -2px;
	padding-left: 6px;
}
.oyd-lista ul li,
.oyd-lista ol li {
	padding-top: 2px;
	position: relative;
	width: 173px;
}
.oyd-lista ul {
	padding-left: 0;
}
/* Encuestas de [[w: c: destiny]] */
.ajax-poll {
	clear: both;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	padding: 1em;
	text-shadow: 1px 0.2px Black;
	width: 40em;
}
.pollAnswerVotes {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.047) 0, rgba(255, 255, 255, 0.047) 100%) #fffafa !important;
	border: none !important;
	height: 25px !important;
	line-height: 25px !important;
}
.pollAnswerVotes div {
	background: url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/6/6e/Fondo_encuesta_HD.png/revision/latest?cb=20141219010010&path-prefix=es") transparent !important;
	box-shadow: inset 0 1px 1px 1px #006ea9 !important;
	height: 25px !important;
	line-height: 25px !important;
}
/* Resaltando contenido seleccionado */
.mainpagecontent img {
	-khtml-opacity: 0.60;
	-moz-opacity: 0.60;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.mainpagecontent img:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/***** Brillo en la página de [[w: c: naruto]]*****/
.WikiaPage {
	-moz-box-shadow: 0 0 0.7em 0.3em #00a58e;
	-webkit-box-shadow: 0 0 0.7em 0.3em #00a58e;
}
.mediawiki {
	background-attachment: fixed;
	background-image: url("https://vignette.wikia.nocookie.net/mikadzuki/images/d/df/Shinku_y_Ame_portada.png/revision/latest?cb=20150926005211&path-prefix=es");
	background-position: top center;
	background-size: cover;
}

/* Letra */
* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Imagen en el masthead */
.UserProfileMasthead .masthead-info {
	background: #fff;
	overflow: hidden;
	url("https://vignette.wikia.nocookie.net/shokugekinosoma/images/5/50/Masthead_HD.png/revision/latest?cb=20160309144757&path-prefix=es") no-repeat top right;
}

/* * Quitar botón de añadir imagen en galerías **/
.wikia-photogallery-add {
	display: none !important;
}