March 03, 2011

SharePoint CSS

http://www.heathersolomon.com/blog/articles/AlterSPCSS.aspx

HTML:

1. Head {Style, Scripts}
2. Body

CSS:

1. Background, Position
2. Margin, Padding
3. Display, Border, Width, Cursor
4. Text-Decoration, Background-Color

Scripts:

1. $("X").click(function () {}); //onclick
2. "X" --> class --> tag --> subtag etc
3. $("X").keydown(function (e) {}); //onkeydown(40)/up(38) -- (13--Enter)

No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...