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
alfred://theme/searchForegroundColor=rgba(255,255,255,0.95)&resultSubtextFontSize=1&searchSelectionForegroundColor=rgba(0,0,0,1.00)&separatorColor=rgba(62,128,163,0.00)&resultSelectedBackgroundColor=rgba(193,48,61,0.90)&shortcutColor=rgba(255,255,255,0.75)&scrollbarColor=rgba(255,255,255,0.30)&imageStyle=9&resultSubtextFont=Helvetica&background=rgba(62,128,163,0.00)&shortcutFontSize=4&searchFontSize=4&resultSubtextColor=rgba(255,255,255,0.60)&searchBackgroundColor=rgba(140,155,153,0.00)&name=Giba%20Light%20Blue&resultTextFontSize=4&resultSelectedSubtextColor=rgba(255,255,255,0.88)&shortcutSelectedColor=rgba(255,255,255,0.85)&widthSize=4&border=rgba(62,128,163,0.90)&resultTextFont=Helvetica&resultTextColor=rgba(255,255,255,0.70)&cornerRoundness=3&searchFont=Helvetica&searchPaddingSize=4&credits=Gilberto%20Olimpio&searchSelectionBackgroundColor=rgba(3,209,235,1.00)&resultSelectedTextColor=rgba(255,255,255,0.85)&resultPaddingSize=2&shortcutFont=Helvetica |
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 | |
#---------------------------------------------------------------------------------------------------------- | |
# | |
# Original author: Bracken King | |
# https://www.lessannoyingcrm.com/blog/2010/08/149/create+application+shortcuts+in+google+chrome+on+a+mac | |
# | |
# Modified by: Gilberto R. Olimpio | |
# | |
# Changes: |
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
/* Trello just uses a CSS rotate transformation on the ui-sortable-helper */ | |
.list-card.ui-sortable-helper { | |
transform: rotate(3deg); | |
-moz-transform: rotate(3deg); | |
-webkit-transform: rotate(3deg); | |
} |
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
@import url("e4_basestyle.css"); | |
/* | |
References: | |
http://wiki.eclipse.org/E4/CSS/SWT_Mapping | |
https://github.com/eclipse-color-theme/eclipse-ui-themes/tree/master/com.github.eclipsecolortheme.themes | |
*/ | |
.MTrimmedWindow { | |
margin-top: 3px; |
NewerOlder