forked from Botanical/BotanJS
		
	Misc fixes
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user