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 "animations";
@import "style";
@import "topic";

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

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

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

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

Loading…
Cancel
Save