-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader_less.html
45 lines (42 loc) · 1.54 KB
/
header_less.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
<html>
<head>
<style>
body {
background-color: black;
color: white;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
button {
font-size: 1.5em;
padding: 0.5em;
background-color: 888888;
color: 00DD00;
}
a {
color: white;
}
div {
font-size: 1.2em;
}
pre {
font-size: 1.5em;
}
td {
font-size: 1.5em;
}
.tableInline {
display: inline-table;
}
.tdEmpty {
background-color: 222222;
}
.imgThumbnail {
width: 600px;
display: inline-table;
}
</style>
</head>
<body>
<div>The animations below display examples of Chroma RGB effects on the range of supported device types: Chroma Link, headset, keyboard, keypad, mouse, and mousepad. Note: Click the numbered buttons to play the corresponding animation on the connected Chroma devices. Please keep in mind that Chroma effects can be displayed on other devices (e.g. mouse, mat, headset, speakers, etc.) as well as systems (e.g. notebooks, etc.) plus room lighting (e.g. Philips Hue). Also note that any of these examples can be quickly modified to fit your game design. You can also quickly create entirely new Chroma effects using the Chroma authoring tools and plugins <a target="_blank" href="https://chroma.razer.com/ChromaGuide">(see the Chroma Animation Guide)</a>. The API can reuse layers created with the tools to dynamically change and blend into interesting color combinations.</div>
<div><blockquote><b>**This is just a preliminary design and with feedback we can incorporate more effects into the design.</b></blockquote></div>
</html>