Difference between pages "Package:Salt" and "MediaWiki talk:Common.css"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
{{Ebuild
==funtoo watermark==
|Summary=Salt is a remote execution and configuration manager, written in Python.
{{file|name=funtoo.org/MediaWiki:Common.css|lang=css|desc=add funtoo watermark|body=
|CatPkg=app-admin/salt
/*adjust transparency with the .90 values of rgba*/
|Maintainer=Oleg, Drobbins,  
/*adjust the watermark image via the url statement*/
|Repository=Funtoo Overlay
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;
}
}}
}}
From [http://saltstack.com/community SaltStack's Web site]:
<blockquote>
SaltStack takes a new approach to infrastructure management by developing software that is easy enough to get running in seconds, scalable enough to manage tens of thousands of servers, and fast enough to control and communicate with them in milliseconds. SaltStack delivers a dynamic infrastructure communication bus used for orchestration, remote execution, configuration management and much more. The Salt open source project was launched in 2011 and today is the fastest-growing, most-active configuration management / systems management project in the world. SaltStack is the company responsible for keeping the Salt project healthy and dynamic. Salt remains 100% open.
</blockquote>
The Funtoo Linux version of Salt is implemented using our new Python ebuild system. See [[Creating Python-related Ebuilds]] for more information.
{{EbuildFooter}}

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;
}