Cheese: Difference between revisions
No edit summary |
erm, this page just got ''a lot'' more cheesy... |
||
| Line 21: | Line 21: | ||
== Not to be confused with == | == Not to be confused with == | ||
* [[Chess]] | * [[Chess]] | ||
{{#css: | |||
#content { | |||
background-color: #fffd; | |||
} | |||
#p-namespaces, #p-views { | |||
li.selected { | |||
background: #ffffffcc; | |||
} | |||
li { | |||
background-image: linear-gradient(to top,#77c1f699 0,#e8f2f8aa 1px,#fffa 100%); | |||
} | |||
} | |||
#mw-head { | |||
text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff; | |||
image-rendering: pixelated; | |||
background-color: #cb8b0f; | |||
background-size: 100%, 3.125%, 3.125%; | |||
background-image: linear-gradient(0deg, transparent, #fffb), url("https://upload.wikimedia.org/wikipedia/commons/5/5b/TiC_Cheese_Block_Outer.png"), url("https://upload.wikimedia.org/wikipedia/commons/4/4f/TiC_Cheese_Block_Inner.png"); | |||
} | |||
body { | |||
text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff; | |||
image-rendering: pixelated; | |||
background-color: #cb8b0f; | |||
background-size: 3.125%; | |||
background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/5b/TiC_Cheese_Block_Outer.png"), url("https://upload.wikimedia.org/wikipedia/commons/4/4f/TiC_Cheese_Block_Inner.png"); | |||
} | |||
#mw-panel { | |||
border: 1px solid #72777d; | |||
background-color: #e5be62a6; | |||
border-color: #ab7f2a; | |||
border-radius: 8px; | |||
padding-bottom: 0.5em; | |||
} | |||
#p-logo:after { | |||
content: "cheesy edition"; | |||
position: absolute; | |||
color: #7d6503; | |||
top: 108px; | |||
left: 52px; | |||
font-family: Serif; | |||
font-size: large; | |||
} | |||
}} | |||