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
{"lastUpload":"2018-06-24T10:11:47.467Z","extensionVersion":"v2.9.2"} |
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
// jQuery based CSS parser | |
// documentation: http://youngisrael-stl.org/wordpress/2009/01/16/jquery-css-parser/ | |
// Version: 1.6 | |
// Copyright (c) 2011 Daniel Wachsstock | |
// MIT license: | |
// Permission is hereby granted, free of charge, to any person | |
// obtaining a copy of this software and associated documentation | |
// files (the "Software"), to deal in the Software without | |
// restriction, including without limitation the rights to use, | |
// copy, modify, merge, publish, distribute, sublicense, and/or sell |
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
/*! | |
* Bootstrap Colorpicker v2.3.3 | |
* http://mjolnic.github.io/bootstrap-colorpicker/ | |
* | |
* Originally written by (c) 2012 Stefan Petre | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0.txt | |
* | |
*/ | |
.colorpicker-saturation { |
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
<div id="styleSwitcher" class="style-switcher d-none d-sm-block active"> | |
<a id="styleSwitcherOpen" class="style-switcher-open" href="#"><i class="fas fa-cogs"></i></a> | |
<div class="style-switcher-wrap"> | |
<h4>Style Switcher</h4> | |
<h5>Primary Color</h5> | |
<div class="input-group input-group-2 color-primary colorpicker-element"> |
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
.style-switcher,.style-switcher h1,.style-switcher h2,.style-switcher h3,.style-switcher h4,.style-switcher h5,.style-switcher h6 { | |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important | |
} | |
.style-switcher { | |
background: #171717; | |
width: 250px; | |
position: fixed; | |
top: 0; | |
bottom: 0; |
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
/* | |
Name: Style Switcher Initializer | |
Written by: Okler Themes - (http://www.okler.net) | |
Version: 2.5 | |
*/ | |
var styleSwitcher = { | |
initialized: !1, | |
defaults: { | |
saveToStorage: !0, | |
preserveCookies: !1, |
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
/* | |
В даной заметки хочеться зафиксировать самый на данный момент удобный вариант реализации типографики. Данная типографика | |
будет реализована на основе золотого сечения. Используется SASS. За основу взят уменьшенный шрифт 16px (Verdana была бы 14px) | |
План: | |
1. Создание переменных | |
2. Основные параметры стилей | |
3. Методология присвоения классов тэгам | |
4. Заметки |
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
/* panel on top */ | |
#main .inner { | |
position: relative; | |
} | |
#panels-container { | |
position: absolute; | |
z-index: 1; | |
top: 0; | |
bottom: 0; | |
left: -34px; |