MediaWiki talk:Common.css

From Funtoo
Revision as of 12:40, December 6, 2014 by Threesixes (talk | contribs) (Created page with "==funtoo watermark== →‎adjust transparency with the .90 values of rgba: →‎adjust the watermark image via the url statement: body{ background-image: linear-grad...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

funtoo watermark

/*adjust transparency with the .90 values of rgba*/ /*adjust the watermark image via the url statement*/ body{

 	background-image:
         linear-gradient(
     rgba(255, 255, 255, 0.90), 
     rgba(255, 255, 255, 0.90)
   ),
     url('http://i.imgur.com/cYU7hXs.jpg') !important;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: 100%;
   background-repeat: repeat-y;

}