started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP

introducing mixins css file
This commit is contained in:
Julian Lam
2013-06-06 15:34:12 -04:00
parent 49ea40f6ee
commit a09cfd9304
13 changed files with 216 additions and 148 deletions

View File

@@ -1,13 +1,4 @@
.inline-block {
display: inline-block;
*display: inline;
zoom: 1;
}
.pointer {
cursor: pointer;
*cursor: hand;
}
@import "mixins";
.entry-row {
border-radius: 10px;
@@ -58,7 +49,7 @@
li {
padding: 10px 16px;
margin: 0.25em 1em;
.inline-block;
list-style-type: none;
.pointer;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
@@ -69,6 +60,19 @@
-o-transition: background-color 250ms linear;
transition: background-color 250ms linear;
img {
max-width: 150px;
float: left;
}
h4, p {
margin-left: 170px;
}
p {
font-size: 0.9em;
}
&:hover {
background-color: rgba(128, 128, 128, 0.2);
}