User:翰翔/模板:Tabs/styles.css

维基百科,自由的百科全书
/* Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada */
 
.mcBoto {
    border:dotted #CCC;
    border-radius:8px;
    padding:3px;
    text-align:center;
}
 
.mcBoto a,
.mcBoto strong {
    color:#888 !important;  /* 1 */
    font-size:90%;
    padding:3px !important;
    text-decoration:none !important;}
 
.mcBoto a:hover,
.mcBoto strong:hover {
    color:black !important;
    text-decoration:underline !important;
}

.mcBoto .mw-selflink {
	font-weight:normal;
}
 
.mcBotoSel {
    border:dotted #1E90FF;
    border-radius:8px;
    padding:3px;
    text-align:center;
    color:#0047AB !important;
}
 
.mcBotoSel a {
    cursor:default;
    font-size:90%;
    font-weight:bold;
    padding:3px !important;
    text-decoration:none !important;
}

.mcBotoSpace {
    width:5px;
}
 
/* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
 
.mcVermell .mcBotoSel {
  border-color:#FF8888 #CC0000 #FF0000 #FF8888;  /* 3 1 2 3 */
}

.mcVermell .mcBotoSel a,
.mcVermell .mcBotoSel strong {
  color:#CC0000 !important;  /* 1 */
  font-size:90%
}
 
/* Configuració del Taronja 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
.mcTaronja .mcBotoSel {
  border-color:#ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */
}

.mcTaronja .mcBotoSel a,
.mcTaronja .mcBotoSel strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%
}
 
/* Configuració del Groc 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
 
.mcGroc .mcBotoSel {
  border-color:#ffe977 #ffd813 #ffe147 #ffe977;  /* 3 1 2 3 */
}

.mcGroc .mcBotoSel a,
.mcGroc .mcBotoSel strong {
  color:#ffd813 !important;  /* 1 */
  font-size:90%
}
 
/* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
.mcVerd .mcBotoSel {
  border-color:#90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */
}

.mcVerd .mcBotoSel a,
.mcVerd .mcBotoSel strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%
}
 
/* Configuració del Blau 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
.mcBlau .mcBotoSel {
  border-color:#88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}

.mcBlau .mcBotoSel a,
.mcBlau .mcBotoSel strong {
  color:#3379de !important;  /* 1 */
  font-size:90%
}

/* Configuració del Lila 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
 
.mcLila .mcBotoSel {
  border-color:#b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */
}

.mcLila .mcBotoSel a,
.mcLila .mcBotoSel strong {
  color:#7050a0 !important;  /* 1 */
  font-size:90%
}
 
/* Final d'estils de la Metacaixa */