filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
The rotation property of the BasicImage filter
can accept one of four values: 0
, 1
, 2
, or 3
which will rotate the element 0
, 90
, 180
or 270
degress respectively.
.hide-text { | |
text-indent: 100%; | |
white-space: nowrap; | |
overflow: hidden; | |
} |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
The rotation property of the BasicImage filter
can accept one of four values: 0
, 1
, 2
, or 3
which will rotate the element 0
, 90
, 180
or 270
degress respectively.
// Foundation by ZURB | |
// foundation.zurb.com | |
// Licensed under MIT Open Source | |
// | |
// FOUNDATION SETTINGS | |
// | |
// This is the default html and body font-size for the base rem value. | |
// $rem-base: 16px; |
Default Thumbnail Image, Full-Size (480x360): | |
http://img.youtube.com/vi/<video-id>/0.jpg | |
1st Thumbnail Image, Small (120x90): | |
http://img.youtube.com/vi/<video-id>/1.jpg | |
2nd | Default Thumbnail Image, Small (120x90): | |
http://img.youtube.com/vi/<video-id>/2.jpg | |
3rd Thumbnail Image, Small (120x90): |
.videoWrapper { | |
position: relative; | |
padding-bottom: 56.25%; /* video dimensions - height/width */ | |
padding-top: 30px; | |
height: 0; | |
z-index: 1000; | |
} | |
video { | |
position: absolute !important; |
# ROT13 service for Mac OS X | |
# | |
# Adds a ROT13 option to the text selection context menu in all apps | |
# | |
# Use Automator.app to create a new service, and then select the Run AppleScript | |
# action. Select the "Output replaces selected text" option. Paste this code in | |
# to the text box, and save as ROT13. Now switch to a new app, select some text, | |
# and open the context menu to find the new option. | |
# | |
# Based on code found at: |
<!DOCTYPE html>
<html>
<head>
<title>DB-Convert</title>
<style>
body {
font-family:"Courier New", Courier, monospace;"
}
Command-Shift-3 Take a screenshot of the screen, and save it as a file on the desktop
Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard