The digital collections of a Canadian Teacher focusing on technology, where we're headed, and education.
Wednesday, April 30, 2014
Wednesday, March 26, 2014
Saturday, March 1, 2014
Modifying CSS Sharepoint & Scholantis
How to add an Alternate Style Sheet in SharePoint 2010
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.
- Choose Site Actions > View All Site Content
- Choose Style Library > XSL Style Library
- Upload your new CSS file making sure it has a descriptive name such as custom-styles.css
- Choose Site Actions > Site Settings
- Under the Look and Feel section choose Master Page
- 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’
- Click the Browse button and locate the custome-styles.css file you uploaded a few moments ago and choose OK
- Click OK on the Site Master Page Settings Page
Thursday, December 19, 2013
Wednesday, December 4, 2013
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/
Labels:
design,
technology news video
Subscribe to:
Posts (Atom)