音時雨 ~Regentropfen~

✯ euforia**

--Don't be picky, I know the syntax is wrong~!
Recent weather made me in despair (>27°C+100% sunny):
あつい‥
あついかゆい。
かゆい、うま。
Refer to BIOHAZARD if you don't know what I'm saying.
Anyway, I'm not turning into a zombie because the state of being hyper euforia.
First but not the most, in early this week, I by chance discovered how to apply gradient to text by css, although too bad it only work with a webkit (which I don't understand what it means) browser.
Together with gradient colouring, another thing is to stop line wrapping so it does serve as the equivalent of a <hr /> tag~.
.line { /*kiyo-styled <hr /> tag~*/
color:#de6666; /* used when browser doesn't work with gradient or is of non=webkit */
background: -webkit-repeating-linear-gradient(left top,#DE6666,#C996D9 8%,#6A7BD9 16%,#8CCBCF 24%,#74C285 32%,#EBDA7B 40%,#FFA154 48%, #DE6666 56%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
font-weight: bold;
line-height: 175%;
font-family: "Lucida Console", Monaco, monospace;
display:block; /*in case I put it in a <span>*/
white-space: nowrap; /* limit this elem to be in one line*/
overflow: hidden;
}
Then you'll get this: ↓
*・゚゚・*:.。..。.:*・゚゚・*:.。. .。.:**・゚゚・*:.。..。.:*・゚゚・*:.。. .。.:* Sweet, isn't it?
Now, second and the major stimulant.
After 1 year after I started to tame my camel, I finally truly understood how to bring clear Japanese text into my CMD shell.

Not only the encoding issue, I've been playing around with MySQL+Camel for a (short) while and I'm feeling good.
This indeed kept me awake even after midnight--although I can't say that I won't be freaked out when I switch to a remote server. (;´∀`)
Yet amazingly, seems MySQL shell is utf-8 by default. I wish my CMD is like this.
I know it's not a good timing to start tweaking into such things, but even with a short span, I believe it will be much easier if I resume later.
Also, I've accepted the fact... (one of) my daughter(s) is a Leo. << and I'm not sure what I'm going to deal with a blog's personality.. xD