-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblueprint.html
117 lines (97 loc) · 4.3 KB
/
blueprint.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
<title>Insert title here</title>
<meta name="author" content="Franz Josef Kaiser - http://say-hello-code.com" />
<meta name="license" content="inherited from the blueprint css framework (MIT)" />
<meta name="version" content="0.1-beta" />
<!-- Compressed -->
<link rel="stylesheet" id="uncomp-core-screen" href="../../screen.css" type="text/css" media="screen" />
<link rel="stylesheet" id="uncomp-core-print" href="../../print.css" type="text/css" media="print" />
<!--[if lte IE 8]>
<link rel="stylesheet" id="uncomp-core-ie" href="../../ie.css" type="text/css" media="screen" />
<![endif]-->
<!-- Uncompressed
<link rel="stylesheet" id="comp-src-reset" href="../../src/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" id="comp-src-grid" href="../../src/grid.css" type="text/css" media="screen" />
<link rel="stylesheet" id="comp-src-forms" href="../../src/forms.css" type="text/css" media="screen" />
<link rel="stylesheet" id="comp-src-typo" href="../../src/typography.css" type="text/css" media="screen" />
<link rel="stylesheet" id="comp-src-print" href="../../src/print.css" type="text/css" media="print" />
-->
<!-- Plugins
<link rel="stylesheet" id="plugin-fancy-type" href="../../plugins/fancy-type/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" id="plugin-rtl" href="../../plugins/rtl/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" id="plugin-buttons" href="../../plugins/buttons/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" id="plugin-link-icons" href="../../plugins/link-icons/screen.css" type="text/css" media="screen" />
-->
<!-- Non-Core Plugins
activate only when downloaded from the following links
link: https://github.com/joshuaclayton/blueprint-css/wiki/Plugins
<link rel="stylesheet" id="nc-plugin-liquid" href="../../plugins/liquid/liquid.css" type="text/css" media="screen" />
<link rel="stylesheet" id="nc-plugin-tabs" href="../../plugins/tabs/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" id="nc-plugin-silksprite" href="../../plugins/silksprite/sprite.css" type="text/css" media="screen" />
-->
<!--
___ ADD YOUR TEST HERE ___
link from there to your custom stylesheet
link: https://example.com/
<link rel="stylesheet" id="test-___" href="___.css" type="text/css" media="screen" />
-->
<!-- DEBUGGER
Added last to load with higher specifity
<link rel="stylesheet" id="plugin-debugger" href="../../plugins/debugger/screen.css" type="text/css" media="screen" />
-->
</head>
<body>
<!-- #header -->
<div class="container">
<div id="title" class="span-24 append-bottom">
<h1 class="prepend-top">DEVELOPMENT ENVIRONMENT</h1>
<h2 class="alt">Use this page for developing or testing blueprint & posting problems on the blueprint mailing list.</h2>
</div>
<!-- #add description here -->
<div id="description" class="span-24 append-bottom">
<hr />
<h3 class="alt">Testcase below: ___YOUR CASE___</h3>
<hr />
<div class="span-11 colborder">
<p>Enter the result you want to achieve here.</p>
</div>
<div class="span-12 last">
<p class="push-1">Enter your problem & what you already tried here.</p>
</div>
</div>
<!-- /description -->
</div>
<!-- /header -->
<!-- #DEVELOPMENT -->
<div class="container showgrid">
<!-- START #testcase -->
<div id="testcase" class="span-24">
<p>
Please first move this folder to your blueprint plugins folder.
<br />
Then you can add your mark-up to this container.
<br />
Add it afterwards to
<a href="http://github.com">Github Gist</a> or make a
<a href="http://pastebin.com/">Pastebin</a> and share it on
<a href="http://groups.google.com/group/blueprintcss">the list</a>.
<p>
</div>
<!-- END #testcase -->
</div>
<!-- /DEVELOPMENT -->
<!-- #footer -->
<div id="footer" class="container prepend-top">
<hr />
<p class="alt right">
Created and brought to you by the blueprint core development team © 2011.
<a href="https://gist.github.com/795687">(Download here)</a>
</p>
</div>
<!-- /footer -->
</body>
</html>
<!-- That's all folks. Happy testing! -->