Changes

MediaWiki:Vector.css

125 bytes removed, 21:09, 22 February 2017
m
no edit summary
text-align:center;
font-size:1.4em;
/*text-shadow:rgba(255, 255, 255, 0.80) 0 0 0.25em;*/
}
#mainwiki td.content {
padding: 1em;
/*background-image: -webkit-linear-gradient(top,#15021e 0%,#000 1%,#000 100%,0.95);*/
background: rgb(21,2,30); /* Old browsers */
background: -moz-linear-gradient(top, rgba(21,2,30,0.85) 0%,rgba(0,0,0,0.85) 1%); /* FF3.6-15 */
background: linear-gradient(to bottom, rgba(21,2,30,0.85) 0%,rgba(0,0,0,0.85) 1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
vertical-align:top;
color:#f2f2f2;
}