summaryrefslogtreecommitdiff
path: root/tests/make_png/html/styles/top.css
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2017-08-24 04:08:34 -0700
committerKushal K S V S <kkushal32@gmail.com>2017-08-24 04:08:34 -0700
commit088c73bb9d5ac52e08311f74ff49f74c0f91105c (patch)
tree4b785171cca8dafe36efdb4487ecbbcdc54df1fe /tests/make_png/html/styles/top.css
parent3223dc41552c21dd2f1a7769f3c557db63c080f8 (diff)
downloadfreetype2-088c73bb9d5ac52e08311f74ff49f74c0f91105c.tar.gz
Generating Pages and Sprite animation [Testing]kushal-work
Diffstat (limited to 'tests/make_png/html/styles/top.css')
-rw-r--r--tests/make_png/html/styles/top.css65
1 files changed, 65 insertions, 0 deletions
diff --git a/tests/make_png/html/styles/top.css b/tests/make_png/html/styles/top.css
new file mode 100644
index 000000000..c69b6981e
--- /dev/null
+++ b/tests/make_png/html/styles/top.css
@@ -0,0 +1,65 @@
+#sprite {
+ image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */
+ image-rendering: -moz-crisp-edges; /* Firefox */
+ image-rendering: -o-crisp-edges; /* Opera */
+ image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
+ image-rendering: pixelated; /* Chrome */
+ image-rendering: optimize-contrast; /* CSS3 Proposed */
+ -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
+ width: 70%;
+ height: auto;
+}
+table {
+ border-collapse: collapse;
+ border: none;
+ position: relative;
+}
+th,
+td {
+ border: 1px solid black;
+ padding: 4px 16px;
+ font-family: "Courier New", Courier, monospace;
+ font-size: 16px;
+ text-align: left;
+}
+th {
+ background-color: #C8C8C8;
+ cursor: pointer;
+}
+/*Top Page styling begins*/
+#frame_1{
+ width:49%;
+ height:500px;
+ align-self: right;
+}
+#frame_2{
+ width:49%;
+ height:500px;
+ align-self: left;
+}
+.select {
+ font-family: "Courier New", Courier, monospace;
+ font-size: 16px;
+ text-align: left;
+}
+.animation {
+ image-rendering: optimizeSpeed;
+ image-rendering: -moz-crisp-edges;
+ image-rendering: -o-crisp-edges;
+ image-rendering: -webkit-optimize-contrast;
+ image-rendering: pixelated;
+ image-rendering: optimize-contrast;
+ -ms-interpolation-mode: nearest-neighbor;
+
+ margin: auto;
+ display: block;
+
+ background: url("braceleft.png");
+ background-repeat: no-repeat;
+ background-size: cover;
+
+ width: 120px;
+ height: 130px;
+}
+
+