Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "MediaWiki talk:Common.css"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (fix crashing) |
Threesixes (talk | contribs) m |
||
Line 1: | Line 1: | ||
==funtoo watermark== | ==funtoo watermark== | ||
{{file|name=funtoo.org/MediaWiki:Common.css|lang=css|desc=add funtoo watermark|body= | |||
/*adjust transparency with the .90 values of rgba*/ | /*adjust transparency with the .90 values of rgba*/ | ||
/*adjust the watermark image via the url statement*/ | /*adjust the watermark image via the url statement*/ | ||
Line 15: | Line 15: | ||
background-repeat: repeat-y; | background-repeat: repeat-y; | ||
} | } | ||
}} |
Latest revision as of 14:23, December 6, 2014
funtoo watermark
funtoo.org/MediaWiki:Common.css
(css source code) - add 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;
}