Misc fixes

This commit is contained in:
斟酌 鵬兄 2015-09-08 20:25:50 +08:00
parent 3294885db9
commit 88ad9b8a53
7 changed files with 45 additions and 8 deletions

View File

@ -65,7 +65,7 @@ if __name__ == "__main__":
, "beat"
, "-l"
, "info"
]).communicate()
])
WebAPI(
jsCache = config["Paths"]["Cache"]

View File

@ -24,7 +24,7 @@ ul.n-archive h4 {
}
ul.n-archive a {
color: #777;
color: #666;
width: 100%;
display: inline-block;

View File

@ -28,6 +28,7 @@
width: 100%;
height: 100%;
text-align: center;
padding-top: 0.15em;
top: 0;
right: 0;
}

View File

@ -34,7 +34,7 @@
text-align: center;
position: absolute;
font-size: 1.2em;
padding-top: 0.15em;
width: 100%;
height: 100%;

View File

@ -1,7 +1,5 @@
.vsign {
position: relative;
overflow-x: scroll;
overflow-y: hidden;
}
.vertical-text {
float: right;

View File

@ -62,6 +62,16 @@ header {
text-align: center;
}
.contact:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba( 255, 255, 255, 0.6 );
}
.begin-wrapper:before {
content: "";
position: absolute;
@ -70,10 +80,11 @@ header {
height: 100%;
width: 100%;
background-image: url(http://file.astropenguin.net/blog/layout-images/home.png);
background-image: url(http://file.astropenguin.net/blog/layout-images/home-blur.png);
background-position: 50% 0;
background-repeat: no-repeat;
opacity: 0.2;
opacity: 0.6;
}
.contact-wrapper {
@ -99,6 +110,33 @@ header {
margin-bottom: 0.5em;
}
.contact-form textarea, .contact-form input {
background-color: rgba( 0, 0, 0, 0.1 );
padding: 0.5em;
font-size: 0.8em;
}
.contact-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #AAA;;
}
.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #AAA;;
opacity: 1;
}
.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #AAA;;
opacity: 1;
}
.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #AAA;;
}
.contact-form textarea:hover, .contact-form input:hover
, .contact-form textarea:focus, .contact-form input:focus {
color: white;
background-color: rgba( 0, 0, 0, 0.5 );
}
.contact-form > input[type="submit"] {
width: auto;
}

View File

@ -9,7 +9,7 @@ SrcDir = ${Paths:Runtime}/botanjs/src
REDIS_PASS = RJszCzFoeZaULKyY3w5W0kMVF4Ei5ZsqMVexk8wxFzQEYnRuLsdGOkHIAXYe4XNuByZHfbee7GxLsuo9xvEIKdYVpvVRYMUbcf25cuOIWV1sLgxhRv0q9KtH7cLpBroa1BIiqHtbzkd3erenel6siIqyHQxV0jPVFfm0ayCvYmdHiVL1VphBpTSnAX8JNvR2Iim5Q7aGiDpLxQD0nnnc1uQuJjwBNA3jkjddMMvHgN8iYleq4SA2xycqNNFzejlT
CeleryBroker = redis://:${REDIS_PASS}@192.168.100.98:6379/9
CeleryBroker = redis://:${REDIS_PASS}@192.168.80.100:6379/9
[Service]