pictures table
This commit is contained in:
@@ -26,4 +26,19 @@
|
||||
|
||||
.flicker {
|
||||
@include animate(fadeIn 0.8s infinite alternate);
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin-ext');
|
||||
|
||||
body, textarea, input, button {
|
||||
font-size: 14px;
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
}
|
||||
|
||||
/* Common objects */
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -64,7 +64,7 @@
|
||||
text-align: center;
|
||||
line-height: 44px;
|
||||
text-decoration: none;
|
||||
color: #888;
|
||||
color: #999;
|
||||
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
|
||||
background: none;
|
||||
@extend .fa;
|
||||
@@ -112,7 +112,7 @@
|
||||
width: calc(30% - 1em);
|
||||
z-index: 999;
|
||||
|
||||
input, button {
|
||||
input, textarea, button {
|
||||
border: none;
|
||||
padding: 0.5em 1em;
|
||||
background: #F7F7F7;
|
||||
@@ -129,7 +129,6 @@
|
||||
}
|
||||
|
||||
#posts {
|
||||
font-family: Arial;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@@ -137,7 +136,7 @@
|
||||
|
||||
#poster {
|
||||
|
||||
input, button {
|
||||
input, textarea, button {
|
||||
border-radius: 3px;
|
||||
background-color: #d9deff;
|
||||
color: #323268;
|
||||
|
||||
Reference in New Issue
Block a user