MediaWiki:Vector.css
Revision as of 02:29, 10 January 2016 by Admaread (Talk | contribs) (Created page with "→El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector": →Give the background the initial texture: File:Background.png: body {...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */ /* Give the background the initial texture: [[File:Background.png]] */ body { background-color: #FFFFCC; /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ } Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] #mw-page-base { background-color: #FFFFCC; /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ } div#mw-head { background-color: #FFFFCC; /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ } /* Give the main content area its healthy blue glow and add a border */ div#content { background-color: #FFFFCC; /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ } unvisited link a:link { color: #663300; } visited link a:visited { color: #663300; } mouse over link a:hover { color: #663300; text-decoration: underline; } a:p { color: black; font-family: "Verdana"; }