-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpresets.htm
executable file
·123 lines (109 loc) · 7.07 KB
/
presets.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html itemscope itemtype="http://schema.org/CreativeWork">
<head>
<meta charset="utf-8" />
<!-- schema.org -->
<meta itemprop="name" content="CSSpatternz">
<meta itemprop="description" content="A CSS3 Pattern Generator. Create endless combos of CSS3 patterns and get the code to back it up.">
<!-- schema.org -->
<link href='http://fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>
<title>CSS Patternz</title>
<link rel="stylesheet" href="css/base.css" />
<!-- <link rel="stylesheet" href="css/shCore.css" /> -->
<script src="js/libs/modernizr.custom.js"></script>
<script src="js/libs/codemirror.js"></script>
<script src="js/libs/codemirrorcss.js"></script>
<style type="text/css" id="render"></style>
</head>
<body>
<!-- <div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '251397934904082', // App ID
channelURL : '//www.csspatternz.com', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
oauth : true, // enable OAuth 2.0
xfbml : true // parse XFBML
});
// Additional initialization code here
};
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script> -->
<header>
<h1><a href="index.htm" title="Back to Pattern Generator"><span>CSS</span>patternz</a></h1>
<nav>
<a href="index.htm">Generator</a>
<a href="about.htm">About</a>
<a href="presets.htm" class="current">Presets</a>
</nav>
<a id="github" href="https://github.com/ahendy/css3patternz">Visit on GitHub</a>
<!-- <div id="social">
<div class="facebook-button">
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false"></div>
</div>
<div class="twitter-button">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CSSpatternz">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
</div>
<div class="googleplus-button">
<g:plusone size="tall" annotation="inline"></g:plusone>
</div>
</div> -->
</header>
<div id="content" class="page">
<h1>Presets</h1>
<div class="preset">
<div class="preview"></div>
<div class="title"><h2>Preset #1</div>
<div class="outputWrapper">
<textarea id="output">background-image:-webkit-linear-gradient(-90deg , rgba(1,1,1,0) 19px, rgba(115,40,250,0.9) 19px, rgba(115,40,250,0.9) 25px, rgba(1,1,1,0) 25px , rgba(1,1,1,0) 10px, rgba(115,40,100,0.9) 10px, rgba(115,40,100,0.9) 15px, rgba(1,1,1,0) 15px),-webkit-linear-gradient(0deg , rgba(1,1,1,0) 24px, rgba(110,75,255,0.8) 24px, rgba(110,75,255,0.8) 25px, rgba(1,1,1,0) 25px),-webkit-linear-gradient(45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px),-webkit-linear-gradient(-45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px);
background-image:-moz-linear-gradient(-90deg , rgba(1,1,1,0) 19px, rgba(115,40,250,0.9) 19px, rgba(115,40,250,0.9) 25px, rgba(1,1,1,0) 25px , rgba(1,1,1,0) 10px, rgba(115,40,100,0.9) 10px, rgba(115,40,100,0.9) 15px, rgba(1,1,1,0) 15px),-moz-linear-gradient(0deg , rgba(1,1,1,0) 24px, rgba(110,75,255,0.8) 24px, rgba(110,75,255,0.8) 25px, rgba(1,1,1,0) 25px),-moz-linear-gradient(45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px),-moz-linear-gradient(-45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px);
background-image:
-ms-linear-gradient(-90deg , rgba(1,1,1,0) 19px, rgba(115,40,250,0.9) 19px, rgba(115,40,250,0.9) 25px, rgba(1,1,1,0) 25px , rgba(1,1,1,0) 10px, rgba(115,40,100,0.9) 10px, rgba(115,40,100,0.9) 15px, rgba(1,1,1,0) 15px),-ms-linear-gradient(0deg , rgba(1,1,1,0) 24px, rgba(110,75,255,0.8) 24px, rgba(110,75,255,0.8) 25px, rgba(1,1,1,0) 25px),-ms-linear-gradient(45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px),-ms-linear-gradient(-45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px);
background-image:
-o-linear-gradient(-90deg , rgba(1,1,1,0) 19px, rgba(115,40,250,0.9) 19px, rgba(115,40,250,0.9) 25px, rgba(1,1,1,0) 25px , rgba(1,1,1,0) 10px, rgba(115,40,100,0.9) 10px, rgba(115,40,100,0.9) 15px, rgba(1,1,1,0) 15px),-o-linear-gradient(0deg , rgba(1,1,1,0) 24px, rgba(110,75,255,0.8) 24px, rgba(110,75,255,0.8) 25px, rgba(1,1,1,0) 25px),-o-linear-gradient(45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px),-o-linear-gradient(-45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px);
background-image:
linear-gradient(-90deg , rgba(1,1,1,0) 19px, rgba(115,40,250,0.9) 19px, rgba(115,40,250,0.9) 25px, rgba(1,1,1,0) 25px , rgba(1,1,1,0) 10px, rgba(115,40,100,0.9) 10px, rgba(115,40,100,0.9) 15px, rgba(1,1,1,0) 15px),linear-gradient(0deg , rgba(1,1,1,0) 24px, rgba(110,75,255,0.8) 24px, rgba(110,75,255,0.8) 25px, rgba(1,1,1,0) 25px),linear-gradient(45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px),linear-gradient(-45deg , rgba(1,1,1,0) 45px, rgba(115,0,0,0.5) 45px, rgba(115,0,0,0.5) 95px, rgba(1,1,1,0) 95px);
background-size:50px 50px ,50px 50px ,100px 100px ,100px 100px ;
</textarea>
</div>
</div>
</div>
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.4.min.js"><\/script>')</script> -->
<script src="js/libs/jquery-1.7.1.min.js"></script>
<script src="js/libs/jquery-ui-1.8.16.custom.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/ui.js"></script>
<!--[if lt IE 9 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<!-- Begin Facebook Like -->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=251397934904082";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- End Facebook Like -->
<!-- Google+ render call -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<body>
</html>