This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### General ### | |
/usr/bin/defaults write -g 'AppleAquaColorVariant' -int 6 | |
/usr/bin/defaults write -g 'AppleHighlightColor' -string '0.600000 0.800000 0.600000' | |
/usr/bin/defaults write -g 'AppleShowScrollBars' -string 'Always' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
USERTEMPLATE="$3/System/Library/User Template/English.lproj" | |
LIBPREFS='Library/Preferences' | |
TARGETFILE='SteerMouse.prefs' | |
/bin/cp -a "$USERTEMPLATE/$LIBPREFS/$TARGETFILE" "$HOME/$LIBPREFS/$TARGETFILE" | |
/usr/sbin/chown $USER:staff "$HOME/$LIBPREFS/$TARGETFILE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$m: 1 | |
.checkmark:after | |
content: '\2714' | |
color: #358 | |
font-size: (24px * $m) | |
.disclosure-indicator:after | |
display: block | |
content: '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<title>UIActionSheet</title> | |
<meta name='viewport' content='initial-scale=1, minimum-scale=1, maximum-scale=1;'> | |
<meta name='apple-mobile-web-app-capable' content='yes'> | |
<style> | |
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { |
NewerOlder