Difference between pages "MediaWiki talk:Common.css" and "Translations:Install/Profiles/17/en"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
(Importing a new version from external source)
 
Line 1: Line 1:
==funtoo watermark==
To add a mix-in:
{{file|name=funtoo.org/MediaWiki:Common.css|lang=css|desc=add funtoo watermark|body=
/*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;
}
}}

Latest revision as of 04:31, July 14, 2015

To add a mix-in: