1
0
This commit is contained in:
syui 2024-04-27 17:42:31 +09:00
parent 81a43ce8e5
commit 8422a8802f
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
11 changed files with 368 additions and 361 deletions

View File

@ -5,6 +5,7 @@
</div> </div>
{{ partial "particles.html" . }}
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</body> </body>

View File

@ -1 +1,2 @@
<footer id="footer">© <a href="https://syui.ai">syui</a></footer> <footer id="footer">© <a href="https://syui.ai">syui</a></footer>

View File

@ -1,16 +1,9 @@
<body> <body>
<div class="containerx"> <div class="containerx">
{{ $s := path.Dir (.Permalink | relURL) }} {{ $s := path.Dir (.Permalink | relURL) }}
{{ $t := index (split $s "/") 2 }} {{ $t := index (split $s "/") 2 }}
{{ $o := index (split $s "/") 1 }} {{ $o := index (split $s "/") 1 }}
<header id="header"> <header id="header">
<!--
{{ partial "particles.html" . }}
-->
<div class="logo"> <div class="logo">
{{ partial "svg.html" . }} {{ partial "svg.html" . }}
{{ if eq $o "" }} {{ if eq $o "" }}

View File

@ -1,5 +1,4 @@
<link rel="stylesheet" href="/pkg/particles/particles.css" />
<div id="particles-js"></div> <div id="particles-js"></div>
<script src="/pkg/particles/particles.min.js"></script> <script src="/pkg/particles/particles.min.js"></script>
<script src="/pkg/particles/stats.min.js"></script>
<script src="/pkg/particles/config.js"></script> <script src="/pkg/particles/config.js"></script>
<link rel="stylesheet" href="/pkg/particles/particles.css" />

View File

@ -46,7 +46,7 @@ article {
} }
footer#footer { footer#footer {
margin-top:100px; /* margin-top:100px; */
text-align: center; text-align: center;
height:60px; height:60px;
padding-top:100px; padding-top:100px;

View File

@ -1,513 +1,503 @@
html { html {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased; -moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased; -ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased; -o-font-smoothing: antialiased;
} }
body { body {
background-attachment: fixed; background-attachment: fixed;
-webkit-background-size: cover; -webkit-background-size: cover;
background-size: cover; background-size: cover;
color: #444; color: #444;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} }
#window { #window {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
background: #333; background: #333;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
height: 100%; height: 100%;
margin:5px; margin:5px;
} }
#topbar { #topbar {
width: 100%; width: 100%;
height: 21px; height: 21px;
font-size: 16px; font-size: 16px;
font-family: "Myriad Pro", sans-serif; font-family: "Myriad Pro", sans-serif;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
} }
#topbar ul li { #topbar ul li {
float: left; float: left;
padding: 0 10px; padding: 0 10px;
height: 21px; height: 21px;
line-height: 24px; line-height: 24px;
} }
#topbar ul li:first-child { #topbar ul li:first-child {
font-size: 20px; font-size: 20px;
line-height: 26px; line-height: 26px;
margin-left: 5px; margin-left: 5px;
} }
#topbar ul li:nth-child(2) { #topbar ul li:nth-child(2) {
font-family: "Myriad-Semi", sans-serif; font-family: "Myriad-Semi", sans-serif;
} }
#topbar ul li:active { #topbar ul li:active {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #4a82ff), color-stop(0, #0052fc)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #4a82ff), color-stop(0, #0052fc));
color: #fff; color: #fff;
text-shadow: none; text-shadow: none;
} }
#toolbar { #toolbar {
width: 100%; width: 100%;
height: 25px; height: 25px;
background: #ccc; background: #ccc;
} }
#toolbar .top { #toolbar .top {
float: left; float: left;
width: 100%; width: 100%;
height: 23px; height: 23px;
} }
#toolbar .bottom { #toolbar .bottom {
float: left; float: left;
width: 100%; width: 100%;
height: 30px; height: 30px;
} }
#toolbar #lights { #toolbar #lights {
float: left; float: left;
position: relative; position: relative;
top: 6px; top: 6px;
left: 7px; left: 7px;
} }
.light { .light {
float: left; float: left;
width: 14px; width: 14px;
height: 14px; height: 14px;
border-radius: 14px; border-radius: 14px;
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset; -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset;
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset; -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 3px #000 inset;
overflow: hidden; overflow: hidden;
} }
#lights:hover .glyph { #lights:hover .glyph {
opacity: 1; opacity: 1;
cursor: default; cursor: default;
} }
.light .shine { .light .shine {
width: 4px; width: 4px;
height: 3px; height: 3px;
border-radius: 10px; border-radius: 10px;
background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
} }
.light .glow { .light .glow {
width: 14px; width: 14px;
height: 8px; height: 8px;
background-image: -webkit-gradient(radial, center bottom, 0, center center, 5, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0))); background-image: -webkit-gradient(radial, center bottom, 0, center center, 5, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
background: 0px 0px -moz-radial-gradient(bottom, cover, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0) 80%); background: 0px 0px -moz-radial-gradient(bottom, cover, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0) 80%);
} }
.red { .red {
background: #f41b16; background: #f41b16;
background: -moz-linear-gradient(top, #f41b16 0%, #fc7471 100%); background: -moz-linear-gradient(top, #f41b16 0%, #fc7471 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f41b16), color-stop(100%, #fc7471)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f41b16), color-stop(100%, #fc7471));
background: -webkit-linear-gradient(top, #f41b16 0%, #fc7471 100%); background: -webkit-linear-gradient(top, #f41b16 0%, #fc7471 100%);
background: -o-linear-gradient(top, #f41b16 0%, #fc7471 100%); background: -o-linear-gradient(top, #f41b16 0%, #fc7471 100%);
background: -ms-linear-gradient(top, #f41b16 0%, #fc7471 100%); background: -ms-linear-gradient(top, #f41b16 0%, #fc7471 100%);
background: linear-gradient(top, #f41b16 0%, #fc7471 100%); background: linear-gradient(top, #f41b16 0%, #fc7471 100%);
} }
.red:active { .red:active {
background: #972f2e; background: #972f2e;
background: -moz-linear-gradient(top, #972f2e 0%, #fc7471 100%); background: -moz-linear-gradient(top, #972f2e 0%, #fc7471 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #972f2e), color-stop(100%, #fc7471)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #972f2e), color-stop(100%, #fc7471));
background: -webkit-linear-gradient(top, #972f2e 0%, #fc7471 100%); background: -webkit-linear-gradient(top, #972f2e 0%, #fc7471 100%);
background: -o-linear-gradient(top, #972f2e 0%, #fc7471 100%); background: -o-linear-gradient(top, #972f2e 0%, #fc7471 100%);
background: -ms-linear-gradient(top, #972f2e 0%, #fc7471 100%); background: -ms-linear-gradient(top, #972f2e 0%, #fc7471 100%);
background: linear-gradient(top, #972f2e 0%, #fc7471 100%); background: linear-gradient(top, #972f2e 0%, #fc7471 100%);
} }
.red .shine { .red .shine {
position: relative; position: relative;
top: -21px; top: -21px;
left: 5px; left: 5px;
} }
.red .glow { .red .glow {
position: relative; position: relative;
top: -20px; top: -20px;
} }
.red .glyph { .red .glyph {
position: relative; position: relative;
top: -5px; top: -5px;
left: 3px; left: 3px;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
color: #9b3a36; color: #9b3a36;
z-index: 50; z-index: 50;
opacity: 0; opacity: 0;
} }
.yellow { .yellow {
background: #f4a316; background: #f4a316;
background: -moz-linear-gradient(left, #f4a316 0%, #fcc371 100%); background: -moz-linear-gradient(left, #f4a316 0%, #fcc371 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4a316), color-stop(100%, #fcc371)); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4a316), color-stop(100%, #fcc371));
background: -webkit-linear-gradient(left, #f4a316 0%, #fcc371 100%); background: -webkit-linear-gradient(left, #f4a316 0%, #fcc371 100%);
background: -o-linear-gradient(left, #f4a316 0%, #fcc371 100%); background: -o-linear-gradient(left, #f4a316 0%, #fcc371 100%);
background: -ms-linear-gradient(left, #f4a316 0%, #fcc371 100%); background: -ms-linear-gradient(left, #f4a316 0%, #fcc371 100%);
background: linear-gradient(left, #f4a316 0%, #fcc371 100%); background: linear-gradient(left, #f4a316 0%, #fcc371 100%);
margin: 0px 7px; margin: 0px 7px;
} }
.yellow:active { .yellow:active {
background: #ae4f1e; background: #ae4f1e;
background: -moz-linear-gradient(top, #ae4f1e 0%, #fcc371 100%); background: -moz-linear-gradient(top, #ae4f1e 0%, #fcc371 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4f1e), color-stop(100%, #fcc371)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4f1e), color-stop(100%, #fcc371));
background: -webkit-linear-gradient(top, #ae4f1e 0%, #fcc371 100%); background: -webkit-linear-gradient(top, #ae4f1e 0%, #fcc371 100%);
background: -o-linear-gradient(top, #ae4f1e 0%, #fcc371 100%); background: -o-linear-gradient(top, #ae4f1e 0%, #fcc371 100%);
background: -ms-linear-gradient(top, #ae4f1e 0%, #fcc371 100%); background: -ms-linear-gradient(top, #ae4f1e 0%, #fcc371 100%);
background: linear-gradient(top, #ae4f1e 0%, #fcc371 100%); background: linear-gradient(top, #ae4f1e 0%, #fcc371 100%);
} }
.yellow .shine { .yellow .shine {
position: relative; position: relative;
top: -21px; top: -21px;
left: 5px; left: 5px;
} }
.yellow .glow { .yellow .glow {
position: relative; position: relative;
top: -20px; top: -20px;
} }
.yellow .glyph { .yellow .glyph {
position: relative; position: relative;
top: -5px; top: -5px;
left: 3px; left: 3px;
font-size: 24px; font-size: 24px;
color: #854322; color: #854322;
z-index: 50; z-index: 50;
opacity: 0; opacity: 0;
-webkit-transform: scaleY(1.5) scaleX(1.3); -webkit-transform: scaleY(1.5) scaleX(1.3);
} }
.green { .green {
background: #4cae2e; background: #4cae2e;
background: -moz-linear-gradient(top, #4cae2e 0%, #dafc71 100%); background: -moz-linear-gradient(top, #4cae2e 0%, #dafc71 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cae2e), color-stop(100%, #dafc71)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cae2e), color-stop(100%, #dafc71));
background: -webkit-linear-gradient(top, #4cae2e 0%, #dafc71 100%); background: -webkit-linear-gradient(top, #4cae2e 0%, #dafc71 100%);
background: -o-linear-gradient(top, #4cae2e 0%, #dafc71 100%); background: -o-linear-gradient(top, #4cae2e 0%, #dafc71 100%);
background: -ms-linear-gradient(top, #4cae2e 0%, #dafc71 100%); background: -ms-linear-gradient(top, #4cae2e 0%, #dafc71 100%);
background: linear-gradient(top, #4cae2e 0%, #dafc71 100%); background: linear-gradient(top, #4cae2e 0%, #dafc71 100%);
} }
.green:active { .green:active {
background: #48752b; background: #48752b;
background: -moz-linear-gradient(top, #48752b 0%, #dafc71 100%); background: -moz-linear-gradient(top, #48752b 0%, #dafc71 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48752b), color-stop(100%, #dafc71)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48752b), color-stop(100%, #dafc71));
background: -webkit-linear-gradient(top, #48752b 0%, #dafc71 100%); background: -webkit-linear-gradient(top, #48752b 0%, #dafc71 100%);
background: -o-linear-gradient(top, #48752b 0%, #dafc71 100%); background: -o-linear-gradient(top, #48752b 0%, #dafc71 100%);
background: -ms-linear-gradient(top, #48752b 0%, #dafc71 100%); background: -ms-linear-gradient(top, #48752b 0%, #dafc71 100%);
background: linear-gradient(top, #48752b 0%, #dafc71 100%); background: linear-gradient(top, #48752b 0%, #dafc71 100%);
} }
.green .shine { .green .shine {
position: relative; position: relative;
top: -20px; top: -20px;
left: 5px; left: 5px;
} }
.green .glow { .green .glow {
position: relative; position: relative;
top: -20px; top: -20px;
} }
.green .glyph { .green .glyph {
position: relative; position: relative;
top: -5px; top: -5px;
left: 3px; left: 3px;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: #25571d; color: #25571d;
z-index: 50; z-index: 50;
opacity: 0; opacity: 0;
} }
@-moz-document url-prefix() { @-moz-document url-prefix() {
.red .glyph { .red .glyph {
position: relative; position: relative;
top: -5px; top: -5px;
} }
.yellow .glyph { .yellow .glyph {
top: -4px; top: -4px;
left: 3px; left: 3px;
} }
.green .glyph { .green .glyph {
position: relative; position: relative;
top: -4px; top: -4px;
} }
} }
#title { #title {
float: left; float: left;
position: relative; position: relative;
top: 6px; top: 6px;
width: 40%; width: 40%;
left: 45%; left: 45%;
font-family: "Myriad Pro", sans-serif; font-family: "Myriad Pro", sans-serif;
font-size: 16px; font-size: 16px;
line-height: 14px; line-height: 14px;
font-weight: bold; font-weight: bold;
} }
.folder { .folder {
float: left; float: left;
margin-right: 5px; margin-right: 5px;
} }
.folder .tab { .folder .tab {
width: 4px; width: 4px;
height: 2px; height: 2px;
background: #a4c5da; background: #a4c5da;
border: 1px solid #728ea3; border: 1px solid #728ea3;
border-bottom: none; border-bottom: none;
border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px;
-webkit-box-shadow: 0px -1px 0px #99b5c7 inset; -webkit-box-shadow: 0px -1px 0px #99b5c7 inset;
margin-left: 1px; margin-left: 1px;
z-index: 5000; z-index: 5000;
margin-bottom: -1px; margin-bottom: -1px;
} }
.folder .body { .folder .body {
width: 14px; width: 14px;
height: 10px; height: 10px;
border: 1px solid #6e8ba1; border: 1px solid #6e8ba1;
background: #b8cfe0; background: #b8cfe0;
background: -moz-linear-gradient(top, #b8cfe0 0%, #86adc8 100%); background: -moz-linear-gradient(top, #b8cfe0 0%, #86adc8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8cfe0), color-stop(100%, #86adc8)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8cfe0), color-stop(100%, #86adc8));
background: -webkit-linear-gradient(top, #b8cfe0 0%, #86adc8 100%); background: -webkit-linear-gradient(top, #b8cfe0 0%, #86adc8 100%);
background: -o-linear-gradient(top, #b8cfe0 0%, #86adc8 100%); background: -o-linear-gradient(top, #b8cfe0 0%, #86adc8 100%);
background: -ms-linear-gradient(top, #b8cfe0 0%, #86adc8 100%); background: -ms-linear-gradient(top, #b8cfe0 0%, #86adc8 100%);
background: linear-gradient(top, #b8cfe0 0%, #86adc8 100%); background: linear-gradient(top, #b8cfe0 0%, #86adc8 100%);
z-index: -50; z-index: -50;
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 0px rgba(0, 0, 0, 0.2);
} }
#nav { #nav {
margin: 1px 8px; margin: 1px 8px;
float: left; float: left;
} }
#view { #view {
margin: 2px 0 0 110px; margin: 2px 0 0 110px;
display: inline-block; display: inline-block;
} }
.control_box { .control_box {
height: 20px; height: 20px;
border-radius: 3px; border-radius: 3px;
border: 1px solid #555; border: 1px solid #555;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #fefefe), color-stop(0, #b8b8b8)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #fefefe), color-stop(0, #b8b8b8));
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25); box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
} }
.control_box .control { .control_box .control {
height: 20px; height: 20px;
border-right: 1px solid #2e2e2e; border-right: 1px solid #2e2e2e;
float: left; float: left;
text-align: center; text-align: center;
width: 27px; width: 27px;
} }
.control:last-child { .control:last-child {
border-right: 0px solid !important; border-right: 0px solid !important;
} }
.control:active { .control:active {
background: #b0afb0; background: #b0afb0;
-webkit-box-shadow: 0px 0px 4px #000 inset; -webkit-box-shadow: 0px 0px 4px #000 inset;
} }
.active { .active {
background: #707070 !important; background: #707070 !important;
-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6) inset !important; -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6) inset !important;
} }
#body { #body {
font-family: Andale Mono, monospace; font-family: Andale Mono, monospace;
line-height: 1em; line-height: 1em;
font-size: 13px; font-size: 13px;
float: left; float: left;
width: 100%; width: 100%;
background: #002b36; background: #002b36;
padding: 10px; padding: 10px;
line-height: 1.5em; line-height: 1.5em;
} }
#body p { #body p {
color: #63de00!important; color: #63de00!important;
} }
@keyframes blink { @keyframes blink {
0% { 0% {
background: rgba(99, 222, 0, 100); background: rgba(99, 222, 0, 100);
} }
100% { 100% {
background: rgba(99, 222, 0, 0); background: rgba(99, 222, 0, 0);
} }
} }
@-webkit-keyframes blink { @-webkit-keyframes blink {
0% { 0% {
background: rgba(99, 222, 0, 100); background: rgba(99, 222, 0, 100);
} }
100% { 100% {
background: rgba(99, 222, 0, 0); background: rgba(99, 222, 0, 0);
} }
} }
@-moz-keyframes blink { @-moz-keyframes blink {
0% { 0% {
background: rgba(99, 222, 0, 100); background: rgba(99, 222, 0, 100);
} }
100% { 100% {
background: rgba(99, 222, 0, 0); background: rgba(99, 222, 0, 0);
} }
} }
.cursor { .cursor {
width: 10px; width: 10px;
margin-left: 0px; margin-left: 0px;
color: #fff; color: #fff;
} }
#body p::-webkit-selection { #body p::-webkit-selection {
background: #0b209e; background: #0b209e;
} }
#body p::selection { #body p::selection {
background: #0b209e; background: #0b209e;
} }
#body p::-moz-selection { #body p::-moz-selection {
background: #0b209e; background: #0b209e;
} }
#body p { #body p {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
font-size: 13px; font-size: 13px;
} }
#content { #content {
float: left; float: left;
margin-top: 1px; margin-top: 1px;
} }
#foot { #foot {
height: 23px; height: 23px;
width: 100%; width: 100%;
float: left; float: left;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #cbcbcb), color-stop(0, #a7a7a7)); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #cbcbcb), color-stop(0, #a7a7a7));
border-top: 1px solid #515151; border-top: 1px solid #515151;
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
} }
#foot .handle { #foot .handle {
width: 11px; width: 11px;
height: 11px; height: 11px;
float: right; float: right;
margin: 6px; margin: 6px;
overflow: hidden; overflow: hidden;
} }
.handle .grip { .handle .grip {
-webkit-transform: rotate(45deg) scaley(3); -webkit-transform: rotate(45deg) scaley(3);
margin: 2px 0 0 2px; margin: 2px 0 0 2px;
color: #646464; color: #646464;
text-shadow: 1px 1px 0 #c6c6c6; text-shadow: 1px 1px 0 #c6c6c6;
font-size: 14px; font-size: 14px;
} }
.icon .frame { .icon .frame {
width: 82px; width: 82px;
height: 82px; height: 82px;
border-radius: 5px; border-radius: 5px;
border: 2px solid transparent; border: 2px solid transparent;
} }
.icon .name { .icon .name {
color: #000; color: #000;
padding-top: 3px; padding-top: 3px;
border-radius: 15px; border-radius: 15px;
width: 55px; width: 55px;
margin: 5px 0 0 15px; margin: 5px 0 0 15px;
} }
.icon .folder { .icon .folder {
margin: 15px 0 0 6px; margin: 15px 0 0 6px;
} }
#icon-github { #icon-github {
text-align: -999px; text-align: -999px;
font-size: 1px; font-size: 1px;
display: block; display: block;
width: 156px; width: 156px;
height: 133px; height: 133px;
background-image: url(../img/sprite.png); background-image: url(../img/sprite.png);
background-position: 0 133px; background-position: 0 133px;
} }
#icon-github:hover { #icon-github:hover {
background-position: 0 0px; background-position: 0 0px;
} }
#icon-rubygems { #icon-rubygems {
text-align: -999px; text-align: -999px;
font-size: 1px; font-size: 1px;
display: block; display: block;
width: 156px; width: 156px;
height: 133px; height: 133px;
background-image: url(../img/sprite.png); background-image: url(../img/sprite.png);
background-position: 158px 133px; background-position: 158px 133px;
} }
#icon-rubygems:hover { #icon-rubygems:hover {
background-position: 158px 0px; background-position: 158px 0px;
} }
.source-urls { .source-urls {
margin-top: 40px; margin-top: 40px;
margin-bottom: 40px; margin-bottom: 40px;
} }
.no-margin-bot { .no-margin-bot {
color: #337AB7; color: #337AB7;
} }
span { span {
font-size: 15px; font-size: 15px;
}
#particles-js {
position: absolute;
width: 98%;
}
#particles-js-no {
position: absolute;
width: 98%;
} }
#icon-github:hover, #icon-github:hover,
i.icon.ion-close-circled:hover, i.icon.ion-close-circled:hover,
i.icon.ion-minus-circled:hover, i.icon.ion-minus-circled:hover,
i.icon.ion-plus-circled:hover { i.icon.ion-plus-circled:hover {
color: rgba(0, 0, 0, .5); color: rgba(0, 0, 0, .5);
} }
i.icon.ion-close-circled { i.icon.ion-close-circled {
color: rgba(212, 42, 38, 0.83); color: rgba(212, 42, 38, 0.83);
text-shadow: 0 0 1px rgba(187, 187, 187, 0.56); text-shadow: 0 0 1px rgba(187, 187, 187, 0.56);
padding-top: 3px; padding-top: 3px;
} }
i.icon.ion-minus-circled { i.icon.ion-minus-circled {
color: rgb(160, 165, 34); color: rgb(160, 165, 34);
text-shadow: 0 0 1px rgba(187, 187, 187, 0.56); text-shadow: 0 0 1px rgba(187, 187, 187, 0.56);
padding-top: 3px; padding-top: 3px;
} }
i.icon.ion-plus-circled { i.icon.ion-plus-circled {
color: rgb(82, 183, 51); color: rgb(82, 183, 51);
text-shadow: 0 0 1px rgba(187, 187, 187, 0.56); text-shadow: 0 0 1px rgba(187, 187, 187, 0.56);
padding-top: 3px; padding-top: 3px;
} }
.icon { .icon {
margin: 7px; margin: 7px;
float: left; float: left;
font-size: 20px; font-size: 20px;
} }
#title-left { #title-left {
position: relative; position: relative;
top: -8px; top: -8px;
font-family: "Myriad Pro", sans-serif; font-family: "Myriad Pro", sans-serif;
font-size: 14px; font-size: 14px;
left: 49%; left: 49%;
} }
#terminal-origin { #terminal-origin {
font-family: monospace; font-family: monospace;
} }
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) { @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
#title-left { #title-left {
top: -13px; top: -13px;
} }
} }
@media screen and (max-width:1000px){i.icon.ion-minus-circled{display:none} @media screen and (max-width:1000px){i.icon.ion-minus-circled{display:none}
#window{width:100%;} #window{width:100%;}
} }
@media screen and (max-width:800px){body{padding-top:0px;} @media screen and (max-width:800px){body{padding-top:0px;}
#title-left{left:50%;} #title-left{left:50%;}
#window{width:100%;} #window{width:100%;}
.container{padding:0px;} .container{padding:0px;}
/*article{padding:10px 20px;}*/ /*article{padding:10px 20px;}*/
i.icon.ion-minus-circled{display:none} i.icon.ion-minus-circled{display:none}
} }
@media screen and (max-width:800px){#title-left{left:48%;} @media screen and (max-width:800px){#title-left{left:48%;}
} }
@media screen and (max-width:500px){#title-left{left:40%;} @media screen and (max-width:500px){#title-left{left:40%;}
} }
@media screen and (max-width:400px){body{padding-top:0px;width:auto;} @media screen and (max-width:400px){body{padding-top:0px;width:auto;}
#title-left{left:50%;} #title-left{left:50%;}
/*article{padding:10px 10px;}*/ /*article{padding:10px 10px;}*/
#particles-js{width:auto;} i.icon.ion-minus-circled{display:none}
#particles-js-no{width:auto;} i.icon.ion-plus-circled{display:none}
i.icon.ion-minus-circled{display:none}
i.icon.ion-plus-circled{display:none}
} }

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"hotkeys-js": "^3.13.7"
}
}

View File

@ -0,0 +1 @@
particlesJS("particles-js", {"particles":{"number":{"value":91,"density":{"enable":true,"value_area":881.8766334760375}},"color":{"value":"#fff700"},"shape":{"type":"circle","stroke":{"width":2,"color":"#fff700"},"polygon":{"nb_sides":6},"image":{"src":"","width":100,"height":100}},"opacity":{"value":0.48102361825965684,"random":true,"anim":{"enable":true,"speed":1.0556403676876611,"opacity_min":0.11368434728944043,"sync":true}},"size":{"value":3,"random":true,"anim":{"enable":true,"speed":2,"size_min":0,"sync":true}},"line_linked":{"enable":false,"distance":849.808392258727,"color":"#fff700","opacity":0.44093831673801875,"width":6.894671861721749},"move":{"enable":true,"speed":0.1,"direction":"none","random":true,"straight":false,"out_mode":"out","bounce":false,"attract":{"enable":true,"rotateX":1000,"rotateY":5000}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":false,"mode":"repulse"},"onclick":{"enable":true,"mode":"remove"},"resize":true},"modes":{"grab":{"distance":523.7600285834934,"line_linked":{"opacity":0.46067027525048987}},"bubble":{"distance":400,"size":40,"duration":2,"opacity":8,"speed":3},"repulse":{"distance":200,"duration":0.4},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true});var count_particles, update; count_particles = document.querySelector('.js-count-particles'); update = function() { if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) { } requestAnimationFrame(update); }; requestAnimationFrame(update);;

View File

@ -0,0 +1,17 @@
canvas{
display: block;
vertical-align: bottom;
}
#particles-js{
/* position:absolute; */
position:static;
width: 100%;
height: 100%;
background-color: #313131;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
.count-particles{
border-radius: 0 0 3px 3px;
}

View File

@ -0,0 +1 @@
{"particles":{"number":{"value":380,"density":{"enable":true,"value_area":2084.43567912518}},"color":{"value":"#fff700"},"shape":{"type":"circle","stroke":{"width":3,"color":"#fff700"},"polygon":{"nb_sides":5},"image":{"src":"img/github.svg","width":100,"height":100}},"opacity":{"value":0.32068241217310456,"random":true,"anim":{"enable":false,"speed":1,"opacity_min":0.1,"sync":false}},"size":{"value":4.008530152163807,"random":true,"anim":{"enable":true,"speed":4.87218631240459,"size_min":2.4360931562022947,"sync":false}},"line_linked":{"enable":false,"distance":641.3648243462092,"color":"#fff700","opacity":0.09620472365193136,"width":0.16034120608655228},"move":{"enable":true,"speed":1,"direction":"none","random":true,"straight":true,"out_mode":"out","bounce":false,"attract":{"enable":true,"rotateX":1000,"rotateY":5000}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":false,"mode":"grab"},"onclick":{"enable":true,"mode":"push"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":400,"size":40,"duration":2,"opacity":8,"speed":3},"repulse":{"distance":200,"duration":0.4},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true}

9
static/pkg/particles/particles.min.js vendored Normal file

File diff suppressed because one or more lines are too long