forked from Botanical/BotanJS
Misc fixes
This commit is contained in:
parent
3294885db9
commit
88ad9b8a53
@ -65,7 +65,7 @@ if __name__ == "__main__":
|
||||
, "beat"
|
||||
, "-l"
|
||||
, "info"
|
||||
]).communicate()
|
||||
])
|
||||
|
||||
WebAPI(
|
||||
jsCache = config["Paths"]["Cache"]
|
||||
|
@ -24,7 +24,7 @@ ul.n-archive h4 {
|
||||
}
|
||||
|
||||
ul.n-archive a {
|
||||
color: #777;
|
||||
color: #666;
|
||||
width: 100%;
|
||||
|
||||
display: inline-block;
|
||||
|
@ -28,6 +28,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
padding-top: 0.15em;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
text-align: center;
|
||||
|
||||
position: absolute;
|
||||
font-size: 1.2em;
|
||||
padding-top: 0.15em;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -1,7 +1,5 @@
|
||||
.vsign {
|
||||
position: relative;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.vertical-text {
|
||||
float: right;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user