Difference between pages "User:Oxsard" and "MediaWiki talk:Common.css"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
m (fix crashing)
 
Line 1: Line 1:
{{Person
==funtoo watermark==
|Full name=章艺臻
<nowiki>
|Email=oxsard@gmail.com
/*adjust transparency with the .90 values of rgba*/
|Nick=oxsard
/*adjust the watermark image via the url statement*/
|Geoloc=28.651616366567, 121.25524520874
body{
|Location name=Huangyan, Taizhou, China
  background-image:
|Roles={{Role
          linear-gradient(
|Role type=User
      rgba(255, 255, 255, 0.90),  
|Role desc=User
      rgba(255, 255, 255, 0.90)
|Start date=2014/2/16
    ),
}}
      url('http://i.imgur.com/cYU7hXs.jpg') !important;
|Maintains=
    background-repeat: no-repeat;
|Blogs=
    background-attachment: fixed;
}}
    background-size: 100%;
Hi! I'm oxsard
    background-repeat: repeat-y;
}
</nowiki>

Revision as of 14:21, December 6, 2014

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