Saturday, March 1, 2014

Modifying CSS Sharepoint & Scholantis

How to add an Alternate Style Sheet in SharePoint 2010


Alternate Style Sheets in SharePoint 2010 allow us to easily apply some branding to the SharePoint interface by overriding the default styles.
To define the style you wish to change use Firebug for Firefox or Internet Explorer’s Web Developer Tools.
Once you know the style you wish to change then create a new CSS file on your local machine with that style in it. If you only want to change one descriptor for that style then you only need to include that descriptor.
For example:
If you wanted to change the font size of the .ms-WPTitle style.
The default style is:
.ms-WPTitle {font-family: Verdana, Tahoma, sans-serif; font-size: 10pt; font-weight: normal; }
All your new css file needs to contain is:
.ms-WPTitle {font-size: 10pt;}
Follow these instructions to add the new CSS file as an alternate CSS file.
  1. Choose Site Actions > View All Site Content
  2. Choose Style Library > XSL Style Library
  3. Upload your new CSS file making sure it has a descriptive name such as custom-styles.css
  4. Choose Site Actions > Site Settings
  5. Under the Look and Feel section choose Master Page
  6. Under the Alternate CSS URL section choose ‘Specify a CSS file to be used by this publishing site and all sites that inherit from it’
  7. Click the Browse button and locate the custome-styles.css file you uploaded a few moments ago and choose OK
  8. Click OK on the Site Master Page Settings Page
Your alternate styles will now appear.
http://blog.nigelgentry.co.uk/add-alternate-style-sheet-sharepoint-2010/

Wednesday, December 4, 2013

Robots for Humanity

Drones deliver Meds now

10 Things to know about Layer Masks


"Masking is one of the most important techniques or skills to learn in Photoshop. In this tutorial, we will explain 10 things you need to know about masking in Photoshop to help you apply interesting and exciting effects to your images. Let’s get started!"

http://psd.tutsplus.com/tutorials/tools-tips/10-things-you-need-to-know-about-masking-in-photoshop/

More passwords hacked and leaked

This time, whoever was behind the attack got around 1.5 million website login credentials, 320,000 email account credentials, 41,000 FTP credentials, 3,000 remote desktop credentials, and more.
A look at the passwords shows a keylogger may have been overkill, however. Trustwave reports that the most common passwords were "123456," "123456789," "1234," and "password."