Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d6224fd

Browse files
other random files
1 parent cb05e93 commit d6224fd

File tree

128 files changed

+52131
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+52131
-0
lines changed

‎CE Club/CE Sign/frontEnd/404.html‎

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Page Not Found</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<style>
8+
9+
* {
10+
line-height: 1.2;
11+
margin: 0;
12+
}
13+
14+
html {
15+
color: #888;
16+
display: table;
17+
font-family: sans-serif;
18+
height: 100%;
19+
text-align: center;
20+
width: 100%;
21+
}
22+
23+
body {
24+
display: table-cell;
25+
vertical-align: middle;
26+
margin: 2em auto;
27+
}
28+
29+
h1 {
30+
color: #555;
31+
font-size: 2em;
32+
font-weight: 400;
33+
}
34+
35+
p {
36+
margin: 0 auto;
37+
width: 280px;
38+
}
39+
40+
@media only screen and (max-width: 280px) {
41+
42+
body, p {
43+
width: 95%;
44+
}
45+
46+
h1 {
47+
font-size: 1.5em;
48+
margin: 0 0 0.3em;
49+
}
50+
51+
}
52+
53+
</style>
54+
</head>
55+
<body>
56+
<h1>Page Not Found</h1>
57+
<p>Sorry, but the page you were trying to view does not exist.</p>
58+
</body>
59+
</html>
60+
<!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->

‎CE Club/CE Sign/frontEnd/LICENSE.txt‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) HTML5 Boilerplate
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of
4+
this software and associated documentation files (the "Software"), to deal in
5+
the Software without restriction, including without limitation the rights to
6+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7+
of the Software, and to permit persons to whom the Software is furnished to do
8+
so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.
3.87 KB
Loading[フレーム]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Please read: https://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
3+
<browserconfig>
4+
<msapplication>
5+
<tile>
6+
<square70x70logo src="tile.png"/>
7+
<square150x150logo src="tile.png"/>
8+
<wide310x150logo src="tile-wide.png"/>
9+
<square310x310logo src="tile.png"/>
10+
</tile>
11+
</msapplication>
12+
</browserconfig>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3+
<cross-domain-policy>
4+
<!-- Read this: https://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
5+
6+
<!-- Most restrictive policy: -->
7+
<site-control permitted-cross-domain-policies="none"/>
8+
9+
<!-- Least restrictive policy: -->
10+
<!--
11+
<site-control permitted-cross-domain-policies="all"/>
12+
<allow-access-from domain="*" to-ports="*" secure="false"/>
13+
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
14+
-->
15+
</cross-domain-policy>
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
.d3-slider {
2+
position: relative;
3+
font-family: Verdana,Arial,sans-serif;
4+
font-size: 1.1em;
5+
border: 1px solid #aaaaaa;
6+
z-index: 2;
7+
}
8+
9+
.d3-slider-horizontal {
10+
height: .8em;
11+
}
12+
13+
.d3-slider-range {
14+
background:#2980b9;
15+
left:0px;
16+
right:0px;
17+
height: 0.8em;
18+
position: absolute;
19+
}
20+
21+
.d3-slider-range-vertical {
22+
background:#2980b9;
23+
left:0px;
24+
right:0px;
25+
position: absolute;
26+
top:0;
27+
}
28+
29+
.d3-slider-vertical {
30+
width: .8em;
31+
height: 100px;
32+
}
33+
34+
.d3-slider-handle {
35+
position: absolute;
36+
width: 1.2em;
37+
height: 1.2em;
38+
border: 1px solid #d3d3d3;
39+
border-radius: 4px;
40+
background: #eee;
41+
background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
42+
z-index: 3;
43+
}
44+
45+
.d3-slider-handle:hover {
46+
border: 1px solid #999999;
47+
}
48+
49+
.d3-slider-horizontal .d3-slider-handle {
50+
top: -.3em;
51+
margin-left: -.6em;
52+
}
53+
54+
.d3-slider-axis {
55+
position: relative;
56+
z-index: 1;
57+
}
58+
59+
.d3-slider-axis-bottom {
60+
top: .8em;
61+
}
62+
63+
.d3-slider-axis-right {
64+
left: .8em;
65+
}
66+
67+
.d3-slider-axis path {
68+
stroke-width: 0;
69+
fill: none;
70+
}
71+
72+
.d3-slider-axis line {
73+
fill: none;
74+
stroke: #aaa;
75+
shape-rendering: crispEdges;
76+
}
77+
78+
.d3-slider-axis text {
79+
font-size: 11px;
80+
}
81+
82+
.d3-slider-vertical .d3-slider-handle {
83+
left: -.25em;
84+
margin-left: 0;
85+
margin-bottom: -.6em;
86+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /