This is a gist repository for some external configs for subconverter, you can use the raw address of the following INIs to generate a specified set of rules, groups and/or scripts.
I hereby claim:
- I am jakeslee on github.
- I am jakeslee (https://keybase.io/jakeslee) on keybase.
- I have a public key ASAHZJvPjRWHdI38kIFv9EecYNagwy7n8fHbyaCJMC7O7wo
To claim this, I am signing this object:
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
.ui-datepicker { | |
background-color: #fff; | |
border: 1px solid #66AFE9; | |
border-radius: 4px; | |
box-shadow: 0 0 8px rgba(102,175,233,.6); | |
display: none; | |
margin-top: 4px; | |
padding: 10px; | |
width: 240px; | |
} |
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
.slider-container { | |
width: 600px; | |
height: 200px; | |
overflow: hidden; | |
position: relative; | |
} | |
.slider ul, .slider li { | |
margin: 0; | |
padding: 0; | |
list-style: none; |