One Piece Català Wiki

Estem buscant nous editors! T'agradaria ajudar-nos a fer créixer el wiki? Registra't!

READ MORE

One Piece Català Wiki
Cap resum de modificació
Cap resum de modificació
Línia 44: Línia 44:
 
.textvisible:hover .textocult {
 
.textvisible:hover .textocult {
 
display: inline !important
 
display: inline !important
  +
}
  +
  +
/* Diffs */
  +
td.diff-multi {
  +
font-weight: bold;
  +
}
  +
td.diff-addedline, td.diff-deletedline, td.diff-context {
  +
font-family: monospace;
  +
font-size: 80%;
  +
white-space: -moz-pre-wrap;
  +
white-space: pre-wrap;
  +
}
  +
td.diff-addedline {
  +
border-color: #008e00;
  +
}
  +
td.diff-addedline .diffchange {
  +
background: #008e00;
  +
color: #fff;
  +
}
  +
td.diff-deletedline {
  +
border-color: #CB0000;
  +
}
  +
td.diff-deletedline .diffchange {
  +
background: #CB0000;
  +
color: #fff;
  +
}
  +
table.diff td div {
  +
word-wrap: break-word;
  +
overflow: auto;
 
}
 
}
   

Revisió del 23:34, 1 oct 2019

/* Imports */
@import "/index.php?title=MediaWiki:Slider.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Usuaris.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Infoboxes.css&action=raw&ctype=text/css";
@import url("/index.php?title=One_Piece_Català_Wiki:Color_Scheme_Key/CS.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");
/*============================
      1. General
  ============================*/
/* Indica les redireccions a Special:Allpages and Special:Watchlist */
    .allpagesredirect, .watchlistredir { font-style: italic; }
    .allpagesredirect:after { color: #808080; content: " (redirecció)" }
/* Més espai als encapçalaments i TOC */
    h2, .toc { margin-top: 20px; }
/* Requadre de les imatges */
    div.tright, div.tleft { border: 1px solid silver; }
    div.article-thumb { background: inherit; border: none; color: inherit; }
    #article div.article-thumb { color:inherit; }
/* Indicador increment bytes Canvis Recents */
    .mw-plusminus-pos { color: #006500; }
    .mw-plusminus-neg { color: #8B0000; }
/* Taules lluminoses */
        tr.high-light:hover  {background-color: #E0E8FF;}
        .high-light tr:hover {background-color: #E0E8FF;}
    td { empty-cells: hide }
/* Imatges il·luminades */
.imatge_llum:hover img  {
opacity:0.8;
filter:alpha(opacity=80);
}

/** Text expansible **/
/* Aquestes dues classes fan que un text ocult es torni visible quan passes el ratolí per sobre y desapareix quan poses el ratolí sobre un altre text. Original de Uncyclopedia. */

/* Exemple:
<span class="textvisible">Això ho veus <span class="textocult">Això no ho veies</span></span>
;Mostra (posa el ratolí sobre del text):<span class="textvisible">Això ho veus <span class="textocult">Això no ho veies</span></span>

Per més comoditat s'ha creat la [[Plantilla:Expansible]]*/

/* allows for expanding hidden sig sections (experimental) -Dawg */
.textocult { 
    display: none 
}
.textvisible:hover .textocult { 
    display: inline !important 
}

/* Diffs */
td.diff-multi {
	font-weight: bold;
}
td.diff-addedline, td.diff-deletedline, td.diff-context {
	font-family: monospace;
	font-size: 80%;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}
td.diff-addedline {
    border-color: #008e00;
}
td.diff-addedline .diffchange {
	background: #008e00;
    color: #fff;
}
td.diff-deletedline {
    border-color: #CB0000;
}
td.diff-deletedline .diffchange {
	background: #CB0000;
    color: #fff;
}
table.diff td div {
	word-wrap: break-word;
	overflow: auto;
}

/*============================
      2. Navegació
  ============================*/
/* Standard Navigationsleisten,
   (aka box hiding thing from .de. Documentation at Wikipedia:NavFrame.) */
    div.Boxmerge,
    div.NavFrame {  margin: 0px;                padding: 4px;
                    border: 1px solid #aaa;     text-align: center;
                    border-collapse: collapse;  font-size: 95%; }
    div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; }
    div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; }
    div.NavPic { background-color: #fff; margin: 0px;
                 padding: 2px; float: left; }
    div.NavFrame div.NavHead { height: 1.6em; font-weight: bold;
                               background-color: #ccccff; position:relative; }
    div.NavFrame p { font-size: 100%; }
    div.NavFrame div.NavContent { font-size: 100%; }
    div.NavFrame div.NavContent p { font-size: 100%; }
    div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; }
    a.NavToggle { position:absolute; top:0px; font-weight:normal; font-size:smaller; }

/* Folding Multi Wiki Tabs by Splarka (http://www.wikia.com/wiki/User:Splarka/tricks) */
    .foldtabSet { position: relative; margin: 1.5em 0 1em; }
    .foldtabBox { position: relative; padding: 0.5em; background-color:#FFF;
                  overflow: auto; border: 1px solid #AAA; z-index: 1; }
    .foldtabHead a { position: relative; left: 0.5em; border: 1px solid #AAA;
                     padding: 0.13em 1em; font-size: 150%;
                     text-decoration: none; color: #00A; background-color: #E0E0FF;
                     background-color: #F0F0F0; z-index: 0; }
    .foldtabHead a.selected { top: -0.15em; border-width: 2px; border-bottom: none;
                              background-color: #FFF; z-index: 2; }
    .foldtabHead p { margin: 0; padding: 0; }

/*============================
     3. Format del Fòrum
  ============================*/
/* Forum formatting - Algorithm & Splarka */
    .forumheader { border: 1px solid #aaa; background-color: #f9f9f9; 
                   margin-top: 1em; padding: 12px; }
    .forumlist td span { display: block; padding-left: 10px; font-size: smaller }
        .forumlist td span a { text-decoration: none; }
        .forumlist td span.forum_author { padding-left: 30px; }
    .forumlist td.forum_edited a { text-decoration: none }
    .forumlist th.forum_title { padding-left: 20px; }
        .forumlist td.forum_title a { padding-left: 20px; }
        .forumlist td.forum_title span a { padding-left: 0px }
        .forumlist td.forum_title a.forum_new { font-weight: bold; padding-left: 20px;
                background: url(/images/4/4e/Forum_new.gif) center left no-repeat;}
    .forumlist td.forum_title a.forum_new:visited {
            font-weight: normal; background: none; padding-left: 20px; }
/* remove talk link from forum namespace (Monobook/Monaco) - Splarka */
    body.ns-110 #ca-talk, body.ns-110 #page_tabs li+li { display: none; }

/*=============================
      4. Imatges
  =============================*/
/* Amaga l'atribució de la imatge en un article */
.attribution { display:none !important; }

/* [[Plantilla:Imatge pop-up]], extret de WikiDex */
.imatgepopup .popup {display:none; speak:none;}

.imatgepopup .enllaç a {color:#0000FF;}

.imatgepopup:hover .popup {
	background:transparent;
	padding:2em 1em 1em 2em;
	display:inline;
	position:absolute;
	margin-left:-2em;
	margin-top:-2em;
	z-index:10;
}

.imatgepopup .popup .thumb { border:none !important; }

/* Fons quadriculat a imatges transparents */
body.ns-6 #file img {
	background:url('/skins/common/images/Checker-16x16.png?1') repeat fixed;
}

/* Fons fosc quan es passa el ratolí per sobre */
body.ns-6 #file img:hover {
	background:none #333;
}

/* Galeries */

.Gallery  {
        border:1px outset gray;
        margin:auto;
        width:120px;
        empty-cells: hide;
}
 
.Gallery tr th, .Gallery tr td {
        border:1px inset gray;
        font-weight:bold;
        text-align:center;
        color:inherit;
        background:inherit;
}
 
.Gallery a:link, .Gallery a:visited {color:inherit}
.Gallery a:hover , .Gallery a:active {color:inherit; font-weight:bold; text-decoration:underlined }
 

/* Links a les imatges de les galeries */
.Gallery-pic-info {
       display: none;
}
.Gallery-pic:hover .Gallery-pic-info {
       display: inline;
}
 
.status-symbol {
       cursor:help;
       border-bottom:1px dotted gray;
}

/*====================================
      5. Característiques del Tabber
  ====================================*/
/* Tabber: poder posar encapçalaments */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { display:block !important; }
 
/* General */
.tabberlive .tabbertab {
 padding:0px !important;
 border:none !important;
 border-top:0 !important;
}

/* Pestanya activa */
ul.tabbernav li.tabberactive a {
    background-color:#E0EEEE !important;
    color:black !important;
    border-bottom:1px solid #E0EEEE !important;
}

/* Pestanya inactiva */
ul.tabbernav li a {
    background-color:#CAD6E0 !important;
    color:black !important;
}

/*==========================
     6. Altres
  ==========================*/
/* Comentaris en blocs */
.comments li[data-user="BroOk"] blockquote {
   background:#cbd9d9  !important;
}

.comments li[data-user="BroOk"] blockquote:after {
   border-color: transparent #cbd9d9 #cbd9d9 transparent !important;
}

.comments li[data-user="BroOk"] blockquote div {
   background: transparent !important;
}
 
/* Taules de personatges per capítols i episodis. De la versió anglesa. */
.TaulaPersonatge {
        border: 3px solid rgb(85, 85, 85);
        border-collapse: collapse;
        margin: auto;
        padding:2px;
}
.TaulaPersonatge th {
	border: 2px solid rgb(85, 85, 85);
        background: none repeat scroll 0% 0% rgb(206, 206, 206);
}
.TaulaPersonatge td {
	border: 2px solid rgb(85, 85, 85);
	vertical-align: top;
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .TaulaPersonatge {
	margin: auto;
 }

/* Disseny Project:VPD */

.lletresVPD {
	padding: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 50px;
	-webkit-text-fill-color: transparent;
	color: #012e59;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	background: -webkit-linear-gradient(left, rgba(30,30,30,1) 0%,rgba(1,46,89,1) 100%);
 
	background-size: 300% 100%;
	background-position: center left, top left;
 
	-webkit-background-clip: text;
}