screwing around with animations in cerulean; started modernui look and feel

v1.18.x
psychobunny 12 years ago
parent 881fa41bb7
commit f83b61903a

File diff suppressed because it is too large Load Diff

@ -1,4 +1,5 @@
@import "../vanilla/mixins"; @import "../vanilla/mixins";
@import "animations";
@import "style"; @import "style";
@import "topic"; @import "topic";

@ -7,6 +7,11 @@
} }
.icon { .icon {
border-radius: 5px; > div > div {
.animated-long;
.pulse;
}
border-radius: 0;
} }
} }

@ -6,12 +6,16 @@ body {
font-size: 16px; font-size: 16px;
} }
.jumbotron { .container {
background: #56BCDA; .jumbotron {
color: white; background: #56BCDA;
padding: 30px; color: white;
padding: 30px;
border-radius: 0;
}
} }
.alt-logins { .alt-logins {
li { li {
i { i {
@ -38,4 +42,9 @@ body {
#search-form .btn-link { #search-form .btn-link {
color: white; color: white;
}
.well {
border-radius: 0;
box-shadow: none;
} }

@ -13,6 +13,8 @@
max-width: 163px; max-width: 163px;
width: 163px; width: 163px;
height: 163px; height: 163px;
.animated-short;
.fadeIn;
a { a {
padding: 0; padding: 0;

@ -1,5 +1,4 @@
.home { .home {
padding-top: 10px;
h4 { h4 {
font-weight: 700; font-weight: 700;
@ -17,7 +16,7 @@
margin: 0; margin: 0;
padding-top:25px; padding-top:25px;
.pointer; .pointer;
margin-bottom: 20px; margin-bottom: 10px;
overflow:hidden; overflow:hidden;
} }

Loading…
Cancel
Save