Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Ttv pedro270707 mNo edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 63: | Line 63: | ||
/* Infoboxes */ | /* Infoboxes */ | ||
.infobox { | .infobox { | ||
min-width: 200px; | |||
text-align: center; | |||
} | |||
.infobox.out { | |||
padding: 4px; | padding: 4px; | ||
border-image-slice: 3 3 3 3; | border-image-slice: 3 3 3 3; | ||
Line 73: | Line 78: | ||
image-rendering: crisp-edges; | image-rendering: crisp-edges; | ||
background-color: #c6c6c6; | background-color: #c6c6c6; | ||
} | |||
.infobox.in { | |||
border-left: 2px solid black; | |||
border-right: 2px solid black; | |||
background-color: #555555; | |||
} | } | ||
Line 318: | Line 329: | ||
.c-g { | .c-g { | ||
color: #ddd605; | color: #ddd605; | ||
} | |||
.shadow.c-0 { | |||
text-shadow: 0.125em 0.125em 0 #000000; | |||
} | |||
.shadow.c-1 { | |||
text-shadow: 0.125em 0.125em 0 #00002a; | |||
} | |||
.shadow.c-2 { | |||
text-shadow: 0.125em 0.125em 0 #002a00; | |||
} | |||
.shadow.c-3 { | |||
text-shadow: 0.125em 0.125em 0 #002a2a; | |||
} | |||
.shadow.c-4 { | |||
text-shadow: 0.125em 0.125em 0 #2a0000; | |||
} | |||
.shadow.c-5 { | |||
text-shadow: 0.125em 0.125em 0 #2a002a; | |||
} | |||
.shadow.c-6 { | |||
text-shadow: 0.125em 0.125em 0 #2a2a00; | |||
} | |||
.shadow.c-6-bedrock { | |||
text-shadow: 0.125em 0.125em 0 #402a00; | |||
} | |||
.shadow.c-7 { | |||
text-shadow: 0.125em 0.125em 0 #2a2a2a; | |||
} | |||
.shadow.c-8 { | |||
text-shadow: 0.125em 0.125em 0 #151515; | |||
} | |||
.shadow.c-9 { | |||
text-shadow: 0.125em 0.125em 0 #15153f; | |||
} | |||
.shadow.c-a { | |||
text-shadow: 0.125em 0.125em 0 #153f15; | |||
} | |||
.shadow.c-b { | |||
text-shadow: 0.125em 0.125em 0 #153f3f; | |||
} | |||
.shadow.c-c { | |||
text-shadow: 0.125em 0.125em 0 #3f1515; | |||
} | |||
.shadow.c-d { | |||
text-shadow: 0.125em 0.125em 0 #3f153f; | |||
} | |||
.shadow.c-e { | |||
text-shadow: 0.125em 0.125em 0 #3f3f15; | |||
} | |||
.shadow.c-f { | |||
text-shadow: 0.125em 0.125em 0 #3f3f3f; | |||
} | |||
.shadow.c-g { | |||
text-shadow: 0.125em 0.125em 0 #373501; | |||
} | } | ||
Line 371: | Line 454: | ||
font-family: Minecraft; | font-family: Minecraft; | ||
font-size: 16px; | font-size: 16px; | ||
word-spacing: 0.25em; | |||
} | } | ||