This file contains 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
.container-notificacion-transaccional{ | |
margin: 16px 0; | |
font-family: 'OpenSans'; | |
text-align: left; | |
} | |
.container-notificacion-transaccional .container-notificacion{ | |
color: #444; | |
text-align: left; | |
} | |
.container-notificacion-transaccional .container-notificacion p{ |
This file contains 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
#! /usr/bin/env python3 | |
# Copyright (C) 2015 mvdw <mvdw at airmail dot cc> | |
# Distributed under terms of the MIT license. | |
import os, os.path | |
from tabulate import tabulate | |
from PIL import Image | |
class Color: | |
WARNING = '\033[93m' |
This file contains 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
# Shadow | |
shadow = true; # Enabled client-side shadows on windows. | |
no-dock-shadow = false; # Avoid drawing shadows on dock/panel windows. | |
no-dnd-shadow = true; # Don't draw shadows on DND windows. | |
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental). | |
# shadow-radius = 7; # The blur radius for shadows. (default 12) | |
shadow-radius = 5; | |
# shadow-offset-x = -7; # The left offset for shadows. (default -15) |
This file contains 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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout somewhen, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
This file contains 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
# This is a comment | |
interval=1 | |
separator=false | |
color=#262626 | |
#[stop] | |
#command=mpc stop | |
#full_text=stop | |
#[play] |
This file contains 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
pcm.!default{ | |
type hw | |
card 1 | |
} | |
ctl.!default{ | |
type hw | |
card 1 | |
} | |
ctl.equal{ | |
type equal; |
This file contains 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
# This is a comment | |
interval=1 | |
separator=false | |
color=#9E9E9E | |
[music] | |
command=mpc status | perl -ne 'if (/\[playing\]/) {CORE::say (`mpc current|tr -d "\n"`)}' | |
interval=10 | |
full_text=~ |
This file contains 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
.toolbarbutton-menubutton-dropmarker, | |
.tabs-newtab-button, | |
#abp-toolbarbutton, | |
#addonbar-closebutton, | |
#appmenu-toolbar-button, | |
#back-button, | |
#bookmarks-menu-button, | |
#downloads-button, |
This file contains 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
@-moz-document domain("wikipedia.org") { | |
/* Wikipedia Minimalismo | |
http://userstyles.org/styles/100852/wikipedia-minimalismo | |
by minimalismo | |
v 1.2 | |
*/ | |
body { | |
background-color: #f1f1f1 !important; |
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
/* Logo by albusonita.deviantart.com */ | |
@-moz-document domain('google.com'), domain('google.co.uk'), domain('google.ca'), domain('google.es'), domain('google.de'), domain('google.com.au'), domain('google.fr'), domain('google.it'), domain('google.co.jp'), domain('google.ru'), domain('google.com.ar'), domain('google.com.sg'), domain('google.co.cr'), domain('google.com.tw'), domain('google.com.tr'), domain('google.at'), domain('google.ba'), domain('google.com.br'), domain('google.bs'), domain('google.ch'), domain('google.cz'), domain('google.dk'), domain('google.com.eg'), domain('google.fi'), domain('google.com.hk'), domain('google.hr'), domain('google.gr'), domain('google.ie'), domain('google.co.id'), domain('google.co.in'), domain('google.co.il'), domain('google.co.kr'), domain('google.com.lb'), domain('google.com.mx'), domain('google.nl'), domain('google.no'), domain('google.co.nz'), domain('google.com.ph'), domain('google.pt'), domain('google.se'), domain('goog |
NewerOlder